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
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
2018-10-04
Revert the inpcb table mutex commit. It triggers a witness panic
Alexander Bluhm
2018-09-24
Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4)
Martin Pieuchot
2018-09-20
As a step towards per inpcb or socket locks, remove the net lock
Alexander Bluhm
2018-09-17
Do not acknowledge a received ack-only tcp packet that we would drop due to
friehm
2018-09-14
Initialize the TDB to NULL in ipsec_common_input() and
Ricardo Mestre
2018-09-14
In general it is a bad idea to use one random secret for two things.
Alexander Bluhm
2018-09-14
unbreak userland uses of in_pcb.h by including sys/refcnt.h
Jonathan Gray
2018-09-13
Add reference counting for inet pcb, this will be needed when we
Alexander Bluhm
2018-09-13
Include the size of IPCOMP header when checking for compression.
Martin Pieuchot
2018-09-11
Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also
Alexander Bluhm
2018-09-11
Make the distribution of in_ and in6_ functions in in_pcb.c and
Alexander Bluhm
2018-09-10
Remove useless INPCBHASH() macros. Just expand them.
Alexander Bluhm
2018-09-10
Instead of calculating the mbuf packet header length here and there,
Alexander Bluhm
2018-09-10
During fragment reassembly, mbuf chains with packet headers were
Alexander Bluhm
2018-09-07
Explain the special case for redirect to localhost in a comment.
Alexander Bluhm
2018-09-06
sync icmp_mtudisc_clone() with icmp6_mtudisc_clone(); prompted by bluhm@
miko
2018-08-28
Add per-TDB counters and a new SADB extension to export them to
Martin Pieuchot
2018-07-23
Coverity CID 1470233 complainst that the m != NULL check in
Alexander Bluhm
2018-07-16
Fix for uninitialized variables.
Martin Pieuchot
2018-07-12
Introduce ipsec_output_cb() to merge duplicate code and account for
Martin Pieuchot
2018-07-11
Disambiguate the source of panics in sys/net* by adding __func__
Nayden Markatchev
2018-07-11
Retire RTM_LOSING, it no longer makes sense and on busy servers the
Claudio Jeker
2018-07-11
rtm_send() the cloned routes because of ICMP mtu changes. Until now
Claudio Jeker
2018-07-11
Convert AH & IPcomp to ipsec_input_cb() and count drops on input.
Martin Pieuchot
2018-07-10
Introduce new IPsec (per-CPU) statistics and refactor ESP input
Martin Pieuchot
2018-07-10
Remove DELAY(1000) from carp_send_arp() / carp_send_na() since it is not clear
friehm
2018-07-05
It was possible to leak the control mbuf in raw ip user request
Alexander Bluhm
2018-07-04
Prevent a mbuf double free by not freeing it along the error-path in
anton
2018-06-25
Assert that the NET_LOCK() is held when iterating over `ipsec_acquire_head'.
Martin Pieuchot
2018-06-14
In in_pcballoc() finish the inp initialization before adding it to
Alexander Bluhm
2018-06-14
Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just call
Alexander Bluhm
2018-06-14
Use mbuf (not cluster) always for t_template of tcpcb.
YASUOKA Masahiko
2018-06-11
Fix RAMDISK build by removing an #ifdef INET6 in tcp_trace().
Alexander Bluhm
2018-06-11
Do not unlock the KERNEL_LOCK() unconditionally in sounlock().
Martin Pieuchot
2018-06-11
Push the KERNEL_LOCK() inside route_input().
Martin Pieuchot
2018-06-11
The output from tcp debug sockets was incomplete. After detach tp
Alexander Bluhm
[next]