aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS2-5/+7
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller30-1170/+1007
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal5-42/+10
2018-12-21netfilter: conntrack: merge ecache and timestamp sysctl tables with main oneFlorian Westphal3-128/+35
2018-12-21netfilter: conntrack: merge acct and helper sysctl table with main oneFlorian Westphal3-128/+22
2018-12-21netfilter: conntrack: add mnemonics for sysctl tableFlorian Westphal1-11/+20
2018-12-21netfilter: conntrack: un-export seq_print_acctFlorian Westphal2-19/+18
2018-12-21netfilter: conntrack: register sysctl table for greYafang Shao1-1/+41
2018-12-21netfilter: conntrack: udp: set stream timeout to 2 minutesFlorian Westphal1-1/+1
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal1-3/+13
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+22
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal2-2/+2
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal1-1/+1
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal4-41/+54
2018-12-18netfilter: nf_tables: Speed up selective rule dumpsPhil Sutter1-28/+62
2018-12-17netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac1-4/+35
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal8-202/+2
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal8-250/+354
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal7-58/+17
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal7-55/+43
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal1-7/+16
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2-26/+56
2018-12-17netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal6-129/+75
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal1-7/+2
2018-12-17netfilter: remove unused parameters in nf_ct_l4proto_[un]register_sysctl()Yafang Shao1-14/+7
2018-12-17netfilter: nat: limit port clash resolution attemptsFlorian Westphal1-6/+23
2018-12-17netfilter: nat: remove unnecessary 'else if' branchXiaozhou Liu1-2/+0
2018-12-14netfilter: ipset: replace a strncpy() with strscpy()Qian Cai1-2/+4
2018-12-14netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot1-1/+1
2018-12-13netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()Taehee Yoo1-1/+1
2018-12-13netfilter: nat: can't use dst_hold on noref dstFlorian Westphal1-1/+2
2018-12-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian1-1/+1
2018-12-07netfilter: seqadj: re-load tcp header pointer after possible head reallocationFlorian Westphal1-3/+4
2018-12-04netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo2-9/+14
2018-12-01netfilter: nat: remove l4 protocol port roversFlorian Westphal5-26/+7
2018-12-01netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney3-5/+5
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-77/+72
2018-11-28netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo1-11/+4
2018-11-27netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo1-5/+2
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo1-1/+4
2018-11-26netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2-14/+15
2018-11-26ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long1-0/+3
2018-11-17netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo1-6/+3
2018-11-13netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2-3/+5
2018-11-13netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo1-10/+0
2018-11-12netfilter: nf_flow_table: simplify nf_flow_offload_gc_step()Taehee Yoo1-27/+7
2018-11-12netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo1-4/+4
2018-11-12netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal1-10/+7
2018-11-12netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal1-6/+3
2018-11-12netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo1-3/+15