aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-32/+64
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-9/+11
|\
| * rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-171-6/+10
| * ipv6: addrconf: Avoid calling netdevice notifiers with RCU read-side lockBen Hutchings2012-10-021-3/+1
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-1/+5
|\ \ | |/
| * IPv6: Fix not join all-router mcast group when forwarding set.Li Wei2012-03-191-0/+4
| * net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-1/+1
* | samsung update 1codeworkx2012-06-021-21/+59
|/
* 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
| * ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffiesThomas Graf2010-11-181-3/+6
* | ipv6: AF_INET6 link address familyThomas Graf2010-11-171-33/+89
* | ipv6: fix missing in6_ifa_put in addrconfJohn Fastabend2010-11-161-3/+3
|/
* ipv6: addrconf: don't remove address state on ifdown if the address is being ...Lorenzo Colitti2010-11-121-16/+8
* ipv6: fix refcnt problem related to POSTDAD stateUrsula Braun2010-10-271-1/+3
* IPv6: Temp addresses are immediately deleted.Glenn Wurster2010-10-261-3/+4
* IPv6: Create temporary address if none exists.Glenn Wurster2010-10-261-2/+3
* ipv6: make __ipv6_isatap_ifid staticstephen hemminger2010-10-051-2/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-3/+8
|\
| * ipv6: add a missing unregister_pernet_subsys callNeil Horman2010-09-261-3/+8
* | net: return operator cleanupEric Dumazet2010-09-231-1/+1
* | ipv6: add special mode forwarding=2 to send RS while configured as routerThomas Graf2010-09-031-1/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-271-5/+9
|\
| * ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley2010-07-221-5/+9
* | snmp: 64bit ipstats_mib for all archesEric Dumazet2010-06-301-1/+17
* | ipv6: Use interface max_desync_factor instead of static defaultBen Hutchings2010-06-301-4/+4
* | ipv6: Clamp reported valid_lft to a minimum of 0Ben Hutchings2010-06-301-2/+6
* | snmp: add align parameter to snmp_mib_init()Eric Dumazet2010-06-251-3/+6
* | net-next: remove useless union keywordChangli Gao2010-06-101-5/+5
|/
* ipv6: Never schedule DAD timer on dead addressHerbert Xu2010-05-181-2/+8
* ipv6: Use POSTDAD stateHerbert Xu2010-05-181-5/+24
* ipv6: Use state_lock to protect ifa stateHerbert Xu2010-05-181-4/+23