aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_log.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-31netfilter: nf_log_common: merge with nf_log_syslogFlorian Westphal1-24/+0
2021-03-31netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal1-1/+0
2020-10-14netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso1-0/+1
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček1-0/+3
2016-12-04netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang1-1/+3
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso1-0/+5
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang1-8/+3
2016-08-30netfilter: log: Check param to avoid overflow in nf_log_setGao Feng1-2/+1
2016-06-24netfilter: xt_NFLOG: nflog-range does not truncate packetsVishwanath Pai1-0/+7
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso1-0/+10
2014-06-27netfilter: bridge: add generic packet loggerPablo Neira Ayuso1-0/+1
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso1-14/+6
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso1-0/+28
2014-06-25netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso1-0/+6
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso1-6/+9
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom1-1/+2
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng1-4/+10
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-1/+2
2009-03-16netfilter: use a linked list of loggersEric Leblond1-3/+8
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-4/+4
2008-01-31[NETFILTER]: nf_log: add netfilter gcc printf format checkingHelge Deller1-1/+1
2008-01-28[NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy1-3/+3
2008-01-28[NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy1-0/+59