aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+2
2020-05-06net: ethernet: ti: am65-cpsw-nuss: fix irqs typeGrygorii Strashko1-2/+3
2020-05-06ionic: Use debugfs_create_bool() to export boolGeert Uytterhoeven1-2/+1
2020-05-06net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean1-2/+9
2020-05-06net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean2-4/+3
2020-05-06net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()Dan Carpenter1-0/+3
2020-05-06net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter1-0/+2
2020-05-05net: broadcom: fix a mistake about ioremap resourceDejin Zheng1-9/+15
2020-05-04nfp: abm: fix a memory leak bugQiushi Wu1-0/+1
2020-05-04net: stmmac: gmac5+: fix potential integer overflow on 32 bit multiplyColin Ian King1-1/+1
2020-05-04net: enetc: fix an issue about leak system resourcesDejin Zheng1-1/+1
2020-05-04net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()Tariq Toukan1-1/+3
2020-05-04stmmac: fix pointer check after utilization in stmmac_interruptMaxim Petrov1-6/+1
2020-05-03net: macb: fix an issue about leak related system resourcesDejin Zheng1-9/+3
2020-05-01cxgb4: Add missing annotation for service_ofldq()Jules Irenge1-0/+1
2020-05-01net: Make PTP-specific drivers depend on PTP_1588_CLOCKClay McClure3-4/+3
2020-04-30cxgb4: fix EOTID leak when disabling TC-MQPRIO offloadRahul Lakkireddy1-3/+36
2020-04-30stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko1-1/+3
2020-04-30mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properlyJiri Pirko1-2/+10
2020-04-30net: macb: Fix runtime PM refcountingAndy Shevchenko1-3/+9
2020-04-30net: moxa: Fix a potential double 'free_irq()'Christophe JAILLET1-1/+1
2020-04-30ionic: add device reset to fw upgrade downShannon Nelson1-0/+1
2020-04-30ionic: refresh devinfo after fw-upgradeShannon Nelson1-0/+1
2020-04-30ionic: no link check until after probeShannon Nelson1-2/+0
2020-04-30ibmvnic: Skip fatal error reset after passive initJuliet Kim1-1/+2
2020-04-30net/mlx5e: Fix q counters on uplink representorsRoi Dayan1-7/+2
2020-04-30net/mlx5: Fix command entry leak in Internal Error StateMoshe Shemesh1-0/+4
2020-04-30net/mlx5: Fix forced completion access non initialized command entryMoshe Shemesh1-1/+1
2020-04-30net/mlx5: DR, On creation set CQ's arm_db member to right valueErez Shitrit1-1/+13
2020-04-30net/mlx5: E-switch, Fix mutex init orderParav Pandit1-6/+6
2020-04-30net/mlx5: E-switch, Fix printing wrong error valueParav Pandit1-1/+1
2020-04-30net/mlx5: E-switch, Fix error unwinding flow for steering init failureParav Pandit1-2/+2
2020-04-28net/ena: Fix build warning in ena_xdp_set()Gavin Shan1-1/+1
2020-04-27net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'Christophe JAILLET1-2/+4
2020-04-27net: tc35815: Fix phydev supported/advertising maskAnthony Felice1-1/+1
2020-04-27bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan1-3/+6
2020-04-27bnxt_en: Return error when allocating zero size context memory.Michael Chan1-1/+1
2020-04-27bnxt_en: Improve AER slot reset.Michael Chan1-3/+6
2020-04-27bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF.Vasundhara Volam1-1/+1
2020-04-27bnxt_en: Fix VF anti-spoof filter setup.Michael Chan2-9/+2
2020-04-27aquantia: Fix the media type of AQC100 ethernet controller in the driverRichard Clark1-1/+1
2020-04-24net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-24net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-04-23net: bcmgenet: correct per TX/RX ring statisticsDoug Berger1-0/+3
2020-04-23net: meth: remove spurious copyright textJonathan Corbet1-16/+0
2020-04-23net: ethernet: ixp4xx: Add error handling in ixp4xx_eth_probe()Tang Bin1-0/+2
2020-04-23cxgb4: fix adapter crash due to wrong MC sizeVishal Kulkarni1-7/+20
2020-04-23mlxsw: Fix some IS_ERR() vs NULL bugsDan Carpenter4-7/+7
2020-04-21net: stmmac: Enable SERDES power up/down sequenceVoon Weifeng3-0/+235
2020-04-21net: broadcom: convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-22/+11