index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
nd6.h
Age
Commit message (
Expand
)
Author
2023-05-04
Introduce a neighbor discovery mutex like ARP uses it. For now it
Alexander Bluhm
2023-05-02
Call nd6_ns_output() without kernel lock from nd6_resolve().
Alexander Bluhm
2023-04-05
ARP has a sysctl to show the number of packets waiting for an arp
Alexander Bluhm
2023-04-05
ARP has a queue of packets that should be sent after name resolution.
Alexander Bluhm
2023-01-06
Clean up struct nd_opts, use nd6_options() function local variables
Klemens Nanni
2022-12-10
Merge nd6_option_init() into nd6_options()
Klemens Nanni
2022-12-09
Switch nd_opts from a union to just a struct.
Claudio Jeker
2022-12-07
Do not store unused ICMPv6 Option PREFIX_INFORMATION
Klemens Nanni
2022-12-02
Remove constant basereachable and retrans members from struct nd_ifinfo
Klemens Nanni
2022-11-28
Document struct nd_ifinfo protection, remove obsolete .initialized member
Klemens Nanni
2022-11-23
Remove unused NDPRF_* defines; dead since 2017 sys/netinet6/nd6.c r1.210
Klemens Nanni
2022-11-23
Remove unused struct in6_ndifreq; dead since 2013 sys/netinet6/in6_var.h r1.37
Klemens Nanni
2022-11-23
Remove unused struct prf_ra; dead since 2017 sys/netinet/icmp6.h r1.45
Klemens Nanni
2022-11-23
Inline useless ND_IFINFO() macro
Klemens Nanni
2022-11-23
Let nd6_if{at,de}tach() be void and take an ifp argument
Klemens Nanni
2022-11-23
Add *if_nd to struct ifnet, call nd6_if{at,de}tach() directly
Klemens Nanni
2022-11-23
Recommit previous "Remove useless struct in6_ifextra"
Klemens Nanni
2022-11-22
Backout "Remove useless struct in6_ifextra" commit
Klemens Nanni
2022-11-22
Remove useless struct in6_ifextra
Klemens Nanni
2022-11-12
Remove unused RS_LHCOOKIE macro
Klemens Nanni
2022-08-08
Constify in6_addr pointer arguments in nd6_*() functions
Klemens Nanni
2022-07-28
Zap prototypes for nonexistent nd6_setmtu() and in6_ifdel()
Klemens Nanni
2022-07-22
Leftovers from florian's RS/NA purge from the kernel in 2017.
Klemens Nanni
2020-03-28
Move ND6_PRIV_* constants from nd6.h to slaacd the only place where
Florian Obser
2019-06-21
Prevent recursions by not deleting entries inside rtable_walk(9).
Martin Pieuchot
2017-11-27
Use a single timer for all ND6 entries.
Martin Pieuchot
2017-11-03
We are processing Router Solicitation / Advertisement messages only
Florian Obser
2017-08-09
Remove knob and always do neighbor unreachable detection.
Florian Obser
2017-08-09
accept_rtadv doesn't do anything since some time.
Florian Obser
2017-08-09
We are no longer generating privacy addresses in the
Florian Obser
2017-08-08
Stop running nd6_expire every second.
Florian Obser
2017-07-12
Get rid of ICMPV6CTL_ND6_DRLIST and ICMPV6CTL_ND6_PRLIST sysctls
Florian Obser
2017-07-11
Purging is at last at hand. Day of Doom is here. All that is evil
Florian Obser
2016-12-27
Move nd6 timer initialisation to nd6_init() and call timeout_set()
Alexander Bluhm
2016-11-28
Remove multiple recursive splsoftnet().
Martin Pieuchot
2016-11-21
Assert that prelist_update() is always called at IPL_SOFTNET.
Martin Pieuchot
2016-07-13
store nd6 expiries in the route, not separately in the llinfo struct.
David Gwynne
2016-06-15
Kill nd6_output(), it doesn't do anything since the resolution logic
Martin Pieuchot
2016-06-08
Move ND resoluton logic from nd6_output() to nd6_storelladdr() and
Martin Pieuchot
2016-06-01
make nd6_llinfo_settimer take seconds instead of ticks.
David Gwynne
2016-05-30
remove code compensating for the "short" range of timeouts.
David Gwynne
2016-03-30
Implement proxy ARP for ART based on mpath support.
Martin Pieuchot
2016-03-03
Kill IPv6 prefix and router renumbering ioctls.
Jeremie Courreges-Anglas
2015-12-18
Convert arc4random() to arc4random_uniorm(). Diff by Matthew Martin.
tb
2015-11-06
Change nd6_nud_hint() to no longer manipulate rt_ifp directly.
Martin Pieuchot
2015-11-02
Implement the list of nd6 llinfo entries with a TAILQ.
Alexander Bluhm
2015-11-02
Prefer an existing refcounted ``ifp'' to rt_ifp when possible or use the
Martin Pieuchot
2015-10-28
Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now
Florian Obser
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-10-24
Ignore Router Advertisment's current hop limit.
Martin Pieuchot
[next]