| Commit message (Expand) | Author | Age | Files | Lines |
* | [IPV6] ADDRCONF: Mobile IPv6 Home Address support. | Noriaki TAKAMIYA | 2006-09-22 | 1 | -3/+41 |
* | [IPV6] ADDRCONF: Allow non-DAD'able addresses. | Noriaki TAKAMIYA | 2006-09-22 | 1 | -15/+16 |
* | [IPV6] NDISC: Fix is_router flag setting. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -5/+2 |
* | [IPV6] ADDRCONF: Convert addrconf_lock to RCU. | YOSHIFUJI Hideaki | 2006-09-22 | 3 | -25/+26 |
* | [IPV6] NDISC: Add proxy_ndp sysctl. | YOSHIFUJI Hideaki | 2006-09-22 | 3 | -2/+21 |
* | [IPV6] NDISC: Set per-entry is_router flag in Proxy NA. | Ville Nuorvala | 2006-09-22 | 1 | -3/+11 |
* | [IPV6] NDISC: Avoid updating neighbor cache for proxied address in receiving NA. | Ville Nuorvala | 2006-09-22 | 1 | -0/+9 |
* | [IPV6]: Don't forward packets to proxied link-local address. | Ville Nuorvala | 2006-09-22 | 1 | -1/+16 |
* | [IPV6] NDISC: Handle NDP messages to proxied addresses. | Ville Nuorvala | 2006-09-22 | 1 | -0/+45 |
* | [NETFILTER]: make some netfilter globals __read_mostly | Brian Haley | 2006-09-22 | 1 | -4/+4 |
* | [NETFILTER]: ip6t_HL: remove write-only variable | Patrick McHardy | 2006-09-22 | 1 | -5/+1 |
* | [NETFILTER]: x_tables: small check_entry & module_refcount cleanup | Dmitry Mishin | 2006-09-22 | 1 | -1/+1 |
* | [NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUT | Patrick McHardy | 2006-09-22 | 1 | -6/+2 |
* | [NETFILTER]: kill listhelp.h | Patrick McHardy | 2006-09-22 | 1 | -3/+0 |
* | [XFRM]: Fix wildcard as tunnel source | Patrick McHardy | 2006-09-22 | 2 | -16/+21 |
* | [IPV6] address: Support NLM_F_EXCL when adding addresses | Thomas Graf | 2006-09-22 | 1 | -20/+25 |
* | [IPV6] address: Allow address changes while device is administrative down | Thomas Graf | 2006-09-22 | 1 | -6/+0 |
* | [IPV6] address: Convert address dumping to new netlink api | Thomas Graf | 2006-09-22 | 1 | -46/+33 |
* | [IPV6] address: Add put_ifaddrmsg() and rt_scope() | Thomas Graf | 2006-09-22 | 1 | -34/+43 |
* | [IPV6] address: Add put_cacheinfo() to dump struct cacheinfo | Thomas Graf | 2006-09-22 | 1 | -34/+38 |
* | [IPV6] address: Convert address lookup to new netlink api | Thomas Graf | 2006-09-22 | 1 | -28/+24 |
* | [IPV6] address: Convert address deletion to new netlink api | Thomas Graf | 2006-09-22 | 1 | -14/+9 |
* | [IPV6] address: Convert address addition to new netlink api | Thomas Graf | 2006-09-22 | 1 | -27/+45 |
* | [NETFILTER]: Change tunables to __read_mostly | Brian Haley | 2006-09-22 | 4 | -6/+6 |
* | [IPSEC]: output mode to take an xfrm state as input param | Jamal Hadi Salim | 2006-09-22 | 4 | -7/+4 |
* | [NET]: Fix sk->sk_filter field access | Dmitry Mishin | 2006-09-22 | 1 | -2/+2 |
* | [IPV6] MIP6: Fix to update IP6CB when cloned skbuff is received at HAO. | Masahide NAKAMURA | 2006-09-22 | 1 | -0/+7 |
* | [IPV6] ROUTE: Fix dst reference counting in ip6_pol_route_lookup(). | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -1/+1 |
* | [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation | Thomas Graf | 2006-09-22 | 2 | -4/+4 |
* | [UDP]: Unify UDPv4 and UDPv6 ->get_port() | Gerrit Renker | 2006-09-22 | 1 | -74/+2 |
* | [NET]: Use SLAB_PANIC | Alexey Dobriyan | 2006-09-22 | 2 | -10/+4 |
* | [NET]: Use BUILD_BUG_ON() for checking size of skb->cb. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -5/+2 |
* | [IPV6]: Fix routing by fwmark | Patrick McHardy | 2006-09-22 | 1 | -2/+2 |
* | [IPV6]: Fix build with fwmark disabled. | David S. Miller | 2006-09-22 | 1 | -0/+2 |
* | [IPV6] ROUTE: Add support for fwmask in routing rules. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -2/+22 |
* | [IPV6] ROUTE: Fix size of fib6_rule_policy. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -1/+1 |
* | [IPV6] ROUTE: Fix FWMARK support. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -1/+2 |
* | [IPV6] ROUTE: Routing by FWMARK. | YOSHIFUJI Hideaki | 2006-09-22 | 3 | -0/+31 |
* | [IPV6] ROUTE: Routing by Traffic Class. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -0/+3 |
* | [IPV6] MIP6: Several obvious clean-ups. | YOSHIFUJI Hideaki | 2006-09-22 | 3 | -42/+10 |
* | [IPSEC] esp: Defer output IV initialization to first use. | David S. Miller | 2006-09-22 | 1 | -2/+7 |
* | [XFRM]: Add generation count to xfrm_state and xfrm_dst. | David S. Miller | 2006-09-22 | 1 | -0/+1 |
* | [XFRM]: Pull xfrm_state_by{spi,src} hash table knowledge out of afinfo. | David S. Miller | 2006-09-22 | 1 | -40/+0 |
* | [XFRM]: Pull xfrm_state_bydst hash table knowledge out of afinfo. | David S. Miller | 2006-09-22 | 1 | -56/+0 |
* | [XFRM] IPV6: Support Mobile IPv6 extension headers sorting. | Masahide NAKAMURA | 2006-09-22 | 1 | -2/+26 |
* | [XFRM] IPV6: Add sort functions to combine templates/states for IPsec. | Masahide NAKAMURA | 2006-09-22 | 1 | -0/+97 |
* | [IPV6] MIP6: Ignore to report if mobility headers is rejected. | Masahide NAKAMURA | 2006-09-22 | 1 | -0/+3 |
* | [IPV6] MIP6: Report to user-space when home address option is rejected. | Masahide NAKAMURA | 2006-09-22 | 1 | -0/+83 |
* | [IPV6] MIP6: Transformation support mobility header. | Masahide NAKAMURA | 2006-09-22 | 1 | -0/+15 |
* | [IPV6] MIP6: Add sending mobility header functions through raw socket. | Masahide NAKAMURA | 2006-09-22 | 1 | -0/+17 |