aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-9/+25
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-9/+25
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar49-0/+49
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso1-0/+5
2017-11-06netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman49-0/+49
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+1
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-24netfilter: conntrack: make l3proto trackers constFlorian Westphal2-2/+2
2017-10-24netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal1-1/+0
2017-10-24netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal1-6/+8
2017-10-24netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal1-0/+10
2017-09-08netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2-3/+1
2017-09-04net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao1-6/+0
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao1-1/+1
2017-09-04netfilter: remove unused hooknum arg from packet functionsFlorian Westphal1-1/+0
2017-09-04netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay1-11/+24
2017-08-28netfilter: convert hook list to an arrayAaron Conole1-1/+1
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal3-6/+6
2017-08-24netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal1-3/+4
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2-8/+0
2017-08-24netfilter: conntrack: reduce size of l4protocol trackersFlorian Westphal1-2/+2
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal1-3/+0
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal1-3/+0
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal1-11/+8
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2-8/+8
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal1-15/+0
2017-07-31netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter1-1/+1
2017-07-31netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter1-1/+1
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter1-2/+2
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter1-1/+1
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal1-0/+3
2017-07-31netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal1-0/+5
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso1-0/+2
2017-07-01net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-19netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal1-2/+2
2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso1-1/+2
2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso1-6/+20
2017-05-29netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal1-0/+4
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal1-3/+3
2017-05-15netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso1-1/+1
2017-05-15netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang1-0/+2
2017-05-15netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang1-0/+2
2017-05-01netfilter: nf_ct_ext: invoke destroy even when ext is not attachedLiping Zhang1-6/+1
2017-05-01netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal1-2/+1
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal1-1/+1
2017-04-26netfilter: conntrack: mark extension structs as constFlorian Westphal1-2/+2
2017-04-26netfilter: conntrack: remove prealloc supportFlorian Westphal1-6/+0
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal1-0/+2