aboutsummaryrefslogtreecommitdiff
path: root/include/net/if_inet6.h
AgeCommit message (Expand)Author
2021-03-26mld: add mc_lock for protecting per-interface mld dataTaehee Yoo
2021-03-26mld: add new workqueues for process mld eventsTaehee Yoo
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo
2021-03-26mld: convert ip6_sf_list to RCUTaehee Yoo
2021-03-26mld: convert ipv6_mc_socklist->sflist to RCUTaehee Yoo
2021-03-26mld: get rid of inet6_dev->mc_lockTaehee Yoo
2021-03-26mld: convert from timer to delayed workTaehee Yoo
2020-05-11ipv6: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-06ipv6: Implement draft-ietf-6man-rfc4941bisFernando Gont
2019-08-28ipv6: shrink struct ipv6_mc_socklistEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill
2018-05-29net/ipv6: Add support for specifying metric of connected routesDavid Ahern
2018-04-19net/ipv6: Remove aca_idevDavid Ahern
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern
2017-07-04net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-04net, ipv6: convert inet6_dev.refcnt from atomic_t to refcount_tReshetova, Elena
2017-01-27net/ipv6: allow sysctl to change link-local address generation modeFelix Jia
2016-12-03ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark
2016-10-14IPv6: fix DESYNC_FACTORJiri Bohac
2016-10-14IPv6: Drop the temporary address regen_timerJiri Bohac
2016-09-30ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski
2015-03-23ipv6: do retries on stable privacy addressesHannes Frederic Sowa
2015-03-23ipv6: collapse state_lock and lockHannes Frederic Sowa
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing
2014-10-04Removed unused inet6 address stateSébastien Barré
2014-07-11ipv6: addrconf: implement address generation modesJiri Pirko
2014-03-28ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-17ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa
2013-12-06ipv6 addrconf: extend ifa_flags to u32Jiri Pirko
2013-10-28ipv6: Remove privacy config option.David S. Miller
2013-09-04net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.Daniel Borkmann
2013-06-28ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa
2013-06-28ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa
2013-06-25ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa
2013-05-20net: ipv6: remove 'next' member from inet6_devDaniel Borkmann
2013-05-19ipv6: add support of peer addressNicolas Dichtel
2013-04-09net: ipv6: only invalidate previously tokenized addressesDaniel Borkmann
2013-04-08net: ipv6: add tokenized interface identifier supportDaniel Borkmann
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-08-01ipv6: updates to privacy addresses per RFC 4941.Lorenzo Colitti
2011-05-19ipv6: reduce per device ICMP mib sizesEric Dumazet
2011-04-24net: Remove __KERNEL__ cpp checks from include/netDavid S. Miller
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs
2010-11-24ipv6: mcast: RCU conversionEric Dumazet