summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-01-01net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+11
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier5-0/+48
2024-01-01net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier3-3/+12
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier3-1/+74
2024-01-01net: mdio: get/put device node during (un)registrationLuiz Angelo Daros de Luca2-1/+14
2023-12-30Merge tag 'mlx5-updates-2023-12-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller37-186/+1291
2023-12-27net: phy: nxp-c45-tja11xx: implement mdo_insert_tx_tagRadu Pirea (NXP OSS)1-0/+41
2023-12-27net: phy: nxp-c45-tja11xx: add MACsec statisticsRadu Pirea (NXP OSS)1-0/+345
2023-12-27net: phy: nxp-c45-tja11xx: add MACsec supportRadu Pirea (NXP OSS)5-32/+1459
2023-12-27net: macsec: introduce mdo_insert_tx_tagRadu Pirea (NXP OSS)1-5/+83
2023-12-27net: macsec: revert the MAC address if mdo_upd_secy failsRadu Pirea (NXP OSS)1-12/+26
2023-12-27net: macsec: move sci_to_cpu to macsec headerRadu Pirea (NXP OSS)1-5/+0
2023-12-27net: macsec: use skb_ensure_writable_head_tail to expand the skbRadu Pirea (NXP OSS)1-20/+5
2023-12-27net: phy: at803x: better align function varibles to open parenthesisChristian Marangi1-30/+37
2023-12-26net/smc: manage system EID in SMC stack instead of ISM driverWen Gu2-39/+6
2023-12-26net/smc: compatible with 128-bits extended GID of virtual ISM deviceWen Gu1-8/+11
2023-12-25net: sfp: fix PHY discovery for FS SFP-10G-T moduleMarek BehĂșn1-4/+13
2023-12-23dpaa2-switch: cleanup the egress flood of an unused FDBIoana Ciornei1-0/+6
2023-12-23dpaa2-switch: move a check to the prechangeupper stageIoana Ciornei1-15/+16
2023-12-23dpaa2-switch: reorganize the [pre]changeupper eventsIoana Ciornei1-25/+52
2023-12-23dpaa2-switch: do not clear any interrupts automaticallyIoana Ciornei1-2/+2
2023-12-23dpaa2-switch: add ENDPOINT_CHANGED to the irq_maskIoana Ciornei1-1/+1
2023-12-23dpaa2-switch: print an error when the vlan is already configuredIoana Ciornei1-2/+4
2023-12-23dpaa2-switch: declare the netdev as IFF_LIVE_ADDR_CHANGE capableIoana Ciornei1-0/+1
2023-12-23dpaa2-switch: set interface MAC address only on endpoint changeIoana Ciornei1-3/+2
2023-12-23net: ethernet: ti: am65-cpsw: add sw tx/rx irq coalescing based on hrtimersGrygorii Strashko3-8/+134
2023-12-23net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge supportRoger Quadros6-2/+456
2023-12-23net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel modeGrygorii Strashko4-4/+278
2023-12-23net: ethernet: am65-cpsw: Move register definitions to header fileRoger Quadros2-35/+35
2023-12-23net: ethernet: ti: am65-cpsw: Move code to avoid forward declarationRoger Quadros1-43/+43
2023-12-23net: ethernet: am65-cpsw: cleanup TAPRIO handlingRoger Quadros1-80/+71
2023-12-23net: ethernet: am65-cpsw: Rename TI_AM65_CPSW_TAS to TI_AM65_CPSW_QOSRoger Quadros3-8/+8
2023-12-23net: ethernet: am65-cpsw: Build am65-cpsw-qos only if requiredRoger Quadros3-13/+28
2023-12-22octeontx2-af: Fix a double free issueSuman Ghosh1-1/+1
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller70-1016/+733
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni123-543/+983
2023-12-21Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds37-200/+187
2023-12-21net: phy: at803x: replace msleep(1) with usleep_rangeChristian Marangi1-3/+3
2023-12-21net: phy: at803x: remove extra space after castChristian Marangi1-1/+1
2023-12-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2-4/+5
2023-12-21net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_q...Lorenzo Bianconi1-0/+3
2023-12-21net/mlx5: Implement management PF Ethernet profileArmen Ratner7-5/+304
2023-12-21net/mlx5: Enable SD featureTariq Toukan1-1/+2
2023-12-21net/mlx5e: Block TLS device offload on combined SD netdevTariq Toukan2-2/+4
2023-12-21net/mlx5e: Support per-mdev queue counterTariq Toukan10-69/+111
2023-12-21net/mlx5e: Support cross-vhca RSSTariq Toukan10-57/+179
2023-12-21net/mlx5e: Let channels be SD-awareTariq Toukan8-27/+35
2023-12-21net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan2-10/+23
2023-12-21net/mlx5e: Create single netdev per SD groupTariq Toukan1-7/+62
2023-12-21net/mlx5: SD, Add informative prints in kernel logTariq Toukan1-0/+21