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
/
nd6.h
Age
Commit message (
Expand
)
Author
2020-09-11
inet6: Use generic Neighor Detection rather than IPv6 specific
roy
2020-08-20
Sprinkle some const
roy
2020-06-12
Remove in-kernel handling of Router Advertisements
roy
2019-09-25
Initialize DAD components properly
ozaki-r
2019-09-01
inet6: Re-introduce ND6_LLINFO_WAITDELETE so we can return EHOSTDOWN
roy
2018-03-06
nd6: add a nonce to DaD probes in-case they are looped back to us
roy
2017-06-22
Remove unused function (nd6_rem_ifa_lle)
ozaki-r
2017-06-21
Don't create a permanent L2 cache entry on adding an address to an interface
ozaki-r
2017-02-22
Fix prefix invalidation via nd6_timer
ozaki-r
2017-02-14
Do ND in L2_output in the same manner as arpresolve
ozaki-r
2016-12-19
Protect IPv6 default router and prefix lists with coarse-grained rwlock
ozaki-r
2016-12-19
Get rid of extra nd6_purge from in6_ifdetach
ozaki-r
2016-12-14
Make functions static
ozaki-r
2016-12-12
Introduce macros for the prefix list
ozaki-r
2016-12-12
Introduce macros for the default router list
ozaki-r
2016-12-11
Add nd6_ prefix to exported functions
ozaki-r
2016-12-11
Move default interface things from nd6_rtr.c to nd6.c
ozaki-r
2016-12-11
Make some functions static
ozaki-r
2016-12-11
Remove function declarations that have no actual definition
ozaki-r
2016-04-04
Separate nexthop caches from the routing table
ozaki-r
2016-04-01
Refine nd6log
ozaki-r
2016-04-01
Tidy up nd6_timer initialization
ozaki-r
2015-12-07
CID 1341546: Fix integer handling issue (CONSTANT_EXPRESSION_RESULT)
ozaki-r
2015-11-25
Use lltable/llentry for NDP
ozaki-r
2015-11-18
Stop passing llinfo_nd6 to nd6_ns_output
ozaki-r
2015-07-17
Reform use of rt_refcnt
ozaki-r
2015-07-15
Remove unused arguments and the associated code from nd6_nud_hint()
ozaki-r
2015-02-25
Rename nd6_rtmsg() to rt_newmsg() and move into the generic routing code
roy
2015-02-25
Retire nd6_newaddrmsg and use rt_newaddrmsg directly instead so that
roy
2015-02-23
Rearange interface detachement slightly: before we free the INET6 specific
martin
2014-12-16
Report route additions/changes/deletions for cached neighbours to userland.
roy
2014-09-05
Don't use C++ keyword as variable.
matt
2014-06-05
Add IPV6CTL_AUTO_LINKLOCAL and ND6_IFF_AUTO_LINKLOCAL toggles which
roy
2013-05-21
For IPv6, emit RTM_NEWADDR once DAD completes and also when address flag
roy
2012-06-23
4 new sysctls to avoid ipv6 DoS attacks from OpenBSD
christos
2011-11-19
First step of random number subsystem rework described in
tls
2011-11-11
Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2.
gdt
2011-05-24
RA flood mitigation via a limit on accepted routes:
spz
2009-11-06
Fix net.inet6.ip6.accept_rtadv and 'ndp -i <interface> accept_rtadv':
dyoung
2009-01-15
- switch the lifetime struct to time_t and provide compatibility for the
christos
2008-10-24
Constify the rt_addrinfo argument to the ifa_rtrequest member
dyoung
2007-08-30
Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool
dyoung
2007-08-07
Avoid writing past the end of the buffer [lldst, lldst + dstsize)
dyoung
2007-07-19
Take steps to hide the radix_node implementation of the forwarding table
dyoung
2007-05-17
Fix the memory leak reported in kern/36337. Thanks Matthias Scheler
dyoung
2007-05-02
Eliminate address family-specific route caches (struct route, struct
dyoung
2007-03-15
In nd6_lookup, shorten a staircase. KNF: change return (expr); to
dyoung
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-02-17
KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous
dyoung
2006-11-20
Use LIST_/TAILQ_ macros, esp. LIST_FOREACH() and TAILQ_FOREACH().
dyoung
[next]