aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/anycast.c
Commit message (Expand)AuthorAgeFilesLines
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-8/+8
* net-next: remove useless union keywordChangli Gao2010-06-101-3/+3
* anycast: Some RCU conversionsEric Dumazet2010-06-071-48/+42
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-1/+1
* ipv6: use RCU to walk list of network devicesEric Dumazet2009-11-131-15/+14
* net: Introduce for_each_netdev_rcu() iteratorEric Dumazet2009-11-041-3/+3
* 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-4/+2
* ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki2008-07-191-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-7/+2
|\
| * [IPV6]: Fix refcounting for anycast dst entries.Denis V. Lunev2008-04-031-7/+2
* | [IPV6]: Unify ip6_onlink() and ipip6_onlink().YOSHIFUJI Hideaki2008-04-031-24/+1
* | [NETNS][IPV6] anycast - handle several network namespaceDaniel Lezcano2008-03-261-16/+22
* | [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookupDaniel Lezcano2008-03-041-1/+1
|/
* [NETNS][IPV6]: inet6_addr - check ipv6 address per namespaceDaniel Lezcano2008-01-281-1/+1
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-281-0/+2
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-101-18/+2
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-6/+6
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-7/+10
* [IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcntDavid Stevens2007-02-281-0/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [IPV6] ADDRCONF: Convert addrconf_lock to RCU.YOSHIFUJI Hideaki2006-09-221-2/+2
* [IPV6]: Fixup ip6_del_rt() call for new args.David S. Miller2006-09-221-1/+1
* [IPv6] route: Simplify ip6_ins_rt()Thomas Graf2006-09-221-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [IPV6]: Nearly complete kzalloc cleanup for net/ipv6Ingo Oeser2006-03-201-5/+2
* [IPV6]: Preserve procfs IPV6 address output formatYOSHIFUJI Hideaki2006-01-171-1/+1
* [NET]: Use NIP6_FMT in kernel.hJoe Perches2006-01-131-3/+1
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-111-0/+1
* [IPV6]: V6 route events reported with wrong netlink PID and seq numberJamal Hadi Salim2005-06-211-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+594