aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-09-18net: stmmac: dwmac-anarion: use devm_stmmac_probe_config_dt()Jisheng Zhang1-9/+3
2023-09-18net: stmmac: Tx coe sw fallbackRohan G Thomas2-0/+13
2023-09-18net: spider_net: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-18mlxsw: Use size_mul() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-18pds_core: add attempts to fix broken PCIShannon Nelson3-2/+19
2023-09-18pds_core: implement pci reset handlersShannon Nelson3-3/+65
2023-09-18pds_core: keep viftypes table across resetShannon Nelson1-6/+9
2023-09-18pds_core: check health in devcmd waitShannon Nelson1-2/+9
2023-09-18octeon_ep: support to fetch firmware infoShinas Rasheed6-17/+77
2023-09-17gve: Use size_add() in call to struct_size()Gustavo A. R. Silva1-1/+1
2023-09-17net: phy: convert phy_stop() to use split state machineRussell King (Oracle)1-1/+3
2023-09-17net: phy: split locked and unlocked section of phy_state_machine()Russell King (Oracle)1-26/+42
2023-09-17net: phy: move phy_state_machine()Russell King (Oracle)1-76/+76
2023-09-17net: phy: move phy_suspend() to end of phy_state_machine()Russell King (Oracle)1-7/+6
2023-09-17net: phy: move call to start anegRussell King (Oracle)1-5/+6
2023-09-17net: phy: call phy_error_precise() while holding the lockRussell King (Oracle)1-3/+1
2023-09-17net: phy: always call phy_process_state_change() under lockRussell King (Oracle)1-1/+1
2023-09-17net: dsa: microchip: Add partial ACL support for ksz9477 switchesOleksij Rempel7-1/+1815
2023-09-17net: dsa: microchip: Move *_port_setup code to dsa_switch_ops::port_setup()Oleksij Rempel1-3/+2
2023-09-17net/mlx5e: Set en auxiliary devlink instance as nestedJiri Pirko1-0/+8
2023-09-17devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko1-3/+6
2023-09-17net/mlx5: SF, Implement peer devlink set for SF representor devlink portJiri Pirko3-0/+66
2023-09-17net/mlx5: Lift reload limitation when SFs are presentJiri Pirko1-11/+0
2023-09-17net/mlx5: Disable eswitch as the first thing in mlx5_unload()Jiri Pirko1-1/+1
2023-09-17net: microchip: lan743x: add fixed phy unregister supportPavithra Sathyanarayanan1-0/+6
2023-09-17mlx5: Implement SyncE support using DPLL infrastructureJiri Pirko4-0/+460
2023-09-17ptp_ocp: implement DPLL opsVadim Fedorenko2-60/+310
2023-09-17ice: implement dpll interface to control cguArkadiusz Kubalewski6-1/+2020
2023-09-17ice: add admin commands to access cgu configurationArkadiusz Kubalewski8-33/+1385
2023-09-17netdev: expose DPLL pin handle for netdeviceJiri Pirko1-2/+14
2023-09-17dpll: netlink: Add DPLL framework base functionsVadim Fedorenko3-1/+1264
2023-09-17dpll: core: Add DPLL framework base functionsVadim Fedorenko6-0/+897
2023-09-17dpll: spec: Add Netlink spec in YAMLVadim Fedorenko2-0/+213
2023-09-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller5-5/+132
2023-09-16net: dsa: microchip: Add drive strength configurationOleksij Rempel4-27/+329
2023-09-16Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller24-0/+19030
2023-09-16net: stmmac: Add glue layer for Loongson-1 SoCKeguang Zhang3-0/+221
2023-09-16sfc: make coding style of PTP addresses consistent with coreAlex Austin1-13/+14
2023-09-16net: ethernet: mtk_wed: do not assume offload callbacks are always setLorenzo Bianconi1-15/+17
2023-09-15net: ti: icssg-prueth: Add support for half duplex operationMD Danish Anwar3-2/+31
2023-09-15net: dsa: rtl8366rb: Implement setting up link on CPU portLinus Walleij1-9/+35
2023-09-15octeontx2-pf: Enable PTP PPS output supportHariprasad Kelam3-37/+85
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni408-957/+8273
2023-09-14Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds26-154/+235
2023-09-14udp: annotate data-races around udp->encap_typeEric Dumazet1-2/+2
2023-09-14net: ethernet: mtk_wed: check update_wo_rx_stats in mtk_wed_update_rx_stats()Lorenzo Bianconi1-0/+3
2023-09-14net: ethernet: mtk_eth_soc: rely on mtk_pse_port definitions in mtk_flow_set_...Lorenzo Bianconi1-2/+2
2023-09-14net: wangxun: move MDIO bus implementation to the libraryJiawen Wu6-172/+106
2023-09-14net: renesas: rswitch: Add spin lock protection for irq {un}maskYoshihiro Shimoda2-0/+14
2023-09-14net: renesas: rswitch: Fix unmasking irq conditionYoshihiro Shimoda1-4/+4