aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/anycast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-11-08net/ipv6: compute anycast address hash only if dev is nullLi RongQing1-2/+4
2018-11-05net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FSJeff Barnhill1-1/+1
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill1-4/+76
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-18/+15
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-14/+2
2018-04-19net/ipv6: Remove aca_idevDavid Ahern1-4/+0
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern1-7/+7
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern1-4/+4
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern1-2/+2
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern1-4/+3
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern1-1/+1
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern1-4/+6
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern1-3/+6
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern1-1/+1
2018-02-28inet: whitespace cleanupStephen Hemminger1-1/+0
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
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