summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dt-bindings: net: macb: Add mdio bus child nodeSean Anderson2021-10-241-0/+4
* net: bcmgenet: Add support for 7712 16nm internal EPHYFlorian Fainelli2021-10-243-5/+17
* dt-bindings: net: bcmgenet: Document 7712 bindingFlorian Fainelli2021-10-241-1/+2
* net: phy: bcm7xxx: Add EPHY entry for 7712Florian Fainelli2021-10-242-0/+3
* net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson2021-10-244-14/+12
* net: phylink: Convert some users of mdiobus_* to mdiodev_*Sean Anderson2021-10-241-16/+7
* net: mdio: Add helper functions for accessing MDIO devicesSean Anderson2021-10-241-0/+24
* octeontx2-af: Increase number of reserved entries in KPUKiran Kumar K2021-10-242-263/+132
* Merge branch 'delete-impossible-devlink-notifications'Jakub Kicinski2021-10-232-70/+29
|\
| * devlink: Clean not-executed param notificationsLeon Romanovsky2021-10-231-4/+11
| * devlink: Remove not-executed trap group notificationsLeon Romanovsky2021-10-231-7/+5
| * devlink: Remove not-executed trap policer notificationsLeon Romanovsky2021-10-231-7/+5
| * devlink: Delete obsolete parameters publish APILeon Romanovsky2021-10-232-52/+8
|/
* gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra2021-10-221-0/+3
* net: dsa: sja1105: Add of_node_put() before returnWan Jiabing2021-10-221-1/+3
* net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing2021-10-221-6/+5
* Merge tag 'wireless-drivers-next-2021-10-22' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-10-22187-2768/+97735
|\
| * Merge tag 'mt76-for-kvalo-2021-10-20' of https://github.com/nbd168/wirelessKalle Valo2021-10-2071-2539/+6114
| |\
| | * mt76: mt7915: change max rx len limit of hw modulesShayne Chen2021-10-201-2/+2
| | * mt76: mt7915: fix missing HE phy capShayne Chen2021-10-202-7/+13
| | * mt76: mt7915: rework mt7915_mcu_sta_muru_tlv()Shayne Chen2021-10-201-21/+21
| | * mt76: mt7915: enable HE UL MU-MIMOShayne Chen2021-10-204-3/+47
| | * mt76: mt7921: add per-vif counters in ethtoolLorenzo Bianconi2021-10-201-1/+52
| | * mt76: mt7921: move tx amsdu stats in mib_statsLorenzo Bianconi2021-10-204-17/+23
| | * mt76: mt7921: add sta stats accounting in mt7921_mac_add_txs_skbLorenzo Bianconi2021-10-202-2/+16
| | * mt76: mt7921: introduce stats reporting through ethtoolLorenzo Bianconi2021-10-201-0/+116
| | * mt76: mt7921: add some more MIB countersLorenzo Bianconi2021-10-203-1/+71
| | * mt76: do not reset MIB counters in get_stats callbackLorenzo Bianconi2021-10-203-6/+1
| | * mt76: mt7915: move tx amsdu stats in mib_statsLorenzo Bianconi2021-10-204-13/+19
| | * mt76: mt7915: run mt7915_get_et_stats holding mt76 mutexLorenzo Bianconi2021-10-204-2/+13
| | * mt76: move mt76_ethtool_worker_info in mt76 moduleLorenzo Bianconi2021-10-203-40/+45
| | * mt76: move mt76_sta_stats in mt76.hLorenzo Bianconi2021-10-204-10/+10
| | * mt76: mt76x0: correct VHT MCS 8/9 tx power eeprom offsetRichard Huynh2021-10-201-1/+1
| | * mt76: mt7921s: add reset supportSean Wang2021-10-208-1/+184
| | * mt76: mt7921: introduce mt7921s supportSean Wang2021-10-2011-15/+637
| | * mt76: mt7921: refactor mt7921_mcu_send_messageSean Wang2021-10-203-8/+23
| | * mt76: mt7921: rely on mcu_get_nic_capabilitySean Wang2021-10-207-123/+10
| | * mt76: connac: extend mcu_get_nic_capabilitySean Wang2021-10-202-0/+67
| | * mt76: sdio: extend sdio module to support CONNAC2Sean Wang2021-10-205-6/+53
| | * mt76: sdio: introduce parse_irq callbackLorenzo Bianconi2021-10-205-15/+51
| | * mt76: sdio: move common code in mt76_sdio moduleLorenzo Bianconi2021-10-209-313/+343
| | * mt76: mt7921: use physical addr to unify register accessSean Wang2021-10-202-24/+25
| | * mt76: mt7921: make all event parser reusable between mt7921s and mt7921eSean Wang2021-10-201-1/+6
| | * mt76: mt7663s: rely on mcu reg access utilitySean Wang2021-10-203-32/+2
| | * mt76: connac: move mcu reg access utility routines in mt76_connac_lib moduleSean Wang2021-10-202-0/+29
| | * mt76: mt7921: add MT7921_COMMON moduleSean Wang2021-10-206-5/+34
| | * mt76: mt7921: refactor init.c to be bus independentSean Wang2021-10-204-27/+38
| | * mt76: mt7921: refactor mcu.c to be bus independentSean Wang2021-10-208-95/+130
| | * mt76: mt7921: refactor dma.c to be pcie specificSean Wang2021-10-203-9/+8
| | * mt76: mt7921: refactor mac.c to be bus independentSean Wang2021-10-205-344/+383