Age | Commit message (Expand) | Author | Files | Lines |
2005-12-28 | [IPV6] mcast: Fix multiple issues in MLDv2 reports. | David L Stevens | 1 | -30/+110 |
2005-12-28 | [IPV6]: Fix addrconf dead lock. | YOSHIFUJI Hideaki | 1 | -4/+5 |
2005-12-27 | [IPV6]: Increase default MLD_MAX_MSF to 64. | David L Stevens | 1 | -1/+1 |
2005-12-23 | [IPV6]: Fix Temporary Address Generation | Hiroyuki YAMAMORI | 1 | -0/+3 |
2005-12-23 | [IPV6]: Fix dead lock. | YOSHIFUJI Hideaki | 1 | -4/+4 |
2005-12-22 | Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+git+ipv6-fix-20051221a | David S. Miller | 3 | -17/+118 |
2005-12-22 | [IPV6]: Fix address deletion | Kristian Slavov | 1 | -2/+3 |
2005-12-21 | [IPV6]: Don't select a tentative address as a source address. | YOSHIFUJI Hideaki | 1 | -1/+8 |
2005-12-21 | [IPV6]: Run DAD when the link becomes ready. | YOSHIFUJI Hideaki | 1 | -0/+23 |
2005-12-21 | [IPV6]: Defer IPv6 device initialization until the link becomes ready. | YOSHIFUJI Hideaki | 1 | -10/+64 |
2005-12-21 | [IPV6]: Try not to send icmp to anycast address. | YOSHIFUJI Hideaki | 1 | -2/+14 |
2005-12-21 | [IPV6]: Flag RTF_ANYCAST for anycast routes. | YOSHIFUJI Hideaki | 1 | -4/+9 |
2005-12-20 | [XFRM]: Handle DCCP in xfrm{4,6}_decode_session | Patrick McHardy | 1 | -0/+1 |
2005-12-20 | [IPV6]: Fix route lifetime. | YOSHIFUJI Hideaki | 2 | -5/+13 |
2005-12-20 | [NETFILTER]: Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE | Patrick McHardy | 1 | -1/+1 |
2005-12-14 | [IPV6] addrconf: Do not print device pointer in privacy log message. | David S. Miller | 1 | -2/+2 |
2005-12-13 | [TCPv6]: Fix skb leak | Arnaldo Carvalho de Melo | 1 | -10/+9 |
2005-12-09 | [IPv6] IPsec: fix pmtu calculation of esp | Kazunori MIYAZAWA | 1 | -1/+1 |
2005-12-06 | [NETFILTER]: nf_conntrack: Fix missing check for ICMPv6 type | Yasuyuki Kozakai | 1 | -6/+6 |
2005-12-03 | [IPV6]: Load protocol module dynamically. | YOSHIFUJI Hideaki | 1 | -14/+33 |
2005-12-03 | [IGMP]: workaround for IGMP v1/v2 bug | David Stevens | 1 | -0/+5 |
2005-11-30 | [IPV6]: make two functions static | Adrian Bunk | 2 | -3/+4 |
2005-11-30 | [NET]: Add const markers to various variables. | Arjan van de Ven | 2 | -2/+2 |
2005-11-29 | [IPV6]: Implement appropriate dummy rule 4 in ipv6_dev_get_saddr(). | YOSHIFUJI Hideaki | 1 | -0/+2 |
2005-11-21 | Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+advapi-fix/ | David S. Miller | 5 | -14/+34 |
2005-11-21 | [IPV6]: Acquire addrconf_hash_lock for read in addrconf_verify(...) | Yan Zheng | 1 | -5/+5 |
2005-11-20 | [IPV6]: Fix sending extension headers before and including routing header. | YOSHIFUJI Hideaki | 4 | -12/+31 |
2005-11-20 | [IPV6]: Fix calculation of AH length during filling ancillary data. | Ville Nuorvala | 1 | -1/+1 |
2005-11-20 | [IPV6]: Fix memory management error during setting up new advapi sockopts. | YOSHIFUJI Hideaki | 1 | -1/+2 |
2005-11-18 | [IPV6]: Fib dump really needs GFP_ATOMIC. | David S. Miller | 1 | -1/+1 |
2005-11-16 | [IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassembly | Yasuyuki Kozakai | 1 | -25/+16 |
2005-11-15 | [IPV6]: Fixes sparse warning in ipv6/ipv6_sockglue.c | Luiz Capitulino | 1 | -1/+1 |
2005-11-15 | [IPV6]: small fix for ipv6_dev_get_saddr(...) | Yan Zheng | 1 | -2/+3 |
2005-11-15 | [NETFILTER] fix leak of fragment queue at unloading nf_conntrack_ipv6 | Yasuyuki Kozakai | 1 | -0/+2 |
2005-11-15 | [NETFILTER] nf_conntrack: fix possibility of infinite loop while evicting nf_... | Yasuyuki Kozakai | 1 | -16/+26 |
2005-11-15 | [NETFILTER]: fix type of sysctl variables in nf_conntrack_ipv6 | Yasuyuki Kozakai | 2 | -7/+7 |
2005-11-15 | [NETFILTER]: cleanup IPv6 Netfilter Kconfig | Yasuyuki Kozakai | 1 | -36/+14 |
2005-11-12 | [IPV6]: Fix unnecessary GFP_ATOMIC allocation in fib6 dump | Thomas Graf | 1 | -1/+1 |
2005-11-12 | [IPV6]: Fix rtnetlink dump infinite loop | Herbert Xu | 1 | -4/+2 |
2005-11-12 | [IPV6]: Fix inet6_init missing unregister. | David S. Miller | 1 | -2/+6 |
2005-11-11 | [NET]: Detect hardware rx checksum faults correctly | Herbert Xu | 4 | -64/+44 |
2005-11-10 | [NETLINK]: Make netlink_callback->done() optional | Thomas Graf | 1 | -1/+1 |
2005-11-10 | [NETFILTER]: Add nf_conntrack subsystem. | Yasuyuki Kozakai | 9 | -4/+1750 |
2005-11-10 | [IPV6]: ip6ip6_lock is not unlocked in error path. | Ken-ichirou MATSUZAWA | 1 | -0/+1 |
2005-11-10 | [IPV6]: Fix fallout from CONFIG_IPV6_PRIVACY | Peter Chubb | 1 | -1/+2 |
2005-11-08 | [NET]: kfree cleanup | Jesper Juhl | 5 | -20/+10 |
2005-11-08 | [IPV6]: RFC3484 compliant source address selection | YOSHIFUJI Hideaki | 1 | -104/+240 |
2005-11-08 | [IPV6]: Make ipv6_addr_type() more generic so that we can use it for source a... | YOSHIFUJI Hideaki | 2 | -44/+48 |
2005-11-08 | [IPV6]: Put addr_diff() into common header for future use. | YOSHIFUJI Hideaki | 1 | -52/+2 |
2005-11-06 | [TCP/DCCP]: Randomize port selection | Stephen Hemminger | 1 | -11/+4 |