summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2022-06-14eth: tg3: silence the GCC 12 array-bounds warningJakub Kicinski1-0/+5
2022-06-14mlxsw: spectrum_dcb: Do not warn about priority changesPetr Machata1-13/+0
2022-06-14net/mlx5: fs, delete the FTE when there are no rules attached to itMark Bloch1-5/+5
2022-06-06net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley1-0/+5
2022-05-25net: stmmac: disable Split Header (SPH) for Intel platformsTan Tee Min2-1/+2
2022-05-25net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler1-0/+7
2022-05-25net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang1-3/+1
2022-05-25ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang1-1/+4
2022-05-25igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2022-05-25net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy1-0/+7
2022-05-25net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET1-1/+2
2022-05-25ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt1-3/+4
2022-05-25net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam1-1/+1
2022-05-18i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong1-13/+14
2022-05-18net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham1-15/+0
2022-05-18net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo1-0/+5
2022-05-15nfp: bpf: silence bitwise vs. logical OR warningNathan Chancellor1-2/+2
2022-05-12smsc911x: allow using IRQ0Sergey Shtylyov1-1/+1
2022-05-12bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur1-5/+4
2022-05-12net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham1-3/+12
2022-05-12net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang1-0/+1
2022-05-12net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init()Yang Yingliang1-0/+1
2022-05-09net: ethernet: stmmac: fix write to sgmii_adapter_baseDinh Nguyen1-5/+7
2022-05-09ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky1-1/+2
2022-05-09bnx2x: fix napi API usage sequenceManish Chopra1-4/+5
2022-05-09net: bcmgenet: hide status block before TX timestampingJonathan Lemon1-0/+7
2022-05-09net: hns3: add validity check for message data lengthJian Shen1-0/+7
2022-04-27Revert "net: micrel: fix KS8851_MLL Kconfig"Marek Vasut1-1/+0
2022-04-27e1000e: Fix possible overflow in LTR decodingSasha Neftin1-2/+2
2022-04-27net: macb: Restart tx only if queue pointer is laggingTomas Melin1-0/+8
2022-04-27dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi1-2/+6
2022-04-27igc: Fix BUG: scheduling while atomicSasha Neftin1-2/+2
2022-04-27igc: Fix infinite loop in release_swfw_syncSasha Neftin1-2/+9
2022-04-20net: micrel: fix KS8851_MLL KconfigRandy Dunlap1-0/+1
2022-04-20net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-linkDinh Nguyen3-16/+9
2022-04-20mlxsw: i2c: Fix initialization error flowVadim Pasternak1-0/+1
2022-04-15qede: confirm skb is allocated before usingJamie Bainbridge1-0/+3
2022-04-15dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin1-1/+3
2022-04-15bnxt_en: reserve space inside receive page for skb_shared_infoAndy Gospodarek1-1/+2
2022-04-15net: stmmac: Fix unset max_speed difference between DT and non-DT platformsChen-Yu Tsai1-2/+1
2022-04-15bnxt_en: Eliminate unintended link toggle during FW resetMichael Chan1-3/+1
2022-04-15net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang1-3/+3
2022-04-15qlcnic: dcb: default to returning -EOPNOTSUPPTom Rix1-5/+5
2022-04-15i40e: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-3/+1
2022-04-15qed: validate and restrict untrusted VFs vlan promisc modeManish Chopra2-2/+27
2022-04-15qed: display VF trust configManish Chopra1-0/+1
2022-04-15net:mcf8390: Use platform_get_irq() to get the interruptMinghao Chi (CGEL ZTE)1-5/+5
2022-04-15ethernet: sun: Free the coherent when failing in probingZheyu Ma1-1/+5
2022-03-28drivers: net: xgene: Fix regression in CRC strippingStephane Graber1-5/+7
2022-03-19sfc: extend the locking on mcdi->seqnoNiels Dossche1-1/+1