summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Don't call cleanup on profile rollback failureCosmin Ratiu2024-10-171-1/+3
* net/mlx5: Unregister notifier on eswitch init failureCosmin Ratiu2024-10-171-2/+3
* net/mlx5: Fix command bitmask initializationShay Drory2024-10-171-2/+6
* net/mlx5: Check for invalid vector index on EQ creationMaher Sanalla2024-10-171-0/+6
* net/mlx5: HWS, use lock classes for bwc locksCosmin Ratiu2024-10-172-2/+19
* net/mlx5: HWS, don't destroy more bwc queue locks than allocatedCosmin Ratiu2024-10-171-1/+1
* net/mlx5: HWS, fixed double free in error flow of definer layoutYevgeny Kliteynik2024-10-171-2/+2
* net/mlx5: HWS, removed wrong access to a number of rules variableYevgeny Kliteynik2024-10-171-3/+1
* net: ethernet: mtk_eth_soc: fix memory corruption during fq dma initFelix Fietkau2024-10-171-1/+1
* net: ravb: Only advertise Rx/Tx timestamps if hardware supports itNiklas Söderlund2024-10-161-13/+12
* net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()Jinjie Ruan2024-10-161-0/+2
* net: bcmasp: fix potential memory leak in bcmasp_xmit()Wang Hai2024-10-161-0/+1
* net: systemport: fix potential memory leak in bcm_sysport_xmit()Wang Hai2024-10-151-0/+1
* net: ethernet: rtsn: fix potential memory leak in rtsn_start_xmit()Wang Hai2024-10-151-0/+1
* net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()Wang Hai2024-10-151-0/+2
* net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...Oleksij Rempel2024-10-151-3/+11
* net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()Wang Hai2024-10-151-1/+2
* octeontx2-af: Fix potential integer overflows on integer shiftsColin Ian King2024-10-151-2/+2
* net: stmmac: dwmac-tegra: Fix link bring-up sequenceParitosh Dixit2024-10-151-2/+12
* net: lan743x: Remove duplicate checkJinjie Ruan2024-10-151-21/+14
* net: enetc: disable NAPI after all rings are disabledWei Fang2024-10-121-6/+6
* net: enetc: disable Tx BD rings after they are emptyWei Fang2024-10-121-10/+26
* net: enetc: block concurrent XDP transmissions during ring reconfigurationWei Fang2024-10-122-0/+15
* net: enetc: remove xdp_drops statistic from enetc_xdp_drop()Wei Fang2024-10-121-1/+1
* net: sparx5: fix source port register when mirroringDaniel Machon2024-10-121-6/+6
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-10-1011-35/+31
|\
| * e1000e: change I219 (19) devices to ADPVitaly Lifshits2024-10-082-4/+4
| * igb: Do not bring the device up after non-fatal errorMohamed Khalfella2024-10-081-0/+4
| * i40e: Fix macvlan leak by synchronizing access to mac_filter_hashAleksandr Loktionov2024-10-082-0/+3
| * ice: Fix increasing MSI-X on VFMarcin Szycik2024-10-083-5/+9
| * ice: Flush FDB entries before resetWojciech Drewek2024-10-083-22/+8
| * ice: Fix netif_is_ice() in Safe ModeMarcin Szycik2024-10-081-1/+2
| * ice: Fix entering Safe ModeMarcin Szycik2024-10-081-3/+1
* | net: fec: don't save PTP state if PTP is unsupportedWei Fang2024-10-101-2/+4
* | net: ibm: emac: mal: add dcr_unmap to _removeRosen Penev2024-10-101-0/+2
* | net: ftgmac100: fixed not check status from fixed phyJacky Chou2024-10-101-1/+6
* | net: amd: mvme147: Fix probe banner messageDaniel Palmer2024-10-091-4/+3
* | net: ti: icssg-prueth: Fix race condition for VLAN table accessMD Danish Anwar2024-10-093-0/+5
* | net: ibm: emac: mal: fix wrong gotoRosen Penev2024-10-091-1/+1
|/
* net: ethernet: ti: am65-cpsw: avoid devm_alloc_etherdev, fix module removalNicolas Pitre2024-10-081-8/+12
* net: ethernet: ti: am65-cpsw: prevent WARN_ON upon module removalNicolas Pitre2024-10-081-1/+1
* net: airoha: Update tx cpu dma ring idx at the end of xmit loopLorenzo Bianconi2024-10-081-4/+5
* net: ethernet: adi: adin1110: Fix some error handling path in adin1110_read_f...Christophe JAILLET2024-10-081-2/+2
* Revert "net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabled"Jakub Kicinski2024-10-081-1/+1
* ibmvnic: Inspect header requirements before using scrq directNick Child2024-10-041-2/+4
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-10-0412-54/+120
|\
| * idpf: deinit virtchnl transaction manager after vport and vectorsLarysa Zaremba2024-09-301-1/+1
| * idpf: use actual mbx receive payload lengthJoshua Hay2024-09-301-8/+1
| * idpf: fix VF dynamic interrupt ctl register initializationAhmed Zaki2024-09-301-0/+1
| * ice: fix VLAN replay after resetDave Ertman2024-09-301-2/+0