aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-20IPv6: addrconf cleanupsStephen Hemminger1-23/+28
2010-03-20ipv6: convert idev_list to list macrosstephen hemminger1-39/+39
2010-03-20ipv6: user better hash for addrconfstephen hemminger1-17/+8
2010-03-20IPv6: convert addrconf hash list to RCUstephen hemminger1-41/+44
2010-03-20ipv6: convert addrconf list to hliststephen hemminger1-75/+53
2010-03-20ipv6: convert temporary address list to list macrosstephen hemminger1-18/+12
2010-03-18net: rename notifier defines for netdev type changeJiri Pirko1-8/+8
2010-03-13ipv6: Send netlink notification when DAD failsHerbert Xu1-0/+2
2010-03-04IPv6: fix race between cleanup and add/delete addressstephen hemminger1-5/+13
2010-03-04IPv6: addrconf notify when address is unavailablestephen hemminger1-17/+29
2010-03-04IPv6: addrconf timer racestephen hemminger1-13/+15
2010-03-04IPv6: addrconf dad timer unnecessary bh_disablestephen hemminger1-5/+5
2010-02-26ipv6: Remove IPV6_ADDR_RESERVEDUlrich Weber1-2/+1
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+14
2010-02-19net: Fix sysctl restarts...Eric W. Biederman1-2/+14
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo1-12/+12
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman1-2/+1
2010-02-12IPv6: remove trivial nested _bh suffixstephen hemminger1-10/+11
2010-02-12IPv6: keep permanent addresses on admin downstephen hemminger1-11/+24
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-4/+4
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-101/+143