summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-14atl1c: Work around the DMA RX overflow issueSieng-Piaw Liew2-54/+16
2023-09-14idpf: add SRIOV support and other ndo_opsJoshua Hay8-3/+953
2023-09-14idpf: add ethtool callbacksAlan Brady7-3/+1851
2023-09-14idpf: add singleq start_xmit and napi pollJoshua Hay8-31/+1290
2023-09-14idpf: add RX splitq napi poll supportAlan Brady4-6/+892
2023-09-14idpf: add TX splitq napi poll supportJoshua Hay6-5/+926
2023-09-14idpf: add splitq start_xmitJoshua Hay5-1/+1107
2023-09-14idpf: initialize interrupts and enable vportPavan Kumar Linga10-3/+1389
2023-09-14idpf: configure resources for RX queuesAlan Brady8-12/+1705
2023-09-14idpf: configure resources for TX queuesAlan Brady6-0/+1410
2023-09-14idpf: add ptypes and MAC filter supportPavan Kumar Linga4-1/+837
2023-09-14idpf: add create vport and netdev configurationPavan Kumar Linga7-20/+1522
2023-09-14idpf: add core init and interrupt requestPavan Kumar Linga9-3/+1471
2023-09-14idpf: add controlq init and reset checksJoshua Hay14-3/+1851
2023-09-14idpf: add module register and probe functionalityPhani Burra5-0/+193
2023-09-14virtchnl: add virtchnl version 2 opsPavan Kumar Linga2-0/+1724
2023-09-14Merge tag 'pmdomain-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds86-1/+1
2023-09-13Merge tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-1/+1
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-41/+33
2023-09-13iavf: Add ability to turn off CRC stripping for VFNorbert Zulinski3-1/+64
2023-09-13ice: Check CRC strip requirement for VLAN stripHaiyue Wang2-9/+58
2023-09-13ice: Support FCS/CRC strip disable for VFHaiyue Wang1-0/+15