summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-06selftests/net: fix typo in tcp_mmapEric Dumazet1-1/+1
2023-04-06Merge branch 'net-dsa-microchip-ksz8-enhance-static-mac-table-operations-and-...Paolo Abeni3-68/+121
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 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-06Merge tag 'wireless-next-2023-04-05' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski35-144/+573
2023-04-06Merge tag 'linux-can-next-for-6.4-20230404-2' of git://git.kernel.org/pub/scm...Jakub Kicinski13-76/+1395
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-04Merge branch 'vsock-return-errors-other-than-enomem-to-socket'Paolo Abeni3-6/+13
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-04Merge branch 'sfc-support-unicast-ptp'Jakub Kicinski1-48/+226
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-03Merge branch 'mt7988-support'David S. Miller8-320/+713
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