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
2019-07-17
Introduce ETHER_IS_BROADCAST/ANYADDR/EQ() and use them where appropriate.
Martin Pieuchot
2019-07-15
Initialize struct inpcb pool not on demand, but during initialization.
Alexander Bluhm
2019-07-12
Count the number of TCP SACK options that were dropped due to the
Alexander Bluhm
2019-07-10
Received SACK options are managed by a linked list at the TCP socket.
Alexander Bluhm
2019-07-08
free(9) sizes for M_RTABLE.
Martin Pieuchot
2019-07-05
add ac_trunkport to arpcom so trunks can coordinate owning an interface
David Gwynne
2019-06-21
Prevent recursions by not deleting entries inside rtable_walk(9).
Martin Pieuchot
2019-06-13
In arp_rtrequest and nd6_rtrequest return early if the RTF_MPLS flag is
Claudio Jeker
2019-06-13
Copy the user provided sockaddr into a normalized sockaddr in rtrequest()
Claudio Jeker
2019-06-10
use m_microtime instead of microtime for SO_TIMESTAMP socketopt handling
David Gwynne
2019-06-10
Use mallocarray(9) & put some free(9) sizes for M_IPMOPTS allocations.
Martin Pieuchot
2019-06-04
Add missing NULL check for the protocol control block (pcb) pointer in
anton
2019-05-11
unbreak the build without IPSEC.
Sebastian Benoit
2019-04-28
Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.
Martin Pieuchot
2019-04-23
a first cut at converting some virtual ethernet interfaces to if_vinput
David Gwynne
2019-04-22
In in_cksum() and in6_cksum() convert types to C99 style and make
Alexander Bluhm
2019-04-05
In debug mode print TCP flag names to console correctly.
Alexander Bluhm
2019-02-13
change rt_ifa_add and rt_ifa_del so they take an rdomain argument.
David Gwynne
2019-02-10
remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes.
David Gwynne
2019-02-06
Fix a possible mbuf leak in tcp_usrreq(). Make the error handling
Alexander Bluhm
2019-02-04
Avoid an mbuf double free in the oob soreceive() path. In the
Alexander Bluhm
2019-01-20
Refresh arp entries that are about to expire. Once their life time is less
Claudio Jeker
2019-01-18
Bring back the ip_pcbopts() refactor. Pad the option buffer and therefor
Claudio Jeker
2019-01-18
Revert Rev 1.351, the change is not quite right yet.
Claudio Jeker
2019-01-08
Botched up an if conditional in the last commit. The IP length needs to
Claudio Jeker
2019-01-07
Validate the version, and all length fields of IP packets passed to a raw socket
Claudio Jeker
2019-01-06
Rewrite ip_pcbopts() to fill a fresh mbuf with the ip options instead
Claudio Jeker
2019-01-03
Replace a funky 'else switch' construct into something that is equal but
Claudio Jeker
2018-12-25
rework icmp6_error() to be closer to icmp_error()
denis
2018-12-20
Replace a wrong poor mans m_trailingspace() with the real thing. The mbuf
Claudio Jeker
2018-12-17
Switch from timeout_add with tvtohz to just timeout_add_tv. Now this change
Claudio Jeker
2018-12-11
split ether_output into resolution, encapsulation, and output functions
David Gwynne
2018-12-04
Use m_align() and while there reorder the pkthdr initalisation a bit.
Claudio Jeker
2018-12-03
In PRU_DISCONNECT don't fall through into PRU_ABORT since the latter frees
Claudio Jeker
2018-11-30
MH_ALIGN -> m_align. In revarprequest() set the ph_rtableid so that
Claudio Jeker
2018-11-28
Further cleanup of icmp_do_error.
Claudio Jeker
2018-11-19
Retire dom_rtkeylen from struct domain. Nothing is using this anymore.
Claudio Jeker
2018-11-14
provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum.
David Gwynne
2018-11-10
Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.
Alexander Bluhm
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
2018-11-09
Remove the last few XXX rdomain markers. Even those functions respect the
Claudio Jeker
2018-11-05
In icmp_input_if() m_pullup up the maximum size of required data at the start.
Claudio Jeker
2018-11-05
Consider the size of IP header when doing the ICMP length overflow
Alexander Bluhm
2018-11-05
Fixup the case where an mbuf cluster is used. Correctly offset the data to
Claudio Jeker
2018-11-04
The change of the sb_mbmax calculation in sbreserve() broke setting
Alexander Bluhm
2018-10-22
ipsec: use monotonic clock for SA creation/lookup timestamps; ok dlg@
cheloha
2018-10-18
Partial revert of previous. Only the queue(3) stuff should have gone in.
cheloha
2018-10-18
igmp, struct router_info: use queue(3)
cheloha
2018-10-13
Expose net.inet.ip.arpq.drops to help debug what's going on when a lot
Florian Obser
2018-10-10
RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255.
Reyk Floeter
[next]