aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter
AgeCommit message (Expand)Author
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-12-29netfilter: nf_conncount: fix argument order to find_next_bitFlorian Westphal
2018-12-29netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso
2018-12-29netfilter: nf_conncount: move all list iterations under spinlockPablo Neira Ayuso
2018-12-29netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal
2018-12-29netfilter: nf_conncount: restart search when nodes have been erasedFlorian Westphal
2018-12-29netfilter: nf_conncount: split gc in two phasesFlorian Westphal
2018-12-29netfilter: nf_conncount: don't skip eviction when age is negativeFlorian Westphal
2018-12-29netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTSShawn Bohrer
2018-12-29netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-12-21netfilter: conntrack: remove empty pernet fini stubsFlorian Westphal
2018-12-21netfilter: conntrack: merge ecache and timestamp sysctl tables with main oneFlorian Westphal
2018-12-21netfilter: conntrack: merge acct and helper sysctl table with main oneFlorian Westphal
2018-12-21netfilter: conntrack: add mnemonics for sysctl tableFlorian Westphal
2018-12-21netfilter: conntrack: un-export seq_print_acctFlorian Westphal
2018-12-21netfilter: conntrack: register sysctl table for greYafang Shao
2018-12-21netfilter: conntrack: udp: set stream timeout to 2 minutesFlorian Westphal
2018-12-21netfilter: conntrack: udp: only extend timeout to stream mode after 2sFlorian Westphal
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19net: use skb_sec_path helper in more placesFlorian Westphal
2018-12-19net: move secpath_exist helper to sk_buff.hFlorian Westphal
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal
2018-12-18netfilter: nf_tables: Speed up selective rule dumpsPhil Sutter
2018-12-17netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->in_rangeFlorian Westphal
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal
2018-12-17netfilter: nat: remove l4proto->unique_tupleFlorian Westphal
2018-12-17netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal
2018-12-17netfilter: remove unused parameters in nf_ct_l4proto_[un]register_sysctl()Yafang Shao
2018-12-17netfilter: nat: limit port clash resolution attemptsFlorian Westphal
2018-12-17netfilter: nat: remove unnecessary 'else if' branchXiaozhou Liu
2018-12-14netfilter: ipset: replace a strncpy() with strscpy()Qian Cai
2018-12-14netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot
2018-12-13netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node()Taehee Yoo
2018-12-13netfilter: nat: can't use dst_hold on noref dstFlorian Westphal
2018-12-13netfilter: ipset: do not call ipset_nest_end after nla_nest_cancelPan Bian
2018-12-07netfilter: seqadj: re-load tcp header pointer after possible head reallocationFlorian Westphal
2018-12-04netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo
2018-12-01netfilter: nat: remove l4 protocol port roversFlorian Westphal
2018-12-01netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-28netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo