summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* [IPV6]: MSG_ERRQUEUE messages do not pass to connected raw socketsDmitry Butskoy2007-07-221-1/+1
* [IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter2007-05-231-1/+1
* [IPV6]: Send ICMPv6 error on scope violations.David L Stevens2007-05-231-3/+10
* [IPV6]: Track device renames in snmp6.Stephen Hemminger2007-05-232-2/+5
* [IPV6]: Fix slab corruption running ip6sicEric Sesterhenn2007-05-231-1/+1
* [IPV6]: Disallow RH0 by default (CVE-2007-2242)Adrian Bunk2007-05-012-7/+41
* [IPv6]: Fix incorrect length check in rawv6_sendmsg()YOSHIFUJI Hideaki2007-04-132-3/+3
* [IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index.YOSHIFUJI Hideaki2007-03-281-1/+1
* [NETFILTER]: nf_conntrack: fix incorrect classification of IPv6 fragments as ...Patrick McHardy2007-03-241-0/+1
* NETFILTER: nf_conntrack_ipv6: fix crash when handling fragmentsPatrick McHardy2007-03-241-0/+2
* [IPV6]: ipv6_fl_socklist is inadvertently shared.Masayuki Nakagawa2007-03-201-0/+1
* [IPV6] fix ipv6_getsockopt_sticky copy_to_user leakChris Wright2007-03-111-1/+1
* [IPV6]: Fix for ipv6_setsockopt NULL dereferenceOlaf Kirch2007-03-111-1/+1
* [IPV6]: Handle np->opt being NULL in ipv6_getsockopt_sticky(). (CVE-2007-1000)David S. Miller2007-03-091-3/+7
* [IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcntDavid Stevens2007-03-081-0/+1
* [IPV6]: anycast refcnt fixMichal Wrobel2007-03-081-0/+2
* [IPV4/IPV6] multicast: Check add_grhead() return valueAlexey Dobriyan2007-02-261-0/+2
* [IPV6] Fix joining all-node multicast group.YOSHIFUJI Hideaki2007-01-182-6/+4
* [IPV4/IPV6]: Fix inet{,6} device initialization order.David L Stevens2007-01-091-4/+4
* [IPV6]: Fix address/interface handling in UDP and DCCP, according to the scop...YOSHIFUJI Hideaki2006-12-041-4/+3
* remove garbage the sneaked into the ext3 fixAdrian Bunk2006-12-041-1/+1
* add forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro2006-11-291-1/+1
* [NETFILTER]: Fix ip6_tables extension header bypass bug (CVE-2006-4572)Patrick McHardy2006-11-056-11/+39
* [NETFILTER]: Fix ip6_tables protocol bypass bug (CVE-2006-4572)Patrick McHardy2006-11-051-4/+6
* [IPV6]: fix lockup via /proc/net/ip6_flowlabel (CVE-2006-5619)James Morris2006-11-051-0/+2
* IPV6: Sum real space for RTAs.YOSHIFUJI Hideaki2006-10-131-4/+24
* [IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki2006-09-061-13/+16
* [PATCH] IPV6 ADDRCONF: Fix default source address selection without CONFIG_IP...YOSHIFUJI Hideaki2006-07-171-0/+3
* [PATCH] IPV6: Fix source address selection.$,1 aukasz Stelmach2006-07-171-0/+6
* [PATCH] Netfilter: do_add_counters race, possible oops or info leak (CVE-2006...Chris Wright2006-05-201-1/+1
* [PATCH] IPV6: XFRM: Fix decoding session with preceding extension header(s).YOSHIFUJI Hideaki / 吉藤英明2006-04-241-2/+2
* [PATCH] IPV6: XFRM: Don't use old copy of pointer after pskb_may_pull().YOSHIFUJI Hideaki / 吉藤英明2006-04-241-1/+3
* [PATCH] IPV6: Ensure to have hop-by-hop options in our header of &sk_buff.YOSHIFUJI Hideaki / 吉藤英明2006-04-241-0/+12
* [TCP]: Fix zero port problem in IPv6Herbert Xu2006-03-131-1/+5
* [IPV4/6]: Fix UFO error propagationPatrick McHardy2006-03-121-3/+4
* [XFRM]: Fix leak in ah6_inputPatrick McHardy2006-03-121-1/+1
* [IPV6]: fix ipv6_saddr_score struct elementBrian Haley2006-03-111-1/+1
* [NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumptionThomas Graf2006-03-071-1/+1
* [NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibilityPatrick McHardy2006-02-271-1/+6
* [IPV6]: Do not ignore IPV6_MTU socket option.YOSHIFUJI Hideaki2006-02-241-2/+13
* [IPV6] ip6_tunnel: release cached dst on change of tunnel paramsHugo Santos2006-02-241-0/+1
* [PATCH] missing ntohs() in ip6_tunnelAl Viro2006-02-181-1/+1
* [NETFILTER]: nf_conntrack: attach conntrack to locally generated ICMPv6 errorYasuyuki Kozakai2006-02-151-0/+6
* [NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECTYasuyuki Kozakai2006-02-151-0/+2
* [IPV6] Don't store dst_entry for RAW socketNicolas DICHTEL2006-02-131-4/+1
* [IPV6]: Address autoconfiguration does not work after device down/up cycleKristian Slavov2006-02-081-0/+3
* [PATCH] net/ipv6/mcast.c NULL noise removalAl Viro2006-02-071-1/+1
* [PATCH] remove bogus asm/bug.h includes.Al Viro2006-02-072-2/+0
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-02-052-3/+11
|\
| * [NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unificationPatrick McHardy2006-02-041-2/+2