summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-96/+175
2018-09-11netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang-9/+9
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner-0/+1
2018-09-11netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso-3/+3
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso-45/+45
2018-09-11netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal-0/+26
2018-08-31netfilter: nf_tables: release chain in flushing setTaehee Yoo-0/+1
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal-30/+29
2018-08-29netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal-0/+21
2018-08-24netfilter: xt_checksum: ignore gso skbsFlorian Westphal-7/+27
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann-6/+6
2018-08-23netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi-1/+13
2018-08-23netfilter: conntrack: remove duplicated include from nf_conntrack_proto_udp.cYue Haibing-1/+0
2018-08-16netfilter: nft_dynset: allow dynamic updates of non-anonymous setPablo Neira Ayuso-2/+0
2018-08-16netfilter: nft_tproxy: Fix missing-braces warningMáté Eckl-1/+3
2018-08-16netfilter: nft_ct: make l3 protocol field optional for timeout objectHarsha Sharma-3/+4
2018-08-16netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko-6/+1
2018-08-16netfilter: conntrack: fix removal of conntrack entries when l4tracker is removedFlorian Westphal-5/+10
2018-08-16netfilter: nf_tables: don't prevent event handler from device cleanup on netn...Florian Westphal-10/+9
2018-08-16netfilter: nf_tables: fix register orderingFlorian Westphal-8/+23
2018-08-16netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal-25/+30
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo-10/+10
2018-08-16ipvs: don't show negative times in ip_vs_connMatteo Croce-8/+14
2018-08-16ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu-4/+11
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1376/+4269
2018-08-15Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2018-08-08netfilter: nfnetlink_osf: fix using plain integer as NULL warningWei Yongjun-1/+1
2018-08-07netfilter: nft_ct: enable conntrack for helpersPablo Neira Ayuso-0/+14
2018-08-07netfilter: nft_ct: add ct timeout supportHarsha Sharma-1/+203
2018-08-07netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso-21/+26
2018-08-07netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma-18/+19
2018-08-07netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZFernando Fernandez Mancera-5/+3
2018-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-230/+1266
2018-08-04net: Remove some unneeded semicolonzhong jiang-1/+1
2018-08-04netfilter: nft_tunnel: fix sparse errorsPablo Neira Ayuso-5/+3
2018-08-03netfilter: conntrack: avoid use-after free on rmmodFlorian Westphal-4/+3
2018-08-03netfilter: kconfig: remove ct zone/label dependenciesFlorian Westphal-3/+3
2018-08-03netfilter: nf_tables: simplify NLM_F_CREATE handlingPablo Neira Ayuso-19/+10
2018-08-03netfilter: nf_tables: match on tunnel metadataPablo Neira Ayuso-1/+111
2018-08-03netfilter: nf_tables: add tunnel supportPablo Neira Ayuso-0/+465
2018-08-03netfilter: nft_tproxy: Add missing config checkMáté Eckl-0/+2
2018-08-03netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUTHarsha Sharma-6/+1
2018-08-03netfilter: nf_tables: remove unused variableYueHaibing-2/+0
2018-08-03netfilter: nf_tables: flow event notifier must use transaction mutexFlorian Westphal-2/+2
2018-08-03netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera-2/+2
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing-28/+11
2018-07-30netfilter: nf_tables: Add native tproxy supportMáté Eckl-0/+325
2018-07-30netfilter: nf_tables: implement Passive OS fingerprint module in nft_osfFernando Fernandez Mancera-0/+114
2018-07-30netfilter: nfnetlink_osf: extract nfnetlink_subsystem code from xt_osf.cFernando Fernandez Mancera-146/+157
2018-07-30netfilter: nf_osf: rename nf_osf.c to nfnetlink_osf.cFernando Fernandez Mancera-6/+11