summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-05-24Merge tag 'mlx5-fixes-2023-05-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller16-58/+173
2023-05-24net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCsArınç ÜNAL1-6/+2
2023-05-24r8169: Use a raw_spinlock_t for the register locks.Sebastian Andrzej Siewior1-22/+22
2023-05-23lan966x: Fix unloading/loading of the driverHoratiu Vultur1-0/+10
2023-05-23net/mlx5: Fix indexing of mlx5_irqShay Drory1-4/+5
2023-05-23net/mlx5: Fix irq affinity managementShay Drory1-1/+1
2023-05-23net/mlx5: Free irqs only on shutdown callbackShay Drory3-1/+31
2023-05-23net/mlx5: Devcom, serialize devcom registrationShay Drory1-5/+14
2023-05-23net/mlx5: Devcom, fix error flow in mlx5_devcom_register_deviceShay Drory1-1/+2
2023-05-23net/mlx5: E-switch, Devcom, sync devcom events and devcom comp registerShay Drory2-1/+9
2023-05-23net/mlx5e: TC, Fix using eswitch mapping in nic modePaul Blakey1-7/+27
2023-05-23net/mlx5e: Fix SQ wake logic in ptp napi_poll contextRahul Rameshbabu3-7/+16
2023-05-23net/mlx5e: Fix deadlock in tc route query codeVlad Buslov3-20/+48
2023-05-23net/mlx5: Fix error message when failing to allocate device memoryRoi Dayan1-1/+1
2023-05-23net/mlx5e: Use correct encap attribute during invalidationVlad Buslov1-1/+3
2023-05-23net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik1-1/+3
2023-05-23net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUsErez Shitrit1-1/+2
2023-05-23net/mlx5: Handle pairing of E-switch via uplink un/load APIsShay Drory3-6/+9
2023-05-23net/mlx5: Collect command failures data only for known commandsShay Drory1-1/+2
2023-05-233c589_cs: Fix an error handling path in tc589_probe()Christophe JAILLET1-1/+10
2023-05-23forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET1-0/+1
2023-05-19net: fec: add dma_wmb to ensure correct descriptor valuesShenwei Wang1-6/+11
2023-05-19octeontx2-pf: Fix TSOv6 offloadSunil Goutham1-3/+1
2023-05-19sfc: fix devlink info error handlingAlejandro Lucero1-50/+45
2023-05-19net/mlx5e: do as little as possible in napi poll when budget is 0Jakub Kicinski1-7/+9
2023-05-18net: isa: include net/Space.hArnd Bergmann6-1/+9
2023-05-17igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov1-2/+2
2023-05-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller6-9/+30
2023-05-17cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET1-0/+2
2023-05-16iavf: send VLAN offloading caps once after VFRAhmed Zaki1-5/+0
2023-05-16ice: Fix ice VF reset during iavf initializationDawid Wesierski4-4/+25
2023-05-16ice: Fix stats after PF resetAhmed Zaki1-0/+5
2023-05-16net: bcmgenet: Restore phy_stop() depending upon suspend/closeFlorian Fainelli1-3/+5
2023-05-15net: fec: remove the xdp_return_frame when lack of tx BDsShenwei Wang1-1/+0
2023-05-13net: hns3: fix reset timeout when enable full VFJijie Shao2-5/+28
2023-05-13net: hns3: fix reset delay time to avoid configuration timeoutJie Wang1-1/+4
2023-05-13net: hns3: fix sending pfc frames after reset issueJijie Shao3-8/+16
2023-05-13net: hns3: fix output information incomplete for dumping tx queue info with d...Jie Wang2-1/+2
2023-05-12sfc: disable RXFCS and RXALL features by defaultPieter Jansen van Vuuren1-1/+3
2023-05-12ice: Fix undersized tx_flags variableJan Sokolowski3-14/+8
2023-05-12nfp: fix NFP_NET_MAX_DSCP definition errorHuayu Chen1-1/+1
2023-05-12net: fec: Better handle pm_runtime_get() failing in .remove()Uwe Kleine-König1-4/+11
2023-05-10net: mscc: ocelot: fix stat counter register valuesColin Foster1-9/+9
2023-05-10gve: Remove the code of clearing PBA bitZiwei Xiao1-13/+0
2023-05-10net: ethernet: mtk_eth_soc: fix NULL pointer dereferenceDaniel Golle1-1/+1
2023-05-10net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER registerMarek Vasut2-0/+6
2023-05-06Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds40-281/+500
2023-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski1-2/+2
2023-05-05net: bcmgenet: Remove phy_stop() from bcmgenet_netif_stop()Florian Fainelli1-1/+0
2023-05-05pds_core: fix mutex double unlock in error pathShannon Nelson1-8/+13