aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-19i40e: Fix add TC filter for IPv6Mateusz Palczewski1-2/+3
2021-02-18i40e: Fix VFs not createdSylwester Dziedziuch1-2/+1
2021-02-18i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski2-12/+13
2021-02-18i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski1-27/+0
2021-02-18i40e: Add zero-initialization of AQ command structuresMateusz Palczewski1-0/+6
2021-02-18i40e: Fix memory leak in i40e_probeKeita Suzuki1-0/+2
2021-02-18i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba1-3/+6
2021-02-16net: enetc: fix destroyed phylink dereference during unbindVladimir Oltean1-2/+3
2021-02-16net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFPShyam Sundar S K1-0/+3
2021-02-16net: amd-xgbe: Reset link when the link never comes backShyam Sundar S K2-1/+9
2021-02-16net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K2-1/+1
2021-02-16net: amd-xgbe: Reset the PHY rx data path when mailbox command timeoutShyam Sundar S K2-1/+41
2021-02-15net: ipa: initialize all resourcesAlex Elder1-2/+2
2021-02-15ibmvnic: serialize access to work queue on removeSukadev Bhattiprolu2-8/+24
2021-02-15ibmvnic: skip send_request_unmap for timeout resetLijun Pan1-1/+6
2021-02-15ibmvnic: add memory barrier to protect long term bufferLijun Pan1-0/+5
2021-02-15r8169: fix resuming from suspend on RTL8105e if machine runs on batteryHeiner Kallweit1-0/+2
2021-02-15net: wan/lmc: dont print format string when not availableTong Zhang1-1/+1
2021-02-15net: wan/lmc: unregister device when no matching device is foundTong Zhang1-0/+2
2021-02-15b43: N-PHY: Fix the update of coef for the PHY revision >= 3caseColin Ian King1-1/+1
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 and uldsAyush Sawal3-6/+11
2021-02-12net: axienet: Handle deferred probe on clock properlyRobert Hancock1-14/+12
2021-02-12ibmvnic: change IBMVNIC_MAX_IND_DESCS to 16Dany Madden1-1/+1
2021-02-11net/mlx5e: Check tunnel offload is required before setting SWPMoshe Shemesh1-1/+1
2021-02-11net/mlx5e: CT: manage the lifetime of the ct entry objectOz Shlomo1-67/+192
2021-02-11net/mlx5: Disable devlink reload for lag devicesShay Drory1-0/+5
2021-02-11net/mlx5: Disallow RoCE on lag deviceShay Drory1-2/+2
2021-02-11net/mlx5: Disallow RoCE on multi port slave deviceShay Drory1-0/+4
2021-02-11net/mlx5: Disable devlink reload for multi port slave deviceShay Drory1-1/+2
2021-02-11net/mlx5e: kTLS, Use refcounts to free kTLS RX priv contextMaxim Mikityanskiy1-34/+30
2021-02-11net/mlx5e: Fix CQ params of ICOSQ and async ICOSQMaxim Mikityanskiy1-2/+2
2021-02-11net/mlx5e: Replace synchronize_rcu with synchronize_netMaxim Mikityanskiy4-7/+7
2021-02-11net/mlx5: Fix health error state handlingShay Drory1-8/+14
2021-02-11net/mlx5e: Change interrupt moderation channel params also when channels are closedMaxim Mikityanskiy1-15/+14
2021-02-11net/mlx5e: Don't change interrupt moderation params when DIM is enabledMaxim Mikityanskiy1-2/+16
2021-02-11net/mlx5e: Enable XDP for Connect-X IPsec capable devicesRaed Salem1-2/+3
2021-02-11net/mlx5e: Enable striding RQ for Connect-X IPsec capable devicesRaed Salem4-5/+8
2021-02-11net/mlx5e: E-switch, Fix rate calculation for overflowParav Pandit1-1/+1
2021-02-11net: phy: consider that suspend2ram may cut off PHY powerHeiner Kallweit1-36/+17
2021-02-11dpaa2-eth: fix memory leak in XDP_REDIRECTIoana Ciornei1-2/+12
2021-02-11enetc: auto select PHYLIB and MDIO_DEVRESTong Zhang1-1/+1
2021-02-11net: ethernet: aquantia: Handle error cleanup of start on openNathan Rossi1-1/+3
2021-02-11bnxt_en: Fix devlink info's stored fw.psid version format.Vasundhara Volam1-2/+2
2021-02-11bnxt_en: reverse order of TX disable and carrier offEdwin Peer1-1/+2
2021-02-11ibmvnic: Set to CLOSED state even on errorSukadev Bhattiprolu1-3/+1
2021-02-09net: hns3: add a check for index in hclge_get_rss_key()Yufeng Mo1-0/+11
2021-02-09net: hns3: add a check for tqp_index in hclge_get_ring_chain_from_mbx()Yufeng Mo1-4/+14
2021-02-09net: hns3: add a check for queue_id in hclge_reset_vf_queue()Yufeng Mo1-0/+7
2021-02-09net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean3-1/+78
2021-02-06net: ena: Update XDP verdict upon failureShay Agroskin1-1/+5