aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan
Commit message (Expand)AuthorAgeFilesLines
* rsu: add a runtime TX buffer bound check for a kernel buffer overflowAndrew Griffiths2026-08-201-1/+3
* mtw: fix zero-length queue array that can corrupt struct mtw_softcAndrew Griffiths2026-08-201-1/+1
* urtw: return error of usb_error_tGleb Smirnoff2026-08-071-1/+1
* net80211: update drivers to allocate sequence numbers in the raw pathAdrian Chadd2026-07-201-0/+2
* mtw: Fix firmware loading and memory leaksAbdelkader Boudih2026-06-171-43/+60
* net80211: create IEEE80211_KEYBUF_128_SIZE / IEEE80211_MICBUF_128_SIZEAdrian Chadd2026-06-093-5/+5
* rsu: migrate to new net80211 encryption key APIAdrian Chadd2026-02-221-7/+12
* run: rum: migrate to new net80211 encryption key APIAdrian Chadd2026-02-112-15/+26
* mtw(4): Fix warm reboot initialization failures for MT7601UAbdelkader Boudih2026-01-141-6/+27
* mtw: convert to new net80211 crypto key APIAdrian Chadd2025-11-141-8/+16
* usb(4): Fix typos in upgt(4) and zyd(4)Gordon Bergling2025-10-292-4/+4
* usb: update wifi drivers to use IEEE80211_FEXT_SEQNO_OFFLOADAdrian Chadd2025-09-206-0/+30
* rsu: implement A-MPDU TX; add TODO items for further workAdrian Chadd2025-09-092-20/+51
* rsu: enable seqno offloadAdrian Chadd2025-09-091-0/+4
* run: enable seqno offloadAdrian Chadd2025-09-091-0/+14
* mtw: fix display of the MAC revisionKevin Lo2025-06-191-1/+6
* if_run: Add sitecom device idNia Alarie2025-04-011-0/+1
* if_rsu: Add sitecom device idNia Alarie2025-04-011-0/+1
* mtw: fix compilation with IEEE80211_SUPPORT_SUPERG enabledAdrian Chadd2025-03-281-3/+6
* uath: add support for GCMP-128 encryptionAdrian Chadd2025-03-271-0/+6
* usb: Kill left-over cdefs.h includesWarner Losh2025-03-047-7/+0
* sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd2025-02-267-11/+18
* mtw: Use correct cmd for radioJesper Schmitz Mouridsen2025-02-141-1/+1
* mtw: Pass the right pointer to the constructed command in mtw_mcu_radioJohn Baldwin2025-02-121-1/+1
* uath: Avoid a NULL dereferenceJose Luis Duran2025-02-121-4/+6
* mt7601U: Importing if_mtw from OpenBSDJesper Schmitz Mouridsen2025-02-033-0/+6501
* uath: flush data/commands to the firmware before changing channel / stateAdrian Chadd2024-11-191-0/+4
* usb: fix the ID for the dual-band Wistron AR5523 USB NICAdrian Chadd2024-11-191-0/+1
* net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd2024-11-176-20/+7
* net80211: migrate the group/unicast key check into inline functionsAdrian Chadd2024-07-152-10/+7
* uath(4): Fix a typo in a source code commentGordon Bergling2024-02-221-1/+1
* net80211: deal with lost state transitionsBjoern A. Zeeb2024-02-141-1/+3
* Revert "Enter the network epoch in USB WiFi drivers when processing input"Bjoern A. Zeeb2023-12-011-3/+0
* Revert "Widen EPOCH(9) usage in USB WLAN drivers."Bjoern A. Zeeb2023-12-017-21/+0
* net80211 / drivers: remove public use of ieee80211_node_incref()Bjoern A. Zeeb2023-10-021-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1616-16/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert usb ethernet drivers to DrvAPIJustin Hibbits2023-03-063-13/+13
* if_rsu: Fix mismatches in array bounds.John Baldwin2022-12-071-3/+4
* usb(4): Substitute "unsigned int" using the equivalent and shorter "unsigned"...Hans Petter Selasky2022-10-076-12/+12
* upgt(4): Adjust all pause calls to use milliseconds instead of ticks.Hans Petter Selasky2022-06-091-2/+2
* urtw(4): Adjust all pause calls to use milliseconds instead of ticks.Hans Petter Selasky2022-06-091-55/+61
* usb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-068-22/+10
* uath(4): Fix incorrect byte-swapping and a buffer length check.Hans Petter Selasky2022-04-301-4/+3
* if_urtw: Remove unused variables.John Baldwin2022-04-081-8/+6
* if_upgt: Remove unused variables.John Baldwin2022-04-081-6/+2
* net80211/drivers: improve ieee80211_rx_stats for bandBjoern A. Zeeb2021-10-221-0/+2