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
2016-12-05
Remove recursive splsoftnet()s in ioctl(2) path.
Martin Pieuchot
2016-11-29
Kill unused 'struct route'.
Martin Pieuchot
2016-11-29
m_free() and m_freem() test for NULL. Simplify callers which had their own
Jonathan Gray
2016-11-29
For virtual Ethernet drivers that don't have a technical limit of the
Reyk Floeter
2016-11-28
Path MTU discovery and traceroute did not always work with pf af-to.
Alexander Bluhm
2016-11-28
Explicitly initialize rti_ifa when automagically adding a route.
Martin Pieuchot
2016-11-28
Assert that every slow/fast timeout routine is called at IPL_SOFTNET.
Martin Pieuchot
2016-11-28
Allow to build kernels without IPSEC but with PIPEX.
Martin Pieuchot
2016-11-28
Kill a micro optimization that no longer make sense since the two routing
Martin Pieuchot
2016-11-23
Keep checks for local delivery close to in_ouraddr().
Martin Pieuchot
2016-11-21
Enforce that pr_usrreq functions are called at IPL_SOFTNET.
Martin Pieuchot
2016-11-20
Make rtable_iterate(9) mpsafe by using the new SRPL_NEXT(9).
Martin Pieuchot
2016-11-20
Rename SRPL_ENTER() to SRPL_FIRST() and SRPL_NEXT() to SRPL_FOLLOW().
Martin Pieuchot
2016-11-18
turn ipstat into a set of percpu counters.
David Gwynne
2016-11-16
Be consistent and do not use braces for single line statements.
Martin Pieuchot
2016-11-16
Bring icmp6_mtudisc_clone() in line with icmp_mtudisc_clone(). The
Alexander Bluhm
2016-11-16
Inherit route label when creating dynamic routes for path MTU.
Alexander Bluhm
2016-11-16
Kill recursive splsoftnet()s.
Martin Pieuchot
2016-11-15
Use __func__ in panic strings to reduce noise when grepping.
Martin Pieuchot
2016-11-15
TDB timers need a context process, so convert them to timeout_set_proc(9).
Martin Pieuchot
2016-11-14
Automatically create a default lo(4) interface per rdomain.
Martin Pieuchot
2016-11-14
use M_COUNTERS to allocate counters.
David Gwynne
2016-11-14
turn ipstat into a set of percpu counters.
David Gwynne
2016-11-09
Do not call splsoftnet() recursively, this won't work with a lock.
Martin Pieuchot
2016-11-08
Only use the routing table for source address selection when processing IP
Martin Pieuchot
2016-11-07
ARP and NDP timeouts mess with the routing table, so they need a process
Martin Pieuchot
2016-11-07
Use goto for consistently instead of splx() and return.
Martin Pieuchot
2016-11-03
Remove obsolete vxlan_lookup return value handling
Mike Belopuhov
2016-10-25
Accept CARP advertisement packets whose destination is not for multicast.
YASUOKA Masahiko
2016-10-11
Rename 'i' to 'hlen' for greater readability; ok millert, naddy
Mike Belopuhov
2016-10-06
Remove redundant comments that say a function must be called at
Alexander Bluhm
2016-10-04
One more timeout_set_proc(9) conversion.
Martin Pieuchot
2016-10-04
Convert timeouts that need a process context to timeout_set_proc(9).
Martin Pieuchot
2016-09-27
Remove empty #ifdef and #ifndef blocks
Frederic Cambus
2016-09-24
use hashfree. from Mathieu -
Ted Unangst
2016-09-24
ANSIfy netinet/; from David Hill
Christian Weisgerber
2016-09-22
Fix indentation. No binary change.
Jonathan Gray
2016-09-20
Sprinkle splsoftnets in TDB timeout callbacks; ok bluhm
Mike Belopuhov
2016-09-19
convert bcopy to memcpy. from david hill.
Ted Unangst
2016-09-19
For incomming connections keep the TF_NOPUSH flag if TCP_NOPUSH was
Alexander Bluhm
2016-09-15
move from RB macros to RBT functions
David Gwynne
2016-09-15
all pools have their ipl set via pool_setipl, so fold it into pool_init.
David Gwynne
2016-09-13
avoid extensive mbuf allocation for IPsec by replacing m_inject(4)
Markus Friedl
2016-09-07
Rename rtable_mpath_next() into rtable_iterate() and make it do a proper
Martin Pieuchot
2016-09-06
pool_setipl for various netinet and netinet6 bits
David Gwynne
2016-09-04
Prevent a NULL derefernce in ip_output().
Martin Pieuchot
2016-09-04
Implement a sockaddr_ntop() function that works like inet_ntop() but prints
Claudio Jeker
2016-09-04
Purge routes attached to an address when this address is removed.
Martin Pieuchot
2016-09-03
Reduce the factor of the limits derived form NMBCLUSTERS. We want
Alexander Bluhm
2016-09-03
Reserve the BFD destination ports in baddynamic
Peter Hessler
[next]