summaryrefslogtreecommitdiff
path: root/net/netfilter/core.c
AgeCommit message (Expand)Author
2023-10-18netfilter: make nftables drops visible in net dropmonitorFlorian Westphal
2023-07-28netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu
2023-05-10netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal
2023-04-21netfilter: disallow bpf hook attachment at same priorityFlorian 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-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-03-28memcg: enable accounting for nft objectsVasily Averin
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-28netfilter: fix use-after-free in __nf_register_net_hook()Eric Dumazet
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong
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-10-17netfilter: core: Fix clang warnings about unused static inlinesLukas Wunner
2021-10-14netfilter: Introduce egress hookLukas Wunner
2020-10-12netfilter: add inet ingress supportPablo Neira Ayuso
2020-10-12netfilter: add nf_ingress_hook() helper functionPablo Neira Ayuso
2020-10-12netfilter: add nf_static_key_{inc,dec}Pablo Neira Ayuso
2020-04-15netfilter: Avoid assigning 'const' pointer to non-const pointerWill Deacon
2019-10-17netfilter: add and use nf_hook_slow_list()Florian Westphal
2019-07-04netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal
2019-05-14net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya
2019-04-12bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2018-07-10netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen
2018-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
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-05-23netfilter: core: export raw versions of add/delete hook functionsFlorian Westphal
2018-05-08netfilter: core: add missing __rcu annotationFlorian Westphal
2018-01-10netfilter: core: return EBUSY in case NAT hook is already in usePablo Neira Ayuso
2018-01-10netfilter: core: make local function __nf_unregister_net_hook staticWei Yongjun
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso
2018-01-08netfilter: core: support for NFPROTO_INET hook registrationPablo Neira Ayuso
2018-01-08netfilter: core: pass family as parameter to nf_remove_net_hook()Pablo Neira Ayuso
2018-01-08netfilter: core: pass hook number, family and device to nf_find_hook_list()Pablo Neira Ayuso
2018-01-08netfilter: core: add nf_remove_net_hookPablo 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 hook array sizes to what is neededFlorian Westphal
2018-01-08netfilter: reduce size of hook entry point locationsFlorian Westphal
2018-01-08netfilter: core: free hooks with call_rcuFlorian Westphal
2018-01-08netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal
2018-01-08netfilter: core: make nf_unregister_net_hooks simple wrapper againFlorian Westphal
2017-09-08netfilter: core: remove erroneous warn_onFlorian Westphal