summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter.h
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann2015-09-031-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/+4Star
* netfilter: don't pull include/linux/netfilter.h from netns headersPablo Neira Ayuso2015-06-181-4/+2Star
* 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/+1Star
* 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/+3Star
* 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/+0Star
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-71/+1Star
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-8/+6Star
* 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
* netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso2012-06-161-0/+2
* netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso2012-06-161-0/+10
* netfilter: xt_recent: add address masking optionDenys Fedoryshchenko2012-06-071-0/+10
* net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-211-6/+0Star
* static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-3/+3
* netfilter: use jump_label for nf_hooksEric Dumazet2011-11-211-5/+21
* net: Add linux/sysctl.h includes where needed.David S. Miller2011-05-271-0/+1
* netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal2011-04-041-1/+1
* netfilter: af_info: add network namespace parameter to route hookFlorian Westphal2011-04-041-1/+2
* netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal2011-01-181-0/+1
* netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal2011-01-181-5/+15
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-131-1/+3
|\
| * netfilter: allow hooks to pass error code back up the stackEric Paris2010-11-171-0/+2
| * netfilter: NF_HOOK_COND has wrong conditionalEric Paris2010-11-121-1/+1
* | netfilter: add __rcu annotationsEric Dumazet2010-11-151-3/+3
|/
* netfilter: restore POST_ROUTING hook in NF_HOOK_CONDPatrick McHardy2010-02-191-2/+3
* netfilter: get rid of the grossness in netfilter.hJan Engelhardt2010-02-151-17/+28
* netfilter: reduce NF_HOOK by one argumentJan Engelhardt2010-02-151-9/+5Star
* netfilter: xtables: CONFIG_COMPAT reduxAlexey Dobriyan2010-02-021-3/+6
* net: cleanup include/linuxEric Dumazet2009-11-041-4/+2Star
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-2/+2