summaryrefslogtreecommitdiff
path: root/include/net/netfilter/nf_log.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: bridge: add generic packet loggerPablo Neira Ayuso2014-06-271-0/+1
* netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-271-14/+6
* netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-271-0/+28
* netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso2014-06-251-0/+6
* netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-251-6/+9
* netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-151-1/+2
* netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-051-4/+10
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-10-311-1/+2
* netfilter: use a linked list of loggersEric Leblond2009-03-161-3/+8
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-4/+4
* [NETFILTER]: nf_log: add netfilter gcc printf format checkingHelge Deller2008-01-311-1/+1
* [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo argPatrick McHardy2008-01-281-3/+3
* [NETFILTER]: nf_log: move logging stuff to seperate headerPatrick McHardy2008-01-281-0/+59