| Commit message (Expand) | Author | Age | Files | Lines |
* | ipv6 addrconf: Allow infinite prefix lifetime. | YOSHIFUJI Hideaki | 2008-05-19 | 1 | -24/+49 |
* | ndisc: Add missing strategies for per-device retrans timer/reachable time set... | YOSHIFUJI Hideaki | 2008-05-19 | 1 | -1/+1 |
* | [NETNS]: Remove empty ->init callback. | Pavel Emelyanov | 2008-04-21 | 1 | -7/+0 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -15/+16 |
|\ |
|
| * | [IPV6] ADDRCONF: Don't generate temporary address for ip6-ip6 interface. | YOSHIFUJI Hideaki | 2008-04-13 | 1 | -2/+1 |
| * | [IPV6] ADDRCONF: Ensure disabling multicast RS even if privacy extensions are... | YOSHIFUJI Hideaki | 2008-04-13 | 1 | -7/+9 |
| * | [IPV6]: inet6_dev on loopback should be kept until namespace stop. | Denis V. Lunev | 2008-04-03 | 1 | -1/+1 |
| * | [IPV6]: Event type in addrconf_ifdown is mis-used. | Denis V. Lunev | 2008-04-03 | 1 | -5/+5 |
* | | [IPV6] MROUTE: Do not call ipv6_find_idev() directly. | YOSHIFUJI Hideaki | 2008-04-13 | 1 | -1/+1 |
* | | [IPV6]: Use in6addr_any where appropriate. | YOSHIFUJI Hideaki | 2008-04-12 | 1 | -3/+1 |
* | | [IPV6]: Define constants for link-local multicast addresses. | YOSHIFUJI Hideaki | 2008-04-12 | 1 | -18/+7 |
* | | [IPV6]: Make address arguments const. | YOSHIFUJI Hideaki | 2008-04-12 | 1 | -3/+3 |
* | | [IPV6] ADDRCONF: Uninline ipv6_isatap_eui64(). | YOSHIFUJI Hideaki | 2008-04-12 | 1 | -2/+24 |
* | | [IPV6] ADDRCONF: Uninline ipv6_addr_hash(). | YOSHIFUJI Hideaki | 2008-04-12 | 1 | -0/+19 |
* | | [IPV6]: Use ipv6_addr_equal() instead of !ipv6_addr_cmp(). | YOSHIFUJI Hideaki | 2008-04-11 | 1 | -1/+1 |
* | | Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot... | David S. Miller | 2008-04-08 | 1 | -0/+25 |
|\ \ |
|
| * | | [IPV6]: Unify ip6_onlink() and ipip6_onlink(). | YOSHIFUJI Hideaki | 2008-04-03 | 1 | -0/+25 |
* | | | [IPV6] MROUTE: Support multicast forwarding. | YOSHIFUJI Hideaki | 2008-04-05 | 1 | -1/+14 |
* | | | [IPV6] ADDRCONF: Fix array size for sysctls. | YOSHIFUJI Hideaki | 2008-04-04 | 1 | -1/+1 |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-04-02 | 1 | -0/+19 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | IPv6: do not create temporary adresses with too short preferred lifetime | Benoit Boissinot | 2008-04-02 | 1 | -0/+16 |
| * | IPv6: only update the lifetime of the relevant temporary address | Benoit Boissinot | 2008-04-02 | 1 | -0/+3 |
* | | [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 1 | -6/+6 |
* | | [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 1 | -2/+2 |
* | | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 1 | -5/+5 |
* | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 1 | -22/+22 |
* | | [IPV6]: Support Source Address Selection API (RFC5014). | YOSHIFUJI Hideaki | 2008-03-25 | 1 | -3/+14 |
* | | [IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr(). | YOSHIFUJI Hideaki | 2008-03-25 | 1 | -214/+206 |
* | | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-05 | 1 | -2/+2 |
* | | [IPV6]: Remove commented lines. | Daniel Lezcano | 2008-03-05 | 1 | -9/+0 |
* | | [NETNS][IPV6] addrconf - make addrconf per namespace | Benjamin Thery | 2008-03-05 | 1 | -63/+50 |
* | | [NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addr... | Daniel Lezcano | 2008-03-05 | 1 | -18/+48 |
* | | [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace | Daniel Lezcano | 2008-03-04 | 1 | -9/+0 |
* | | [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer | Daniel Lezcano | 2008-03-04 | 1 | -6/+6 |
* | | [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt... | Daniel Lezcano | 2008-03-04 | 1 | -1/+1 |
* | | [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup | Daniel Lezcano | 2008-03-04 | 1 | -2/+2 |
* | | [NETNS][IPV6] ip6_fib - fib6_clean_all handle several network namespaces | Daniel Lezcano | 2008-03-03 | 1 | -1/+2 |
* | | [IPV6] ADDRCONF: Convert ipv6_get_saddr() to ipv6_dev_get_saddr(). | YOSHIFUJI Hideaki | 2008-03-04 | 1 | -8/+1 |
* | | [IPV6]: Fix source address selection for ORCHID addresses | Juha-Matti Tapio | 2008-02-28 | 1 | -0/+5 |
|/ |
|
* | [IPV6]: Add missing initializations of the new nl_info.nl_net field | Benjamin Thery | 2008-02-26 | 1 | -0/+3 |
* | [IPV6] ADDRCONF: Sparse: Make inet6_dump_addr() code paths more straight-forw... | YOSHIFUJI Hideaki | 2008-01-28 | 1 | -20/+18 |
* | [IPV6]: addrconf sparse warnings | Stephen Hemminger | 2008-01-28 | 1 | -1/+3 |
* | [NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace aware | Daniel Lezcano | 2008-01-28 | 1 | -1/+3 |
* | [NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace aware | Daniel Lezcano | 2008-01-28 | 1 | -4/+7 |
* | [NETNS][IPV6]: inet6_addr - ipv6_chk_same_addr namespace aware | Daniel Lezcano | 2008-01-28 | 1 | -3/+7 |
* | [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace | Daniel Lezcano | 2008-01-28 | 1 | -2/+4 |
* | [NETNS][IPV6]: inet6_addr - isolate inet6 addresses from proc file | Daniel Lezcano | 2008-01-28 | 1 | -6/+35 |
* | [NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlers | Pavel Emelyanov | 2008-01-28 | 1 | -6/+7 |
* | [NETNS]: Use the per-net ipv6_devconf_dflt | Pavel Emelyanov | 2008-01-28 | 1 | -3/+3 |
* | [NETNS]: Create ipv6 devconf-s for namespaces | Pavel Emelyanov | 2008-01-28 | 1 | -12/+70 |