summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_log_arp.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-31netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal1-172/+0
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso1-2/+17
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-08-02netfilter: constify nf_loginfo structuresJulia Lawall1-1/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček1-1/+1
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang1-1/+1
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng1-2/+1
2016-08-30netfilter: log_arp: Use ARPHRD_ETHER instead of literal '1'Gao Feng1-1/+1
2015-03-25netfilter: Use LOGLEVEL_<FOO> definesJoe Perches1-1/+3
2014-11-13netfilter: fix various sparse warningsFlorian Westphal1-6/+6
2014-10-30netfilter: log: protect nf_log_register against double registeringMarcelo Leitner1-1/+11
2014-06-27netfilter: add generic ARP packet loggerPablo Neira Ayuso1-0/+149