summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | bnxt_en: Fix the PCI-AER routinesVikas Gupta2024-04-221-3/+16
* | | | bnxt_en: refactor reset close codeVikas Gupta2024-04-221-6/+11
* | | | mlxsw: pci: Fix driver initialization with old firmwareIdo Schimmel2024-04-201-6/+4
* | | | mlxsw: core_env: Fix driver initialization with old firmwareIdo Schimmel2024-04-201-14/+6
* | | | mlxsw: core: Unregister EMAD trap using FORWARD actionIdo Schimmel2024-04-201-1/+1
* | | | net: bcmasp: fix memory leak when bringing down interfaceJustin Chen2024-04-201-7/+14
* | | | net: libwx: fix alloc msix vectors failedDuanqiang Wen2024-04-191-1/+1
* | | | net: ethernet: ti: am65-cpsw-nuss: cleanup DMA Channels before using themSiddharth Vadapalli2024-04-181-0/+18
* | | | net: ravb: Fix RX byte accounting for jumbo packetsPaul Barker2024-04-181-11/+11
* | | | net: ravb: Fix GbEth jumbo packet RX checksum handlingPaul Barker2024-04-181-1/+1
* | | | net: ravb: Allow RX loop to move past DMA mapping errorsPaul Barker2024-04-181-12/+13
* | | | net: ravb: Count packets instead of descriptors in R-Car RX pathPaul Barker2024-04-181-13/+8
* | | | net: ethernet: mtk_eth_soc: fix WED + wifi resetFelix Fietkau2024-04-181-5/+1
* | | | ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik2024-04-161-1/+4
* | | | ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski2024-04-161-1/+1
* | | | ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski2024-04-161-0/+8
* | | | net: stmmac: Fix IP-cores specific MAC capabilitiesSerge Semin2024-04-167-19/+23
* | | | net: stmmac: Fix max-speed being ignored on queue re-initSerge Semin2024-04-161-0/+5
* | | | net: stmmac: Apply half-duplex-less constraint for DW QoS Eth onlySerge Semin2024-04-162-16/+10
* | | | octeontx2-pf: fix FLOW_DIS_IS_FRAGMENT implementationAsbjørn Sloth Tønnesen2024-04-151-2/+5
* | | | net/mlx5e: Prevent deadlock while disabling aRFSCarolina Jubran2024-04-131-11/+16
* | | | net/mlx5e: Acquire RTNL lock before RQs/SQs activation/deactivationCarolina Jubran2024-04-131-0/+7
* | | | net/mlx5e: Use channel mdev reference instead of global mdev instance for coa...Rahul Rameshbabu2024-04-131-2/+2
* | | | net/mlx5: Restore mistakenly dropped parts in register devlink flowShay Drory2024-04-132-2/+4
* | | | net/mlx5: SD, Handle possible devcom ERR_PTRTariq Toukan2024-04-135-7/+7
* | | | net/mlx5: Lag, restore buckets number to default after hash LAG deactivationShay Drory2024-04-131-1/+3
* | | | net: sparx5: flower: fix fragment flags handlingAsbjørn Sloth Tønnesen2024-04-131-21/+40
* | | | net: ena: Set tx_info->xdpf value to NULLDavid Arinzon2024-04-111-1/+3
* | | | net: ena: Fix incorrect descriptor free behaviorDavid Arinzon2024-04-111-3/+11
* | | | net: ena: Wrong missing IO completions check orderDavid Arinzon2024-04-111-9/+12
* | | | net: ena: Fix potential sign extension issueDavid Arinzon2024-04-111-1/+1
* | | | net: sparx5: fix wrong config being used when reconfiguring PCSDaniel Machon2024-04-111-2/+2
* | | | net/mlx5: fix possible stack overflowsArnd Bergmann2024-04-111-41/+41
* | | | net/mlx5: Disallow SRIOV switchdev mode when in multi-PF netdevTariq Toukan2024-04-111-0/+7
* | | | net/mlx5e: RSS, Block XOR hash with over 128 channelsCarolina Jubran2024-04-113-2/+34
* | | | net/mlx5e: Do not produce metadata freelist entries in Tx port ts WQE xmitRahul Rameshbabu2024-04-112-5/+10
* | | | net/mlx5e: HTB, Fix inconsistencies with QoS SQs numberCarolina Jubran2024-04-111-16/+17
* | | | net/mlx5e: Fix mlx5e_priv_init() cleanup flowCarolina Jubran2024-04-112-2/+2
* | | | net/mlx5e: RSS, Block changing channels number when RXFH is configuredCarolina Jubran2024-04-111-0/+17
* | | | net/mlx5: Correctly compare pkt reformat idsCosmin Ratiu2024-04-111-2/+12
* | | | net/mlx5: Properly link new fs rules into the treeCosmin Ratiu2024-04-111-1/+2
* | | | net/mlx5: offset comp irq index in name by oneMichael Liang2024-04-111-1/+3
* | | | net/mlx5: Register devlink first under devlink lockShay Drory2024-04-112-18/+20
* | | | net/mlx5: E-switch, store eswitch pointer before registering devlink_paramShay Drory2024-04-112-6/+7
* | | | r8169: add missing conditional compiling for call to r8169_remove_ledsHeiner Kallweit2024-04-111-1/+2
* | | | r8169: fix LED-related deadlock on module removalHeiner Kallweit2024-04-103-16/+33
* | | | pds_core: Fix pdsc_check_pci_health function to use work threadBrett Creeley2024-04-104-1/+18
* | | | octeontx2-af: Fix NIX SQ mode and BP configGeetha sowjanya2024-04-091-10/+10
* | | | net: ks8851: Handle softirqs at the end of IRQ thread to fix hangMarek Vasut2024-04-091-1/+5
* | | | net: ks8851: Inline ks8851_rx_skb()Marek Vasut2024-04-094-36/+1