Age | Commit message (Expand) | Author |
2014-10-24 | netfilter: nf_log: release skbuff on nlmsg put failure | Houcheng Lin |
2014-10-24 | netfilter: nfnetlink_log: fix maximum packet length logged to userspace | Florian Westphal |
2014-10-24 | netfilter: nf_log: account for size of NLMSG_DONE attribute | Florian Westphal |
2014-10-02 | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) | Pablo Neira Ayuso |
2014-06-27 | netfilter: log: nf_log_packet() as real unified interface | Pablo Neira Ayuso |
2014-06-25 | netfilter: nf_log: use an array of loggers instead of list | Pablo Neira Ayuso |
2014-02-25 | netfilter: nfnetlink_log: remove unused code | Florian Westphal |
2013-12-17 | netfilter: nfnetlink_log: unset nf_loggers for netns when unloading module | Gao feng |
2013-10-01 | netfilter: nfnetlink_log: use proper net to allocate skb | Gao feng |
2013-08-05 | netfilter: nfnetlink_{log,queue}: fix information leaks in netlink message | Dan Carpenter |
2013-05-15 | netfilter: log: netns NULL ptr bug when calling from conntrack | Hans Schillstrom |
2013-05-06 | netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FS | Pablo Neira Ayuso |
2013-04-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/... | David S. Miller |
2013-04-19 | nfnetlink: add support for memory mapped netlink | Patrick McHardy |
2013-04-19 | netlink: rename ssk to sk in struct netlink_skb_params | Patrick McHardy |
2013-04-18 | netfilter: add my copyright statements | Patrick McHardy |
2013-04-07 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller |
2013-04-05 | netfilter: nfnetlink_log: add net namespace support for nfnetlink_log | Gao feng |
2013-04-05 | netfilter: nf_log: prepare net namespace support for loggers | Gao feng |
2013-03-28 | net-next: replace obsolete NLMSG_* with type safe nlmsg_* | Hong zhi guo |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2012-12-17 | netfilter: nfnetlink_log: fix possible compilation issue due to missing include | Pablo Neira Ayuso |
2012-12-16 | netfilter: nfnetlink_log: fix mac address for 6in4 tunnels | Bob Hockney |
2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2012-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman |
2012-09-06 | netfilter: take care of timewait sockets | Eric Dumazet |
2012-08-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-08-30 | netfilter: nfnetlink_log: fix error return code in init path | Julia Lawall |
2012-08-20 | netfilter: nfnetlink_log: fix NLA_PUT macro removal bug | Patrick McHardy |
2012-08-14 | userns: nfnetlink_log: Report socket uids in the log sockets user namespace | Eric W. Biederman |
2012-06-26 | netfilter: nfnetlink_log: Move away from NLMSG_PUT(). | David S. Miller |
2012-04-01 | nfnetlink_log: Stop using NLA_PUT*(). | David S. Miller |
2011-11-01 | netfilter: Remove unnecessary OOM logging messages | Joe Perches |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-06-16 | netfilter: fix looped (broad|multi)cast's MAC handling | Nicolas Cavallari |
2011-04-17 | netfilter: nfnetlink_log: Fix set-but-unused variables. | David S. Miller |
2011-02-15 | netfilter: nfnetlink_log: remove unused parameter | Florian Westphal |
2010-11-15 | netfilter: add __rcu annotations | Eric Dumazet |
2010-06-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller |
2010-06-15 | bridge: use rx_handler_data pointer to store net_bridge_port pointer | Jiri Pirko |
2010-06-14 | netfilter: nfnetlink_log: RCU conversion, part 2 | Eric Dumazet |
2010-06-09 | netfilter: nfnetlink_log: RCU conversion | Eric Dumazet |
2010-05-13 | netfilter: cleanup printk messages | Stephen Hemminger |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-02-26 | netfilter: nfnetlink_log: fix silly refcount leak | Alexey Dobriyan |
2010-01-13 | netfilter: nfnetlink: netns support | Alexey Dobriyan |
2009-12-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller |
2009-11-25 | net: use net_eq to compare nets | Octavian Purdila |