summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-11ipv6: fix sparse warning on rt6i_nodeWei Wang1-1/+1
2017-10-12ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca1-9/+10
2017-10-12ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel1-2/+3
2017-09-15ipv6: avoid unregistering inet6_dev for loopbackWANG Cong1-1/+4
2017-03-16ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang1-3/+1
2016-05-01net/ipv6: add sysctl option accept_ra_min_hop_limitHangbin Liu1-0/+10
2015-10-13ipv6: addrconf: validate new MTU before applying itMarcelo Leitner1-1/+16
2014-11-05ipv6: reallocate addrconf router for ipv6 address when lo device upchenweilong1-2/+12
2014-04-30ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit1-1/+4
2013-10-27ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa1-6/+4
2013-08-03ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang1-10/+18
2013-08-03ipv6: don't call addrconf_dst_alloc again when enable loGao feng1-0/+3
2013-06-29ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng1-1/+3
2013-05-13net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan1-0/+27
2013-04-10ipv6: fix bad free of addrconf_init_netHong Zhiguo1-16/+10
2013-02-20ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz1-1/+1
2012-09-19ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings1-3/+1
2012-03-19IPv6: Fix not join all-router mcast group when forwarding set.Li Wei1-0/+4
2012-02-03net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2011-12-13ipv6: Fix for adding multicast route for loopback device automatically.Li Wei1-1/+2
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-30ipv6: fix route lookup in addrconf_prefix_rcv()Andreas Hofmeister1-3/+40
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+2
2011-09-20ipv6: fix a possible double freeRoy Li1-2/+2
2011-09-17ipv6: Send ICMPv6 RSes only when RAs are acceptedTore Anderson1-4/+4
2011-08-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet1-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-08-02ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti1-21/+48
2011-07-26ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki1-0/+2
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-1/+1
2011-07-18ipv6: Get rid of rt6i_nexthop macro.David S. Miller1-1/+1
2011-07-07Disable router anycast address for /127 prefixesBjørn Mork1-0/+2
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-6/+10
2011-06-09ipv6: generate link local address for GRE tunnelstephen hemminger1-0/+35
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-20/+22
2011-05-20ipv6: reduce per device ICMP mib sizesEric Dumazet1-12/+12
2011-05-08net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-05-08net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-05-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-05-03sysctl: net: call unregister_net_sysctl_table where neededLucian Adrian Grijincu1-1/+1
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-8/+8
2011-04-16ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-26ipv6: hash is calculated but not used afterwardsHagen Paul Pfeifer1-3/+0
2011-01-25ipv6: Revert 'administrative down' address handling changes.David S. Miller1-48/+33
2011-01-19ipv6: Silence privacy extensions initializationRomain Francoise1-3/+0
2010-12-19ipv6: remove duplicate neigh_ifdownstephen hemminger1-1/+0
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+5