aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_log_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso1-3/+5
2020-03-12inet: Use fallthrough;Joe Perches1-1/+1
2019-09-13netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header.Jeremy Sowden1-2/+2
2019-07-11ipv6: Use ipv6_authlen for lenyangxingwu1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner1-4/+4
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: nf_log: get rid of XT_LOG_* macrosLiping Zhang1-7/+7
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang1-2/+2
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng1-2/+1
2015-03-25netfilter: Use LOGLEVEL_<FOO> definesJoe Perches1-1/+3
2014-11-28netfilter: nf_log_ipv6: correct typo in module descriptionSteven Noonan1-1/+1
2014-10-30netfilter: log: protect nf_log_register against double registeringMarcelo Leitner1-1/+11
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso1-7/+7
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso1-0/+417