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
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
2024-06-07
Read IP forwarding variables only once.
Alexander Bluhm
2024-06-07
remove ph_ppp_proto define, unused since rev 1.123
Jonathan Gray
2024-05-29
remove prototypes with no matching function
Jonathan Gray
2024-05-24
pfsync must let to progress state for destination peer
Alexandr Nedvedicky
2024-05-17
Switch AF_KEY sockets to the new locking scheme.
Vitaliy Makkoveev
2024-05-17
Fix uninitialized memory access in pfkeyv2_sysctl().
Vitaliy Makkoveev
2024-05-14
remove prototypes with no matching function
Jonathan Gray
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-05-12
sync_ifp and ticket_pabuf don't exist, remove externs
Jonathan Gray
2024-05-10
make pf_match_rule() prototype match the function
Jonathan Gray
2024-04-22
Show pf fragment reassembly counters.
Alexander Bluhm
2024-04-14
Run raw IP input in parallel.
Alexander Bluhm
2024-04-13
correct indentation
Jonathan Gray
2024-04-12
Split single TCP inpcb table into IPv4 and IPv6 parts.
Alexander Bluhm
[next]