| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 3 | -6/+27 |
|\ |
|
| * | netfilter: ipset: Fix "don't update counters" mode when counters used at the ... | Jozsef Kadlecsik | 2018-01-08 | 2 | -6/+25 |
| * | netfilter: xtables: add and use xt_request_find_table_lock | Florian Westphal | 2018-01-08 | 1 | -0/+2 |
* | | netlink: Remove smp_read_barrier_depends() from comment | Paul E. McKenney | 2017-12-05 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 25 | -0/+25 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 25 | -0/+25 |
* | | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ |
|
* | netfilter: xt_hashlimit: add rate match mode | Vishwanath Pai | 2017-09-04 | 1 | -1/+2 |
* | netfilter: nfnetlink: extended ACK reporting | Pablo Neira Ayuso | 2017-06-19 | 1 | -4/+6 |
* | netfilter: xtables: zero padding in data_to_user | Willem de Bruijn | 2017-05-15 | 1 | -1/+1 |
* | netfilter: Add nfnl_msg_type() helper function | Pablo Neira Ayuso | 2017-04-07 | 1 | -0/+5 |
* | netfilter: nfnetlink: allow to check for generation ID | Pablo Neira Ayuso | 2017-02-12 | 1 | -0/+1 |
* | xtables: add xt_match, xt_target and data copy_to_user functions | Willem de Bruijn | 2017-01-09 | 1 | -0/+9 |
* | netfilter: x_tables: pack percpu counter allocations | Florian Westphal | 2016-12-06 | 1 | -1/+6 |
* | netfilter: x_tables: pass xt_counters struct to counter allocator | Florian Westphal | 2016-12-06 | 1 | -26/+1 |
* | netfilter: x_tables: pass xt_counters struct instead of packet counter | Florian Westphal | 2016-12-06 | 1 | -5/+1 |
* | netfilter: conntrack: built-in support for DCCP | Davide Caratti | 2016-12-04 | 1 | -1/+1 |
* | netfilter: ipset: Count non-static extension memory for userspace | Jozsef Kadlecsik | 2016-11-10 | 2 | -4/+11 |
* | netfilter: ipset: Add element count to all set types header | Jozsef Kadlecsik | 2016-11-10 | 2 | -1/+3 |
* | netfilter: ipset: Regroup ip_set_put_extensions and add extern | Jozsef Kadlecsik | 2016-11-10 | 1 | -4/+2 |
* | netfilter: ipset: Split extensions into separate files | Jozsef Kadlecsik | 2016-11-10 | 3 | -93/+123 |
* | netfilter: ipset: Use kmalloc() in comment extension helper | Jozsef Kadlecsik | 2016-11-10 | 1 | -1/+1 |
* | netfilter: ipset: Improve skbinfo get/init helpers | Jozsef Kadlecsik | 2016-11-10 | 1 | -19/+11 |
* | netfilter: ipset: Headers file cleanup | Jozsef Kadlecsik | 2016-11-10 | 1 | -21/+21 |
* | netfilter: ipset: Mark some helper args as const. | Jozsef Kadlecsik | 2016-11-10 | 3 | -5/+5 |
* | netfilter: ipset: Remove extra whitespaces in ip_set.h | Jozsef Kadlecsik | 2016-11-10 | 1 | -6/+7 |
* | netfilter: x_tables: move hook state into xt_action_param structure | Pablo Neira Ayuso | 2016-11-03 | 1 | -10/+38 |
* | netfilter: conntrack: remove packet hotpath stats | Florian Westphal | 2016-09-12 | 1 | -4/+0 |
* | netfilter: gre: Use consistent GRE and PTTP header structure instead of the o... | Gao Feng | 2016-09-07 | 1 | -42/+0 |
* | netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfil... | Gao Feng | 2016-09-07 | 1 | -20/+2 |
* | netfilter: nfnetlink_acct: report overquota to the right netns | Liping Zhang | 2016-08-18 | 1 | -2/+2 |
* | netfilter: x_tables: speed up jump target validation | Florian Westphal | 2016-07-18 | 1 | -0/+4 |
* | netfilter: Convert FWINV<[foo]> macros and uses to NF_INVF | Joe Perches | 2016-07-03 | 1 | -0/+4 |
* | netfilter: fix IS_ERR_VALUE usage | Pablo Neira Ayuso | 2016-04-29 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2016-04-24 | 1 | -1/+11 |
|\ |
|
| * | netfilter: x_tables: introduce and use xt_copy_counters_from_user | Florian Westphal | 2016-04-14 | 1 | -0/+3 |
| * | netfilter: x_tables: xt_compat_match_from_user doesn't need a retval | Florian Westphal | 2016-04-14 | 1 | -1/+1 |
| * | netfilter: x_tables: check for bogus target offset | Florian Westphal | 2016-04-14 | 1 | -2/+2 |
| * | netfilter: x_tables: add compat version of xt_check_entry_offsets | Florian Westphal | 2016-04-14 | 1 | -0/+3 |
| * | netfilter: x_tables: add and use xt_check_entry_offsets | Florian Westphal | 2016-04-14 | 1 | -0/+4 |
* | | libnl: nla_put_net64(): align on a 64-bit area | Nicolas Dichtel | 2016-04-23 | 1 | -3/+6 |
|/ |
|
* | netfilter: ipset: fix race condition in ipset save, swap and delete | Vishwanath Pai | 2016-03-28 | 1 | -0/+4 |
* | netfilter: xtables: don't hook tables by default | Florian Westphal | 2016-03-02 | 1 | -2/+4 |
* | nfnetlink: remove nfnetlink_alloc_skb | Florian Westphal | 2016-02-18 | 1 | -2/+0 |
* | netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacks | Pablo Neira Ayuso | 2015-12-28 | 1 | -2/+2 |
* | netfilter: nfnetlink: pass down netns pointer to call() and call_rcu() | Pablo Neira Ayuso | 2015-12-28 | 1 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2015-12-18 | 1 | -0/+13 |
|\ |
|
| * | netfilter: nf_ct_sctp: move ip_ct_sctp away from UAPI | Marcelo Ricardo Leitner | 2015-11-23 | 1 | -0/+13 |
* | | netfilter: nfnetlink: avoid recurrent netns lookups in call_batch | Pablo Neira Ayuso | 2015-12-10 | 1 | -1/+1 |
|/ |
|
* | netfilter: ipset: Fix extension alignment | Jozsef Kadlecsik | 2015-11-07 | 1 | -1/+1 |