summaryrefslogtreecommitdiff
path: root/include/linux/netfilter.h
AgeCommit message (Expand)Author
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso
2018-01-08netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal
2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal
2018-01-08netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal
2018-01-08netfilter: reduce size of hook entry point locationsFlorian Westphal
2018-01-08netfilter: core: free hooks with call_rcuFlorian Westphal
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-28netfilter: convert hook list to an arrayAaron Conole
2017-07-17netfilter: remove old pre-netns era hook apiFlorian Westphal
2016-12-06netfilter: decouple nf_hook_entry and nf_hook_opsAaron Conole
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-25netfilter: replace list_head with single linked listAaron Conole
2016-09-24netfilter: call nf_hook_state_init with rcu_read_lock heldFlorian Westphal
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar
2016-03-02netfilter: don't call hooks unless neededFlorian Westphal
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