summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_var.h
AgeCommit message (Expand)Author
2020-06-16remove unusedmaxv
2020-06-12Remove in-kernel handling of Router Advertisementsroy
2019-10-18in6: reset the temporary address timer on a change of the interval periodozaki-r
2019-10-16Reorganize in6_tmpaddrtimer stuffsozaki-r
2018-05-29Make a deletion of in6m in nd6_rtrequest atomicozaki-r
2018-05-29Improve atomicity of in6_leavegroup and in6_delmultiozaki-r
2018-04-19s/static inline/static __inline/g for consistency.christos
2017-03-02Plug a race condition on accessing i6mm_maddrozaki-r
2017-03-02Fix racy in6m_solozaki-r
2017-03-02Protect ia6_memberships by in6_ifaddr_lockozaki-r
2017-03-01Provide in6_multi_groupozaki-r
2017-02-23Remove mkludge stuffsozaki-r
2017-02-22Stop using useless IN6_*_MULTI macrosozaki-r
2017-01-16ip6_sprintf -> IN6_PRINT so that we pass the size.christos
2017-01-16Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...ryo
2017-01-10Enable some sysctl knobs on rump kernels for ifmcstatozaki-r
2017-01-04- kill NULL argument from in6_update_ifachristos
2016-09-14fix typochristos
2016-09-13remove trailing spaces. userland does not catch this?christos
2016-09-13add bits for address flagschristos
2016-08-01Apply pserialize and psref to struct ifaddr and its variantsozaki-r
2016-07-08Replace macros to get an IP address with proper inline functionsozaki-r
2016-07-08Kill remaining use of the old lists of IP addressesozaki-r
2016-07-06Move in6_ifaddr_list to a more proper place (from ip6_input.c to in6.c)ozaki-r
2016-07-06Add missing IN6_ADDRLIST_ENTRY_DESTROYozaki-r
2016-07-04Fix userland compilations of those including in6_var.hozaki-r
2016-07-04Use pslist(9) for the global in6_ifaddr listozaki-r
2016-06-22Remove unnecessary NULL checks of ifa->ifa_addrozaki-r
2016-02-04Declare in6_tmpaddrtimer_ch in in6_var.h.riastradh
2015-11-25Use lltable/llentry for NDPozaki-r
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-04-07Move in6if_do_dad() to if_do_dad() as the routine is not INET6 specificroy
2015-02-26Introduce the routing flag RTF_LOCAL to track local address routes.roy
2014-09-05Don't nest structure definitions.matt
2014-07-01fix parameter types in pr_ioctl, called xx_control() functions and removertr
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-01-13Remove the now un-used function in6ifa_ifplocaladdr.roy
2014-01-02Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only.pooka
2012-10-11PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass thechristos
2012-06-234 new sysctls to avoid ipv6 DoS attacks from OpenBSDchristos
2009-01-15mention that you'll need to update compat if you change the size of in6_ifreq.christos
2009-01-15Emulate a couple more ioctls. Thanks to Matthias Drochner for pointing them out.christos
2009-01-15- switch the lifetime struct to time_t and provide compatibility for thechristos
2009-01-14Change back time_t in the lifetime struct to int32_t's for binary compatibily.christos
2008-08-20Make the sysctl routines take out softnet_lock before dealing withmatt
2008-07-31Generalize previous fix so that both NS and NA packets are checked.matt
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-08Change ICMP6 stats from a structure to an array of uint64_t's.thorpej
2007-12-05Use IFADDR_FOREACH().dyoung
2007-10-17If callout_t is to be used, then <sys/callout.h> should be included.jld