summaryrefslogtreecommitdiff
path: root/net/ipv6/addrconf.c
AgeCommit message (Expand)Author
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
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan
2008-08-23ipv6: protocol for address routesStephen Hemminger
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-07-22ipv6: make struct ipv6_devconf staticAdrian Bunk
2008-07-20ipv6: Fix warning in addrconf code.David Miller
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki