Age | Commit message (Expand) | Author | Files | Lines |
2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2017-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -9/+25 |
2017-11-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 4 | -9/+25 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 49 | -0/+49 |
2017-11-07 | netfilter: nf_tables: get set elements via netlink | Pablo Neira Ayuso | 1 | -0/+5 |
2017-11-06 | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_size | Florian Westphal | 1 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 49 | -0/+49 |
2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 1 | -1/+1 |
2017-10-25 | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/... | Mark Rutland | 1 | -2/+2 |
2017-10-24 | netfilter: conntrack: make l3proto trackers const | Florian Westphal | 2 | -2/+2 |
2017-10-24 | netfilter: conntrack: remove pf argument from l4 packet functions | Florian Westphal | 1 | -1/+0 |
2017-10-24 | netfilter: conntrack: add and use nf_ct_l4proto_log_invalid | Florian Westphal | 1 | -6/+8 |
2017-10-24 | netfilter: conntrack: add and use nf_l4proto_log_invalid | Florian Westphal | 1 | -0/+10 |
2017-09-08 | netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable" | Florian Westphal | 2 | -3/+1 |
2017-09-04 | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. | Varsha Rao | 1 | -6/+0 |
2017-09-04 | net: Replace NF_CT_ASSERT() with WARN_ON(). | Varsha Rao | 1 | -1/+1 |
2017-09-04 | netfilter: remove unused hooknum arg from packet functions | Florian Westphal | 1 | -1/+0 |
2017-09-04 | netfilter: nf_tables: add select_ops for stateful objects | Pablo M. Bermudo Garay | 1 | -11/+24 |
2017-08-28 | netfilter: convert hook list to an array | Aaron Conole | 1 | -1/+1 |
2017-08-24 | netfilter: conntrack: make protocol tracker pointers const | Florian Westphal | 3 | -6/+6 |
2017-08-24 | netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFS | Florian Westphal | 1 | -3/+4 |
2017-08-24 | netfilter: conntrack: place print_tuple in procfs part | Florian Westphal | 2 | -8/+0 |
2017-08-24 | netfilter: conntrack: reduce size of l4protocol trackers | Florian Westphal | 1 | -2/+2 |
2017-08-24 | netfilter: conntrack: remove protocol name from l4proto struct | Florian Westphal | 1 | -3/+0 |
2017-08-24 | netfilter: conntrack: remove protocol name from l3proto struct | Florian Westphal | 1 | -3/+0 |
2017-08-24 | netfilter: conntrack: compute l3proto nla size at compile time | Florian Westphal | 1 | -11/+8 |
2017-08-02 | netfilter: constify nf_conntrack_l3/4proto parameters | Julia Lawall | 2 | -8/+8 |
2017-07-31 | netfilter: conntrack: do not enable connection tracking unless needed | Florian Westphal | 1 | -15/+0 |
2017-07-31 | netfilter: nf_tables: Allow object names of up to 255 chars | Phil Sutter | 1 | -1/+1 |
2017-07-31 | netfilter: nf_tables: Allow set names of up to 255 chars | Phil Sutter | 1 | -1/+1 |
2017-07-31 | netfilter: nf_tables: Allow chain name of up to 255 chars | Phil Sutter | 1 | -2/+2 |
2017-07-31 | netfilter: nf_tables: Allow table names of up to 255 chars | Phil Sutter | 1 | -1/+1 |
2017-07-31 | netfilter: add and use nf_ct_unconfirmed_destroy | Florian Westphal | 1 | -0/+3 |
2017-07-31 | netfilter: expect: add and use nf_ct_expect_iterate helpers | Florian Westphal | 1 | -0/+5 |
2017-07-24 | netfilter: nf_tables: keep chain counters away from hot path | Pablo Neira Ayuso | 1 | -0/+2 |
2017-07-01 | net: convert nf_bridge_info.use from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-06-19 | netfilter: conntrack: use NFPROTO_MAX to size array | Florian Westphal | 1 | -2/+2 |
2017-05-29 | netfilter: nf_tables: pass set description to ->privsize | Pablo Neira Ayuso | 1 | -1/+2 |
2017-05-29 | netfilter: nf_tables: select set backend flavour depending on description | Pablo Neira Ayuso | 1 | -6/+20 |
2017-05-29 | netfilter: conntrack: add nf_ct_iterate_destroy | Florian Westphal | 1 | -0/+4 |
2017-05-29 | netfilter: conntrack: rename nf_ct_iterate_cleanup | Florian Westphal | 1 | -3/+3 |
2017-05-15 | netfilter: nf_tables: revisit chain/object refcounting from elements | Pablo Neira Ayuso | 1 | -1/+1 |
2017-05-15 | netfilter: nfnl_cthelper: reject del request if helper obj is in use | Liping Zhang | 1 | -0/+2 |
2017-05-15 | netfilter: introduce nf_conntrack_helper_put helper function | Liping Zhang | 1 | -0/+2 |
2017-05-01 | netfilter: nf_ct_ext: invoke destroy even when ext is not attached | Liping Zhang | 1 | -6/+1 |
2017-05-01 | netfilter: nf_queue: only call synchronize_net twice if nf_queue is active | Florian Westphal | 1 | -2/+1 |
2017-04-26 | netfilter: don't attach a nat extension by default | Florian Westphal | 1 | -1/+1 |
2017-04-26 | netfilter: conntrack: mark extension structs as const | Florian Westphal | 1 | -2/+2 |
2017-04-26 | netfilter: conntrack: remove prealloc support | Florian Westphal | 1 | -6/+0 |
2017-04-26 | netfilter: synproxy: only register hooks when needed | Florian Westphal | 1 | -0/+2 |