summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2019-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-14/+18
2019-01-14netfilter: nft_flow_offload: fix checking method of conntrack helperHenry Yen-1/+4
2019-01-11netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu-4/+5
2019-01-09netfilter: nft_flow_offload: Fix reverse route lookupwenxu-2/+2
2019-01-08netfilter: nf_tables: selective rule dump needs table to be specifiedPablo Neira Ayuso-1/+1
2019-01-08netfilter: nf_tables: fix leaking object reference countTaehee Yoo-0/+2
2019-01-08netfilter: nf_tables: Fix for endless loop when dumping rulesetPhil Sutter-6/+4
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada-3/+3
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-173/+133
2018-12-29netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal-1/+1
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso-32/+15
2018-12-29netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso-26/+20
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal-91/+69
2018-12-29netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal-11/+7
2018-12-29netfilter: nf_conncount: split gc in two phasesFlorian Westphal-3/+19
2018-12-29netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal-1/+1
2018-12-29netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer-14/+5
2018-12-29netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu-0/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-2/+2
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS-5/+7
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-1170/+1007
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal-42/+10
2018-12-21netfilter: conntrack: merge ecache and timestamp sysctl tables with main oneFlorian Westphal-128/+35
2018-12-21netfilter: conntrack: merge acct and helper sysctl table with main oneFlorian Westphal-128/+22
2018-12-21netfilter: conntrack: add mnemonics for sysctl tableFlorian Westphal-11/+20
2018-12-21netfilter: conntrack: un-export seq_print_acctFlorian Westphal-19/+18
2018-12-21netfilter: conntrack: register sysctl table for greYafang Shao-1/+41
2018-12-21netfilter: conntrack: udp: set stream timeout to 2 minutesFlorian Westphal-1/+1
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal-3/+13
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-15/+22
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal-2/+2
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal-1/+1
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal-41/+54
2018-12-18netfilter: nf_tables: Speed up selective rule dumpsPhil Sutter-28/+62
2018-12-17netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac-4/+35
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal-202/+2
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal-250/+354
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal-58/+17
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal-55/+43
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal-7/+16
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal-26/+56
2018-12-17netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal-129/+75
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal-7/+2
2018-12-17netfilter: remove unused parameters in nf_ct_l4proto_[un]register_sysctl()Yafang Shao-14/+7
2018-12-17netfilter: nat: limit port clash resolution attemptsFlorian Westphal-6/+23
2018-12-17netfilter: nat: remove unnecessary 'else if' branchXiaozhou Liu-2/+0
2018-12-14netfilter: ipset: replace a strncpy() with strscpy()Qian Cai-2/+4
2018-12-14netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot-1/+1
2018-12-13netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()Taehee Yoo-1/+1
2018-12-13netfilter: nat: can't use dst_hold on noref dstFlorian Westphal-1/+2