summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_log.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: check if the socket netns is correct.Flavio Leitner2018-06-281-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-021-0/+3
* netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang2016-12-041-1/+3
* netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso2016-11-011-0/+5
* netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang2016-09-251-8/+3Star
* netfilter: log: Check param to avoid overflow in nf_log_setGao Feng2016-08-301-2/+1Star
* netfilter: xt_NFLOG: nflog-range does not truncate packetsVishwanath Pai2016-06-241-0/+7
* netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-191-0/+10
* 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/+6Star
* 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-11-011-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-02-011-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