aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-20netfilter: conntrack: remove unused proto arg from netns init functionsFlorian Westphal9-11/+10
2018-09-20netfilter: conntrack: remove error callback and handle icmp from coreFlorian Westphal3-18/+43
2018-09-20netfilter: conntrack: avoid using ->error callback if possibleFlorian Westphal3-106/+91
2018-09-20netfilter: conntrack: deconstify packet callback skb pointerFlorian Westphal8-63/+94
2018-09-20netfilter: conntrack: remove the l4proto->new() functionFlorian Westphal9-258/+194
2018-09-20netfilter: conntrack: pass nf_hook_state to packet and error handlersFlorian Westphal10-108/+131
2018-09-17netfilter: nat: remove unnecessary rcu_read_lock in nf_nat_redirect_ipv{4/6}Taehee Yoo1-4/+0
2018-09-17netfilter: cttimeout: remove superfluous check on layer 4 netlink functionsPablo Neira Ayuso2-33/+18
2018-09-17netfilter: xtables: avoid BUG_ONFlorian Westphal2-6/+0
2018-09-17netfilter: nf_tables: avoid BUG_ON usageFlorian Westphal3-7/+14
2018-09-17netfilter: xt_cgroup: shrink size of v2 pathPablo Neira Ayuso1-0/+72
2018-09-17netfilter: ctnetlink: Support L3 protocol-filter on flushKristian Evensen1-22/+28
2018-09-17netfilter: nf_tables: add xfrm expressionFlorian Westphal3-0/+301
2018-09-17netfilter: remove obsolete need_conntrack stubFlorian Westphal1-7/+0
2018-09-17netfilter: nf_tables: asynchronous releaseFlorian Westphal1-6/+50
2018-09-17netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal1-0/+19
2018-09-17netfilter: nf_tables: split set destruction in deactivate and destroy phaseFlorian Westphal4-14/+83
2018-09-17netfilter: nf_tables: rt: allow checking if dst has xfrm attachedFlorian Westphal1-0/+11
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-96/+175
2018-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller17-96/+175
2018-09-11netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang1-9/+9
2018-09-11netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEATMichal 'vorner' Vaner1-0/+1
2018-09-11netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to typePablo Neira Ayuso1-3/+3
2018-09-11netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUTPablo Neira Ayuso8-45/+45
2018-09-11netfilter: conntrack: reset tcp maxwin on re-registerFlorian Westphal1-0/+26
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-08-31netfilter: nf_tables: release chain in flushing setTaehee Yoo1-0/+1
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal1-30/+29
2018-08-29netfilter: conntrack: place 'new' timeout in first location tooFlorian Westphal3-0/+21
2018-08-24netfilter: xt_checksum: ignore gso skbsFlorian Westphal2-7/+27
2018-08-23treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2-6/+6
2018-08-23netfilter: xt_cluster: add dependency on conntrack moduleMartin Willi1-1/+13
2018-08-23netfilter: conntrack: remove duplicated include from nf_conntrack_proto_udp.cYue Haibing1-1/+0
2018-08-16netfilter: nft_dynset: allow dynamic updates of non-anonymous setPablo Neira Ayuso1-2/+0
2018-08-16netfilter: nft_tproxy: Fix missing-braces warningMáté Eckl1-1/+3
2018-08-16netfilter: nft_ct: make l3 protocol field optional for timeout objectHarsha Sharma1-3/+4
2018-08-16netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko1-6/+1
2018-08-16netfilter: conntrack: fix removal of conntrack entries when l4tracker is removedFlorian Westphal1-5/+10
2018-08-16netfilter: nf_tables: don't prevent event handler from device cleanup on netns exitFlorian Westphal2-10/+9
2018-08-16netfilter: nf_tables: fix register orderingFlorian Westphal2-8/+23
2018-08-16netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2-25/+30
2018-08-16netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo4-10/+10
2018-08-16ipvs: don't show negative times in ip_vs_connMatteo Croce1-8/+14
2018-08-16ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu1-4/+11
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds58-1376/+4269
2018-08-15Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+1
2018-08-08netfilter: nfnetlink_osf: fix using plain integer as NULL warningWei Yongjun1-1/+1
2018-08-07netfilter: nft_ct: enable conntrack for helpersPablo Neira Ayuso1-0/+14
2018-08-07netfilter: nft_ct: add ct timeout supportHarsha Sharma1-1/+203
2018-08-07netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso3-21/+26