summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
2017-11-02ipv6: avoid unregistering inet6_dev for loopbackWANG Cong
2017-06-20ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang
2017-02-10ipv6: correctly add local routes when lo goes upNicolas Dichtel
2017-02-10ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca
2017-02-10ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun
2017-02-10ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa
2017-02-10ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa
2014-10-15ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng
2014-04-14ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit
2013-10-13IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin(ux) M. BOIE
2013-09-14ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa
2013-07-28ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang
2013-06-25ipv6: check return value of ipv6_get_lladdrHannes Frederic Sowa
2013-06-19ipv6: don't call addrconf_dst_alloc again when enable loGao feng
2013-06-04ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng
2013-05-23netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-14ipv6: statically link register_inet6addr_notifier()Cong Wang
2013-04-09net: ipv6: only invalidate previously tokenized addressesDaniel Borkmann
2013-04-09net: ipv6: also allow token to be set when device not readyDaniel Borkmann
2013-04-09net: ipv6: minor: use in6addr_any in token initDaniel Borkmann
2013-04-08net: ipv6: add tokenized interface identifier supportDaniel Borkmann
2013-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-02net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-26firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明
2013-03-25ipv6: fix bad free of addrconf_init_netHong Zhiguo
2013-03-24ipv6: provide addr and netconf dump consistency infoNicolas Dichtel
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-06netconf: add the handler to dump entriesNicolas Dichtel
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-11ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2Hannes Frederic Sowa
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-29ipv6 addrconf: Fix interface identifiers of 802.15.4 devices.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29ipv4: introduce address lifetimeJiri Pirko
2013-01-22ipv6: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明
2013-01-10ipv6: use addrconf_get_prefix_route for prefix route lookup [v2]Romain Kuntz
2013-01-10ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz
2012-12-19ipv6: addrconf.c: remove unnecessary "if"Cong Ding
2012-12-04ipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTEDavid S. Miller
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel
2012-12-03ipv6: Make 'addrconf_rs_timer' send Router Solicitations (and re-arm itself) ...Shmulik Ladkani
2012-12-01ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman
2012-11-18net: Enable some sysctls that are safe for the userns rootEric W. Biederman
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman