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
Age
Commit message (
Expand
)
Author
2022-03-19
Fix attach of multiple iwm(4) or iwx(4) interfaces in the same machine.
Stefan Sperling
2022-03-19
Do not define RA_DEBUG; pointed out by miod@
Stefan Sperling
2022-03-19
Add initial 802.11ac support to the iwm(4) driver.
Stefan Sperling
2022-03-19
Add 11ac/VHT Tx rate adaptation support to net80211.
Stefan Sperling
2022-03-18
Cleanup reference counting. Remove #ifdef DIAGNOSTIC to keep the
Alexander Bluhm
2022-03-18
Use the refcnt API with struct plimit.
Visa Hankala
2022-03-18
regen
Miod Vallat
2022-03-18
Add bwfm chips to sdmmcdevs in order to get symbolic constants for them.
Miod Vallat
2022-03-18
Don't bother generating (unused) CIS overrides.
Miod Vallat
2022-03-18
spelling
Jonathan Gray
2022-03-17
Drop two variable names from function prototypes.
Theo Buehler
2022-03-17
fix typos; Martin Vahlensieck
Stuart Henderson
2022-03-17
Declare dtps_static array const to move it into read-only section.
Alexander Bluhm
2022-03-17
Use the refcnt API with struct ucred.
Visa Hankala
2022-03-17
Use the refcnt API in bpf.
Visa Hankala
2022-03-17
In swap_io() allocate the buffer before doing encryption.
Martin Pieuchot
2022-03-17
Fix previous commit; the FDT header is big-endian so we need to do the
Mark Kettenis
2022-03-16
When we allocate space a buffer with some extra space for the FDT, adjust
Mark Kettenis
2022-03-16
Remove an unneeded include.
Visa Hankala
2022-03-16
Use the refcnt API in kqueue.
Visa Hankala
2022-03-16
Add refcnt_shared() and refcnt_read()
Visa Hankala
2022-03-15
Implement additional error checking for aplsmc_read_key() such that we can
Mark Kettenis
2022-03-15
Enable IP header checksum offloading in ix(4).
Jan Klemkow
2022-03-15
Fix Tx rate used by rtwn(4) and urtwn(4) for RTS frames.
Stefan Sperling
2022-03-15
remove if_vxlan.h unused after if_vxlan.c rev 1.84
Jonathan Gray
2022-03-15
Enable checksum offloads. The nic does all the work here, so we don't
Jonathan Matthew
2022-03-14
unload the dmamap in bnxt_dmamem_free.
David Gwynne
2022-03-14
Unbreak the tree, revert commitid aZ8fm4iaUnTCc0ul
Theo Buehler
2022-03-14
The current FDT code we use in the bootloader is buggy and will write into
Mark Kettenis
2022-03-14
pf_socket_lookup() calls in_pcbhashlookup() in the PCB layer. To
Alexander Bluhm
2022-03-14
Add initial support for 802.11ac (VHT) to the iwx(4) driver.
Stefan Sperling
2022-03-14
Add initial 802.11ac (VHT) support to net80211.
Stefan Sperling
2022-03-14
sync ieee80211 channel flags over to radiotap
Stefan Sperling
2022-03-14
Fix Tx performance on urtwn(4) RTL8192EU devices.
Stefan Sperling
2022-03-14
Make sure the apldart(4) implementation of bus_dmamap_destroy(9) does the
Mark Kettenis
2022-03-13
Hrvoje has hit a crash with IPsec acquire while testing the parallel
Alexander Bluhm
2022-03-13
Revert previous commit. It breaks the serial console on my rpi4.
Mark Kettenis
2022-03-13
Constify struct cfattach.
Martin Pieuchot
2022-03-13
Constify struct cfattach.
Martin Pieuchot
2022-03-13
Enable vlan promisc and header stripping, and use vlan rx/tx offloads.
Jonathan Matthew
2022-03-13
Constify struct cfattach.
Martin Pieuchot
2022-03-12
Transmit segmented packets using multiple tx ring slots rather than
Jonathan Matthew
2022-03-12
Constify struct cfattach.
Martin Pieuchot
2022-03-12
Uncompress some one line comments to reduce the difference with NetBSD.
Martin Pieuchot
2022-03-12
Unfortunately some last-minute changes were made to the AIC2 device tree
Mark Kettenis
2022-03-12
Revert holding a read lock on the map while copying out data during sysctl(2).
Martin Pieuchot
2022-03-12
Constify struct cfattach, not struct cfdriver
Jonathan Matthew
2022-03-11
Hold a read lock on the map while copying out data during a sysctl(2) call
Mark Kettenis
2022-03-11
Declare membar_datadep_consumer() inline to fix build on sparc64.
Alexander Bluhm
2022-03-11
Constify struct cfattach.
Martin Pieuchot
[next]