summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_log.c
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-4/+4
* netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-271-0/+3
* netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso2014-06-251-0/+1
* netfilter: nfnetlink_log: remove unused codeFlorian Westphal2014-02-251-8/+0Star
* netfilter: nfnetlink_log: unset nf_loggers for netns when unloading moduleGao feng2013-12-171-0/+1
* netfilter: nfnetlink_log: use proper net to allocate skbGao feng2013-10-011-5/+6
* netfilter: nfnetlink_{log,queue}: fix information leaks in netlink messageDan Carpenter2013-08-051-1/+5
* netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom2013-05-151-2/+2
* netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso2013-05-061-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-04-191-0/+1
|\
| * netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* | nfnetlink: add support for memory mapped netlinkPatrick McHardy2013-04-191-4/+6
* | netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2013-04-191-1/+1
|/
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-04-071-62/+120
|\
| * netfilter: nfnetlink_log: add net namespace support for nfnetlink_logGao feng2013-04-051-60/+117
| * netfilter: nf_log: prepare net namespace support for loggersGao feng2013-04-051-2/+3
* | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-2/+2
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-4/+3Star
* netfilter: nfnetlink_log: fix possible compilation issue due to missing includePablo Neira Ayuso2012-12-171-0/+1
* netfilter: nfnetlink_log: fix mac address for 6in4 tunnelsBob Hockney2012-12-161-3/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-9/+9
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-151-7/+8
| |\
| * | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-9/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-311-2/+4
| |\ \
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-4/+9
|\| | | | |_|/ |/| |
| * | userns: nfnetlink_log: Report socket uids in the log sockets user namespaceEric W. Biederman2012-08-151-4/+10
* | | netfilter: take care of timewait socketsEric Dumazet2012-09-061-6/+8
| |/ |/|
* | netfilter: nfnetlink_log: fix error return code in init pathJulia Lawall2012-08-301-1/+3
* | netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy2012-08-201-1/+1
|/
* netfilter: nfnetlink_log: Move away from NLMSG_PUT().David S. Miller2012-06-271-13/+16
* nfnetlink_log: Stop using NLA_PUT*().David S. Miller2012-04-021-42/+58
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-5/+2Star
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari2011-06-161-1/+2
* netfilter: nfnetlink_log: Fix set-but-unused variables.David S. Miller2011-04-181-2/+0Star
* netfilter: nfnetlink_log: remove unused parameterFlorian Westphal2011-02-151-2/+1Star
* netfilter: add __rcu annotationsEric Dumazet2010-11-151-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-06-151-28/+39
|\
| * netfilter: nfnetlink_log: RCU conversion, part 2Eric Dumazet2010-06-141-6/+12
| * netfilter: nfnetlink_log: RCU conversionEric Dumazet2010-06-091-22/+27
* | bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-151-2/+4
|/
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: nfnetlink_log: fix silly refcount leakAlexey Dobriyan2010-02-261-1/+1
* netfilter: nfnetlink: netns supportAlexey Dobriyan2010-01-131-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-031-2/+1Star
|\
| * netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy2009-11-061-2/+1Star
* | net: use net_eq to compare netsOctavian Purdila2009-11-261-1/+1
|/
* netfilter: nfnetlink: constify message attributes and headersPatrick McHardy2009-08-251-2/+4
* netfilter: nfnetlink_log: fix wrong skbuff size calculationPablo Neira Ayuso2009-05-271-0/+6