Age | Commit message (Expand) | Author | Files | Lines |
2018-12-21 | netfilter: conntrack: remove empty pernet fini stubs | Florian Westphal | 5 | -42/+10 |
2018-12-21 | netfilter: conntrack: merge ecache and timestamp sysctl tables with main one | Florian Westphal | 3 | -128/+35 |
2018-12-21 | netfilter: conntrack: merge acct and helper sysctl table with main one | Florian Westphal | 3 | -128/+22 |
2018-12-21 | netfilter: conntrack: add mnemonics for sysctl table | Florian Westphal | 1 | -11/+20 |
2018-12-21 | netfilter: conntrack: un-export seq_print_acct | Florian Westphal | 2 | -19/+18 |
2018-12-21 | netfilter: conntrack: register sysctl table for gre | Yafang Shao | 1 | -1/+41 |
2018-12-21 | netfilter: conntrack: udp: set stream timeout to 2 minutes | Florian Westphal | 1 | -1/+1 |
2018-12-21 | netfilter: conntrack: udp: only extend timeout to stream mode after 2s | Florian Westphal | 1 | -3/+13 |
2018-12-18 | netfilter: nf_tables: Speed up selective rule dumps | Phil Sutter | 1 | -28/+62 |
2018-12-17 | netfilter: nf_nat_sip: fix RTP/RTCP source port translations | Alin Nastac | 1 | -4/+35 |
2018-12-17 | netfilter: nat: remove nf_nat_l4proto struct | Florian Westphal | 8 | -202/+2 |
2018-12-17 | netfilter: nat: remove l4proto->manip_pkt | Florian Westphal | 8 | -250/+354 |
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-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-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: 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... | 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 r... | 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 |
2018-10-25 | netfilter: nft_osf: check if attribute is present | Pablo Neira Ayuso | 1 | -1/+1 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -1/+1 |
2018-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 7 | -27/+107 |
2018-10-22 | netfilter: ipset: Make invalid MAC address checks consistent | Stefano Brivio | 2 | -7/+7 |
2018-10-22 | netfilter: ipset: Allow matching on destination MAC address for mac and ipmac... | Stefano Brivio | 3 | -16/+20 |
2018-10-19 | Revert "netfilter: xt_quota: fix the behavior of xt_quota module" | Pablo Neira Ayuso | 1 | -22/+33 |
2018-10-19 | netfilter: remove two unused variables. | Weongyo Jeong | 2 | -6/+0 |