aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/netfilter.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-06netfilter: decouple nf_hook_entry and nf_hook_opsAaron Conole1-4/+6
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole1-0/+27
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso1-6/+4
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso1-37/+13
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-0/+2
2016-09-25netfilter: replace list_head with single linked listAaron Conole1-29/+34
2016-09-24netfilter: call nf_hook_state_init with rcu_read_lock heldFlorian Westphal1-1/+7
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar1-0/+2
2016-03-02netfilter: don't call hooks unless neededFlorian Westphal1-18/+11
2015-10-16netfilter: turn NF_HOOK into an inline functionArnd Bergmann1-2/+17
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-1/+0
2015-10-05netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ctKen-ichirou MATSUZAWA1-1/+1
2015-10-05netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack infoKen-ichirou MATSUZAWA1-2/+2
2015-10-04netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.cPablo Neira Ayuso1-4/+8
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman1-1/+1
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-1/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-12/+14
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-15/+12
2015-09-17netfilter: Pass net to nf_hook_threshEric W. Biederman1-4/+7
2015-09-17netfilter: Store net in nf_hook_stateEric W. Biederman1-1/+4
2015-09-17netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_threshEric W. Biederman1-9/+0
2015-09-02netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann1-0/+2
2015-07-23netfilter: rename local nf_hook_list to hook_listPablo Neira Ayuso1-7/+7
2015-07-15netfilter: move tee_active to coreFlorian Westphal1-0/+11
2015-07-15netfilter: Per network namespace netfilter hooks.Eric W. Biederman1-3/+11
2015-07-15netfilter: kill nf_hooks_activeEric W. Biederman1-7/+4
2015-06-18netfilter: don't pull include/linux/netfilter.h from netns headersPablo Neira Ayuso1-4/+2
2015-05-14netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira1-0/+1
2015-05-14netfilter: add nf_hook_list_active()Pablo Neira1-5/+12
2015-05-14netfilter: add hook list to nf_hook_statePablo Neira1-2/+5
2015-05-14netfilter: cleanup struct nf_hook_ops indentationPablo Neira1-7/+7
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-28/+34
2015-04-07netfilter: Add socket pointer to nf_hook_state.David Miller1-1/+6
2015-04-07netfilter: Add nf_hook_state initializer function.David Miller1-8/+18
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-3/+1
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller1-5/+23
2014-08-25netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou1-2/+3
2013-10-14netfilter: add nftablesPatrick McHardy1-5/+6
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-1/+2
2013-09-26netfilter: Remove extern from function prototypesJoe Perches1-5/+5
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy1-6/+3
2013-08-13netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso1-0/+2
2013-07-31netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy1-1/+1
2013-07-31netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy1-2/+2
2013-05-23netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso1-1/+1
2013-04-05netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso1-5/+0
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-71/+1
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-8/+6
2012-06-22netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=yPablo Neira Ayuso1-1/+5
2012-06-20netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso1-1/+1