summaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_hook.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink hook: dump bpf prog idFlorian Westphal2023-04-211-13/+68
* Remove DECnet support from kernelStephen Hemminger2022-08-221-7/+0
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* netfilter: Introduce egress hookLukas Wunner2021-10-141-4/+12
* netfilter: nfnetlink_hook: translate inet ingress to netdevPablo Neira Ayuso2021-08-061-1/+7
* netfilter: nfnetlink_hook: Use same family as request messagePablo Neira Ayuso2021-08-061-3/+3
* netfilter: nfnetlink_hook: use the sequence number of the request messagePablo Neira Ayuso2021-08-061-1/+2
* netfilter: nfnetlink_hook: missing chain familyPablo Neira Ayuso2021-08-061-2/+6
* netfilter: nfnetlink_hook: strip off module name from hookfnPablo Neira Ayuso2021-08-061-0/+1
* netfilter: nfnl_hook: fix unused variable warningArnd Bergmann2021-07-231-0/+2
* netfilter: nfnetlink_hook: fix check for snprintf() overflowDan Carpenter2021-06-211-1/+3
* netfilter: nfnetlink_hook: fix array index out-of-bounds errorColin Ian King2021-06-091-1/+1
* netfilter: add new hook nfnl subsystemFlorian Westphal2021-06-071-0/+375