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