aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/anycast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-04net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris1-5/+5
2015-03-20ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner1-7/+5
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing1-1/+0
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+21
2014-09-13ipv6: refactor __ipv6_dev_ac_inc()WANG Cong1-23/+39
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong1-9/+4
2014-09-13ipv6: remove ipv6_sk_ac_lockWANG Cong1-14/+3
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong1-12/+6
2014-09-12ipv6: clean up anycast when an interface is destroyedSabrina Dubroca1-0/+21
2014-09-07ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong1-2/+0
2014-09-05ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca1-0/+12
2014-01-22ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail1-0/+11
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-30ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.YOSHIFUJI Hideaki / 吉藤英明1-8/+8
2012-12-05ipv6: avoid taking locks at socket dismantleEric Dumazet1-0/+3
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman1-1/+1
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang1-1/+1
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet1-6/+6
2012-02-01ipv6: Remove never used function inet6_ac_check().David S. Miller1-29/+0
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller1-1/+1
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller1-1/+1
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-8/+8
2010-06-10net-next: remove useless union keywordChangli Gao1-3/+3
2010-06-07anycast: Some RCU conversionsEric Dumazet1-48/+42
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
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