summaryrefslogtreecommitdiff
path: root/net/ipv6/anycast.c
AgeCommit message (Expand)Author
2023-07-28IPv6: add extack info for IPv6 address add/deleteHangbin Liu
2020-07-30ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang
2020-04-28net: ipv6: new arg skip_notify to ip6_rt_delRoopa Prabhu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-11-08net/ipv6: compute anycast address hash only if dev is nullLi RongQing
2018-11-05net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FSJeff Barnhill
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-04-19net/ipv6: Remove aca_idevDavid Ahern
2018-04-19net/ipv6: Rename addrconf_dst_allocDavid Ahern
2018-04-19net/ipv6: Rename fib6_info struct elementsDavid Ahern
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern
2018-02-28inet: whitespace cleanupStephen Hemminger
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-07-04net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_tReshetova, Elena
2015-03-31ipv6: coding style: comparison for equality with NULLIan Morris
2015-03-20ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-13ipv6: refactor __ipv6_dev_ac_inc()WANG Cong
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong
2014-09-13ipv6: remove ipv6_sk_ac_lockWANG Cong
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong
2014-09-12ipv6: clean up anycast when an interface is destroyedSabrina Dubroca
2014-09-07ipv6: restore the behavior of ipv6_sock_ac_drop()WANG Cong
2014-09-05ipv6: fix rtnl locking in setsockopt for anycast and multicastSabrina Dubroca
2014-01-22ipv6: enable anycast addresses as source addresses for datagramsFX Le Bail
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-30ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.YOSHIFUJI Hideaki / 吉藤英明
2012-12-05ipv6: avoid taking locks at socket dismantleEric Dumazet
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang
2012-05-19ipv6: bool/const conversions phase2Eric Dumazet
2012-02-01ipv6: Remove never used function inet6_ac_check().David S. Miller
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller
2011-12-06ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2010-06-10net-next: remove useless union keywordChangli Gao
2010-06-07anycast: Some RCU conversionsEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan