summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26net: fix netlink address dumping in IPv4/IPv6Patrick McHardy
2010-03-13ipv6: Send netlink notification when DAD failsHerbert Xu
2010-03-04IPv6: fix race between cleanup and add/delete addressstephen hemminger
2010-03-04IPv6: addrconf notify when address is unavailablestephen hemminger
2010-03-04IPv6: addrconf timer racestephen hemminger
2010-03-04IPv6: addrconf dad timer unnecessary bh_disablestephen hemminger
2010-02-26ipv6: Remove IPV6_ADDR_RESERVEDUlrich Weber
2010-02-25Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-19net: Fix sysctl restarts...Eric W. Biederman
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman
2010-02-12IPv6: remove trivial nested _bh suffixstephen hemminger
2010-02-12IPv6: keep permanent addresses on admin downstephen hemminger
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-13ipv6: speedup inet6_dump_addr()Eric Dumazet
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-11-11ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller
2009-11-10ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet
2009-11-10ipv6: speedup inet6_dump_ifinfo()Eric Dumazet
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet
2009-10-13ipv6: fix devconf after adding force_tllao optionCosmin Ratiu
2009-10-07make TLLAO option for NA packets configurableOctavian Purdila
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-17ipv6: Log the affected address when DAD failure occursJens Rosenboom
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua
2009-09-11ipv6: Add IFA_F_DADFAILED flagBrian Haley
2009-07-03IPv6: preferred lifetime of address not getting updatedBrian Haley
2009-06-25ipv6: avoid wraparound for expired preferred lifetimeJens Rosenboom
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-12trivial: Fix a typo in comment of addrconf_dad_start()Masatake YAMATO
2009-06-01IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley
2009-05-19addrconf: refuse isatap eui64 for INADDR_ANYSascha Hlusiak
2009-05-18net: FIX ipv6_forward sysctl restartEric W. Biederman
2009-03-24ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen
2009-03-18ipv6: Fix incorrect disable_ipv6 behaviorBrian Haley
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-03netns: fix addrconf_ifdown kernel panicDaniel Lezcano
2009-03-03ipv6: Fix sysctl unregistration deadlockStephen Hemminger
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso
2009-02-06ipv6/addrconf: common code locatedIlpo Järvinen
2009-01-27ipv6: Make mc_forwarding sysctl read-only.David S. Miller
2008-11-19ip: convert to net_device_ops for ioctlStephen Hemminger
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-05ipv6: fix run pending DAD when interface becomes readyBenjamin Thery
2008-11-03net: '&' reduxAlexey Dobriyan
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison