summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: handle ->destroy hook via nat_ops insteadFlorian Westphal2022-02-041-0/+1
* netfilter: make function op structures constFlorian Westphal2022-01-091-4/+4
* netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal2022-01-091-1/+1
* netfilter: annotate nf_tables base hook opsFlorian Westphal2021-06-071-1/+7
* netfilter: reduce size of nf_hook_state on 32bit platformsFlorian Westphal2021-05-291-2/+2
* netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal2021-01-251-2/+0
* netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-241-2/+4
* netfilter: remove the compat_{get,set} methodsChristoph Hellwig2020-07-191-14/+0
* netfilter: add and use nf_hook_slow_list()Florian Westphal2019-10-171-10/+31
* netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden2019-09-131-1/+1
* netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENA...Jeremy Sowden2019-09-131-1/+1
* netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal2019-05-311-5/+0
* netfilter: slightly optimize nf_inet_addr_maskLi RongQing2019-05-061-0/+9
* netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal2019-04-081-1/+1
* netfilter: optimize nf_inet_addr_cmpLi RongQing2019-04-081-0/+7
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-2/+2
* netfilter: avoid erronous array bounds warningFlorian Westphal2018-09-281-0/+2
* netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen2018-07-101-0/+11
* netfilter: fix use-after-free in NF_HOOK_LISTEdward Cree2018-07-091-3/+7
* net: ipv4: listified version of ip_rcvEdward Cree2018-07-041-0/+22
* netfilter: fix null-ptr-deref in nf_nat_decode_sessionPrashant Bhole2018-06-121-1/+1
* netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso2018-05-231-0/+5
* netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-231-5/+16
* netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso2018-05-231-1/+6
* netfilter: lift one-nat-hook-only restrictionFlorian Westphal2018-05-231-1/+0
* netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso2018-01-081-13/+0
* netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso2018-01-081-1/+0
* netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-2/+1
* netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-2/+2
* netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso2018-01-081-2/+0
* netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-21/+3
* netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-16/+3
* netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-081-0/+1
* netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal2018-01-081-0/+4
* netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal2018-01-081-0/+2
* netfilter: reduce size of hook entry point locationsFlorian Westphal2018-01-081-2/+22
* netfilter: core: free hooks with call_rcuFlorian Westphal2018-01-081-4/+15
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netfilter: convert hook list to an arrayAaron Conole2017-08-281-22/+23
* netfilter: remove old pre-netns era hook apiFlorian Westphal2017-07-171-9/+0
* 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