summaryrefslogtreecommitdiff
path: root/include/linux/netfilter.h
AgeCommit message (Expand)Author
2021-06-07netfilter: annotate nf_tables base hook opsFlorian Westphal
2021-05-29netfilter: reduce size of nf_hook_state on 32bit platformsFlorian Westphal
2021-01-25netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig
2020-07-19netfilter: remove the compat_{get,set} methodsChristoph Hellwig
2019-10-17netfilter: add and use nf_hook_slow_list()Florian Westphal
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden
2019-09-13netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENA...Jeremy Sowden
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal
2019-05-06netfilter: slightly optimize nf_inet_addr_maskLi RongQing
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal
2019-04-08netfilter: optimize nf_inet_addr_cmpLi RongQing
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2018-09-28netfilter: avoid erronous array bounds warningFlorian Westphal
2018-07-10netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen
2018-07-09netfilter: fix use-after-free in NF_HOOK_LISTEdward Cree
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree
2018-06-12netfilter: fix null-ptr-deref in nf_nat_decode_sessionPrashant Bhole
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso
2018-05-23netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso
2018-05-23netfilter: lift one-nat-hook-only restrictionFlorian Westphal
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