| Age | Commit message (Expand) | Author | Lines |
| 2012-05-08 | netfilter: remove ip_queue support | Pablo Neira Ayuso | -641/+0 |
| 2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | -1/+1 |
| 2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | -3/+3 |
| 2012-01-14 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | -1/+1 |
| 2012-01-05 | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | -1/+1 |
| 2011-11-29 | net: dont call jump_label_dec from irq context | Eric Dumazet | -1/+4 |
| 2011-08-30 | netfilter: nf_queue: reject NF_STOLEN verdicts from userspace | Florian Westphal | -7/+4 |
| 2011-07-29 | netfilter: ip_queue: Fix small leak in ipq_build_packet_message() | Jesper Juhl | -0/+1 |
| 2011-06-16 | netfilter: fix looped (broad|multi)cast's MAC handling | Nicolas Cavallari | -1/+2 |
| 2011-06-06 | netfilter: use unsigned variables for packet lengths in ip[6]_queue. | Dave Jones | -1/+2 |
| 2010-06-09 | netfilter: ip6_queue: rwlock to spinlock conversion | Eric Dumazet | -32/+25 |
| 2010-05-13 | netfilter: remove unnecessary returns from void function()s | Joe Perches | -1/+0 |
| 2010-04-20 | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | -0/+1 |
| 2010-04-08 | netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip6_queue | Herbert Xu | -2/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | -0/+1 |
| 2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | -4/+3 |
| 2009-12-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | -3/+2 |
| 2009-11-25 | net: use net_eq to compare nets | Octavian Purdila | -1/+1 |
| 2009-11-12 | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | -3/+1 |
| 2009-11-06 | netfilter: remove unneccessary checks from netlink notifiers | Patrick McHardy | -2/+1 |
| 2009-11-04 | netfilter: remove synchronize_net() calls in ip_queue/ip6_queue | Eric Dumazet | -1/+1 |
| 2009-05-08 | netfilter: queue: use NFPROTO_ for queue callsites | Jan Engelhardt | -1/+1 |
| 2009-03-16 | netfilter: auto-load ip6_queue module when socket opened | Scott James Remnant | -0/+1 |
| 2008-07-19 | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | -1/+1 |
| 2008-06-09 | netfilter: {ip,ip6,nfnetlink}_queue: misc cleanups | Rami Rosen | -3/+0 |
| 2008-04-29 | netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets | Arnaud Ebalard | -3/+2 |
| 2008-03-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | -5/+3 |
| 2008-03-27 | [NETFILTER]: Replate direct proc_fops assignment with proc_create call. | Denis V. Lunev | -5/+3 |
| 2008-03-26 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | -1/+1 |
| 2008-02-19 | [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling pa... | Patrick McHardy | -4/+6 |
| 2008-01-31 | [NETFILTER]: {ip,ip6}_queue: fix build error | Patrick McHardy | -4/+14 |
| 2008-01-28 | [NETNS]: Consolidate kernel netlink socket destruction. | Denis V. Lunev | -2/+2 |
| 2008-01-28 | [NETFILTER]: Switch to using ctl_paths in nf_queue and conntrack modules | Pavel Emelyanov | -21/+1 |
| 2008-01-28 | [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict | Patrick McHardy | -10/+2 |
| 2008-01-28 | [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info | Patrick McHardy | -44/+23 |
| 2008-01-28 | [NETFILTER]: ip6_queue: resync dev-index based flushing | Patrick McHardy | -1/+10 |
| 2008-01-28 | [NETFILTER]: ip6_queue: deobfuscate entry lookups | Patrick McHardy | -64/+37 |
| 2008-01-28 | [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry | Patrick McHardy | -5/+3 |
| 2008-01-28 | [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header | Patrick McHardy | -0/+1 |
| 2008-01-28 | [NETFILTER]: nf_queue: remove unused data pointer | Patrick McHardy | -1/+1 |
| 2008-01-28 | [NETFILTER]: nf_queue: make queue_handler const | Patrick McHardy | -1/+1 |
| 2007-11-07 | [NETFILTER]: ip{,6}_queue: convert to seq_file interface | Alexey Dobriyan | -17/+20 |
| 2007-10-15 | [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom | Herbert Xu | -12/+6 |
| 2007-10-15 | [NETFILTER]: Do not copy skb in skb_make_writable | Herbert Xu | -1/+1 |
| 2007-10-10 | [NET]: make netlink user -> kernel interface synchronious | Denis V. Lunev | -14/+5 |
| 2007-10-10 | [NET]: Wrap hard_header_parse | Stephen Hemminger | -4/+1 |
| 2007-10-10 | [NET]: Support multiple network namespaces with netlink | Eric W. Biederman | -3/+3 |
| 2007-10-10 | [NET]: Make device event notification network namespace safe | Eric W. Biederman | -0/+3 |
| 2007-10-10 | [NET]: Make /proc/net per network namespace | Eric W. Biederman | -3/+4 |
| 2007-04-25 | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it | Patrick McHardy | -1/+1 |