summaryrefslogtreecommitdiffstats
path: root/net/netfilter/core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: make nftables drops visible in net dropmonitorFlorian Westphal2023-10-181-3/+3
* netfilter: defrag: Add glue hooks for enabling/disabling defragDaniel Xu2023-07-281-0/+6
* netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2023-05-101-2/+4
* netfilter: disallow bpf hook attachment at same priorityFlorian Westphal2023-04-211-0/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-221-0/+3
|\
| * netfilter: ctnetlink: make event listener tracking globalFlorian Westphal2023-02-221-0/+3
* | netfilter: let reset rules clean out conntrack entriesFlorian Westphal2023-02-171-0/+16
|/
* Remove DECnet support from kernelStephen Hemminger2022-08-221-10/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-03-281-1/+1
|\
| * memcg: enable accounting for nft objectsVasily Averin2022-03-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-2/+3
|\|
| * netfilter: fix use-after-free in __nf_register_net_hook()Eric Dumazet2022-02-281-2/+3
* | net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong2022-02-071-1/+2
|/
* netfilter: make function op structures constFlorian Westphal2022-01-091-5/+5
* netfilter: core: move ip_ct_attach indirection to struct nf_ct_hookFlorian Westphal2022-01-091-11/+8
* netfilter: core: Fix clang warnings about unused static inlinesLukas Wunner2021-10-171-2/+4
* netfilter: Introduce egress hookLukas Wunner2021-10-141-3/+31
* netfilter: add inet ingress supportPablo Neira Ayuso2020-10-121-21/+82
* netfilter: add nf_ingress_hook() helper functionPablo Neira Ayuso2020-10-121-2/+7
* netfilter: add nf_static_key_{inc,dec}Pablo Neira Ayuso2020-10-121-6/+17
* netfilter: Avoid assigning 'const' pointer to non-const pointerWill Deacon2020-04-151-1/+1
* netfilter: add and use nf_hook_slow_list()Florian Westphal2019-10-171-0/+20
* netfilter: nf_queue: remove unused hook entries pointerFlorian Westphal2019-07-041-1/+1
* netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal2019-05-311-22/+0
* net: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-141-1/+1
* bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal2019-04-121-0/+1
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-3/+3
* netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen2018-07-101-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-231-38/+64
|\
| * netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-231-5/+3
| * netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso2018-05-231-7/+7
| * netfilter: lift one-nat-hook-only restrictionFlorian Westphal2018-05-231-5/+0
| * netfilter: core: export raw versions of add/delete hook functionsFlorian Westphal2018-05-231-21/+54
* | netfilter: core: add missing __rcu annotationFlorian Westphal2018-05-081-1/+2
|/
* netfilter: core: return EBUSY in case NAT hook is already in usePablo Neira Ayuso2018-01-101-1/+1
* netfilter: core: make local function __nf_unregister_net_hook staticWei Yongjun2018-01-101-2/+2
* netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso2018-01-081-24/+1
* netfilter: core: support for NFPROTO_INET hook registrationPablo Neira Ayuso2018-01-081-9/+44
* netfilter: core: pass family as parameter to nf_remove_net_hook()Pablo Neira Ayuso2018-01-081-5/+5
* netfilter: core: pass hook number, family and device to nf_find_hook_list()Pablo Neira Ayuso2018-01-081-17/+19
* netfilter: core: add nf_remove_net_hookPablo Neira Ayuso2018-01-081-4/+4
* netfilter: core: only allow one nat hook per hook pointFlorian Westphal2018-01-081-0/+6
* netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal2018-01-081-0/+8
* netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal2018-01-081-0/+4
* netfilter: reduce hook array sizes to what is neededFlorian Westphal2018-01-081-7/+17
* netfilter: reduce size of hook entry point locationsFlorian Westphal2018-01-081-8/+30
* netfilter: core: free hooks with call_rcuFlorian Westphal2018-01-081-6/+28
* netfilter: core: remove synchronize_net call if nfqueue is usedFlorian Westphal2018-01-081-5/+1
* netfilter: core: make nf_unregister_net_hooks simple wrapper againFlorian Westphal2018-01-081-56/+3
* netfilter: core: remove erroneous warn_onFlorian Westphal2017-09-081-1/+1