aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller1-1/+1
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-4/+4
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31net: 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-16ipv6: Send ICMPv6 RSes only when RAs are acceptedTore Anderson1-4/+4
2011-08-07Merge 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-01ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti1-21/+48
2011-07-25ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki1-0/+2
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-1/+1
2011-07-17ipv6: 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-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-6/+10
2011-06-08ipv6: generate link local address for GRE tunnelstephen hemminger1-0/+35
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-20/+22
2011-05-19ipv6: reduce per device ICMP mib sizesEric Dumazet1-12/+12
2011-05-07net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-05-07net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-05-02sysctl: 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-15ipv6: RTA_PREFSRC support for ipv6 route source address selectionDaniel Walter1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-25ipv6: 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-18ipv6: Silence privacy extensions initializationRomain Francoise1-3/+0
2010-12-18ipv6: remove duplicate neigh_ifdownstephen hemminger1-1/+0
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+5
2010-12-16ipv6: don't flush routes when setting loopback downstephen hemminger1-1/+3
2010-12-10ipv6: fix nl group when advertising a new linkNicolas Dichtel1-2/+2
2010-11-27rtnl: make link af-specific updates atomicThomas Graf1-6/+0
2010-11-22ipv6: fix missing in6_ifa_put in addrconfJohn Fastabend1-3/+3
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-12/+16
2010-11-18ipv6: Expose reachable and retrans timer values as msecsThomas Graf1-9/+10
2010-11-18ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffiesThomas Graf1-3/+6
2010-11-17ipv6: AF_INET6 link address familyThomas Graf1-33/+89
2010-11-16ipv6: fix missing in6_ifa_put in addrconfJohn Fastabend1-3/+3
2010-11-12ipv6: addrconf: don't remove address state on ifdown if the address is being keptLorenzo Colitti1-16/+8
2010-10-27ipv6: fix refcnt problem related to POSTDAD stateUrsula Braun1-1/+3
2010-10-26IPv6: Temp addresses are immediately deleted.Glenn Wurster1-3/+4
2010-10-26IPv6: Create temporary address if none exists.Glenn Wurster1-2/+3
2010-10-05ipv6: make __ipv6_isatap_ifid staticstephen hemminger1-2/+1
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+8
2010-09-26ipv6: add a missing unregister_pernet_subsys callNeil Horman1-3/+8
2010-09-23net: return operator cleanupEric Dumazet1-1/+1