summaryrefslogtreecommitdiff
path: root/include/linux/netfilter.h
AgeCommit message (Expand)Author
2015-10-16netfilter: turn NF_HOOK into an inline functionArnd Bergmann
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-10-05netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ctKen-ichirou MATSUZAWA
2015-10-05netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack infoKen-ichirou MATSUZAWA
2015-10-04netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.cPablo Neira Ayuso
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17netfilter: Pass net to nf_hook_threshEric W. Biederman
2015-09-17netfilter: Store net in nf_hook_stateEric W. Biederman
2015-09-17netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_threshEric W. Biederman
2015-09-02netfilter: nf_conntrack: make nf_ct_zone_dflt built-inDaniel Borkmann
2015-07-23netfilter: rename local nf_hook_list to hook_listPablo Neira Ayuso
2015-07-15netfilter: move tee_active to coreFlorian Westphal
2015-07-15netfilter: Per network namespace netfilter hooks.Eric W. Biederman
2015-07-15netfilter: kill nf_hooks_activeEric W. Biederman
2015-06-18netfilter: don't pull include/linux/netfilter.h from netns headersPablo Neira Ayuso
2015-05-14netfilter: add netfilter ingress hook after handle_ing() under unique static keyPablo Neira
2015-05-14netfilter: add nf_hook_list_active()Pablo Neira
2015-05-14netfilter: add hook list to nf_hook_statePablo Neira
2015-05-14netfilter: cleanup struct nf_hook_ops indentationPablo Neira
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-07netfilter: Add socket pointer to nf_hook_state.David Miller
2015-04-07netfilter: Add nf_hook_state initializer function.David Miller
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller
2014-08-25netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou
2013-10-14netfilter: add nftablesPatrick McHardy
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy
2013-09-26netfilter: Remove extern from function prototypesJoe Perches
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy
2013-08-13netfilter: nfnetlink_queue: allow to attach expectations to conntracksPablo Neira Ayuso
2013-07-31netfilter: nf_nat: change sequence number adjustments to 32 bitsPatrick McHardy
2013-07-31netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy
2013-05-23netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso
2013-04-05netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy
2012-06-22netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso
2012-06-20netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso
2012-06-16netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangledPablo Neira Ayuso
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso
2012-06-07netfilter: xt_recent: add address masking optionDenys Fedoryshchenko
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2011-11-21netfilter: use jump_label for nf_hooksEric Dumazet
2011-05-27net: Add linux/sysctl.h includes where needed.David S. Miller
2011-04-04netfilter: af_info: add 'strict' parameter to limit lookup to .oifFlorian Westphal
2011-04-04netfilter: af_info: add network namespace parameter to route hookFlorian Westphal