NET: backports from upstream 2.6 kernel
commit35c82882b98ed6566d2d2aa62f1785af8316a340
authorlly <lly@sf.net>
Sat, 31 Jul 2010 02:27:58 +0000 (30 22:27 -0400)
committerFedor <fedork@ubuntu.(none)>
Sun, 1 Aug 2010 04:20:16 +0000 (1 00:20 -0400)
tree9468464f9f7f0c5c9ed93f2ee12aca2234269e3d
parent88fa92477bddad3ad5d896757052cc43dcbde7f4
NET: backports from upstream 2.6 kernel

bd566e7525b5986864e8d6eb5b67640abcd284a9 [IPV4] fib_hash: fix duplicated route issue
04f217aca4d803fe72c2c54fe460d68f5233ce52 [TC]: oops in em_meta
22dd485022f3d0b162ceb5e67d85de7c3806aa20 raw: Raw socket leak
acc81e1465d29e0284008770cc4b8bc90bd93bd7 vlan: fix network_header/mac_header adjustments
376407039c26caacc3e433437d25516ba8f3adc9 [IPV4] ip_options.c: kmalloc + memset conversion to kzalloc
4487b2f657a4d204c35a7afaa45fc8569c9069ca [IPV4] raw.c: kmalloc + memset conversion to kzalloc
88f8349164cf4035e63db9e6f484e0ce9cb17e47 [IPV4] fib_semantics: kmalloc + memset conversion to kzalloc
3015a347dcd470fcc8becf1f84b0502391a3c0e0 [IPV4] fib_hash: kmalloc + memset conversion to kzalloc
f1673ca52c04f1b311abe03fd67cd4d650d19435 [INET]: kmalloc+memset -> kzalloc in frag_alloc_queue
release/src-rt/linux/linux-2.6/include/linux/if_vlan.h
release/src-rt/linux/linux-2.6/net/8021q/vlan_dev.c
release/src-rt/linux/linux-2.6/net/ipv4/fib_hash.c
release/src-rt/linux/linux-2.6/net/ipv4/fib_semantics.c
release/src-rt/linux/linux-2.6/net/ipv4/ip_fragment.c
release/src-rt/linux/linux-2.6/net/ipv4/ip_options.c
release/src-rt/linux/linux-2.6/net/ipv4/raw.c
release/src-rt/linux/linux-2.6/net/ipv6/netfilter/nf_conntrack_reasm.c
release/src-rt/linux/linux-2.6/net/ipv6/raw.c
release/src-rt/linux/linux-2.6/net/sched/em_meta.c