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
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
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2015-07-15
Recognize CARP interfaces when sending packet to a multicast address.
Martin Pieuchot
2015-07-09
Remove unused arguments and the associated code from nd6_nud_hint().
Martin Pieuchot
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
2015-06-08
More damned eye searing whitespace. No change to .o files.
Kenneth R Westerback
2015-06-06
Put the link-layer address back into the gateway field of RTF_LOCAL
Martin Pieuchot
2015-05-15
Allow multiple connected/interface routes to exist at the same time.
Claudio Jeker
2015-04-27
Do not call nd6_purge() before purging the IPv6 addresses of a detached
Martin Pieuchot
2015-04-17
Stubs and support code for NIC-enabled IPsec bite the dust.
Mike Belopuhov
2015-03-25
With a per interface IPv6 stateless adress auto configuration flag it
Florian Obser
2015-03-14
Check for the size of the supposed destination address when constructing
Martin Pieuchot
2015-02-11
Do not store the key and the gateway of a route entry in the same chunk
Martin Pieuchot
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2015-01-08
Factorize various duplicated chunks of (old and horrible) code, checking
Martin Pieuchot
2014-12-22
Make sure rtrequest1(9) is called under splsoftnet().
Martin Pieuchot
2014-11-20
Rework the handling of interfaces and IPv6 addresses for local delivery.
Martin Pieuchot
[next]