summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-01mlx4: use generic power managementVaibhav Gupta1-4/+7
2020-07-01benet: use generic power managementVaibhav Gupta1-15/+7
2020-07-01sundance: use generic power managementVaibhav Gupta1-19/+8
2020-07-01liquidio: use generic power managementVaibhav Gupta1-26/+5
2020-07-01ena_netdev: use generic power managementVaibhav Gupta1-13/+9
2020-07-01starfire: use generic power managementVaibhav Gupta1-17/+6
2020-07-01ne2k-pci: use generic power managementVaibhav Gupta1-23/+6
2020-07-01typhoon: use generic power managementVaibhav Gupta1-21/+32
2020-07-01qed: Make symbol 'qed_hw_err_type_descr' staticHulk Robot1-1/+1
2020-06-30cxgb4: add main VI to mirror VI config replicationRahul Lakkireddy3-17/+121
2020-06-30cxgb4: add support for mirror RxqsRahul Lakkireddy3-22/+288
2020-06-30cxgb4: add mirror action to TC-MATCHALL offloadRahul Lakkireddy7-10/+197
2020-06-30pcnet32: Mark PM functions as __maybe_unusedNathan Chancellor1-2/+2
2020-06-30amd8111e: Mark PM functions as __maybe_unusedNathan Chancellor1-2/+2
2020-06-30net: ethernet: mtk-star-emac: use devm_of_mdiobus_register()Bartosz Golaszewski1-12/+1
2020-06-30of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski2-1/+40
2020-06-30net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski3-80/+78
2020-06-30phy: mdio: add kerneldoc for __devm_mdiobus_register()Bartosz Golaszewski1-0/+7
2020-06-30phy: un-inline devm_mdiobus_register()Bartosz Golaszewski2-1/+19
2020-06-30net: ethernet: ixgbe: don't call devm_mdiobus_free()Bartosz Golaszewski1-11/+3
2020-06-30net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski1-1/+5
2020-06-30cxgb4vf: configure ports accessible by the VFNirranjan Kirubaharan3-12/+43
2020-06-30net: qede: update copyright yearsAlexander Lobakin10-2/+12
2020-06-30net: qede: convert to SPDX License IdentifiersAlexander Lobakin8-224/+16
2020-06-30net: qede: correct existing SPDX tagsAlexander Lobakin2-2/+3
2020-06-30net: qed: update copyright yearsAlexander Lobakin48-0/+48
2020-06-30net: qed: convert to SPDX License IdentifiersAlexander Lobakin44-1232/+52
2020-06-30net: qed: correct existing SPDX tagsAlexander Lobakin5-5/+8
2020-06-30net/mlx5e: fix memory leak of tlsColin Ian King1-1/+3
2020-06-30sfc: don't call tx_remove if there isn't oneEdward Cree1-1/+2
2020-06-30sfc: commonise initialisation of efx->vport_idEdward Cree2-2/+1
2020-06-30sfc: commonise efx->[rt]xq_entries initialisationEdward Cree2-1/+3
2020-06-30sfc: initialise max_[tx_]channels in efx_init_channels()Edward Cree1-0/+3
2020-06-30sfc: move definition of EFX_MC_STATS_GENERATION_INVALIDEdward Cree3-3/+2
2020-06-30sfc: factor out efx_tx_tso_header_length() and understand encapsulationEdward Cree2-2/+16
2020-06-30sfc: remove duplicate declaration of efx_enqueue_skb_tso()Edward Cree4-7/+4
2020-06-30sfc: commonise TSO fallback codeEdward Cree3-29/+28
2020-06-30sfc: commonise efx_sync_rx_buffer()Edward Cree2-8/+9
2020-06-30sfc: commonise some MAC configuration codeEdward Cree3-15/+35
2020-06-30sfc: commonise miscellaneous efx functionsEdward Cree4-129/+138
2020-06-30sfc: add missing licence info to mcdi_filters.cEdward Cree1-0/+11
2020-06-30sfc: commonise MCDI MAC stats handlingEdward Cree3-89/+109
2020-06-30sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree5-4/+21
2020-06-30net: dsa/bcm_sf2: move pause mode setting into mac_link_up()Russell King1-7/+15
2020-06-30net: dsa/bcm_sf2: move speed/duplex forcing to mac_link_up()Russell King1-27/+16
2020-06-30net: dsa/bcm_sf2: fix incorrect usage of state->linkRussell King1-2/+26
2020-06-30net: dsa/b53: use resolved link config in mac_link_up()Russell King1-9/+3
2020-06-30net: dsa/b53: change b53_force_port_config() pause argumentRussell King1-10/+15
2020-06-30hinic: remove unused but set variableLuo bin2-20/+0
2020-06-30Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller10-223/+414