aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-10-131-1/+16
* ipv6: reallocate addrconf router for ipv6 address when lo device upchenweilong2014-11-051-2/+12
* ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit2014-04-301-1/+4
* ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa2013-10-261-6/+4
* ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-08-021-10/+18
* ipv6: don't call addrconf_dst_alloc again when enable loGao feng2013-08-021-0/+3
* ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng2013-06-291-1/+3
* net IPv6 : Fix broken IPv6 routing table after loopback down-upBalakumaran Kannan2013-05-131-0/+27
* ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-04-101-16/+10
* ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz2013-02-201-1/+1
* ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings2012-09-191-3/+1
* IPv6: Fix not join all-router mcast group when forwarding set.Li Wei2012-03-191-0/+4
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-02-031-1/+1
* ipv6: Fix for adding multicast route for loopback device automatically.Li Wei2011-12-121-1/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* | ipv6: fix route lookup in addrconf_prefix_rcv()Andreas Hofmeister2011-10-301-3/+40
|/
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-2/+2
|\
| * ipv6: fix a possible double freeRoy Li2011-09-201-2/+2
* | ipv6: Send ICMPv6 RSes only when RAs are acceptedTore Anderson2011-09-161-4/+4
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-071-1/+1
|\ \ | |/
| * net: fix NULL dereferences in check_peer_redir()Eric Dumazet2011-08-031-1/+1
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
* | ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti2011-08-011-21/+48
|/
* ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki2011-07-251-0/+2
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-1/+1
* ipv6: Get rid of rt6i_nexthop macro.David S. Miller2011-07-171-1/+1
* Disable router anycast address for /127 prefixesBjørn Mork2011-07-071-0/+2
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-091-6/+10
* ipv6: generate link local address for GRE tunnelstephen hemminger2011-06-081-0/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-20/+22
|\
| * ipv6: reduce per device ICMP mib sizesEric Dumazet2011-05-191-12/+12
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-051-1/+1
| |\
| * | inet: constify ip headers and in6_addrEric Dumazet2011-04-221-8/+8
| * | ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter2011-04-151-0/+2
* | | net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-7/+1
* | | net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) to kfree_rcu()Lai Jiangshan2011-05-071-7/+1
| |/ |/|
* | sysctl: net: call unregister_net_sysctl_table where neededLucian Adrian Grijincu2011-05-021-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* ipv6: hash is calculated but not used afterwardsHagen Paul Pfeifer2011-02-251-3/+0
* ipv6: Revert 'administrative down' address handling changes.David S. Miller2011-01-251-48/+33
* ipv6: Silence privacy extensions initializationRomain Francoise2011-01-181-3/+0
* ipv6: remove duplicate neigh_ifdownstephen hemminger2010-12-181-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-3/+5
|\
| * ipv6: don't flush routes when setting loopback downstephen hemminger2010-12-161-1/+3
| * ipv6: fix nl group when advertising a new linkNicolas Dichtel2010-12-101-2/+2
| * ipv6: fix missing in6_ifa_put in addrconfJohn Fastabend2010-11-221-3/+3
* | rtnl: make link af-specific updates atomicThomas Graf2010-11-271-6/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-11-191-12/+16
|\ \ | |/
| * ipv6: Expose reachable and retrans timer values as msecsThomas Graf2010-11-181-9/+10