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
/
net
Age
Commit message (
Expand
)
Author
2023-08-18
INITITIATION_COST -> INITIATION_COST
Jonathan Gray
2023-08-18
maximium -> maximum
Jonathan Gray
2023-08-18
NBPFILTER not NBPF
Jonathan Gray
2023-08-15
scrub the mbuf flowid for packets going out a sec interface.
David Gwynne
2023-08-15
sec_start needs to show bpf the packets going out.
David Gwynne
2023-08-11
better support queuing (hfsc) on sec(4)
David Gwynne
2023-08-10
Table persistent flag (PFR_TFLAG_PERSIST) won't get set
Alexandr Nedvedicky
2023-08-09
remove some uneeded includes
Jonathan Gray
2023-08-08
if sec is being destroyed, prevent it from being brought up again.
David Gwynne
2023-08-08
try to avoid a deadlock between sec_down and sec_send.
David Gwynne
2023-08-07
add a struct sadb_x_iface message for interface SAs
David Gwynne
2023-08-07
add sec(4) to support route based ipsec vpns.
David Gwynne
2023-08-03
Move solock() down to sosetopt(). A part of standalone sblock() work.
Vitaliy Makkoveev
2023-07-31
don't let pfsync send an insert message for a state pfsync just inserted
David Gwynne
2023-07-30
count the number of times a ring was marked as oactive.
David Gwynne
2023-07-28
Compare m_pullup(9) return value against NULL instead of 0.
Vitaliy Makkoveev
2023-07-27
Fix routing message size check in route_output(). `rtm_hdrlen' type is
Vitaliy Makkoveev
2023-07-27
Fix inline vlan-tag handling of forwarded LRO packets from ix(4)
Jan Klemkow
2023-07-21
Do not dump corrupted packets on loopback bpf.
Alexander Bluhm
2023-07-18
Enable LRO for TCP per default in the network drivers.
Alexander Bluhm
2023-07-12
Fix solock()/sounlock() usage.
Vitaliy Makkoveev
2023-07-07
Keep mbuf header field ph_mss during loopback TCP with LRO/TSO.
Alexander Bluhm
2023-07-07
Fix path MTU discovery for TCP LRO/TSO when forwarding.
Alexander Bluhm
2023-07-06
use refcnt API for multicast addresses, add tracepoint:refcnt:ethmulti probe
Klemens Nanni
2023-07-06
big update to pfsync to try and clean up locking in particular.
David Gwynne
2023-07-04
This diff limits the number of transactions/tickets
Alexandr Nedvedicky
2023-07-04
Check for interface type ethernet before call ether_brport_isset()
Jan Klemkow
2023-07-04
The recent change to DIOCGETRULE allows applications which
Alexandr Nedvedicky
2023-07-04
remove unused global var
Jonathan Gray
2023-07-03
use consistent queue(9) example for LIST removal; OK bluhm mvs
Klemens Nanni
2023-07-02
Use TSO and LRO on the loopback interface to transfer TCP faster.
Alexander Bluhm
2023-06-30
Introduce M_PF type for pf(4) related memory allocations. Currently used
Vitaliy Makkoveev
2023-06-28
pfioctl() must make sure pfioctl_rw() gets unlocked before function returns.
Alexandr Nedvedicky
2023-06-28
Revert r1.406 "Close all pf transactions before opening a new one in DIOCGETR...
Klemens Nanni
2023-06-28
use refcnt API for multicast addresses, add tracepoint:refcnt:ifmaddr probe
Klemens Nanni
2023-06-27
Introduce M_IFGROUP type of memory allocation. M_TEMP is unreasonable
Vitaliy Makkoveev
2023-06-27
Use shared net lock for DIOCGETIFACES
Klemens Nanni
2023-06-27
Remove net lock from DIOC{SET,CLR}IFFLAG
Klemens Nanni
2023-06-26
Revert unrelated change that sneaked into the pf_ioctl.c commit.
Claudio Jeker
2023-06-26
Close all pf transactions before opening a new one in DIOCGETRULES.
Claudio Jeker
2023-06-12
Move nd6_ifdetach() out of netlock. In this point, the interface is
Vitaliy Makkoveev
2023-06-05
Do not calculate IP, TCP, UDP checksums on loopback interface.
Alexander Bluhm
2023-06-05
pfsync_update_state() is too paranoid about pf_state::pfsync_state.
Alexandr Nedvedicky
2023-06-05
pf_remove_state() should not attempt to remove state which
Alexandr Nedvedicky
2023-06-01
Add support for wireguard peer descriptions
Klemens Nanni
2023-05-30
add net_tq_barriers
David Gwynne
2023-05-30
spelling
Jonathan Gray
2023-05-26
Remove net lock from DIOC{S,G}ETLIMIT
Klemens Nanni
2023-05-18
Assert pf lock on interface handling
Klemens Nanni
2023-05-18
sc_st_mtx is not sufficient protection to move state around
Alexandr Nedvedicky
[next]