aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-03ipv6: add special mode forwarding=2 to send RS while configured as routerThomas Graf1-1/+2
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+9
2010-07-22ipv6: Don't add routes to ipv6 disabled interfaces.Brian Haley1-5/+9
2010-06-30snmp: 64bit ipstats_mib for all archesEric Dumazet1-1/+17
2010-06-30ipv6: Use interface max_desync_factor instead of static defaultBen Hutchings1-4/+4
2010-06-30ipv6: Clamp reported valid_lft to a minimum of 0Ben Hutchings1-2/+6
2010-06-25snmp: add align parameter to snmp_mib_init()Eric Dumazet1-3/+6
2010-06-10net-next: remove useless union keywordChangli Gao1-5/+5
2010-05-18ipv6: Never schedule DAD timer on dead addressHerbert Xu1-2/+8
2010-05-18ipv6: Use POSTDAD stateHerbert Xu1-5/+24
2010-05-18ipv6: Use state_lock to protect ifa stateHerbert Xu1-4/+23
2010-05-18ipv6: Replace inet6_ifaddr->dead with stateHerbert Xu1-7/+9
2010-05-17ipv6: fix the bug of address checkStephen Hemminger1-7/+8
2010-05-03net: rcu fixesEric Dumazet1-8/+8
2010-04-20net: Fix various endianness glitchesEric Dumazet1-1/+2
2010-04-13IPv6: only notify protocols if address is compeletely gonestephen hemminger1-1/+3
2010-04-13ipv6: additional ref count for hash list unnecessarystephen hemminger1-3/+0
2010-04-13IPv6: keep tentative addresses in hash tablestephen hemminger1-7/+8
2010-04-13IPv6: keep route for tentative addressstephen hemminger1-1/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26net: fix netlink address dumping in IPv4/IPv6Patrick McHardy1-1/+1
2010-03-25ipv6: Fix result generation in ipv6_get_ifaddr().David S. Miller1-3/+4
2010-03-25ipv6: Preserve pervious behavior in ipv6_link_dev_addr().David S. Miller1-1/+1
2010-03-20ipv6: Fix bug in ipv6_chk_same_addr().David S. Miller1-8/+7
2010-03-20ipv6: Reduce timer events for addrconf_verify().YOSHIFUJI Hideaki1-4/+23
2010-03-20IPv6: addrconf cleanup addrconf_verifystephen hemminger1-9/+4
2010-03-20addrconf: checkpatch fixesStephen Hemminger1-173/+179