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_rtr.c
Age
Commit message (
Expand
)
Author
2024-07-14
Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock.
Alexander Bluhm
2023-03-31
Fix white space.
Alexander Bluhm
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
2019-06-21
Prevent recursions by not deleting entries inside rtable_walk(9).
Martin Pieuchot
2018-01-23
The IPv6 gateway address passed to rt6_flush() comes either from a
Alexander Bluhm
2017-11-03
We are processing Router Solicitation / Advertisement messages only
Florian Obser
2017-08-09
We are no longer processing router advertisements in the
Florian Obser
2017-07-11
Purging is at last at hand. Day of Doom is here. All that is evil
Florian Obser
2017-07-08
Enable slaacd on the installer and temporarily neuter router
Florian Obser
2017-06-09
Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even
Martin Pieuchot
2017-06-07
Grab the KERNEL_LOCK() around rtm*() functions. Routing sockets globals
Martin Pieuchot
2017-05-30
Enable slaacd(8) by default and disable router solicitation and
Florian Obser
2017-05-16
Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED().
Martin Pieuchot
2017-03-06
Prefix functions dealing with routing messages with 'rtm_' and keep
Martin Pieuchot
2017-03-03
Iterate over the global list of interfaces instead of using the global
Martin Pieuchot
2017-02-09
percpu counters for raw ipv6 and icmp6 stats
Jeremie Courreges-Anglas
2016-12-22
Remove all splsoftnet() from ND6 converting the non-recrusive ones to
Martin Pieuchot
2016-11-28
Explicitly initialize rti_ifa when automagically adding a route.
Martin Pieuchot
2016-11-28
Remove multiple recursive splsoftnet().
Martin Pieuchot
2016-11-21
Assert that defrtrlist_update() is always called at IPL_SOFTNET.
Martin Pieuchot
2016-11-21
Assert that prelist_update() is always called at IPL_SOFTNET.
Martin Pieuchot
2016-11-21
Assert that in6_ifadd() is always called at IPL_SOFTNET.
Martin Pieuchot
2016-10-03
Convert some of the remaining usages of time_second to time_uptime.
Martin Pieuchot
2016-09-30
Revert sending router solicitations when a prefix expires and go back
Florian Obser
2016-09-26
typo in comment
Stuart Henderson
2016-09-08
If the same address is offered via NA, update the existing ``ifa''
Martin Pieuchot
2016-09-02
Consider when a prefix expires when sending solicitations instead of
Florian Obser
2016-09-02
Go through the set function like normal people; no functional change.
Florian Obser
2016-08-25
Remove a check to expire received prefix.
Martin Pieuchot
2016-08-22
Sizes for free(9) from David Hill.
Martin Pieuchot
2016-07-05
Expand IN6_IFF_NOTREADY, ok bluhm@
Martin Pieuchot
2016-05-02
Simplify life for routing table implementations by requiring that rtable_walk
Jonathan Matthew
2016-01-12
Prevent a possible NULL-derefenced introduced by the move of RA sleeping
Martin Pieuchot
2015-12-18
Convert arc4random() to arc4random_uniorm(). Diff by Matthew Martin.
tb
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-12-01
Use rt_ifa_add(9) instead or rtrequest(9) when adding ND prefixes.
Martin Pieuchot
2015-11-24
No need for <net/if_types.h>
Martin Pieuchot
2015-11-02
typo in comment
Stuart Henderson
2015-11-02
Prefer an existing refcounted ``ifp'' to rt_ifp when possible or use the
Martin Pieuchot
2015-10-30
Rename rtrequest1() to rtrequest().
Alexander Bluhm
2015-10-28
Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now
Florian Obser
2015-10-25
Put some comments in how nd6_rs_attach() works.
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
2015-10-22
Inspired by satosin(), use inline functions to convert sockaddr dl.
Alexander Bluhm
2015-09-18
Do not manually decrement rt's refcounter in nd6_lookup() and let the
Martin Pieuchot
2015-09-12
Now that rtrequest1(9) properly sets RTF_UP for newly added route,
Martin Pieuchot
2015-09-11
Kill yet another argument to functions in IPv6. This time ip6_output's
Claudio Jeker
2015-09-10
if_put dance, shuffle some code and switch a printf to print the ifindex
Claudio Jeker
[next]