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
11 days
bump the type used to specify traffic queue bandwidth to 64bit.
David Gwynne
14 days
remove unused ifq_is_serialized()
Jonathan Gray
2024-11-08
pf(4) when doing af-to translation for ICMP protocol sends packets
Alexandr Nedvedicky
2024-11-04
remove unused inline function; ok dlg@
Jonathan Gray
2024-11-01
remove unused local variable
Jonathan Gray
2024-10-31
Rewrite mbuf handling in wg(4).
Claudio Jeker
2024-10-31
Drop forgotten backslashes within vxlan_input(). Seems they are stalled
Vitaliy Makkoveev
2024-10-29
move hfsc to using nanoseconds for keeping times.
David Gwynne
2024-10-29
use nsecuptime instead of using nanouptime and doing a bunch of maths.
David Gwynne
2024-10-22
correct argument to klist_free(); ok visa@ mvs@
Jonathan Gray
2024-10-17
remove unneeded if_wg.h and pfsync.h includes
Jonathan Gray
2024-10-16
cut tun_init() out, it does pointless work.
David Gwynne
2024-10-16
remove SIOCSIFDSTADDR from the network ioctls.
David Gwynne
2024-10-15
remove struct arpreq from net/if_arp.h
Jonathan Gray
2024-10-13
remove unneeded limits.h and errno.h includes
Jonathan Gray
2024-10-12
remove unneeded rwlock.h include
Jonathan Gray
2024-10-12
remove unneeded time.h include
Jonathan Gray
2024-10-12
remove unneeded percpu.h include
Jonathan Gray
2024-10-10
neuter the tun/tap ioctls that try and modify interface flags.
David Gwynne
2024-09-27
Previous pipex.c,v 1.155 was broken if the client was not behind a NAT.
YASUOKA Masahiko
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-09-09
Don't take netlock while setting `if_description'.
Vitaliy Makkoveev
2024-09-07
fix RBT_ENTRY in pf_state and pf_state_key
aisha
2024-09-04
Fix some spelling.
Marcus Glocker
2024-09-01
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Jonathan Gray
2024-08-31
add rport(4) for p2p l3 connectivity between route domains.
David Gwynne
2024-08-27
remove some dead code that wasn't cleaned up
aisha
2024-08-20
Unlock etherip_sysctl().
Vitaliy Makkoveev
2024-08-17
Allow PPP interface to run in an rdomain and get a default route installed in...
Denis Fondras
2024-08-15
add BIOCSETFNR, which is like BIOCSETF but doesnt reset the buffer or stats.
David Gwynne
2024-08-12
Prepare bpf_sysctl() for upcoming net_sysctl() unlocking.
Vitaliy Makkoveev
2024-08-06
Unlock sysctl net.inet.ip.directed-broadcast.
Alexander Bluhm
2024-08-05
restrict the maximum wait time you can set via BIOCSWTIMEOUT to 5 minutes.
David Gwynne
2024-08-05
Fix bridging IPv6 fragments with pf reassembly.
Alexander Bluhm
2024-07-30
Exports the statistics when PIPEXDSESSION. Found by ymatsui at iij.
YASUOKA Masahiko
2024-07-26
Mark ipsecflowinfo immutable.
YASUOKA Masahiko
2024-07-26
In pipex_l2tp_input(), check if ipsecflowinfo is not changed instead
YASUOKA Masahiko
2024-07-23
Accept and ignore SADB_X_EXT_REPLAY and SADB_X_EXT_COUNTER payloads for
Tobias Heider
2024-07-18
In pfattach() pass malloc type instead of flags to cpumem_malloc().
Alexander Bluhm
2024-07-14
Unlock IPv6 sysctl net.inet6.ip6.forwarding from net lock.
Alexander Bluhm
2024-07-12
Switch `so_snd' of udp(4) sockets to the new locking scheme.
Vitaliy Makkoveev
2024-07-12
Run sysctl net.inet.ip.forwarding without net lock.
Alexander Bluhm
2024-07-04
Implement IPv6 forwarding IPsec only.
Alexander Bluhm
2024-07-02
Read IPsec forwarding information once.
Alexander Bluhm
2024-06-26
return type on a dedicated line when declaring functions
Jonathan Gray
2024-06-22
remove space between function names and argument list
Jonathan Gray
2024-06-21
My earlier commit [1.1169 of pf.c (2023/01/05)] makes pf(4) to report wrong
Alexandr Nedvedicky
2024-06-20
Read IPv6 forwarding value only once while processing a packet.
Alexander Bluhm
2024-06-14
Switch AF_ROUTE sockets to the new locking scheme.
Vitaliy Makkoveev
2024-06-09
Introduce IFCAP_VLAN_HWOFFLOAD for vio(4).
Jan Klemkow
[next]