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
/
netinet
Age
Commit message (
Expand
)
Author
2015-10-23
``rt_ifp'' cannot be NULL.
Martin Pieuchot
2015-10-22
Drop historical comment and an old '#if notyet'.
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
Do not pass an ``ia'' just to dereference ``ia_ifp''.
Martin Pieuchot
2015-10-22
Do not dereference ``ia_ifp'' when we already have an ``ifp'' pointer.
Martin Pieuchot
2015-10-20
add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl.
Sebastian Benoit
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
Sync rtisvalid(9) check for local route entries with r1.257 of
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-14
Init a variable in the recently added carp_vhe_match() function clang
Jonathan Gray
2015-10-13
Make use of rtisvalid(9) to check if local route entries match existing
Martin Pieuchot
2015-10-13
Simplify arptfree() to no longer look at the route entry's refcounter.
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
easy size for free(); ok mpi
Theo de Raadt
2015-10-07
Initialize the routing table before domains.
Martin Pieuchot
2015-10-07
Move route entry debug helpers where they belong.
Martin Pieuchot
2015-10-05
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
Masao Uebayashi
2015-10-05
Don't count IF_DROP()'ed packets as if_oerrors too.
Masao Uebayashi
2015-10-02
add a comment above the rfc1948 code that mentions the rfc so it's easy to find
Ted Unangst
2015-09-28
Factors ou the route hashing code to implement Equal-Cost Multi-Path
Martin Pieuchot
2015-09-28
Merge gif(4)'s tentacles in a single file.
Martin Pieuchot
2015-09-28
Do not manually decrement rt's refcounter in arplookup() and let the
Martin Pieuchot
2015-09-27
Welcome etheranyaddr, cousin of etherbroadcastaddr.
Stefan Sperling
2015-09-27
make carp_input mpsafe.
David Gwynne
2015-09-25
Ensure that RTF_LOCAL route entries always stay UP.
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-16
Fix uninitalized use of variable.
Claudio Jeker
2015-09-13
There's no point in abstracting ifp->if_output() as long as pf_test()
Martin Pieuchot
2015-09-13
if_put() after if_get().
Martin Pieuchot
2015-09-13
Get the default loopback interface pointer just after doing a route
Martin Pieuchot
2015-09-13
queue revarps to softnet so we can defer processing to a context with
David Gwynne
2015-09-12
consistently name the ifnet * that refers to the parent interface
David Gwynne
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-12
Fix two cases where it was possible to call if_put with an uninitialized ifp
Claudio Jeker
2015-09-12
vhif_ifp in struct carp_ifs is set but never used. it can be trimmed.
David Gwynne
2015-09-12
vhif_nvrs in carp_if is used to count the number of entries in
David Gwynne
2015-09-11
if_put after if_get in ip_savecontrol
David Gwynne
2015-09-11
if_put after if_get in igmp_joingroup
David Gwynne
2015-09-11
if_put() after if_get for ip_output. This became suddenly super trivial.
Claudio Jeker
2015-09-11
There is no need to do the route lookups twice just because of IPSec.
Claudio Jeker
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
[next]