summaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)AuthorLines
2006-03-13[TCP]: Fix zero port problem in IPv6Herbert Xu-1/+5
2006-03-12[IPV4/6]: Fix UFO error propagationPatrick McHardy-3/+4
2006-03-12[XFRM]: Fix leak in ah6_inputPatrick McHardy-1/+1
2006-03-11[IPV6]: fix ipv6_saddr_score struct elementBrian Haley-1/+1
2006-03-07[NETFILTER] ip_queue: Fix wrong skb->len == nlmsg_len assumptionThomas Graf-1/+1
2006-02-27[NETFILTER]: Restore {ipt,ip6t,ebt}_LOG compatibilityPatrick McHardy-1/+6
2006-02-24[IPV6]: Do not ignore IPV6_MTU socket option.YOSHIFUJI Hideaki-2/+13
2006-02-24[IPV6] ip6_tunnel: release cached dst on change of tunnel paramsHugo Santos-0/+1
2006-02-18[PATCH] missing ntohs() in ip6_tunnelAl Viro-1/+1
2006-02-15[NETFILTER]: nf_conntrack: attach conntrack to locally generated ICMPv6 errorYasuyuki Kozakai-0/+6
2006-02-15[NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECTYasuyuki Kozakai-0/+2
2006-02-13[IPV6] Don't store dst_entry for RAW socketNicolas DICHTEL-4/+1
2006-02-08[IPV6]: Address autoconfiguration does not work after device down/up cycleKristian Slavov-0/+3
2006-02-07[PATCH] net/ipv6/mcast.c NULL noise removalAl Viro-1/+1
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro-2/+0
2006-02-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-3/+11
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet-1/+1
2006-02-04[NETFILTER]: Prepare {ipt,ip6t}_policy match for x_tables unificationPatrick McHardy-2/+2
2006-02-04[NETFILTER]: Fix ip6t_policy address matchingPatrick McHardy-2/+3
2006-02-04[NETFILTER]: Check policy length in policy match strict modePatrick McHardy-1/+1
2006-02-04[NETFILTER]: Fix possible overflow in netfilters do_replace()Kirill Korotaev-0/+7
2006-02-02[IPV6]: Fix illegal dst locking in softirq context.Herbert Xu-6/+0
2006-02-02[IPV6]: Don't hold extra ref count in ipv6_ifa_notifyHerbert Xu-5/+1
2006-01-31[IPV6] tcp_v6_send_synack: release the destinationEric W. Biederman-0/+1
2006-01-24[IPV6] MLDv2: fix change records when transitioning to/from inactiveDavid L Stevens-9/+47
2006-01-17[NETFILTER] ip6tables: whitespace and indent cosmetic cleanupYasuyuki Kozakai-422/+427
2006-01-17[NETFILTER] Makefile cleanupYasuyuki Kozakai-1/+0
2006-01-17[NETFILTER] ip[6]t_policy: Fix compilation warningsBenoit Boissinot-1/+1
2006-01-17[IPV6]: Preserve procfs IPV6 address output formatYOSHIFUJI Hideaki-7/+7
2006-01-13[XFRM]: IPsec tunnel wildcard address supportPatrick McHardy-0/+17
2006-01-13[NET]: Use NIP6_FMT in kernel.hJoe Perches-32/+19
2006-01-12[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte-1502/+140
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap-0/+11
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn-7/+6
2006-01-11[IPV6]: Avoid calling ip6_xmit() with NULL skDavid Woodhouse-2/+18
2006-01-11[NET]: Some more missing include/etherdevice.h includesDavid S. Miller-0/+1
2006-01-10[IPV6]: Fix modular build with netfilter enabled.David S. Miller-2/+6
2006-01-10[NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy-2/+2
2006-01-10[NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy-20/+4
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn-2/+2
2006-01-09[IPV6]: Set skb->priority in ip6_output.cPatrick McHardy-0/+4
2006-01-09[NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy-22/+22
2006-01-08[PATCH] slab: remove unused align parameter from alloc_percpuPekka Enberg-2/+2
2006-01-07[IPV6]: small cleanupsAdrian Bunk-1/+2
2006-01-07[NETFILTER]: Add ipt_policy/ip6t_policy matchesPatrick McHardy-0/+186
2006-01-07[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy-1/+9
2006-01-07[IPV4]: reset IPCB flags when neccessaryPatrick McHardy-0/+2
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy-1/+14
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy-40/+35
2006-01-07[XFRM]: Netfilter IPsec output hooksPatrick McHardy-19/+56