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