index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
xt_LOG.c
Age
Commit message (
Expand
)
Author
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2016-11-03
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
2014-06-28
netfilter: xt_LOG: add missing string format in nf_log_packet()
Pablo Neira Ayuso
2014-06-27
netfilter: log: nf_log_packet() as real unified interface
Pablo Neira Ayuso
2014-06-27
netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c files
Pablo Neira Ayuso
2014-06-25
netfilter: nf_log: move log buffering to core logging
Pablo Neira Ayuso
2014-06-25
netfilter: nf_log: use an array of loggers instead of list
Pablo Neira Ayuso
2013-05-29
netfilter: xt_LOG: fix mark logging for IPv6 packets
Michal Kubeček
2013-05-15
netfilter: log: netns NULL ptr bug when calling from conntrack
Hans Schillstrom
2013-04-05
netfilter: xt_LOG: add net namespace support for xt_LOG
Gao feng
2012-10-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2012-09-12
netfilter: log: Fix log-level processing
Joe Perches
2012-09-06
netfilter: take care of timewait sockets
Eric Dumazet
2012-08-14
userns: Convert xt_LOG to print socket kuids and kgids as uids and gids
Eric W. Biederman
2012-03-22
netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6
Pablo Neira Ayuso
2012-03-07
netfilter: xt_LOG: fix bogus extra layer-4 logging information
Richard Weinberger
2012-03-07
netfilter: merge ipt_LOG and ip6_LOG into xt_LOG
Richard Weinberger