summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* ibmveth: Use dcbf rather than dcbflMichael Ellerman2023-08-231-1/+1
* i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov2023-08-231-2/+3
* igc: Fix the typo in the PTM Control macroSasha Neftin2023-08-221-1/+1
* igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani2023-08-221-12/+12
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-08-225-33/+14
|\
| * ice: Fix NULL pointer deref during VF resetPetr Oros2023-08-211-7/+8
| * Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros2023-08-214-25/+4
| * ice: fix receive buffer size miscalculationJesse Brandeburg2023-08-211-1/+2
* | bnx2x: new flag for track HW resource allocationThinh Tran2023-08-224-28/+44
* | sfc: allocate a big enough SKB for loopback selftest packetEdward Cree2023-08-223-3/+3
* | net: ethernet: mtk_eth_soc: fix NULL pointer on hw resetDaniel Golle2023-08-221-2/+10
* | tg3: Use slab_build_skb() when neededKees Cook2023-08-211-1/+4
|/
* ipv4: fix data-races around inet->inet_idEric Dumazet2023-08-201-1/+1
* net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie2023-08-201-1/+1
* net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie2023-08-201-1/+1
* mlxsw: Fix the size of 'VIRT_ROUTER_MSB'Amit Cohen2023-08-183-5/+5
* mlxsw: reg: Fix SSPR register layoutIdo Schimmel2023-08-181-9/+0
* mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTCDanielle Ratson2023-08-181-2/+6
* octeontx2-af: SDP: fix receive link configHariprasad Kelam2023-08-181-1/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-08-174-12/+93
|\
| * i40e: fix misleading debug logsAndrii Staikov2023-08-161-8/+8
| * iavf: fix FDIR rule fields masks validationPiotr Gardocki2023-08-163-4/+85
* | Merge tag 'mlx5-fixes-2023-08-16' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-08-173-4/+16
|\ \
| * | net/mlx5: Fix mlx5_cmd_update_root_ft() error flowShay Drory2023-08-161-1/+9
| * | net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECTDragos Tatulea2023-08-162-3/+7
| |/
* | ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik2023-08-172-0/+11
* | qede: fix firmware halt over suspend and resumeManish Chopra2023-08-171-0/+10
* | sfc: don't fail probe if MAE/TC setup failsEdward Cree2023-08-171-1/+1
* | sfc: don't unregister flow_indr if it was never registeredEdward Cree2023-08-171-1/+1
|/
* broadcom: b44: Use b44_writephy() return valueArtem Chernyshev2023-08-161-5/+3
* octeon_ep: cancel queued works in probe error pathMichal Schmidt2023-08-141-3/+4
* octeon_ep: cancel ctrl_mbox_task after intr_poll_taskMichal Schmidt2023-08-141-1/+1
* octeon_ep: cancel tx_timeout_task later in remove sequenceMichal Schmidt2023-08-141-1/+1
* octeon_ep: fix timeout value for waiting on mbox responseMichal Schmidt2023-08-141-1/+1
* net: macb: In ZynqMP resume always configure PS GTR for non-wakeup sourceRadhey Shyam Pandey2023-08-141-3/+6
* net: hns3: fix strscpy causing content truncation issueHao Chen2023-08-102-4/+4
* ibmvnic: Ensure login failure recovery is safe from other resetsNick Child2023-08-101-21/+47
* ibmvnic: Do partial reset on login failureNick Child2023-08-101-6/+40
* ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child2023-08-101-5/+10
* ibmvnic: Unmap DMA login rsp buffer on send login failNick Child2023-08-101-1/+4
* ibmvnic: Enforce stronger sanity checks on login responseNick Child2023-08-101-0/+18
* net: mana: Fix MANA VF unload when hardware is unresponsiveSouradeep Chakrabarti2023-08-101-4/+33
* net: enetc: remove of_device_is_available() handlingVladimir Oltean2023-08-091-12/+0
* net: enetc: reimplement RFS/RSS memory clearing as PCI quirkVladimir Oltean2023-08-091-30/+73
* iavf: fix potential races for FDIR filtersPiotr Gardocki2023-08-082-4/+12
* igc: Add lock to safeguard global Qbv variablesMuhammad Husaini Zulkifli2023-08-082-2/+36
* Merge tag 'mlx5-fixes-2023-08-07' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-08-0811-66/+106
|\
| * net/mlx5e: Add capability check for vnic countersLama Kayal2023-08-071-49/+67
| * net/mlx5: Reload auxiliary devices in pci error handlersMoshe Shemesh2023-08-071-1/+1
| * net/mlx5: Skip clock update work when device is in error stateMoshe Shemesh2023-08-071-0/+5