aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-25net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-11-13ipv6: speedup inet6_dump_addr()Eric Dumazet1-74/+97
2009-11-11ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller1-1/+1
2009-11-10ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet1-0/+6
2009-11-10ipv6: speedup inet6_dump_ifinfo()Eric Dumazet1-17/+28
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet1-13/+7
2009-10-13ipv6: fix devconf after adding force_tllao optionCosmin Ratiu1-0/+1
2009-10-07make TLLAO option for NA packets configurableOctavian Purdila1-0/+8
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-4/+4
2009-09-17ipv6: Log the affected address when DAD failure occursJens Rosenboom1-2/+2
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua1-0/+19
2009-09-11ipv6: Add IFA_F_DADFAILED flagBrian Haley1-5/+7
2009-07-03IPv6: preferred lifetime of address not getting updatedBrian Haley1-3/+27
2009-06-25ipv6: avoid wraparound for expired preferred lifetimeJens Rosenboom1-1/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-12trivial: Fix a typo in comment of addrconf_dad_start()Masatake YAMATO1-1/+1
2009-06-01IPv6: Add 'autoconf' and 'disable_ipv6' module parametersBrian Haley1-5/+78
2009-05-19addrconf: refuse isatap eui64 for INADDR_ANYSascha Hlusiak1-0/+2
2009-05-18net: FIX ipv6_forward sysctl restartEric W. Biederman1-1/+1
2009-03-24ipv6: Fix conflict resolutions during ipv6 bindingVlad Yasevich1-34/+0
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen1-5/+2
2009-03-18ipv6: Fix incorrect disable_ipv6 behaviorBrian Haley1-7/+14
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-36/+17
2009-03-03netns: fix addrconf_ifdown kernel panicDaniel Lezcano1-30/+9
2009-03-03ipv6: Fix sysctl unregistration deadlockStephen Hemminger1-6/+8
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-3/+6
2009-02-06ipv6/addrconf: common code locatedIlpo Järvinen1-27/+18
2009-01-27ipv6: Make mc_forwarding sysctl read-only.David S. Miller1-1/+1
2008-11-19ip: convert to net_device_ops for ioctlStephen Hemminger1-4/+9
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2008-11-05ipv6: fix run pending DAD when interface becomes readyBenjamin Thery1-1/+3
2008-11-03net: '&' reduxAlexey Dobriyan1-31/+31
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison1-1/+1
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison1-3/+2
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-1/+0
2008-08-23ipv6: protocol for address routesStephen Hemminger1-0/+1
2008-08-14netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr()Brian Haley1-2/+1
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-4/+7
2008-07-22ipv6: make struct ipv6_devconf staticAdrian Bunk1-1/+1
2008-07-20ipv6: Fix warning in addrconf code.David Miller1-2/+1
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki1-3/+5
2008-07-08pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.David S. Miller1-3/+2
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller1-1/+2
2008-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-07-08ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin1-2/+2
2008-07-03ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki1-0/+35
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki1-0/+11
2008-07-03ipv6: Do not assign non-valid address on interface.YOSHIFUJI Hideaki1-0/+7
2008-06-19net: Disable LRO on devices that are forwardingBen Hutchings1-0/+6
2008-06-11Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-nextDavid S. Miller1-7/+15