summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-06net: dsa: microchip: Utilize error values in ksz8_w_sta_mac_table()Oleksij Rempel1-15/+18
2023-04-06net: dsa: microchip: Make ksz8_w_sta_mac_table() staticOleksij Rempel2-4/+2
2023-04-06net: dsa: microchip: ksz8_r_sta_mac_table(): Utilize error values from read/w...Oleksij Rempel1-4/+15
2023-04-06net: dsa: microchip: ksz8_r_sta_mac_table(): Avoid using error code for empty...Oleksij Rempel1-37/+50
2023-04-06net: dsa: microchip: ksz8: Make ksz8_r_sta_mac_table() staticOleksij Rempel2-4/+2
2023-04-06net: dsa: microchip: ksz8: Implement add/del_fdb and use static MAC table ope...Oleksij Rempel3-0/+18
2023-04-06net: dsa: microchip: ksz8: Separate static MAC table operations for code reuseOleksij Rempel1-11/+23
2023-04-06net: stmmac: dwmac-imx: use platform specific reset for imx93 SoCsShenwei Wang1-0/+27
2023-04-06net: stmmac: add support for platform specific resetShenwei Wang2-2/+14
2023-04-06Merge tag 'wireless-next-2023-04-05' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski28-125/+392
2023-04-06Merge tag 'linux-can-next-for-6.4-20230404-2' of git://git.kernel.org/pub/scm...Jakub Kicinski6-67/+1183
2023-04-05net: phy: meson-gxl: enable edpd tunable support for G12A internal PHYHeiner Kallweit1-0/+4
2023-04-04kvaser_usb: convert USB IDs to hexadecimal valuesOliver Hartkopp1-51/+51
2023-04-04can: esd_usb: Add support for CAN_CTRLMODE_BERR_REPORTINGFrank Jungclaus1-15/+20
2023-04-04can: rcar_canfd: rcar_canfd_probe(): fix plain integer in transceivers[] initGeert Uytterhoeven1-1/+1
2023-04-04sfc: remove expired unicast PTP filtersÍñigo Huguet1-25/+72
2023-04-04sfc: support unicast PTPÍñigo Huguet1-3/+98
2023-04-04sfc: allow insertion of filters for unicast PTPÍñigo Huguet1-23/+36
2023-04-04sfc: store PTP filters in a listÍñigo Huguet1-29/+52
2023-04-03wifi: rt2x00: Fix memory leak when handling surveysArmin Wolf1-0/+1
2023-04-03wifi: b43legacy: Remove the unused function prev_slot()Jiapeng Chong1-8/+0
2023-04-03wifi: rtw89: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2023-04-03wifi: rtw89: fix potential race condition between napi_init and napi_enablePing-Ke Shih2-12/+17
2023-04-03wifi: rtw89: config EDCCA threshold during scan to prevent TX failedChih-Kang Chang8-0/+33
2023-04-03wifi: rtw89: fix incorrect channel info during scan due to ppdu_sts filteringChih-Kang Chang1-3/+4
2023-04-03wifi: rtw89: remove superfluous H2C of join_infoChin-Yen Lee1-9/+0
2023-04-03wifi: rtw89: set data lowest rate according to AP supported rateChih-Kang Chang1-10/+28
2023-04-03wifi: rtw89: add counters of register-based H2C/C2HPing-Ke Shih7-0/+28
2023-04-03wifi: rtw89: coex: Update Wi-Fi Bluetooth coexistence version to 7.0.1Ching-Te Ku1-1/+8
2023-04-03wifi: rtw89: coex: Add report control v5 variationChing-Te Ku2-0/+171
2023-04-03wifi: rtw89: coex: Update RTL8852B LNA2 hardware parameterChing-Te Ku4-8/+68
2023-04-03wifi: rtw89: coex: Not to enable firmware report when WiFi is power savingChing-Te Ku1-0/+4
2023-04-03wifi: rtw89: coex: Add LPS protocol radio state for RTL8852BChing-Te Ku2-1/+10
2023-04-03net: dsa: mt7530: introduce driver for MT7988 built-in switchDaniel Golle5-10/+253
2023-04-03net: dsa: mt7530: skip locking if MDIO bus isn't presentDaniel Golle1-2/+4
2023-04-03net: dsa: mt7530: introduce separate MDIO driverDaniel Golle5-258/+299
2023-04-03net: dsa: mt7530: split-off common parts from mt7531_setupDaniel Golle1-44/+55
2023-04-03net: dsa: mt7530: introduce mt7530_remove_common helper functionDaniel Golle1-6/+12
2023-04-03net: dsa: mt7530: introduce mt7530_probe_common helper functionDaniel Golle1-44/+54
2023-04-03net: dsa: mt7530: move p5_intf_modes() function to mt7530.cDaniel Golle2-18/+18
2023-04-03net: dsa: mt7530: introduce mutex helpersDaniel Golle1-37/+36
2023-04-03net: dsa: mt7530: move SGMII PCS creation to mt7530_probe functionDaniel Golle1-6/+7
2023-04-03net: dsa: mt7530: use regmap to access switch register spaceDaniel Golle2-39/+62
2023-04-03net: dsa: mt7530: use unlocked regmap accessorsDaniel Golle1-9/+14
2023-04-03net: dsa: mt7530: refactor SGMII PCS creationDaniel Golle1-24/+50
2023-04-03net: dsa: mt7530: make some noise if register read failsDaniel Golle1-1/+2
2023-04-03net: phy: smsc: enable edpd tunable supportHeiner Kallweit1-0/+12
2023-04-03net: phy: smsc: add support for edpd tunableHeiner Kallweit1-0/+75
2023-04-03net: phy: smsc: prepare for making edpd wait period configurableHeiner Kallweit1-3/+11
2023-04-03net: phy: smsc: add flag edpd_mode_set_by_userHeiner Kallweit1-1/+3