summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: decouple nf_hook_entry and nf_hook_opsAaron Conole2016-12-061-4/+6
* netfilter: introduce accessor functions for hook entriesAaron Conole2016-12-061-0/+27
* netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso2016-11-031-6/+4
* netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso2016-11-031-37/+13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-251-0/+2
|\
| * net: Add _nf_(un)register_hooks symbolsMahesh Bandewar2016-09-191-0/+2
* | netfilter: replace list_head with single linked listAaron Conole2016-09-251-29/+34
* | netfilter: call nf_hook_state_init with rcu_read_lock heldFlorian Westphal2016-09-241-1/+7
|/
* netfilter: don't call hooks unless neededFlorian Westphal2016-03-021-18/+11
* netfilter: turn NF_HOOK into an inline functionArnd Bergmann2015-10-161-2/+17
* netfilter: remove hook owner refcountingFlorian Westphal2015-10-161-1/+0
* netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ctKen-ichirou MATSUZAWA2015-10-051-1/+1
* netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack infoKen-ichirou MATSUZAWA2015-10-051-2/+2
* netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.cPablo Neira Ayuso2015-10-041-4/+8
* netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman2015-09-291-1/+1
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-1/+1
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-12/+14
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-15/+12
* netfilter: Pass net to nf_hook_threshEric W. Biederman2015-09-171-4/+7
* netfilter: Store net in nf_hook_stateEric W. Biederman2015-09-171-1/+4
* netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_threshEric W. Biederman2015-09-171-9/+0
* netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2015-09-021-0/+2
* netfilter: rename local nf_hook_list to hook_listPablo Neira Ayuso2015-07-231-7/+7
* netfilter: move tee_active to coreFlorian Westphal2015-07-151-0/+11
* netfilter: Per network namespace netfilter hooks.Eric W. Biederman2015-07-151-3/+11
* netfilter: kill nf_hooks_activeEric W. Biederman2015-07-151-7/+4
* netfilter: don't pull include/linux/netfilter.h from netns headersPablo Neira Ayuso2015-06-181-4/+2
* netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira2015-05-141-0/+1
* netfilter: add nf_hook_list_active()Pablo Neira2015-05-141-5/+12
* netfilter: add hook list to nf_hook_statePablo Neira2015-05-141-2/+5
* netfilter: cleanup struct nf_hook_ops indentationPablo Neira2015-05-141-7/+7
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-28/+34
* netfilter: Add socket pointer to nf_hook_state.David Miller2015-04-071-1/+6
* netfilter: Add nf_hook_state initializer function.David Miller2015-04-071-8/+18
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-3/+1
* netfilter: Create and use nf_hook_state.David S. Miller2015-04-041-5/+23
* netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou2014-08-251-2/+3
* netfilter: add nftablesPatrick McHardy2013-10-141-5/+6
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-1/+2
* netfilter: Remove extern from function prototypesJoe Perches2013-09-261-5/+5
* netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy2013-08-281-6/+3
* netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso2013-08-131-0/+2
* netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy2013-07-311-1/+1
* netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy2013-07-311-2/+2
* netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso2013-05-231-1/+1
* netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso2013-04-051-5/+0
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-71/+1
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-8/+6
* netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso2012-06-221-1/+5
* netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso2012-06-201-1/+1