summaryrefslogtreecommitdiff
path: root/include/linux/netfilter.h
AgeCommit message (Expand)Author
2024-02-29netfilter: bridge: confirm multicast packets before passing them up the stackFlorian Westphal
2023-10-18netfilter: make nftables drops visible in net dropmonitorFlorian Westphal
2023-07-28netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu
2023-06-26linux/netfilter.h: fix kernel-doc warningsRandy Dunlap
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2023-02-22netfilter: ctnetlink: make event listener tracking globalFlorian Westphal
2023-02-17netfilter: let reset rules clean out conntrack entriesFlorian Westphal
2022-08-22Remove DECnet support from kernelStephen Hemminger
2022-02-04netfilter: conntrack: handle ->destroy hook via nat_ops insteadFlorian Westphal
2022-01-09netfilter: make function op structures constFlorian Westphal
2022-01-09netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal
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