aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)Author
2020-06-03net: sgi: ioc3-eth: Fix return value check in ioc3eth_probe()Tang Bin
2020-06-03net/mlx4_core: fix a memory leak bug.Qiushi Wu
2020-06-03net: sun: fix missing release regions in cas_init_one().Qiushi Wu
2020-06-03net/mlx5: Annotate mutex destroy for root nsRoi Dayan
2020-06-03net/mlx5: Avoid processing commands before cmdif is readyEran Ben Elisha
2020-06-03net/mlx5: Fix cleaning unmanaged flow tablesRoi Dayan
2020-06-03net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha
2020-06-03r8169: fix OCP access on RTL8117Heiner Kallweit
2020-06-03wireguard: noise: separate receive counter from send counterJason A. Donenfeld
2020-06-03wireguard: queueing: preserve flow hash across packet scrubbingJason A. Donenfeld
2020-06-03wireguard: noise: read preshared key while taking lockJason A. Donenfeld
2020-06-03net/mlx5: Fix error flow in case of function_setup failureShay Drory
2020-06-03net/mlx5e: Update netdev txq on completions during closureMoshe Shemesh
2020-06-03net/mlx5: Fix memory leak in mlx5_events_initMoshe Shemesh
2020-06-03net/mlx5e: Fix inner tirs handlingRoi Dayan
2020-06-03net/mlx5e: kTLS, Destroy key object after destroying the TISTariq Toukan
2020-06-03r8152: support additional Microsoft Surface Ethernet Adapter variantMarc Payne
2020-06-03net: mvpp2: fix RX hashing for non-10G portsRussell King
2020-06-03net/mlx5: Add command entry handling completionMoshe Shemesh
2020-06-03net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspendGrygorii Strashko
2020-06-03net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang
2020-06-03felix: Fix initialization of ioremap resourcesClaudiu Manoil
2020-06-03dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean
2020-05-27stmmac: fix pointer check after utilization in stmmac_interruptMaxim Petrov
2020-05-27gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp()Yoshiyuki Kurauchi
2020-05-27ibmvnic: Skip fatal error reset after passive initJuliet Kim
2020-05-27net/ena: Fix build warning in ena_xdp_set()Gavin Shan
2020-05-27aquantia: Fix the media type of AQC100 ethernet controller in the driverRichard Clark
2020-05-20net: broadcom: Select BROADCOM_PHY for BCMGENETFlorian Fainelli
2020-05-20r8169: re-establish support for RTL8401 chip versionHeiner Kallweit
2020-05-20nfp: abm: fix error return code in nfp_abm_vnic_alloc()Wei Yongjun
2020-05-20net: dsa: loop: Add module soft dependencyFlorian Fainelli
2020-05-20hinic: fix a bug of ndo_stopLuo bin
2020-05-20dpaa2-eth: prevent array underflow in update_cls_rule()Dan Carpenter
2020-05-20virtio_net: fix lockdep warning on 32 bitMichael S. Tsirkin
2020-05-20pppoe: only process PADT targeted at local interfacesGuillaume Nault
2020-05-20net: stmmac: fix num_por initializationVinod Koul
2020-05-20net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit
2020-05-20dpaa2-eth: properly handle buffer size restrictionsIoana Ciornei
2020-05-20net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean
2020-05-20net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean
2020-05-20net: stmmac: gmac5+: fix potential integer overflow on 32 bit multiplyColin Ian King
2020-05-20hv_netvsc: Fix netvsc_start_xmit's return typeNathan Chancellor
2020-05-20net: moxa: Fix a potential double 'free_irq()'Christophe JAILLET
2020-05-20net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'Christophe JAILLET
2020-05-20net: phy: microchip_t1: add lan87xx_phy_init to initialize the lan87xx phy.Yuiko Oshino
2020-05-14wireguard: send/receive: cond_resched() when processing worker ringbuffersJason A. Donenfeld
2020-05-14wireguard: socket: remove errant restriction on looping to selfJason A. Donenfeld
2020-05-14net: enetc: fix an issue about leak system resourcesDejin Zheng
2020-05-14wireguard: receive: use tunnel helpers for decapsulating ECN markingsToke Høiland-Jørgensen