| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-12-17 | netfilter: nat: remove l4proto->nlattr_to_range |  Florian Westphal | 7 | -58/+17 |
| 2018-12-17 | netfilter: nat: remove l4proto->in_range |  Florian Westphal | 7 | -55/+43 |
| 2018-12-17 | netfilter: nat: fold in_range indirection into caller |  Florian Westphal | 1 | -7/+16 |
| 2018-12-17 | netfilter: nat: remove l4proto->unique_tuple |  Florian Westphal | 2 | -26/+56 |
| 2018-12-17 | netfilter: nat: un-export nf_nat_l4proto_unique_tuple |  Florian Westphal | 6 | -129/+75 |
| 2018-12-17 | netfilter: remove NF_NAT_RANGE_PROTO_RANDOM support |  Florian Westphal | 1 | -7/+2 |
| 2018-12-17 | netfilter: remove unused parameters in nf_ct_l4proto_[un]register_sysctl() |  Yafang Shao | 1 | -14/+7 |
| 2018-12-17 | netfilter: nat: limit port clash resolution attempts |  Florian Westphal | 1 | -6/+23 |
| 2018-12-17 | netfilter: nat: remove unnecessary 'else if' branch |  Xiaozhou Liu | 1 | -2/+0 |
| 2018-12-14 | netfilter: ipset: replace a strncpy() with strscpy() |  Qian Cai | 1 | -2/+4 |
| 2018-12-14 | netfilter: ipset: fix ip_set_byindex function |  Florent Fourcot | 1 | -1/+1 |
| 2018-12-13 | netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node() |  Taehee Yoo | 1 | -1/+1 |
| 2018-12-13 | netfilter: nat: can't use dst_hold on noref dst |  Florian Westphal | 1 | -1/+2 |
| 2018-12-13 | netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel |  Pan Bian | 1 | -1/+1 |
| 2018-12-07 | netfilter: seqadj: re-load tcp header pointer after possible head reallocation |  Florian Westphal | 1 | -3/+4 |
| 2018-12-04 | netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace() |  Taehee Yoo | 2 | -9/+14 |
| 2018-12-01 | netfilter: nat: remove l4 protocol port rovers |  Florian Westphal | 5 | -26/+7 |
| 2018-12-01 | netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh() |  Paul E. McKenney | 3 | -5/+5 |
| 2018-11-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 9 | -77/+72 |
| 2018-11-28 | netfilter: nf_tables: deactivate expressions in rule replecement routine |  Taehee Yoo | 1 | -11/+4 |
| 2018-11-27 | netfilter: nf_conncount: remove wrong condition check routine |  Taehee Yoo | 1 | -5/+2 |
| 2018-11-27 | netfilter: add missing error handling code for register functions |  Taehee Yoo | 1 | -1/+4 |
| 2018-11-26 | netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, too |  Florian Westphal | 2 | -14/+15 |
| 2018-11-26 | ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf |  Xin Long | 1 | -0/+3 |
| 2018-11-17 | netfilter: xt_hashlimit: fix a possible memory leak in htable_create() |  Taehee Yoo | 1 | -6/+3 |
| 2018-11-13 | netfilter: nf_tables: fix use-after-free when deleting compat expressions |  Florian Westphal | 2 | -3/+5 |
| 2018-11-13 | netfilter: xt_RATEEST: remove netns exit routine |  Taehee Yoo | 1 | -10/+0 |
| 2018-11-12 | netfilter: nf_flow_table: simplify nf_flow_offload_gc_step() |  Taehee Yoo | 1 | -27/+7 |
| 2018-11-12 | netfilter: nf_flow_table: make nf_flow_table_iterate() static |  Taehee Yoo | 1 | -4/+4 |
| 2018-11-12 | netfilter: nf_tables: don't use position attribute on rule replacement |  Florian Westphal | 1 | -10/+7 |
| 2018-11-12 | netfilter: nf_tables: don't skip inactive chains during update |  Florian Westphal | 1 | -6/+3 |
| 2018-11-12 | netfilter: nf_conncount: fix unexpected permanent node of list. |  Taehee Yoo | 1 | -3/+15 |
| 2018-11-12 | netfilter: nf_conncount: fix list_del corruption in conn_free |  Taehee Yoo | 1 | -2/+5 |
| 2018-11-12 | netfilter: nf_conncount: use spin_lock_bh instead of spin_lock |  Taehee Yoo | 1 | -6/+6 |
| 2018-11-12 | netfilter: ctnetlink: always honor CTA_MARK_MASK |  Andreas Jaggi | 1 | -10/+19 |
| 2018-11-12 | Merge branch 'master' of git://blackhole.kfki.hu/nf-next |  Pablo Neira Ayuso | 4 | -40/+174 |
| 2018-11-08 | nfnetlink/queue: use __vlan_hwaccel helpers |  Michał Mirosław | 1 | -2/+3 |
| 2018-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  Linus Torvalds | 16 | -238/+143 |
| 2018-11-03 | netfilter: conntrack: fix calculation of next bucket number in early_drop |  Vasily Khoruzhick | 1 | -5/+8 |
| 2018-11-03 | netfilter: nft_compat: ebtables 'nat' table is normal chain type |  Florian Westphal | 1 | -9/+12 |
| 2018-11-03 | netfilter: nfnetlink_cttimeout: pass default timeout policy to obj_to_nlattr |  Pablo Neira Ayuso | 1 | -7/+40 |
| 2018-11-03 | netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet() |  Pablo Neira Ayuso | 7 | -59/+24 |
| 2018-11-03 | netfilter: ipset: Fix calling ip_set() macro at dumping |  Jozsef Kadlecsik | 1 | -4/+8 |
| 2018-11-03 | netfilter: xt_IDLETIMER: add sysfs filename checking routine |  Taehee Yoo | 1 | -0/+20 |
| 2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+1 |
| 2018-11-01 | netfilter: ipset: fix ip_set_list allocation failure |  Andrey Ryabinin | 1 | -4/+4 |
| 2018-11-01 | netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net |  Eric Westbrook | 1 | -4/+4 |
| 2018-11-01 | netfilter: ipset: list:set: Decrease refcount synchronously on deletion and replace |  Stefano Brivio | 2 | -18/+22 |
| 2018-10-29 | Revert "netfilter: nft_numgen: add map lookups for numgen random operations" |  Pablo Neira Ayuso | 1 | -127/+0 |
| 2018-10-27 | netfilter: ipset: Introduction of new commands and protocol version 7 |  Jozsef Kadlecsik | 1 | -17/+147 |