summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-09-1217-96/+175
|\
| * netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang2018-09-111-9/+9
| * netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner2018-09-111-0/+1
| * netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso2018-09-111-3/+3
| * netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso2018-09-118-45/+45
| * netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal2018-09-111-0/+26
| * netfilter: nf_tables: release chain in flushing setTaehee Yoo2018-08-311-0/+1
| * netfilter: nf_tables: rework ct timeout set supportFlorian Westphal2018-08-291-30/+29Star
| * netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal2018-08-293-0/+21
| * netfilter: xt_checksum: ignore gso skbsFlorian Westphal2018-08-242-7/+27
| * netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi2018-08-231-1/+13
| * netfilter: conntrack: remove duplicated include from nf_conntrack_proto_udp.cYue Haibing2018-08-231-1/+0Star
* | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-242-6/+6
|/
* netfilter: nft_dynset: allow dynamic updates of non-anonymous setPablo Neira Ayuso2018-08-161-2/+0Star
* netfilter: nft_tproxy: Fix missing-braces warningMáté Eckl2018-08-161-1/+3
* netfilter: nft_ct: make l3 protocol field optional for timeout objectHarsha Sharma2018-08-161-3/+4
* netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko2018-08-161-6/+1Star
* netfilter: conntrack: fix removal of conntrack entries when l4tracker is removedFlorian Westphal2018-08-161-5/+10
* netfilter: nf_tables: don't prevent event handler from device cleanup on netn...Florian Westphal2018-08-162-10/+9Star
* netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-162-8/+23
* netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2018-08-162-25/+30
* netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-164-10/+10
* ipvs: don't show negative times in ip_vs_connMatteo Croce2018-08-161-8/+14
* ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu2018-08-161-4/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1658-1376/+4269
|\
| * netfilter: nfnetlink_osf: fix using plain integer as NULL warningWei Yongjun2018-08-081-1/+1
| * netfilter: nft_ct: enable conntrack for helpersPablo Neira Ayuso2018-08-071-0/+14
| * netfilter: nft_ct: add ct timeout supportHarsha Sharma2018-08-071-1/+203
| * netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso2018-08-073-21/+26
| * netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma2018-08-072-18/+19
| * netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZFernando Fernandez Mancera2018-08-071-5/+3Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-08-0619-230/+1266
| |\
| | * netfilter: nft_tunnel: fix sparse errorsPablo Neira Ayuso2018-08-041-5/+3Star
| | * netfilter: conntrack: avoid use-after free on rmmodFlorian Westphal2018-08-031-4/+3Star
| | * netfilter: kconfig: remove ct zone/label dependenciesFlorian Westphal2018-08-031-3/+3
| | * netfilter: nf_tables: simplify NLM_F_CREATE handlingPablo Neira Ayuso2018-08-031-19/+10Star
| | * netfilter: nf_tables: match on tunnel metadataPablo Neira Ayuso2018-08-031-1/+111
| | * netfilter: nf_tables: add tunnel supportPablo Neira Ayuso2018-08-033-0/+465
| | * netfilter: nft_tproxy: Add missing config checkMáté Eckl2018-08-031-0/+2
| | * netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUTHarsha Sharma2018-08-032-6/+1Star
| | * netfilter: nf_tables: remove unused variableYueHaibing2018-08-031-2/+0Star
| | * netfilter: nf_tables: flow event notifier must use transaction mutexFlorian Westphal2018-08-031-2/+2
| | * netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera2018-08-032-2/+2
| | * netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing2018-08-034-28/+11Star
| | * netfilter: nf_tables: Add native tproxy supportMáté Eckl2018-07-303-0/+325
| | * netfilter: nf_tables: implement Passive OS fingerprint module in nft_osfFernando Fernandez Mancera2018-07-303-0/+114
| | * netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.cFernando Fernandez Mancera2018-07-302-146/+157
| | * netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.cFernando Fernandez Mancera2018-07-303-6/+11
| | * netfilter: use PTR_ERR_OR_ZERO()YueHaibing2018-07-302-6/+2Star
| | * netfilter: nf_osf: add nf_osf_find()Pablo Neira Ayuso2018-07-301-0/+30