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