summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: fill in MODULE_DESCRIPTION()s for wlcoreBreno Leitao2024-01-313-0/+3
* wifi: iwlwifi: mvm: skip adding debugfs symlink for reconfigBenjamin Berg2024-01-262-3/+6
* wifi: iwlwifi: fix double-free bugJohannes Berg2024-01-261-0/+1
* Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-01-236-43/+16
|\
| * wifi: iwlwifi: fix a memory corruptionEmmanuel Grumbach2024-01-181-2/+2
| * wifi: ath11k: rely on mac80211 debugfs handling for vifBenjamin Berg2024-01-184-40/+13
| * wifi: p54: fix GCC format truncation warning with wiphy->fw_versionKalle Valo2024-01-111-1/+1
* | Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-182-2/+2
|\ \
| * | USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng2024-01-042-2/+2
* | | Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-181-1/+0
|\ \ \
| * | | PCI: Remove unused 'node' member from struct pci_driverMathias Krause2023-12-271-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-053-14/+15
|\ \ \ \ | | |_|/ | |/| |
| * | | wifi: iwlwifi: pcie: don't synchronize IRQs from IRQJohannes Berg2023-12-183-14/+15
* | | | Merge tag 'wireless-next-2023-12-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2024-01-0250-349/+2333
|\ \ \ \
| * | | | wifi: iwlwifi: replace ENOTSUPP with EOPNOTSUPPAndrei Otcheretianski2023-12-215-12/+12
| * | | | wifi: iwlwifi: mvm: use the new command to clear the internal bufferEmmanuel Grumbach2023-12-213-0/+19
| * | | | wifi: iwlwifi: mvm: disallow puncturing in US/CanadaJohannes Berg2023-12-211-0/+10
| * | | | wifi: iwlwifi: mvm: add US/Canada MCC to APIJohannes Berg2023-12-212-5/+5
| * | | | wifi: iwlwifi: Add rf_mapping of new wifi7 devicesMukesh Sisodiya2023-12-212-0/+12
| * | | | wifi: iwlwifi: cleanup BT Shared Single Antenna codeMiri Korenblit2023-12-212-19/+4
| * | | | wifi: iwlwifi: assign phy_ctxt before eSR activationMiri Korenblit2023-12-211-3/+3
| * | | | wifi: iwlwifi: fix out of bound copy_from_userAnjaneyulu2023-12-211-1/+1
| * | | | wifi: iwlwifi: mvm: Do not warn if valid link pair was not foundIlan Peer2023-12-211-1/+1
| * | | | wifi: iwlwifi: mvm: d3: avoid intermediate/early mutex unlockJohannes Berg2023-12-211-15/+2
| * | | | wifi: iwlwifi: mvm: send TX path flush in rfkillJohannes Berg2023-12-211-1/+1
| * | | | wifi: iwlwifi: Don't mark DFS channels as NO-IRAndrei Otcheretianski2023-12-211-1/+6
| * | | | wifi: iwlwifi: mvm: Allow DFS concurrent operationAndrei Otcheretianski2023-12-212-4/+10
| * | | | wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS requestJohannes Berg2023-12-211-11/+0
| * | | | wifi: mac80211: rework RX timestamp flagsJohannes Berg2023-12-211-1/+1
| * | | | wifi: mac80211_hwsim: Add custom reg for DFS concurrentAndrei Otcheretianski2023-12-211-0/+19
| * | | | wifi: mac80211_hwsim: support HE 40 MHz in 2.4 GHz bandMiri Korenblit2023-12-211-0/+6
| * | | | wifi: mwifiex: fix uninitialized firmware_statDavid Lin2023-12-211-1/+1
| * | | | wifi: rtlwifi: rtl8723{be,ae}: using calculate_bit_shift()Su Hui2023-12-212-5/+5
| * | | | wifi: rtlwifi: rtl8723_common: using calculate_bit_shift()Su Hui2023-12-212-11/+2
| * | | | wifi: rtlwifi: rtl8192se: using calculate_bit_shift()Su Hui2023-12-211-11/+4
| * | | | wifi: rtlwifi: rtl8192ee: using calculate_bit_shift()Su Hui2023-12-211-12/+4
| * | | | wifi: rtlwifi: rtl8192de: using calculate_bit_shift()Su Hui2023-12-211-11/+4
| * | | | wifi: rtlwifi: rtl8192ce: using calculate_bit_shift()Su Hui2023-12-212-4/+3
| * | | | wifi: rtlwifi: rtl8192cu: using calculate_bit_shift()Su Hui2023-12-211-3/+3
| * | | | wifi: rtlwifi: rtl8192c: using calculate_bit_shift()Su Hui2023-12-212-11/+2
| * | | | wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()Su Hui2023-12-211-10/+4
| * | | | wifi: rtlwifi: rtl8821ae: phy: using calculate_bit_shift()Su Hui2023-12-211-11/+4
| * | | | wifi: rtlwifi: add calculate_bit_shift()Su Hui2023-12-211-0/+7
| * | | | wifi: rtw89: coex: To improve Wi-Fi performance while BT is idleChing-Te Ku2023-12-201-26/+37
| * | | | wifi: rtw89: coex: Translate antenna configuration from ID to stringChing-Te Ku2023-12-201-2/+22
| * | | | wifi: rtw89: coex: Update RF parameter control setting logicChing-Te Ku2023-12-202-27/+62
| * | | | wifi: rtw89: coex: Add Bluetooth RSSI level informationChing-Te Ku2023-12-202-2/+36
| * | | | wifi: rtw89: coex: Set Bluetooth scan low-priority when Wi-Fi link/scanChing-Te Ku2023-12-201-0/+2
| * | | | wifi: rtw89: coex: Update coexistence policy for Wi-Fi LPSChing-Te Ku2023-12-201-24/+46
| * | | | wifi: rtw89: coex: Still show hardware grant signal info even Wi-Fi is PSChing-Te Ku2023-12-202-42/+40