aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-13netfilter: remove CONFIG_NETFILTER checks from headers.Jeremy Sowden1-1/+1
2019-09-13netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENABLED(CONFIG...).Jeremy Sowden1-1/+1
2019-05-31netfilter: replace skb_make_writable with skb_ensure_writableFlorian Westphal1-5/+0
2019-05-06netfilter: slightly optimize nf_inet_addr_maskLi RongQing1-0/+9
2019-04-08netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal1-1/+1
2019-04-08netfilter: optimize nf_inet_addr_cmpLi RongQing1-0/+7
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-2/+2
2018-09-28netfilter: avoid erronous array bounds warningFlorian Westphal1-0/+2
2018-07-10netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen1-0/+11
2018-07-09netfilter: fix use-after-free in NF_HOOK_LISTEdward Cree1-3/+7
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree1-0/+22
2018-06-12netfilter: fix null-ptr-deref in nf_nat_decode_sessionPrashant Bhole1-1/+1
2018-05-23netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso1-0/+5
2018-05-23netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso1-5/+16
2018-05-23netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso1-1/+6
2018-05-23netfilter: lift one-nat-hook-only restrictionFlorian Westphal1-1/+0
2018-01-08netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso1-13/+0
2018-01-08netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso1-1/+0
2018-01-08netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso1-2/+1
2018-01-08netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso1-2/+2
2018-01-08netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso1-2/+0
2018-01-08netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso1-21/+3
2018-01-08netfilter: move checksum indirection to struct nf_ipv6_opsPablo Neira Ayuso1-16/+3
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal1-0/+1
2018-01-08netfilter: don't allocate space for arp/bridge hooks unless neededFlorian Westphal1-0/+4
2018-01-08netfilter: don't allocate space for decnet hooks unless neededFlorian Westphal1-0/+2
2018-01-08netfilter: reduce size of hook entry point locationsFlorian Westphal1-2/+22
2018-01-08netfilter: core: free hooks with call_rcuFlorian Westphal1-4/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-28netfilter: convert hook list to an arrayAaron Conole1-22/+23
2017-07-17netfilter: remove old pre-netns era hook apiFlorian Westphal1-9/+0
2016-12-06netfilter: decouple nf_hook_entry and nf_hook_opsAaron Conole1-4/+6
2016-12-06netfilter: introduce accessor functions for hook entriesAaron Conole1-0/+27
2016-11-03netfilter: remove hook_entries field from nf_hook_statePablo Neira Ayuso1-6/+4
2016-11-03netfilter: kill NF_HOOK_THRESH() and state->treshPablo Neira Ayuso1-37/+13
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-0/+2
2016-09-25netfilter: replace list_head with single linked listAaron Conole1-29/+34
2016-09-24netfilter: call nf_hook_state_init with rcu_read_lock heldFlorian Westphal1-1/+7
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar1-0/+2
2016-03-02netfilter: don't call hooks unless neededFlorian Westphal1-18/+11
2015-10-16netfilter: turn NF_HOOK into an inline functionArnd Bergmann1-2/+17
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-1/+0
2015-10-05netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ctKen-ichirou MATSUZAWA1-1/+1
2015-10-05netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack infoKen-ichirou MATSUZAWA1-2/+2
2015-10-04netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.cPablo Neira Ayuso1-4/+8
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman1-1/+1
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-1/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-12/+14
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-15/+12
2015-09-17netfilter: Pass net to nf_hook_threshEric W. Biederman1-4/+7