aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_hook.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-21netfilter: nfnetlink hook: dump bpf prog idGravatar Florian Westphal 1-13/+68
2022-08-22Remove DECnet support from kernelGravatar Stephen Hemminger 1-7/+0
2021-12-29net: Don't include filter.h from net/sock.hGravatar Jakub Kicinski 1-0/+1
2021-10-14netfilter: Introduce egress hookGravatar Lukas Wunner 1-4/+12
2021-08-06netfilter: nfnetlink_hook: translate inet ingress to netdevGravatar Pablo Neira Ayuso 1-1/+7
2021-08-06netfilter: nfnetlink_hook: Use same family as request messageGravatar Pablo Neira Ayuso 1-3/+3
2021-08-06netfilter: nfnetlink_hook: use the sequence number of the request messageGravatar Pablo Neira Ayuso 1-1/+2
2021-08-06netfilter: nfnetlink_hook: missing chain familyGravatar Pablo Neira Ayuso 1-2/+6
2021-08-06netfilter: nfnetlink_hook: strip off module name from hookfnGravatar Pablo Neira Ayuso 1-0/+1
2021-07-23netfilter: nfnl_hook: fix unused variable warningGravatar Arnd Bergmann 1-0/+2
2021-06-21netfilter: nfnetlink_hook: fix check for snprintf() overflowGravatar Dan Carpenter 1-1/+3
2021-06-09netfilter: nfnetlink_hook: fix array index out-of-bounds errorGravatar Colin Ian King 1-1/+1
2021-06-07netfilter: add new hook nfnl subsystemGravatar Florian Westphal 1-0/+375