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
Age
Commit message (
Expand
)
Author
2015-11-11
Store the index of the lo0 interface instead of a pointer to its
Martin Pieuchot
2015-11-06
Change nd6_nud_hint() to no longer manipulate rt_ifp directly.
Martin Pieuchot
2015-11-03
Remove dead assignments.
Charles Longeau
2015-11-03
Disable TCP/UDP TX hardware checksumming if an IPv4 packet contains
Christian Weisgerber
2015-11-02
Retire ARP load-balacing, thanks for all the fish!
Martin Pieuchot
2015-11-02
typo in comment
Stuart Henderson
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-02
Stop using rt_ifp.
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
a few redundant tests can be deleted now that switch cases are only for
Ted Unangst
2015-10-29
oops, one firebomb went off course. put back some code that's still used.
Ted Unangst
2015-10-29
RFC 2292 API support was removed 9 years ago, but left in a binary compat
Ted Unangst
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
Put some comments in how nd6_rs_attach() works.
Florian Obser
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
Remove IPV6_NEXTHOP implementation. Source routing is considered to be
Florian Obser
2015-10-25
Use the "modern" way to check if a route entry correspond to a local
Martin Pieuchot
2015-10-25
Introduce if_rtrequest() the successor of ifa_rtrequest().
Martin Pieuchot
2015-10-24
Convert to rt_ifidx.
Martin Pieuchot
2015-10-24
Convert to rt_ifidx.
Martin Pieuchot
2015-10-24
Ignore Router Advertisment's current hop limit.
Martin Pieuchot
2015-10-24
Convert some if_ref() to if_get().
Martin Pieuchot
2015-10-23
replace pointer arithmetic and casts with offsetof
Jonathan Gray
2015-10-22
Make sure that the address matching the key (destination) of a route
Martin Pieuchot
2015-10-22
Use rt_ifp instead of rt_ifa->ifa_ifp.
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-22
Kill dead code missed in per-ifp counter removal.
Martin Pieuchot
2015-10-20
At guenther's suggestion replace dnssocket() with a SOCK_DNS flag on
Theo de Raadt
2015-10-19
Stop checking for RTF_UP directly, call rtisvalid(9) instead.
Martin Pieuchot
2015-10-19
Remove superfluous NULL checks.
Martin Pieuchot
2015-10-19
deduplicate in[6]_pcbbind() port scan loop.
Vincent Gross
2015-10-18
Add two new system calls: dnssocket() and dnsconnect(). This creates a
Theo de Raadt
2015-10-15
in6_pcbconnect() returns EADDRNOTAVAIL when
Vincent Gross
2015-10-13
Make use of rtisvalid(9) to check if local route entries match existing
Martin Pieuchot
2015-10-13
Use rtisivalid(9) to check if the given (cached) route can be used.
Martin Pieuchot
2015-10-09
Rename tame() to pledge(). This fairly interface has evolved to be more
Theo de Raadt
2015-10-07
Initialize the routing table before domains.
Martin Pieuchot
2015-10-05
user land -> userland; from Rob Pierce
Theo de Raadt
2015-10-01
Use rtdeletemsg() in nd6_free() to align it with arptfree().
Martin Pieuchot
2015-09-28
Merge gif(4)'s tentacles in a single file.
Martin Pieuchot
2015-09-23
Always increment rt_use inside rtalloc(9) instead of doing it in some
Martin Pieuchot
2015-09-22
Remove inpt_lastport from struct inpcbtable, use local variables
Vincent Gross
[next]