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-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
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-13
Get the default loopback interface pointer just after doing a route
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-12
Introduce if_input_local() a function to feed local traffic back to
Martin Pieuchot
2015-09-11
Bad whatever, that if_put() should not be there. Found the hard way by deraadt@
Claudio Jeker
2015-09-11
if_put after if_get for in6_src and ip6_output which got a lot easier after
Claudio Jeker
2015-09-11
if_put after if_get for nd6_nbr. OK dlg@
Claudio Jeker
2015-09-11
if_put after if_get when IP6_EXTHDR_GET fails in icmp6_input.
David Gwynne
2015-09-11
Rewrite in6_selectroute() to no longer return an ifp.
Martin Pieuchot
2015-09-11
Convert _TM_ flags to TAME_ flags, collapsing the entire mapping
Theo de Raadt
2015-09-11
When pf modifies a TCP packet, it sets the M_TCP_CSUM_OUT flag in
Alexander Bluhm
2015-09-11
Move the multicast option parsing out of in6_selectroute().
Martin Pieuchot
2015-09-11
Kill selectroute().
Martin Pieuchot
2015-09-11
if_put for ip6_input. OK mpi@
Claudio Jeker
2015-09-11
if_put for icmp6. Again we cheat a bit with the hop limit to simplify the code.
Claudio Jeker
2015-09-11
Only include <sys/tame.h> in the .c files that need it
Philip Guenther
2015-09-11
Kill yet another argument to functions in IPv6. This time ip6_output's
Claudio Jeker
2015-09-11
in6_embedscope() needs to lose some weight. Remove the last argument.
Claudio Jeker
2015-09-10
It is time to put inet6 on a diet. Use the flensing knife and cut out
Claudio Jeker
2015-09-10
Kill in6_ifstat_inc() and associated per-ifp storage.
Martin Pieuchot
2015-09-10
In IPv6 source address selection prefer addresses of the outgoing
Alexander Bluhm
2015-09-10
if_put dance, shuffle some code and switch a printf to print the ifindex
Claudio Jeker
2015-09-10
Fewer in6_ifstat_inc()
Martin Pieuchot
[next]