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