aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_log_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19netfilter: avoid using skb->nf_bridge directlyFlorian Westphal1-11/+9
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner1-2/+3
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang1-1/+2
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso1-0/+27
2016-09-25netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang1-2/+2
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal1-2/+3
2015-03-17netfilter: use sk_fullsock() helperEric Dumazet1-1/+1
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso1-1/+1
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso1-0/+187