summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: remove WDS-related codeJohannes Berg2020-11-1111-132/+10
* rt2x00: remove WDS codeJohannes Berg2020-11-113-8/+2
* b43legacy: remove WDS codeJohannes Berg2020-11-111-5/+1
* b43: remove WDS codeJohannes Berg2020-11-111-5/+1
* carl9170: remove WDS codeJohannes Berg2020-11-112-5/+0
* ath9k: remove WDS codeJohannes Berg2020-11-114-27/+2
* wireless: remove CONFIG_WIRELESS_WDSJohannes Berg2020-11-101-13/+0
* mac80211: assure that certain drivers adhere to DONT_REORDER flagMathy Vanhoef2020-11-061-2/+7
* mac80211: don't overwrite QoS TID of injected framesMathy Vanhoef2020-11-062-4/+9
* mac80211: adhere to Tx control flag that prevents frame reorderingMathy Vanhoef2020-11-061-2/+5
* mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef2020-11-063-0/+8
* mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu2020-11-062-1/+32
* cfg80211: add support to configure HE MCS for beacon rateRajkumar Manoharan2020-11-062-4/+30
* nl80211: fix beacon tx rate mask validationRajkumar Manoharan2020-11-061-5/+10
* nl80211/cfg80211: fix potential infinite loopColin Ian King2020-11-061-1/+1
* cfg80211: Add support to calculate and report 4096-QAM HE ratesVamsi Krishna2020-11-061-15/+17
* cfg80211: Add support to configure SAE PWE value to driversRohan Dutta2020-11-063-0/+44
* ieee80211: Add definition for WFA DPPKurt Lee2020-11-061-0/+3
* mac80211: use semicolons rather than commas to separate statementsJulia Lawall2020-11-061-1/+1
* Merge tag 'mlx5-updates-2020-11-03' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2020-11-0519-467/+591
|\
| * net: mlx5: Replace in_irq() usageSebastian Andrzej Siewior2020-11-051-7/+11
| * net/mlx5: Cleanup kernel-doc warningsSaeed Mahameed2020-11-051-3/+5
| * net/mlx4: Cleanup kernel-doc warningsSaeed Mahameed2020-11-051-1/+1
| * net/mlx5e: Validate stop_room size upon user inputVladyslav Tarasiuk2020-11-058-36/+57
| * net/mlx5: DR, Free unused buddy ICM memoryYevgeny Kliteynik2020-11-052-4/+11
| * net/mlx5: DR, ICM memory pools sync optimizationYevgeny Kliteynik2020-11-052-18/+6
| * net/mlx5: DR, Sync chunks only during freeYevgeny Kliteynik2020-11-051-6/+8
| * net/mlx5: DR, Handle ICM memory via buddy allocation instead of bucketsYevgeny Kliteynik2020-11-052-314/+211
| * net/mlx5: DR, Add buddy allocator utilitiesYevgeny Kliteynik2020-11-053-1/+204
| * net/mlx5: DR, Rename matcher functions to be more HW agnosticYevgeny Kliteynik2020-11-053-37/+33
| * net/mlx5: DR, Rename builders HW specific namesYevgeny Kliteynik2020-11-053-71/+76
| * net/mlx5: DR, Remove unused member of action structYevgeny Kliteynik2020-11-051-1/+0
* | net/usb/r8153_ecm: support ECM mode for RTL8153Hayes Wang2020-11-054-27/+204
* | net: Add mhi-net driverLoic Poulain2020-11-053-0/+324
* | bus: mhi: Add mhi_queue_is_full functionLoic Poulain2020-11-052-0/+18
* | Merge branch 'net-phy-add-support-for-shared-interrupts-part-1'Jakub Kicinski2020-11-0516-158/+529
|\ \
| * | net: phy: realtek: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-16/+52
| * | net: phy: realtek: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-0/+72
| * | net: phy: add genphy_handle_interrupt_no_ack()Ioana Ciornei2020-11-052-0/+14
| * | net: phy: davicom: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-16/+21
| * | net: phy: davicom: implement generic .handle_interrupt() calbackIoana Ciornei2020-11-051-0/+26
| * | net: phy: cicada: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-4/+11
| * | net: phy: cicada: implement the generic .handle_interrupt() callbackIoana Ciornei2020-11-051-0/+20
| * | net: phy: broadcom: remove use of ack_interrupt()Ioana Ciornei2020-11-056-57/+68
| * | net: phy: broadcom: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-057-15/+114
| * | net: phy: aquantia: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-17/+19
| * | net: phy: aquantia: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-0/+27
| * | net: phy: mscc: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-4/+8
| * | net: phy: mscc: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-28/+28
| * | net: phy: mscc: use phy_trigger_machine() to notify link changeIoana Ciornei2020-11-051-1/+1