summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-154-9/+25
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-084-9/+25
| |\ \
| | * | netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-071-0/+5
| | * | netfilter: conntrack: don't cache nlattr_tuple_size result in nla_sizeFlorian Westphal2017-11-061-2/+2
| | * | netfilter: conntrack: make l3proto trackers constFlorian Westphal2017-10-242-2/+2
| | * | netfilter: conntrack: remove pf argument from l4 packet functionsFlorian Westphal2017-10-241-1/+0
| | * | netfilter: conntrack: add and use nf_ct_l4proto_log_invalidFlorian Westphal2017-10-241-6/+8
| | * | netfilter: conntrack: add and use nf_l4proto_log_invalidFlorian Westphal2017-10-241-0/+10
| | |/
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0749-0/+49
|\| |
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0249-0/+49
| |/
* / locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-251-2/+2
|/
* netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-09-082-3/+1
* net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-6/+0
* net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-041-1/+1
* netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-041-1/+0
* netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay2017-09-041-11/+24
* netfilter: convert hook list to an arrayAaron Conole2017-08-281-1/+1
* netfilter: conntrack: make protocol tracker pointers constFlorian Westphal2017-08-243-6/+6
* netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal2017-08-241-3/+4
* netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-242-8/+0
* netfilter: conntrack: reduce size of l4protocol trackersFlorian Westphal2017-08-241-2/+2
* netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-241-3/+0
* netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-241-3/+0
* netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-241-11/+8
* netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2017-08-022-8/+8
* netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-311-15/+0
* netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter2017-07-311-1/+1
* netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2017-07-311-1/+1
* netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-311-2/+2
* netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-311-1/+1
* netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2017-07-311-0/+3
* netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal2017-07-311-0/+5
* netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2017-07-241-0/+2
* net: convert nf_bridge_info.use from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* netfilter: conntrack: use NFPROTO_MAX to size arrayFlorian Westphal2017-06-191-2/+2
* netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso2017-05-291-1/+2
* netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso2017-05-291-6/+20
* netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal2017-05-291-0/+4
* netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal2017-05-291-3/+3
* netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-151-1/+1
* netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2017-05-151-0/+2
* netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-151-0/+2
* netfilter: nf_ct_ext: invoke destroy even when ext is not attachedLiping Zhang2017-05-011-6/+1
* netfilter: nf_queue: only call synchronize_net twice if nf_queue is activeFlorian Westphal2017-05-011-2/+1
* netfilter: don't attach a nat extension by defaultFlorian Westphal2017-04-261-1/+1
* netfilter: conntrack: mark extension structs as constFlorian Westphal2017-04-261-2/+2
* netfilter: conntrack: remove prealloc supportFlorian Westphal2017-04-261-6/+0
* netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-261-0/+2