summaryrefslogtreecommitdiffstats
path: root/net/ipv6/anycast.c
Commit message (Expand)AuthorAgeFilesLines
* net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-5/+5
* ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner2015-03-201-7/+5Star
* ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing2014-10-141-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-0/+21
|\
| * ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2014-09-121-0/+21
* | ipv6: refactor __ipv6_dev_ac_inc()WANG Cong2014-09-131-23/+39
* | ipv6: clean up ipv6_dev_ac_inc()WANG Cong2014-09-131-9/+4Star
* | ipv6: remove ipv6_sk_ac_lockWANG Cong2014-09-131-14/+3Star
* | ipv6: drop useless rcu_read_lock() in anycastWANG Cong2014-09-131-12/+6Star
|/
* ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong2014-09-081-2/+0Star
* ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca2014-09-051-0/+12
* ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail2014-01-231-0/+11
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.YOSHIFUJI Hideaki / 吉藤英明2013-01-311-8/+8
* ipv6: avoid taking locks at socket dismantleEric Dumazet2012-12-051-0/+3
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-191-1/+1
* ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-031-1/+1
* ipv6: bool/const conversions phase2Eric Dumazet2012-05-191-6/+6
* ipv6: Remove never used function inet6_ac_check().David S. Miller2012-02-011-29/+0Star
* ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller2011-12-291-1/+1
* ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller2011-12-061-1/+1
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-2/+2
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-8/+8
* net-next: remove useless union keywordChangli Gao2010-06-111-3/+3
* anycast: Some RCU conversionsEric Dumazet2010-06-081-48/+42Star
* 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-181-1/+1
* ipv6: use RCU to walk list of network devicesEric Dumazet2009-11-141-15/+14Star
* 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-291-4/+2Star
* ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki2008-07-201-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-7/+2Star
|\
| * [IPV6]: Fix refcounting for anycast dst entries.Denis V. Lunev2008-04-031-7/+2Star
* | [IPV6]: Unify ip6_onlink() and ipip6_onlink().YOSHIFUJI Hideaki2008-04-031-24/+1Star
* | [NETNS][IPV6] anycast - handle several network namespaceDaniel Lezcano2008-03-271-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-291-1/+1
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-291-0/+2
* [NET]: Make core networking code use seq_open_privatePavel Emelyanov2007-10-111-18/+2Star
* [NET]: sparse warning fixesStephen Hemminger2007-10-111-1/+1
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-6/+6
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-2/+3
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-111-1/+1
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-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/+0Star
* [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-121-1/+1