summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-01iavf: Fix updating statisticsTony Nguyen1-1/+4
2020-07-01i40e: introduce new dump desc XDP commandCiara Loftus1-11/+48
2020-07-01i40e: add XDP ring statistics to dump VSI debug outputCiara Loftus1-0/+41
2020-07-01i40e: add XDP ring statistics to VSI statsCiara Loftus1-0/+19
2020-07-01i40e: move check of full Tx ring to outside of send loopMagnus Karlsson1-15/+5
2020-07-01i40e: eliminate division in napi_poll data pathMagnus Karlsson1-4/+10
2020-07-01i40e: optimize AF_XDP Tx completion pathMagnus Karlsson4-23/+27
2020-07-01iavf: fix error return code in iavf_init_get_resources()Wei Yongjun1-1/+3
2020-07-01i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski4-21/+133
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher43-151/+135
2020-06-30Merge branch 'cxgb4-add-mirror-action-support-for-TC-MATCHALL'David S. Miller8-49/+606
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-30Merge branch 'net-improve-devres-helpers'David S. Miller11-137/+174
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 Golaszewski4-1/+44
2020-06-30of: mdio: remove the 'extern' keyword from function declarationsBartosz Golaszewski1-19/+18
2020-06-30net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski5-87/+82
2020-06-30phy: mdio: add kerneldoc for __devm_mdiobus_register()Bartosz Golaszewski1-0/+7
2020-06-30phy: un-inline devm_mdiobus_register()Bartosz Golaszewski3-14/+21
2020-06-30Documentation: devres: add missing mdio helperBartosz Golaszewski1-0/+1
2020-06-30net: devres: rename the release callback of devm_register_netdev()Bartosz Golaszewski1-2/+2
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-30Merge branch 'net-qed-qede-license-cleanup'David S. Miller77-1915/+178
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 Lobakin66-0/+66
2020-06-30net: qed: convert to SPDX License IdentifiersAlexander Lobakin60-1680/+70
2020-06-30net: qed: correct existing SPDX tagsAlexander Lobakin7-7/+11
2020-06-30tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung1-2/+5
2020-06-30net/mlx5e: fix memory leak of tlsColin Ian King1-1/+3
2020-06-30mptcp: do nonce initialization at subflow creation timePaolo Abeni1-34/+20
2020-06-30net/tls: fix sign extension issue when left shifting u16 valueColin Ian King1-1/+1
2020-06-30Merge branch 'sfc-prerequisites-for-EF100-driver-part-2'David S. Miller22-290/+382
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