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.c
Age
Commit message (
Expand
)
Author
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-09-06
pool_setipl for various netinet and netinet6 bits
David Gwynne
2016-08-22
Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable.
Martin Pieuchot
2016-08-22
Sizes for free(9) from David Hill.
Martin Pieuchot
2016-07-13
Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such
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-06
Move nd6_output()'s "short-circuiting" for non-lladdr interface types earlier.
Stuart Henderson
2016-06-03
measure nd expiry times against time_uptime, not time_second.
David Gwynne
2016-06-01
make nd6_llinfo_settimer take seconds instead of ticks.
David Gwynne
2016-05-31
Stop creating and inserting a route entry for ARP and ND automagically.
Martin Pieuchot
2016-05-30
remove code compensating for the "short" range of timeouts.
David Gwynne
2016-05-17
Completely skip link-layer address resolution and NUD on gif(4).
Martin Pieuchot
2016-04-27
Remove unused arguments from rt_checkgate().
Martin Pieuchot
2016-03-07
Do not remove RTF_STATIC L2 entries from the routing table.
Martin Pieuchot
2015-12-03
Get rid of rt_mask() and stop allocating a "struct sockaddr" for every
Martin Pieuchot
2015-12-02
When destroying an interface, we have to wait until all references
Alexander Bluhm
2015-12-02
Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages
Claudio Jeker
2015-12-01
Remove backward compatibility for "older version of routed and gated".
Martin Pieuchot
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-11-01
Replace the nd6 llinfo malloc(9) with pool_get(9) like arp does.
Alexander Bluhm
2015-11-01
Compare nd6 llinfo pointer with NULL. No binary change.
Alexander Bluhm
2015-10-30
Rename rtrequest1() to rtrequest().
Alexander Bluhm
2015-10-29
Kill a comment saying that rt_ifp may not be the same as ifp, that's no
Martin Pieuchot
2015-10-28
Add a missing splx for a return path introduced in rev 1.163
Jonathan Gray
2015-10-28
Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now
Florian Obser
2015-10-27
Use rt_ifidx rather than rt_ifp.
Martin Pieuchot
2015-10-25
do not expose nd6 randomid's to userland via ioctl.
Theo de Raadt
2015-10-25
Trivial rt_ifp->if_index -> rt_ifidx conversions.
Martin Pieuchot
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
Make sure that the address matching the key (destination) of a route
Martin Pieuchot
2015-10-22
Inspired by satosin(), use inline functions to convert sockaddr dl.
Alexander Bluhm
2015-10-22
Use rt_ifp as intended.
Martin Pieuchot
2015-10-01
Use rtdeletemsg() in nd6_free() to align it with arptfree().
Martin Pieuchot
2015-09-18
Do not manually decrement rt's refcounter in nd6_lookup() and let the
Martin Pieuchot
2015-09-13
There's no point in abstracting ifp->if_output() as long as pf_test()
Martin Pieuchot
2015-09-12
Now that rtrequest1(9) properly sets RTF_UP for newly added route,
Martin Pieuchot
2015-09-12
Stop overwriting the rt_ifp pointer of RTF_LOCAL routes with lo0ifp.
Martin Pieuchot
2015-09-10
It is time to put inet6 on a diet. Use the flensing knife and cut out
Claudio Jeker
2015-08-31
The return value of nd6_cache_lladdr() is never used so make it a void.
Martin Pieuchot
2015-08-24
Start moving away from the global prefix list by limiting its usage to
Martin Pieuchot
2015-08-24
In kernel initialize struct sockaddr_in and sockaddr_in6 to zero
Alexander Bluhm
2015-08-23
Use simple byte pointer arithmetic and memcpy from/to aligned stack
Christian Weisgerber
2015-08-19
Convert all calls to rtrequest1() and the following error check
Alexander Bluhm
2015-08-17
Use __func__ rather than the function name in log(9) calls to remove
Martin Pieuchot
2015-07-16
Properly layer Router Solicitation code.
Martin Pieuchot
[next]