summaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-101/+143
|\
| * net: use net_eq to compare netsOctavian Purdila2009-11-251-2/+2
| * ipv6: speedup inet6_dump_addr()Eric Dumazet2009-11-131-74/+97
| * ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller2009-11-111-1/+1
| * ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet2009-11-101-0/+6
| * ipv6: speedup inet6_dump_ifinfo()Eric Dumazet2009-11-101-17/+28
| * net: Introduce for_each_netdev_rcu() iteratorEric Dumazet2009-11-041-13/+7
| * ipv6: fix devconf after adding force_tllao optionCosmin Ratiu2009-10-131-0/+1
| * make TLLAO option for NA packets configurableOctavian Purdila2009-10-071-0/+8
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-81/+9
|/
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-4/+4
* ipv6: Log the affected address when DAD failure occursJens Rosenboom2009-09-171-2/+2
* bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua2009-09-151-0/+19
* ipv6: Add IFA_F_DADFAILED flagBrian Haley2009-09-111-5/+7
* IPv6: preferred lifetime of address not getting updatedBrian Haley2009-07-031-3/+27
* ipv6: avoid wraparound for expired preferred lifetimeJens Rosenboom2009-06-251-1/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-1/+1
|\
| * trivial: Fix a typo in comment of addrconf_dad_start()Masatake YAMATO2009-06-121-1/+1
* | IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley2009-06-011-5/+78
* | addrconf: refuse isatap eui64 for INADDR_ANYSascha Hlusiak2009-05-191-0/+2
* | net: FIX ipv6_forward sysctl restartEric W. Biederman2009-05-181-1/+1
|/
* ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich2009-03-241-34/+0
* net/*: use linux/kernel.h swap()Ilpo Järvinen2009-03-211-5/+2
* ipv6: Fix incorrect disable_ipv6 behaviorBrian Haley2009-03-181-7/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-051-36/+17
|\
| * netns: fix addrconf_ifdown kernel panicDaniel Lezcano2009-03-031-30/+9
| * ipv6: Fix sysctl unregistration deadlockStephen Hemminger2009-03-031-6/+8
* | netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-241-3/+6
* | ipv6/addrconf: common code locatedIlpo Järvinen2009-02-061-27/+18
|/
* ipv6: Make mc_forwarding sysctl read-only.David S. Miller2009-01-271-1/+1
* ip: convert to net_device_ops for ioctlStephen Hemminger2008-11-191-4/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-1/+3
|\
| * ipv6: fix run pending DAD when interface becomes readyBenjamin Thery2008-11-051-1/+3
* | net: '&' reduxAlexey Dobriyan2008-11-031-31/+31
* | net: replace %#p6 format specifier with %pi6Harvey Harrison2008-10-291-1/+1
* | net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison2008-10-281-3/+2
|/
* sysctl: simplify ->strategyAlexey Dobriyan2008-10-161-1/+0
* ipv6: protocol for address routesStephen Hemminger2008-08-231-0/+1
* netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley2008-08-141-2/+1
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-4/+7
* ipv6: make struct ipv6_devconf staticAdrian Bunk2008-07-221-1/+1
* ipv6: Fix warning in addrconf code.David Miller2008-07-201-2/+1
* ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki2008-07-191-3/+5
* pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller2008-07-081-3/+2
* netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-081-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-081-2/+2
|\
| * ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin2008-07-081-2/+2
* | ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki2008-07-031-0/+35
* | ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki2008-07-031-0/+11
* | ipv6: Do not assign non-valid address on interface.YOSHIFUJI Hideaki2008-07-031-0/+7
OpenPOWER on IntegriCloud