aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-08-25sfc: Check firmware supports Ethernet PTP filterAlex Austin1-1/+3
2023-08-25cteonxt2-pf: Fix backpressure config for multiple PFC priorities to work simu...Suman Ghosh1-3/+3
2023-08-25octeontx2-af: CN10KB: fix PFC configurationHariprasad Kelam1-8/+9
2023-08-25octeontx2-pf: Fix PFC TX scheduler freeSuman Ghosh2-11/+5
2023-08-25mlxsw: core_hwmon: Adjust module label names based on MTCAP sensor counterVadim Pasternak1-1/+2
2023-08-25mlxsw: i2c: Limit single transaction buffer sizeVadim Pasternak1-1/+2
2023-08-25mlxsw: i2c: Fix chunk size setting in output mailbox bufferVadim Pasternak1-1/+1
2023-08-25octeontx2-pf: fix page_pool creation fail for rings > 32kRatheesh Kannoth2-1/+3
2023-08-25ice: avoid executing commands on other ports when driving syncJacob Keller2-6/+52
2023-08-24net/mlx5: Dynamic cyclecounter shift calculation for PTP free running clockRahul Rameshbabu1-5/+27
2023-08-23ibmveth: Use dcbf rather than dcbflMichael Ellerman1-1/+1
2023-08-23i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov1-2/+3
2023-08-22igc: Fix the typo in the PTM Control macroSasha Neftin1-1/+1
2023-08-22igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-08-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-33/+14
2023-08-22bnx2x: new flag for track HW resource allocationThinh Tran4-28/+44
2023-08-22sfc: allocate a big enough SKB for loopback selftest packetEdward Cree3-3/+3
2023-08-22net: ethernet: mtk_eth_soc: fix NULL pointer on hw resetDaniel Golle1-2/+10
2023-08-21tg3: Use slab_build_skb() when neededKees Cook1-1/+4
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros1-7/+8
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros4-25/+4
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet1-1/+1
2023-08-20net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-20net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-18mlxsw: Fix the size of 'VIRT_ROUTER_MSB'Amit Cohen3-5/+5
2023-08-18mlxsw: reg: Fix SSPR register layoutIdo Schimmel1-9/+0
2023-08-18mlxsw: pci: Set time stamp fields also when its type is MIRROR_UTCDanielle Ratson1-2/+6
2023-08-18octeontx2-af: SDP: fix receive link configHariprasad Kelam1-1/+2
2023-08-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-12/+93
2023-08-17Merge tag 'mlx5-fixes-2023-08-16' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-4/+16
2023-08-17ice: Block switchdev mode when ADQ is active and vice versaMarcin Szycik2-0/+11
2023-08-17qede: fix firmware halt over suspend and resumeManish Chopra1-0/+10
2023-08-17sfc: don't fail probe if MAE/TC setup failsEdward Cree1-1/+1
2023-08-17sfc: don't unregister flow_indr if it was never registeredEdward Cree1-1/+1
2023-08-16net/mlx5: Fix mlx5_cmd_update_root_ft() error flowShay Drory1-1/+9
2023-08-16net/mlx5e: XDP, Fix fifo overrun on XDP_REDIRECTDragos Tatulea2-3/+7
2023-08-16i40e: fix misleading debug logsAndrii Staikov1-8/+8
2023-08-16iavf: fix FDIR rule fields masks validationPiotr Gardocki3-4/+85
2023-08-16broadcom: b44: Use b44_writephy() return valueArtem Chernyshev1-5/+3
2023-08-14octeon_ep: cancel queued works in probe error pathMichal Schmidt1-3/+4
2023-08-14octeon_ep: cancel ctrl_mbox_task after intr_poll_taskMichal Schmidt1-1/+1
2023-08-14octeon_ep: cancel tx_timeout_task later in remove sequenceMichal Schmidt1-1/+1
2023-08-14octeon_ep: fix timeout value for waiting on mbox responseMichal Schmidt1-1/+1
2023-08-14net: macb: In ZynqMP resume always configure PS GTR for non-wakeup sourceRadhey Shyam Pandey1-3/+6
2023-08-10net: hns3: fix strscpy causing content truncation issueHao Chen2-4/+4
2023-08-10ibmvnic: Ensure login failure recovery is safe from other resetsNick Child1-21/+47
2023-08-10ibmvnic: Do partial reset on login failureNick Child1-6/+40
2023-08-10ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child1-5/+10
2023-08-10ibmvnic: Unmap DMA login rsp buffer on send login failNick Child1-1/+4