summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-12-12pci: Use a switch statement when reading ivarsAndrew Turner
2024-12-12acpica: Extract _OSC parsing to a common fileAndrew Turner
2024-12-10cxgbe tom: Restore support for zerocopy TCP receive for aio_read()John Baldwin
2024-12-10usb: serial: make more commands execute synchronouslyKyle Evans
2024-12-10usb: serial: allow the open/close sleep to be interruptibleKyle Evans
2024-12-10usb: serial: propagate errors from ucom_queue_command()Kyle Evans
2024-12-10cxgbe: Tidy TOE tunables under hw.cxgbeJohn Baldwin
2024-12-10cxgbe tom: Enable TLS offload support by defaultJohn Baldwin
2024-12-09isp: Improve task aborts handlingAlexander Motin
2024-12-09isp: Fix use after free in aborts handlingAlexander Motin
2024-12-09acpi_gpiobus: Fix cleanup on set flags failureAndrew Turner
2024-12-08net80211 / LinuxKPI 802.11: use enum ieee80211_sta_rx_bw for ni_chwBjoern A. Zeeb
2024-12-07cxgbe/t4_tom: Plug an stid leak.Navdeep Parhar
2024-12-06rtwn: remove unused rate configuration code for management traffic.Adrian Chadd
2024-12-06rtwn: add VHT awareness to rtwn_chan2centieee()Adrian Chadd
2024-12-06rtwn: program the 1 and 2 stream VHT transmit power ratesAdrian Chadd
2024-12-06rtwn: calculate the transmit power for VHT ratesAdrian Chadd
2024-12-06rtwn: refactor out the rtl8812/rtl8821 tx power programmingAdrian Chadd
2024-12-06rtwn: expand the ridx numbers to include VHT; add accessor macrosAdrian Chadd
2024-12-06rtwn: add missing iv_ampdu_limitAdrian Chadd
2024-12-06rtwn: add placeholder for the per-MACID rate reportAdrian Chadd
2024-12-06rtwn: enable HT40 for RTL8821/RTL8812 series NICsAdrian Chadd
2024-12-06rtwn: use ieee80211_ht_check_tx_ht40() to transmit HT40 framesAdrian Chadd
2024-12-06Remove SOC FPGA driversJohn Baldwin
2024-12-06bus_delayed_attach_children: Switch return type to voidJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-12-04rtwn: don't do 64 bit TSF extension by defaultAdrian Chadd
2024-12-04rtwn: remove the conditional compilation around the sc_ht40 option.Adrian Chadd
2024-12-04rtwn: enable receiving AMSDU in AMPDUAdrian Chadd
2024-12-04rtwn: enable FCS in the recive config to work around truncated framesAdrian Chadd
2024-12-04rtwn: fix rtl8812/rtl8821 vht definitions, add VHT calibration/rate controlAdrian Chadd
2024-12-04rtwn: use ieee80211_ht_get_node_ampdu_density(), fix programming MAX_AGGAdrian Chadd
2024-12-03rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortg...Adrian Chadd
2024-12-03snd_hdspe(4): Add sysctls to select analog signal levels.Florian Walpen
2024-12-03rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortg...Adrian Chadd
2024-12-02iwn: use ieee80211_ht_check_tx_ht()Adrian Chadd
2024-12-02iwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortgi...Adrian Chadd
2024-12-02ath: use the new net80211 methods for AMPDU density/limit, short-GIAdrian Chadd
2024-12-02igc.4: Add I226 and other additions to supported listKevin Bowling
2024-12-02sound: Do not access cv_waitersChristos Margiolis
2024-12-02sound: Fix mis-sorted CHN_F_BITS lineChristos Margiolis
2024-12-02sound: Merge pcm/matrix_map.h with pcm/matrix.hChristos Margiolis
2024-12-02sound: Dissolve pcm/intpcm.hChristos Margiolis
2024-12-02sound: Remove unused code from pcm/g711.hChristos Margiolis
2024-12-02sound: Remove dead code from pcm/Christos Margiolis
2024-12-02sound: Merge ac97 and ac97_patchChristos Margiolis
2024-12-02sfxge: defer ether_ifattach to when ifmedia_init is doneFranco Fichtner
2024-11-29cxgbe(4): Fix the name of the 2 x 10/25 OCP card.Navdeep Parhar
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger