summaryrefslogtreecommitdiffstats
path: root/rust (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-11wifi: iwlwifi: fix duplicate entry in iwl_dev_info_tableGregory Greenman1-1/+0
2023-04-11wifi: iwlwifi: mvm: fix the order of TIMING_MEASUREMENT notificationsGregory Greenman1-1/+1
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 Wang3-2/+15
2023-04-06net/sched: sch_mqprio: use netlink payload helpersPedro Tammela1-4/+4
2023-04-06dt-bindings: net: dsa: brcm,sf2: Drop unneeded "#address-cells/#size-cells"Rob Herring1-10/+0
2023-04-06dt-bindings: net: ethernet-switch: Make "#address-cells/#size-cells" requiredRob Herring2-1/+7
2023-04-05net: qrtr: correct types of trace event parametersSimon Horman1-15/+18
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-04dt-bindings: can: fsl,flexcan: add optional power-domains propertyPeng Fan1-0/+3
2023-04-04can: rcar_canfd: rcar_canfd_probe(): fix plain integer in transceivers[] initGeert Uytterhoeven1-1/+1
2023-04-04vsock/test: update expected return valuesArseniy Krasnov1-2/+2
2023-04-04vsock: return errors other than -ENOMEM to socketArseniy Krasnov1-2/+2
2023-04-04vsock/vmci: convert VMCI error code to -ENOMEM on receiveArseniy Krasnov1-2/+9
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-03dt-bindings: net: dsa: mediatek,mt7530: add mediatek,mt7988-switchDaniel Golle1-2/+24
2023-04-03net: dsa: mt7530: introduce driver for MT7988 built-in switchDaniel Golle6-10/+255
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 Golle6-258/+300
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 Kallweit2-0/+79