| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-01-13 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'irq/urgent' into irq/msi | Thomas Gleixner | 2021-12-14 | 1 | -1/+5 |
| |\ |
|
| * | | genirq/msi, treewide: Use a named struct for PCI/MSI attributes | Thomas Gleixner | 2021-12-09 | 1 | -1/+1 |
* | | | Merge tag 'wireless-drivers-next-2021-12-23' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 2021-12-23 | 27 | -195/+1055 |
|\ \ \ |
|
| * | | | ath11k: Fix unexpected return buffer manager error for QCA6390 | Baochen Qiang | 2021-12-22 | 2 | -2/+2 |
| * | | | ath11k: add support of firmware logging for WCN6855 | Cheng Wang | 2021-12-22 | 6 | -0/+151 |
| * | | | ath11k: Fix napi related hang | Ben Greear | 2021-12-22 | 3 | -7/+19 |
| * | | | ath10k: replace strlcpy with strscpy | Jason Wang | 2021-12-22 | 1 | -3/+3 |
| * | | | ath11k: add regdb.bin download for regdb offload | Wen Gong | 2021-12-21 | 5 | -13/+52 |
| * | | | ath11k: add support for hardware rfkill for QCA6390 | Wen Gong | 2021-12-20 | 7 | -0/+203 |
| * | | | ath11k: report tx bitrate for iw wlan station dump | Wen Gong | 2021-12-20 | 10 | -133/+210 |
| * | | | ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream | Zekun Shen | 2021-12-20 | 1 | -0/+7 |
| * | | | ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet() | Tetsuo Handa | 2021-12-20 | 3 | -0/+10 |
| * | | | ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep() | Tetsuo Handa | 2021-12-20 | 2 | -0/+9 |
| * | | | ath11k: fix warning of RCU usage for ath11k_mac_get_arvif_by_vdev_id() | Wen Gong | 2021-12-20 | 1 | -0/+6 |
| * | | | ath11k: add signal report to mac80211 for QCA6390 and WCN6855 | Wen Gong | 2021-12-20 | 3 | -11/+61 |
| * | | | ath11k: report rssi of each chain to mac80211 for QCA6390/WCN6855 | Wen Gong | 2021-12-20 | 11 | -34/+284 |
| * | | | ath5k: switch to rate table based lookup | Jonas Jelonek | 2021-12-20 | 1 | -2/+48 |
* | | | | codel: remove unnecessary pkt_sched.h include | Jakub Kicinski | 2021-12-22 | 1 | -0/+2 |
* | | | | codel: remove unnecessary sock.h include | Jakub Kicinski | 2021-12-22 | 1 | -0/+2 |
* | | | | Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub... | Jakub Kicinski | 2021-12-21 | 2 | -7/+13 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | mac80211: Use memset_after() to clear tx status | Kees Cook | 2021-11-26 | 1 | -6/+6 |
| |/ / |
|
* | | | Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/... | Jakub Kicinski | 2021-12-17 | 46 | -326/+2074 |
|\ \ \ |
|
| * | | | wcn36xx: Implement beacon filtering | Bryan O'Donoghue | 2021-12-16 | 4 | -0/+107 |
| * | | | wcn36xx: Fix physical location of beacon filter comment | Bryan O'Donoghue | 2021-12-16 | 1 | -3/+4 |
| * | | | wcn36xx: Fix beacon filter structure definitions | Bryan O'Donoghue | 2021-12-16 | 1 | -3/+3 |
| * | | | ath11k: Use reserved host DDR addresses from DT for PCI devices | Anilkumar Kolli | 2021-12-16 | 5 | -13/+101 |
| * | | | ath11k: Change qcn9074 fw to operate in mode-2 | Seevalamuthu Mariappan | 2021-12-14 | 4 | -5/+25 |
| * | | | ath11k: add ab to TARGET_NUM_VDEVS & co | Kalle Valo | 2021-12-14 | 4 | -22/+22 |
| * | | | ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan() | Zhou Qingyang | 2021-12-14 | 1 | -2/+5 |
| * | | | ath11k: Fix deleting uninitialized kernel timer during fragment cache flush | Rameshkumar Sundaram | 2021-12-13 | 1 | -1/+1 |
| * | | | ath11k: Avoid false DEADLOCK warning reported by lockdep | Baochen Qiang | 2021-12-13 | 2 | -0/+24 |
| * | | | ath11k: set DTIM policy to stick mode for station interface | Carl Huang | 2021-12-13 | 2 | -0/+14 |
| * | | | ath11k: support MAC address randomization in scan | Carl Huang | 2021-12-13 | 3 | -1/+58 |
| * | | | ath10k: wmi: remove array of flexible structures | Kalle Valo | 2021-12-13 | 1 | -1/+3 |
| * | | | ath10k: htt: remove array of flexible structures | Kalle Valo | 2021-12-13 | 1 | -110/+0 |
| * | | | ath10k: drop beacon and probe response which leak from other channel | Wen Gong | 2021-12-09 | 1 | -1/+26 |
| * | | | ath11k: add spectral/CFR buffer validation support | Venkateswara Naralasetty | 2021-12-09 | 3 | -0/+46 |
| * | | | ath11k: Process full monitor mode rx support | Anilkumar Kolli | 2021-12-09 | 3 | -3/+433 |
| * | | | ath11k: add software monitor ring descriptor for full monitor | Anilkumar Kolli | 2021-12-09 | 3 | -0/+80 |
| * | | | ath11k: Add htt cmd to enable full monitor mode | Anilkumar Kolli | 2021-12-09 | 5 | -0/+84 |
| * | | | ath6kl: Use struct_group() to avoid size-mismatched casting | Kees Cook | 2021-12-09 | 2 | -15/+19 |
| * | | | ath11k: enable IEEE80211_HW_SINGLE_SCAN_ON_ALL_BANDS for WCN6855 | Wen Gong | 2021-12-09 | 1 | -0/+3 |
| * | | | ath11k: Fix buffer overflow when scanning with extraie | Sven Eckelmann | 2021-12-09 | 1 | -3/+3 |
| * | | | ath10k: fix scan abort when duration is set for hw scan | Wen Gong | 2021-12-08 | 1 | -4/+5 |
| * | | | ath10k: Fix tx hanging | Sebastian Gottschall | 2021-12-08 | 2 | -2/+3 |
| * | | | ath: regdom: extend South Korea regulatory domain support | Peter Oh | 2021-12-08 | 2 | -0/+4 |
| * | | | ath11k: add wait operation for tx management packets for flush from mac80211 | Wen Gong | 2021-12-08 | 4 | -10/+55 |
| * | | | carl9170: Use the bitmap API when applicable | Christophe JAILLET | 2021-12-08 | 1 | -6/+3 |
| * | | | wcn36xx: Fix max channels retrieval | Loic Poulain | 2021-12-08 | 1 | -1/+1 |