aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/anycast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-1/+1
2009-11-13ipv6: use RCU to walk list of network devicesEric Dumazet1-15/+14
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet1-3/+3
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-4/+2
2008-07-19ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki1-1/+1
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+2
2008-04-03[IPV6]: Fix refcounting for anycast dst entries.Denis V. Lunev1-7/+2
2008-04-03[IPV6]: Unify ip6_onlink() and ipip6_onlink().YOSHIFUJI Hideaki1-24/+1
2008-03-26[NETNS][IPV6] anycast - handle several network namespaceDaniel Lezcano1-16/+22
2008-03-04[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookupDaniel Lezcano1-1/+1
2008-01-28[NETNS][IPV6]: inet6_addr - check ipv6 address per namespaceDaniel Lezcano1-1/+1
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet1-0/+2
2007-10-10[NET]: Make core networking code use seq_open_privatePavel Emelyanov1-18/+2
2007-10-10[NET]: sparse warning fixesStephen Hemminger1-1/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-6/+6
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter1-1/+1
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-7/+10
2007-02-28[IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcntDavid Stevens1-0/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-1/+1
2007-02-10[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki1-2/+2
2006-09-22[IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki1-2/+2
2006-09-22[IPV6]: Fixup ip6_del_rt() call for new args.David S. Miller1-1/+1
2006-09-22[IPv6] route: Simplify ip6_ins_rt()Thomas Graf1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser1-5/+2
2006-01-17[IPV6]: Preserve procfs IPV6 address output formatYOSHIFUJI Hideaki1-1/+1
2006-01-13[NET]: Use NIP6_FMT in kernel.hJoe Perches1-3/+1
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2005-06-21[IPV6]: V6 route events reported with wrong netlink PID and seq numberJamal Hadi Salim1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+594