summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-11-11rt2x00: remove WDS codeJohannes Berg3-8/+2
2020-11-11b43legacy: remove WDS codeJohannes Berg1-5/+1
2020-11-11b43: remove WDS codeJohannes Berg1-5/+1
2020-11-11carl9170: remove WDS codeJohannes Berg2-5/+0
2020-11-11ath9k: remove WDS codeJohannes Berg4-27/+2
2020-11-10wireless: remove CONFIG_WIRELESS_WDSJohannes Berg1-13/+0
2020-11-06mac80211: assure that certain drivers adhere to DONT_REORDER flagMathy Vanhoef1-2/+7
2020-11-06mac80211: don't overwrite QoS TID of injected framesMathy Vanhoef2-4/+9
2020-11-06mac80211: adhere to Tx control flag that prevents frame reorderingMathy Vanhoef1-2/+5
2020-11-06mac80211: add radiotap flag to assure frames are not reorderedMathy Vanhoef3-0/+8
2020-11-06mac80211: save HE oper info in BSS config for meshPradeep Kumar Chitrapu2-1/+32
2020-11-06cfg80211: add support to configure HE MCS for beacon rateRajkumar Manoharan2-4/+30
2020-11-06nl80211: fix beacon tx rate mask validationRajkumar Manoharan1-5/+10
2020-11-06nl80211/cfg80211: fix potential infinite loopColin Ian King1-1/+1
2020-11-06cfg80211: Add support to calculate and report 4096-QAM HE ratesVamsi Krishna1-15/+17
2020-11-06cfg80211: Add support to configure SAE PWE value to driversRohan Dutta3-0/+44
2020-11-06ieee80211: Add definition for WFA DPPKurt Lee1-0/+3
2020-11-06mac80211: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-11-05Merge tag 'mlx5-updates-2020-11-03' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski19-467/+591
2020-11-05net/usb/r8153_ecm: support ECM mode for RTL8153Hayes Wang4-27/+204
2020-11-05net: Add mhi-net driverLoic Poulain3-0/+324
2020-11-05bus: mhi: Add mhi_queue_is_full functionLoic Poulain2-0/+18
2020-11-05Merge branch 'net-phy-add-support-for-shared-interrupts-part-1'Jakub Kicinski16-158/+529
2020-11-05net: phy: realtek: remove the use of .ack_interrupt()Ioana Ciornei1-16/+52
2020-11-05net: phy: realtek: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+72
2020-11-05net: phy: add genphy_handle_interrupt_no_ack()Ioana Ciornei2-0/+14
2020-11-05net: phy: davicom: remove the use of .ack_interrupt()Ioana Ciornei1-16/+21
2020-11-05net: phy: davicom: implement generic .handle_interrupt() calbackIoana Ciornei1-0/+26
2020-11-05net: phy: cicada: remove the use of .ack_interrupt()Ioana Ciornei1-4/+11
2020-11-05net: phy: cicada: implement the generic .handle_interrupt() callbackIoana Ciornei1-0/+20
2020-11-05net: phy: broadcom: remove use of ack_interrupt()Ioana Ciornei6-57/+68
2020-11-05net: phy: broadcom: implement generic .handle_interrupt() callbackIoana Ciornei7-15/+114
2020-11-05net: phy: aquantia: remove the use of .ack_interrupt()Ioana Ciornei1-17/+19
2020-11-05net: phy: aquantia: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+27
2020-11-05net: phy: mscc: remove the use of .ack_interrupt()Ioana Ciornei1-4/+8
2020-11-05net: phy: mscc: implement generic .handle_interrupt() callbackIoana Ciornei1-28/+28
2020-11-05net: phy: mscc: use phy_trigger_machine() to notify link changeIoana Ciornei1-1/+1
2020-11-05net: phy: at803x: remove the use of .ack_interrupt()Ioana Ciornei1-7/+12
2020-11-05net: phy: at803x: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+31
2020-11-05net: phy: make .ack_interrupt() optionalIoana Ciornei1-1/+1
2020-11-05net: phy: add a shutdown procedureIoana Ciornei1-0/+8
2020-11-05net: phy: export phy_error and phy_trigger_machineIoana Ciornei2-2/+6
2020-11-05sctp: bring inet(6)_skb_parm back to sctp_input_cbXin Long3-3/+8
2020-11-05Merge branch 'hirschmann-hellcreek-dsa-driver'Jakub Kicinski18-0/+2952
2020-11-05dt-bindings: net: dsa: Add documentation for Hellcreek switchesKurt Kanzenbach1-0/+127
2020-11-05dt-bindings: Add vendor prefix for HirschmannKurt Kanzenbach1-0/+2
2020-11-05net: dsa: hellcreek: Add PTP status LEDsKurt Kanzenbach3-0/+156
2020-11-05net: dsa: hellcreek: Add support for hardware timestampingKamil Alkhouri7-14/+616
2020-11-05net: dsa: hellcreek: Add PTP clock supportKamil Alkhouri6-1/+435
2020-11-05net: dsa: Add DSA driver for Hirschmann Hellcreek switchesKurt Kanzenbach7-0/+1538