summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: ftgmac100: Disable hardware checksum on AST2600Joel Stanley2022-06-061-0/+5
* net: atlantic: verify hw_head_ lies within TX buffer ringGrant Grundler2022-05-251-0/+7
* net: atlantic: add check for MAX_SKB_FRAGSGrant Grundler2022-05-251-1/+5
* net: atlantic: reduce scope of is_rsc_completeGrant Grundler2022-05-251-7/+6
* net: atlantic: fix "frag[0] not initialized"Grant Grundler2022-05-251-2/+1
* net: stmmac: fix missing pci_disable_device() on error in stmmac_pci_probe()Yang Yingliang2022-05-251-3/+1
* ethernet: tulip: fix missing pci_disable_device() on error in tulip_init_one()Yang Yingliang2022-05-251-1/+4
* igb: skip phy status check where unavailableKevin Mitchell2022-05-251-1/+2
* net/mlx5: Drain fw_reset when removing deviceShay Drory2022-05-253-3/+27
* net/mlx5e: Remove HW-GRO from reported featuresGal Pressman2022-05-251-4/+0
* net/mlx5e: Properly block HW GRO when XDP is enabledMaxim Mikityanskiy2022-05-251-0/+12
* net/mlx5e: Properly block LRO when XDP is enabledMaxim Mikityanskiy2022-05-251-0/+7
* net/mlx5e: Block rx-gro-hw feature in switchdev modeAya Levin2022-05-251-0/+4
* net/mlx5: DR, Ignore modify TTL on RX if device doesn't support itYevgeny Kliteynik2022-05-252-21/+48
* net/mlx5: Initialize flow steering during driver probeShay Drory2022-05-253-61/+91
* net/mlx5: DR, Fix missing flow_source when creating multi-destination FW tableMaor Dickman2022-05-255-6/+14
* net/qla3xxx: Fix a test in ql_reset_work()Christophe JAILLET2022-05-251-1/+2
* ice: Fix interrupt moderation settings getting clearedMichal Wilczynski2022-05-252-11/+16
* ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt2022-05-251-3/+4
* ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski2022-05-251-4/+15
* net: systemport: Fix an error handling path in bcm_sysport_probe()Christophe JAILLET2022-05-251-2/+4
* net: lan966x: Fix assignment of the MAC addressHoratiu Vultur2022-05-251-0/+28
* net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam2022-05-251-1/+1
* net: atlantic: always deep reset on pm op, fixing up my null deref regressionManuel Ullmann2022-05-181-2/+2
* i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong2022-05-181-13/+14
* net: emaclite: Don't advertise 1000BASE-T and do auto negotiationShravya Kumbham2022-05-181-15/+0
* net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo2022-05-181-0/+5
* mlxsw: Avoid warning during ip6gre device removalAmit Cohen2022-05-181-8/+3
* net: bcmgenet: Check for Wake-on-LAN interrupt probe deferralFlorian Fainelli2022-05-181-0/+4
* net: ethernet: mediatek: ppe: fix wrong size passed to memset()Yang Yingliang2022-05-181-1/+1
* ionic: fix missing pci_release_regions() on error in ionic_probe()Yang Yingliang2022-05-181-1/+2
* net: sfc: fix memory leak due to ptp channelTaehee Yoo2022-05-183-2/+20
* net: chelsio: cxgb4: Avoid potential negative array offsetKees Cook2022-05-181-5/+5
* ice: fix PTP stale Tx timestamps cleanupMichal Michalik2022-05-181-2/+8
* ice: clear stale Tx queue settings before configuringAnatolii Gerasymenko2022-05-181-18/+50
* ice: Fix race during aux device (un)pluggingIvan Vecera2022-05-183-8/+20
* net: mscc: ocelot: avoid corrupting hardware counters when moving VCAP filtersVladimir Oltean2022-05-181-0/+4
* net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean2022-05-181-2/+3
* net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean2022-05-181-1/+0
* net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean2022-05-181-0/+4
* smsc911x: allow using IRQ0Sergey Shtylyov2022-05-121-1/+1
* bnxt_en: Fix unnecessary dropping of RX packetsMichael Chan2022-05-121-0/+4
* bnxt_en: Fix possible bnxt_open() failure caused by wrong RFS flagSomnath Kotur2022-05-121-5/+4
* hinic: fix bug of wq out of bound accessQiao Ma2022-05-121-2/+5
* net: emaclite: Add error handling for of_address_to_resource()Shravya Kumbham2022-05-121-3/+12
* net: cpsw: add missing of_node_put() in cpsw_probe_dt()Yang Yingliang2022-05-121-1/+4
* net: stmmac: dwmac-sun8i: add missing of_node_put() in sun8i_dwmac_register_m...Yang Yingliang2022-05-121-0/+1
* net: ethernet: mediatek: add missing of_node_put() in mtk_sgmii_init()Yang Yingliang2022-05-121-0/+1
* net/mlx5e: TC, fix decap fallback to uplink when int port not supportedAriel Levkovich2022-05-121-1/+2
* net/mlx5e: Lag, Don't skip fib events on current dstVlad Buslov2022-05-122-8/+14