summaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_LOG.c
AgeCommit message (Expand)AuthorLines
2021-09-21netfilter: log: work around missing softdep backend moduleFlorian Westphal-1/+9
2021-03-31netfilter: nf_log: add module softdepsFlorian Westphal-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso-3/+3
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman-1/+1
2014-06-28netfilter: xt_LOG: add missing string format in nf_log_packet()Pablo Neira Ayuso-1/+1
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso-12/+10
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso-874/+5
2014-06-25netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso-147/+154
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso-0/+2
2013-05-29netfilter: xt_LOG: fix mark logging for IPv6 packetsMichal Kubeček-1/+1
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom-6/+7
2013-04-05netfilter: xt_LOG: add net namespace support for xt_LOGGao feng-3/+49
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-3/+5
2012-09-12netfilter: log: Fix log-level processingJoe Perches-2/+2
2012-09-06netfilter: take care of timewait socketsEric Dumazet-16/+17
2012-08-14userns: Convert xt_LOG to print socket kuids and kgids as uids and gidsEric W. Biederman-6/+10
2012-03-22netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6Pablo Neira Ayuso-6/+6
2012-03-07netfilter: xt_LOG: fix bogus extra layer-4 logging informationRichard Weinberger-0/+4
2012-03-07netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger-0/+921