Commit Graph

241 Commits (030ba6bc67b4f2bc5cd174f57785a1745c929abe)

Author SHA1 Message Date
Stephen Hemminger f410a1fba7 ipv6: protocol for address routes 17 years ago
Brian Haley 191cd58250 netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
Adrian Bunk 888c848ed3 ipv6: make struct ipv6_devconf static 17 years ago
David Miller 702beb87d6 ipv6: Fix warning in addrconf code. 17 years ago
YOSHIFUJI Hideaki 53b7997fd5 ipv6 netns: Make several "global" sysctl variables namespace aware. 17 years ago
David S. Miller 052979499c pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6. 17 years ago
David S. Miller b0e1e6462d netdev: Move rest of qdisc state into struct netdev_queue 17 years ago
Andrey Vagin b223856640 ipv6: fix race between ipv6_del_addr and DAD timer 17 years ago
YOSHIFUJI Hideaki 1b34be74cb ipv6 addrconf: add accept_dad sysctl to control DAD operation. 17 years ago
YOSHIFUJI Hideaki 778d80be52 ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. 17 years ago
YOSHIFUJI Hideaki d68b82705a ipv6: Do not assign non-valid address on interface. 17 years ago
Ben Hutchings 0187bdfb05 net: Disable LRO on devices that are forwarding 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Benjamin Thery 3de232554a ipv6 netns: Address labels per namespace 17 years ago
YOSHIFUJI Hideaki 2b5ead4644 ipv6 addrconf: Introduce addrconf_is_prefix_route() helper. 17 years ago
YOSHIFUJI Hideaki 4bed72e4f5 [IPV6] ADDRCONF: Allow longer lifetime on 64bit archs. 17 years ago
Thomas Graf 24ef0da7b8 [IPV6] ADDRCONF: Check range of prefix length 17 years ago
YOSHIFUJI Hideaki 6f704992d3 ipv6 addrconf: Allow infinite prefix lifetime. 17 years ago
YOSHIFUJI Hideaki 0686caa35e ndisc: Add missing strategies for per-device retrans timer/reachable time settings. 17 years ago
Pavel Emelyanov 92998dd495 [NETNS]: Remove empty ->init callback. 17 years ago
YOSHIFUJI Hideaki 9625ed72e8 [IPV6] ADDRCONF: Don't generate temporary address for ip6-ip6 interface. 17 years ago
YOSHIFUJI Hideaki b077d7abab [IPV6] ADDRCONF: Ensure disabling multicast RS even if privacy extensions are disabled. 17 years ago
YOSHIFUJI Hideaki cee8947338 [IPV6] MROUTE: Do not call ipv6_find_idev() directly. 17 years ago
YOSHIFUJI Hideaki d7aabf22ef [IPV6]: Use in6addr_any where appropriate. 17 years ago
YOSHIFUJI Hideaki f3ee4010e8 [IPV6]: Define constants for link-local multicast addresses. 17 years ago
YOSHIFUJI Hideaki 9acd9f3ae9 [IPV6]: Make address arguments const. 17 years ago
YOSHIFUJI Hideaki dfd982baff [IPV6] ADDRCONF: Uninline ipv6_isatap_eui64(). 17 years ago
YOSHIFUJI Hideaki 3eb84f4929 [IPV6] ADDRCONF: Uninline ipv6_addr_hash(). 17 years ago
YOSHIFUJI Hideaki caad295fed [IPV6]: Use ipv6_addr_equal() instead of !ipv6_addr_cmp(). 17 years ago
YOSHIFUJI Hideaki 7bc570c8b4 [IPV6] MROUTE: Support multicast forwarding. 17 years ago
YOSHIFUJI Hideaki f6a07b293f [IPV6] ADDRCONF: Fix array size for sysctls. 17 years ago
Denis V. Lunev eb86757931 [IPV6]: inet6_dev on loopback should be kept until namespace stop. 17 years ago
Denis V. Lunev 439e23857a [IPV6]: Event type in addrconf_ifdown is mis-used. 17 years ago
YOSHIFUJI Hideaki 52eeeb8481 [IPV6]: Unify ip6_onlink() and ipip6_onlink(). 17 years ago
Benoit Boissinot eac55bf970 IPv6: do not create temporary adresses with too short preferred lifetime 17 years ago
Benoit Boissinot c6fbfac2e6 IPv6: only update the lifetime of the relevant temporary address 17 years ago
YOSHIFUJI Hideaki 878628fbf2 [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 1218854afa [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 7cbca67c07 [IPV6]: Support Source Address Selection API (RFC5014). 17 years ago
YOSHIFUJI Hideaki a9b05723ff [IPV6] ADDRCONF: Clean-up ipv6_dev_get_saddr(). 17 years ago
Harvey Harrison 0dc47877a3 net: replace remaining __FUNCTION__ occurrences 17 years ago
Daniel Lezcano a05c44f6d5 [IPV6]: Remove commented lines. 17 years ago
Benjamin Thery 6fda735005 [NETNS][IPV6] addrconf - make addrconf per namespace 17 years ago
Daniel Lezcano af2849377e [NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addrconf 17 years ago
Daniel Lezcano 8ed6778967 [NETNS][IPV6] rt6_info - move rt6_info structure inside the namespace 17 years ago
Daniel Lezcano bdb3289f73 [NETNS][IPV6] rt6_info - make rt6_info accessed as a pointer 17 years ago
Daniel Lezcano 7b4da53229 [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt_routers 17 years ago