summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-20nfp: abm: fix error return code in nfp_abm_vnic_alloc()Wei Yongjun1-1/+3
2020-05-20net: dsa: loop: Add module soft dependencyFlorian Fainelli1-0/+1
2020-05-20hinic: fix a bug of ndo_stopLuo bin2-18/+14
2020-05-20dpaa2-eth: prevent array underflow in update_cls_rule()Dan Carpenter1-1/+1
2020-05-20virtio_net: fix lockdep warning on 32 bitMichael S. Tsirkin1-2/+4
2020-05-20pppoe: only process PADT targeted at local interfacesGuillaume Nault1-0/+3
2020-05-20net: stmmac: fix num_por initializationVinod Koul1-2/+15
2020-05-20net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit1-3/+5
2020-05-20dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei2-12/+18
2020-05-20net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean1-2/+9
2020-05-20net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean5-4/+6
2020-05-20net: stmmac: gmac5+: fix potential integer overflow on 32 bit multiplyColin Ian King1-1/+1
2020-05-20hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor1-1/+2
2020-05-20net: moxa: Fix a potential double 'free_irq()'Christophe JAILLET1-1/+1
2020-05-20net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'Christophe JAILLET1-2/+4
2020-05-20net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino1-0/+171
2020-05-14wireguard: send/receive: cond_resched() when processing worker ringbuffersJason A. Donenfeld2-0/+6
2020-05-14wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld1-12/+0
2020-05-14net: enetc: fix an issue about leak system resourcesDejin Zheng1-1/+1
2020-05-14wireguard: receive: use tunnel helpers for decapsulating ECN markingsToke Høiland-Jørgensen1-4/+2
2020-05-14wireguard: queueing: cleanup ptr_ring in error path of packet_queue_initJason A. Donenfeld1-1/+3
2020-05-14net: mvpp2: cls: Prevent buffer overflow in mvpp2_ethtool_cls_rule_del()Dan Carpenter1-0/+3
2020-05-14net: mvpp2: prevent buffer overflow in mvpp22_rss_ctx()Dan Carpenter1-0/+2
2020-05-14net/mlx5e: Fix q counters on uplink representorsRoi Dayan1-7/+2
2020-05-14net/mlx5: Fix command entry leak in Internal Error StateMoshe Shemesh1-0/+4
2020-05-14net/mlx5: Fix forced completion access non initialized command entryMoshe Shemesh1-1/+1
2020-05-14net/mlx5: DR, On creation set CQ's arm_db member to right valueErez Shitrit1-1/+13
2020-05-14bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan1-3/+6
2020-05-14bnxt_en: Return error when allocating zero size context memory.Michael Chan1-1/+1
2020-05-14bnxt_en: Improve AER slot reset.Michael Chan1-3/+6
2020-05-14bnxt_en: Reduce BNXT_MSIX_VEC_MAX value to supported CQs per PF.Vasundhara Volam1-1/+1
2020-05-14bnxt_en: Fix VF anti-spoof filter setup.Michael Chan2-9/+2
2020-05-14nfp: abm: fix a memory leak bugQiushi Wu1-0/+1
2020-05-14net: usb: qmi_wwan: add support for DW5816eMatt Jolly1-0/+1
2020-05-14net: tc35815: Fix phydev supported/advertising maskAnthony Felice1-1/+1
2020-05-14net: phy: marvell10g: fix temperature sensor on 2110Baruch Siach1-1/+26
2020-05-14net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()Tariq Toukan1-1/+3
2020-05-14net: macsec: preserve ingress frame orderingScott Dial1-1/+2
2020-05-14net: macb: fix an issue about leak related system resourcesDejin Zheng1-9/+3
2020-05-14mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properlyJiri Pirko1-2/+10
2020-05-14dp83640: reverse arguments to list_add_tailJulia Lawall1-1/+1
2020-05-14cxgb4: fix EOTID leak when disabling TC-MQPRIO offloadRahul Lakkireddy1-3/+36
2020-05-14net: macb: Fix runtime PM refcountingAndy Shevchenko1-3/+9
2020-05-10net: systemport: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-05-10net: bcmgenet: suppress warnings on failed Rx SKB allocationsDoug Berger1-1/+2
2020-05-10net: phy: bcm84881: clear settings on link downRussell King1-3/+3
2020-05-10net: stmmac: Fix sub-second incrementJulien Beraud1-4/+8
2020-05-10net: stmmac: fix enabling socfpga's ptp_ref_clockJulien Beraud1-3/+6
2020-05-10wimax/i2400m: Fix potential urb refcnt leakXiyu Yang1-0/+1
2020-05-02qed: Fix use after free in qed_chain_freeYuval Basson1-22/+16