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
2022-02-16
check pf rule "set prio" values consistently.
David Gwynne
2022-02-16
prevent (re)opening of tun/tap interfaces that are being destroyed.
David Gwynne
2022-02-16
fill in support for rx prio handling.
David Gwynne
2022-02-16
rewrite vxlan to better fit the current kernel infrastructure.
David Gwynne
2022-02-15
Use knote_modify_fn() and knote_process_fn() in bpf.
Visa Hankala
2022-02-15
only tweak ifp if_flags while holding NET_LOCK.
David Gwynne
2022-02-15
make tun_link_state take the ifnet pointer instead of tun_softc.
David Gwynne
2022-02-15
remove unused and uneeded bits in a byte define
Jonathan Gray
2022-02-13
The length value in bpf_movein() is casted to from size_t to u_int
Alexander Bluhm
2022-02-13
Rename knote_modify() to knote_assign()
Visa Hankala
2022-02-11
Replace manual !klist_empty()+knote() with KNOTE().
Visa Hankala
2022-02-09
let pfattach() to also initialize pf_default_rule_new to avoid
Alexandr Nedvedicky
2022-02-08
Do not /0 if timeout[PFTM_INTERVAL] manages to become zero
Theo de Raadt
2022-02-07
In rtredirect() change an bad assignment in an if condition to the
Claudio Jeker
2022-02-05
make bpf_movein align the packet payload.
David Gwynne
2022-02-05
remove an extra set of brackets. no functional change.
David Gwynne
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2022-01-24
An af-to pf rule must have an address family naf to use after
Alexander Bluhm
2022-01-20
pfkey import_flow() must do the NULL check before doing pointer
Alexander Bluhm
2022-01-20
Shifting signed integers left by 31 is undefined behavior in C.
Alexander Bluhm
2022-01-18
return EIO, not ENXIO, when the interface underneath ifq_deq_sleep dies.
David Gwynne
2022-01-18
a comment about bridges shouldnt list switch(4), but can have veb(4).
David Gwynne
2022-01-16
activate/notify waiting kq kevents from bpf_wakeup directly.
David Gwynne
2022-01-13
Make bpf event filter MP-safe
Visa Hankala
2022-01-13
Return an error if bpfilter_lookup() fails in bpfkqfilter()
Visa Hankala
2022-01-11
move allocations in DIOCSADDRULE and DIOCHANGERULE outside of locks.
Alexandr Nedvedicky
2022-01-10
Use NULL instead of 0 for pointers.
Jan Klemkow
2022-01-07
SIOCSIFXFLAGS drops into the SIOCSIFFLAGS to perform auto-up of the
Theo de Raadt
2022-01-05
add NSH and NHRP ethertypes, mostly for tcpdump stuff.
David Gwynne
2022-01-05
rename ETHERTYPE_PAE to ETHERTYPE_EAPOL.
David Gwynne
2022-01-04
Add `ipsec_flows_mtx' mutex(9) to protect `ipsp_ids_*' list and
YASUOKA Masahiko
2022-01-02
spelling
Jonathan Gray
2021-12-30
Use a distinct variable while iterating the list of existing devices.
Anton Lindqvist
2021-12-30
Prevent concurrent access to incomplete or dying `sc' caused by sleep
Vitaliy Makkoveev
2021-12-28
whitespace tweak, no functional change.
David Gwynne
2021-12-28
it doesnt make sense to configure a vport as a span port.
David Gwynne
2021-12-28
move away from using the M_PROTO1 flag to prevent loops with vports
David Gwynne
2021-12-26
DIOCHANGERRULE ioctl must set pointer to ruleset in rule it inserts.
Alexandr Nedvedicky
2021-12-26
make 'set skip on ...' in pf.conf dynamic
Alexandr Nedvedicky
2021-12-23
IPsec is not MP safe yet. To allow forwarding in parallel without
Alexander Bluhm
2021-12-20
Use per-CPU counters for tunnel descriptor block (TDB) statistics.
Vitaliy Makkoveev
2021-12-19
There are occasions where the walker function in tdb_walk() might
Alexander Bluhm
2021-12-16
When adding the extra 10% of space to a needed sysctl buffer use math
Claudio Jeker
2021-12-16
fix zero division found by syzkaller. The sanity checks in pf(4) ioctls
Alexandr Nedvedicky
2021-12-16
pool_get w/ PR_ZERO is better than following with a bzero, because pools
Theo de Raadt
2021-12-14
To cache lookups, the policy ipo is linked to its SA tdb. There
Alexander Bluhm
2021-12-11
Protect the write access to the TDB flags field with a mutex per
Alexander Bluhm
2021-12-08
Start documenting the locking strategy of struct tdb fields. Note
Alexander Bluhm
2021-12-06
fix odd check in pfi_kif_free()
Alexandr Nedvedicky
2021-12-03
Add tdb_delete_locked() to replace duplicate tdb deletion code in
Tobias Heider
[next]