aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-07-10idpf: remove legacy Page Pool Ethtool statsAlexander Lobakin2-29/+1
2024-07-10idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin8-252/+153
2024-07-10idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQAlexander Lobakin6-19/+44
2024-07-10idpf: merge singleq and splitq &net_device_opsAlexander Lobakin4-63/+20
2024-07-10idpf: strictly assert cachelines of queue and queue vector structuresAlexander Lobakin1-67/+118
2024-07-10idpf: avoid bloating &idpf_q_vector with big %NR_CPUSAlexander Lobakin3-18/+22
2024-07-10idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin7-728/+1018
2024-07-10idpf: stop using macros for accessing queue descriptorsAlexander Lobakin5-50/+52
2024-07-09net: ethernet: lantiq_etop: fix double free in detachAleksander Jan Bajkowski1-2/+2
2024-07-09netxen_nic: Use {low,upp}er_32_bits() helpersGeert Uytterhoeven1-5/+2
2024-07-09net/mlx5e: CT: Initialize err to 0 to avoid warningCosmin Ratiu1-1/+1
2024-07-09net/mlx5e: SHAMPO, Add missing aggregate counterDragos Tatulea1-0/+2
2024-07-09net/mlx5: DR, Remove definer functions from SW Steering APIYevgeny Kliteynik2-5/+5
2024-07-09mlxsw: pci: Lock configuration space of upstream bridge during resetIdo Schimmel1-0/+6
2024-07-09mlxsw: core_thermal: Report valid current state during cooling device registr...Ido Schimmel1-26/+25
2024-07-09mlxsw: Warn about invalid accesses to array fieldsPetr Machata1-0/+4
2024-07-09i40e: Fix XDP program unloading while removing the driverMichal Kubiak1-5/+4
2024-07-09net: ti: icssg-prueth: add missing depsGuillaume La Roque1-0/+1
2024-07-09net: ks8851: Fix deadlock with the SPI chip variantRonald Wahl2-6/+6
2024-07-09net: tn40xx: add per queue netdev-genl stats supportFUJITA Tomonori2-2/+53
2024-07-09octeontx2-af: Fix incorrect value output on error path in rvu_check_rsrc_avai...Aleksandr Mishin1-1/+1
2024-07-09bnxt: fix crashes when reducing ring count with active RSS contextsJakub Kicinski3-0/+22
2024-07-08net: stmmac: qcom-ethqos: enable SGMII loopback during DMA reset on sa8775p-r...Bartosz Golaszewski1-0/+23
2024-07-08net: stmmac: qcom-ethqos: add support for 2.5G BASEX modeBartosz Golaszewski1-0/+11
2024-07-05net: ethernet: mtk_eth_soc: implement .{get,set}_pauseparam ethtool opsDaniel Golle1-1/+17
2024-07-05net: ethernet: mtk_ppe: Change PPE entries number to 16KShengyu Qu1-1/+1
2024-07-05net: bcmasp: Fix error code in probe()Dan Carpenter1-0/+1
2024-07-05net: encx24j600: constify struct regmap_bus/regmap_configJavier Carrasco1-3/+3
2024-07-05net: ti: icss-iep: constify struct regmap_configJavier Carrasco1-2/+2
2024-07-05net: ethernet: mediatek: Allow gaps in MAC allocationDaniel Golle1-1/+1
2024-07-05net: stmmac: Add DW XPCS specified via "pcs-handle" supportSerge Semin1-4/+9
2024-07-05net: stmmac: Create DW XPCS device with particular addressSerge Semin2-14/+7
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-222/+353
2024-07-04bnxt_en: Fix the resource check condition for RSS contextsPavan Chebbi1-1/+5
2024-07-04mlxsw: core_linecards: Fix double memory deallocation in case of invalid INI ...Aleksandr Mishin1-0/+1
2024-07-03ice: use proper macro for testing bitPetr Oros1-1/+1
2024-07-03ice: Reject pin requests with unsupported flagsJacob Keller2-16/+23
2024-07-03ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-03ice: Fix improper extts handlingMilena Olech2-22/+91
2024-07-03net: rswitch: Avoid use-after-free in rswitch_poll()Radu Rendec1-2/+2
2024-07-03net: stmmac: enable HW-accelerated VLAN stripping for gmac4 onlyFurong Xu1-3/+4
2024-07-02net: txgbe: free isb resources at the right timeJiawen Wu3-4/+9
2024-07-02net: txgbe: add extra handle for MSI/INTx into thread irq handleJiawen Wu1-5/+39
2024-07-02net: txgbe: remove separate irq request for MSI and INTxJiawen Wu6-76/+15
2024-07-02net: txgbe: initialize num_q_vectors for MSI/INTx interruptsJiawen Wu1-0/+1
2024-07-02net: stmmac: dwmac-stm32: update err status in case different of stm32mp13Christophe Roullier1-2/+4
2024-07-02net: stmmac: dwmac-stm32: Add test to verify if ETHCK is used before checking...Christophe Roullier1-0/+3
2024-07-02net: stmmac: dwmac-qcom-ethqos: fix error array sizeYijie Yang1-1/+1
2024-07-02bnxt_en: unlink page pool when stopping Rx queueDavid Wei1-5/+1
2024-07-01e1000e: Fix S0ix residency on corporate systemsDima Ruinskiy1-66/+66