summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | net: ipa: standarize more GSI error messagesAlex Elder2020-07-011-28/+29
* | net: ipa: always report GSI state errorsAlex Elder2020-07-011-24/+30
* | net: ipa: reuse a local variable in ipa_endpoint_init_aggr()Alex Elder2020-07-011-4/+5
* | net: ipa: reduce aggregation time limitAlex Elder2020-07-011-3/+5
* | net: ipa: rework ipa_aggr_granularity_val()Alex Elder2020-07-012-9/+13
* | xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov2020-07-015-1/+61
* | xen networking: add basic XDP support for xen-netfrontDenis Kirjanov2020-07-012-10/+327
* | natsemi: use generic power managementVaibhav Gupta2020-07-011-19/+7
* | vxge: use generic power managementVaibhav Gupta2020-07-011-9/+5
* | ksz884x: use generic power managementVaibhav Gupta2020-07-011-16/+9
* | mlx4: use generic power managementVaibhav Gupta2020-07-011-4/+7
* | benet: use generic power managementVaibhav Gupta2020-07-011-15/+7
* | sundance: use generic power managementVaibhav Gupta2020-07-011-19/+8
* | liquidio: use generic power managementVaibhav Gupta2020-07-011-26/+5
* | ena_netdev: use generic power managementVaibhav Gupta2020-07-011-13/+9
* | starfire: use generic power managementVaibhav Gupta2020-07-011-17/+6
* | ne2k-pci: use generic power managementVaibhav Gupta2020-07-011-23/+6
* | typhoon: use generic power managementVaibhav Gupta2020-07-011-21/+32
* | qed: Make symbol 'qed_hw_err_type_descr' staticHulk Robot2020-07-011-1/+1
|/
* cxgb4: add main VI to mirror VI config replicationRahul Lakkireddy2020-06-303-17/+121
* cxgb4: add support for mirror RxqsRahul Lakkireddy2020-06-303-22/+288
* cxgb4: add mirror action to TC-MATCHALL offloadRahul Lakkireddy2020-06-307-10/+197
* pcnet32: Mark PM functions as __maybe_unusedNathan Chancellor2020-06-301-2/+2
* amd8111e: Mark PM functions as __maybe_unusedNathan Chancellor2020-06-301-2/+2
* net: ethernet: mtk-star-emac: use devm_of_mdiobus_register()Bartosz Golaszewski2020-06-301-12/+1
* of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski2020-06-302-1/+40
* net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski2020-06-303-80/+78
* phy: mdio: add kerneldoc for __devm_mdiobus_register()Bartosz Golaszewski2020-06-301-0/+7
* phy: un-inline devm_mdiobus_register()Bartosz Golaszewski2020-06-302-1/+19
* net: ethernet: ixgbe: don't call devm_mdiobus_free()Bartosz Golaszewski2020-06-301-11/+3
* net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski2020-06-301-1/+5
* cxgb4vf: configure ports accessible by the VFNirranjan Kirubaharan2020-06-303-12/+43
* net: qede: update copyright yearsAlexander Lobakin2020-06-3010-2/+12
* net: qede: convert to SPDX License IdentifiersAlexander Lobakin2020-06-308-224/+16
* net: qede: correct existing SPDX tagsAlexander Lobakin2020-06-302-2/+3
* net: qed: update copyright yearsAlexander Lobakin2020-06-3048-0/+48
* net: qed: convert to SPDX License IdentifiersAlexander Lobakin2020-06-3044-1232/+52
* net: qed: correct existing SPDX tagsAlexander Lobakin2020-06-305-5/+8
* net/mlx5e: fix memory leak of tlsColin Ian King2020-06-301-1/+3
* sfc: don't call tx_remove if there isn't oneEdward Cree2020-06-301-1/+2
* sfc: commonise initialisation of efx->vport_idEdward Cree2020-06-302-2/+1
* sfc: commonise efx->[rt]xq_entries initialisationEdward Cree2020-06-302-1/+3
* sfc: initialise max_[tx_]channels in efx_init_channels()Edward Cree2020-06-301-0/+3
* sfc: move definition of EFX_MC_STATS_GENERATION_INVALIDEdward Cree2020-06-303-3/+2
* sfc: factor out efx_tx_tso_header_length() and understand encapsulationEdward Cree2020-06-302-2/+16
* sfc: remove duplicate declaration of efx_enqueue_skb_tso()Edward Cree2020-06-304-7/+4
* sfc: commonise TSO fallback codeEdward Cree2020-06-303-29/+28
* sfc: commonise efx_sync_rx_buffer()Edward Cree2020-06-302-8/+9
* sfc: commonise some MAC configuration codeEdward Cree2020-06-303-15/+35
* sfc: commonise miscellaneous efx functionsEdward Cree2020-06-304-129/+138