aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_LOG.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso1-3/+3
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net devicesEric W. Biederman1-1/+1
2014-06-28netfilter: xt_LOG: add missing string format in nf_log_packet()Pablo Neira Ayuso1-1/+1
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso1-12/+10
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso1-874/+5
2014-06-25netfilter: nf_log: move log buffering to core loggingPablo Neira Ayuso1-147/+154
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso1-0/+2
2013-05-29netfilter: xt_LOG: fix mark logging for IPv6 packetsMichal Kubeček1-1/+1
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom1-6/+7
2013-04-05netfilter: xt_LOG: add net namespace support for xt_LOGGao feng1-3/+49
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-3/+5
2012-09-12netfilter: log: Fix log-level processingJoe Perches1-2/+2
2012-09-06netfilter: take care of timewait socketsEric Dumazet1-16/+17
2012-08-14userns: Convert xt_LOG to print socket kuids and kgids as uids and gidsEric W. Biederman1-6/+10
2012-03-22netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6Pablo Neira Ayuso1-6/+6
2012-03-07netfilter: xt_LOG: fix bogus extra layer-4 logging informationRichard Weinberger1-0/+4
2012-03-07netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger1-0/+921