index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
in6_var.h
Age
Commit message (
Expand
)
Author
2020-06-16
remove unused
maxv
2020-06-12
Remove in-kernel handling of Router Advertisements
roy
2019-10-18
in6: reset the temporary address timer on a change of the interval period
ozaki-r
2019-10-16
Reorganize in6_tmpaddrtimer stuffs
ozaki-r
2018-05-29
Make a deletion of in6m in nd6_rtrequest atomic
ozaki-r
2018-05-29
Improve atomicity of in6_leavegroup and in6_delmulti
ozaki-r
2018-04-19
s/static inline/static __inline/g for consistency.
christos
2017-03-02
Plug a race condition on accessing i6mm_maddr
ozaki-r
2017-03-02
Fix racy in6m_sol
ozaki-r
2017-03-02
Protect ia6_memberships by in6_ifaddr_lock
ozaki-r
2017-03-01
Provide in6_multi_group
ozaki-r
2017-02-23
Remove mkludge stuffs
ozaki-r
2017-02-22
Stop using useless IN6_*_MULTI macros
ozaki-r
2017-01-16
ip6_sprintf -> IN6_PRINT so that we pass the size.
christos
2017-01-16
Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...
ryo
2017-01-10
Enable some sysctl knobs on rump kernels for ifmcstat
ozaki-r
2017-01-04
- kill NULL argument from in6_update_ifa
christos
2016-09-14
fix typo
christos
2016-09-13
remove trailing spaces. userland does not catch this?
christos
2016-09-13
add bits for address flags
christos
2016-08-01
Apply pserialize and psref to struct ifaddr and its variants
ozaki-r
2016-07-08
Replace macros to get an IP address with proper inline functions
ozaki-r
2016-07-08
Kill remaining use of the old lists of IP addresses
ozaki-r
2016-07-06
Move in6_ifaddr_list to a more proper place (from ip6_input.c to in6.c)
ozaki-r
2016-07-06
Add missing IN6_ADDRLIST_ENTRY_DESTROY
ozaki-r
2016-07-04
Fix userland compilations of those including in6_var.h
ozaki-r
2016-07-04
Use pslist(9) for the global in6_ifaddr list
ozaki-r
2016-06-22
Remove unnecessary NULL checks of ifa->ifa_addr
ozaki-r
2016-02-04
Declare in6_tmpaddrtimer_ch in in6_var.h.
riastradh
2015-11-25
Use lltable/llentry for NDP
ozaki-r
2015-09-06
More on PR 41200: headers that declare ioctls should include sys/ioccom.h.
dholland
2015-04-07
Move in6if_do_dad() to if_do_dad() as the routine is not INET6 specific
roy
2015-02-26
Introduce the routing flag RTF_LOCAL to track local address routes.
roy
2014-09-05
Don't nest structure definitions.
matt
2014-07-01
fix parameter types in pr_ioctl, called xx_control() functions and remove
rtr
2014-06-05
- Implement pktqueue interface for lockless IP input queue.
rmind
2014-01-13
Remove the now un-used function in6ifa_ifplocaladdr.
roy
2014-01-02
Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only.
pooka
2012-10-11
PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass the
christos
2012-06-23
4 new sysctls to avoid ipv6 DoS attacks from OpenBSD
christos
2009-01-15
mention that you'll need to update compat if you change the size of in6_ifreq.
christos
2009-01-15
Emulate 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 the
christos
2009-01-14
Change back time_t in the lifetime struct to int32_t's for binary compatibily.
christos
2008-08-20
Make the sysctl routines take out softnet_lock before dealing with
matt
2008-07-31
Generalize previous fix so that both NS and NA packets are checked.
matt
2008-04-15
Make ip6 and icmp6 stats per-cpu.
thorpej
2008-04-08
Change ICMP6 stats from a structure to an array of uint64_t's.
thorpej
2007-12-05
Use IFADDR_FOREACH().
dyoung
2007-10-17
If callout_t is to be used, then <sys/callout.h> should be included.
jld
[next]