summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/packet: remove redundant initialization of variable errColin Ian King2020-07-011-1/+1
* Merge branch 'cxgb4-add-mirror-action-support-for-TC-MATCHALL'David S. Miller2020-07-018-49/+606
|\
| * cxgb4: add main VI to mirror VI config replicationRahul Lakkireddy2020-07-013-17/+121
| * cxgb4: add support for mirror RxqsRahul Lakkireddy2020-07-013-22/+288
| * cxgb4: add mirror action to TC-MATCHALL offloadRahul Lakkireddy2020-07-017-10/+197
|/
* pcnet32: Mark PM functions as __maybe_unusedNathan Chancellor2020-07-011-2/+2
* amd8111e: Mark PM functions as __maybe_unusedNathan Chancellor2020-07-011-2/+2
* Merge branch 'net-improve-devres-helpers'David S. Miller2020-07-0111-137/+174
|\
| * net: ethernet: mtk-star-emac: use devm_of_mdiobus_register()Bartosz Golaszewski2020-07-011-12/+1
| * of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski2020-07-014-1/+44
| * of: mdio: remove the 'extern' keyword from function declarationsBartosz Golaszewski2020-07-011-19/+18
| * net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski2020-07-015-87/+82
| * phy: mdio: add kerneldoc for __devm_mdiobus_register()Bartosz Golaszewski2020-07-011-0/+7
| * phy: un-inline devm_mdiobus_register()Bartosz Golaszewski2020-07-013-14/+21
| * Documentation: devres: add missing mdio helperBartosz Golaszewski2020-07-011-0/+1
| * net: devres: rename the release callback of devm_register_netdev()Bartosz Golaszewski2020-07-011-2/+2
| * net: ethernet: ixgbe: don't call devm_mdiobus_free()Bartosz Golaszewski2020-07-011-11/+3
| * net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski2020-07-011-1/+5
|/
* cxgb4vf: configure ports accessible by the VFNirranjan Kirubaharan2020-07-013-12/+43
* Merge branch 'net-qed-qede-license-cleanup'David S. Miller2020-07-0177-1915/+178
|\
| * net: qede: update copyright yearsAlexander Lobakin2020-07-0110-2/+12
| * net: qede: convert to SPDX License IdentifiersAlexander Lobakin2020-07-018-224/+16
| * net: qede: correct existing SPDX tagsAlexander Lobakin2020-07-012-2/+3
| * net: qed: update copyright yearsAlexander Lobakin2020-07-0166-0/+66
| * net: qed: convert to SPDX License IdentifiersAlexander Lobakin2020-07-0160-1680/+70
| * net: qed: correct existing SPDX tagsAlexander Lobakin2020-07-017-7/+11
|/
* tcp: call tcp_ack_tstamp() when not fully ackedYousuk Seung2020-06-301-2/+5
* net/mlx5e: fix memory leak of tlsColin Ian King2020-06-301-1/+3
* mptcp: do nonce initialization at subflow creation timePaolo Abeni2020-06-301-34/+20
* net/tls: fix sign extension issue when left shifting u16 valueColin Ian King2020-06-301-1/+1
* Merge branch 'sfc-prerequisites-for-EF100-driver-part-2'David S. Miller2020-06-3022-290/+382
|\
| * 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
| * sfc: add missing licence info to mcdi_filters.cEdward Cree2020-06-301-0/+11
| * sfc: commonise MCDI MAC stats handlingEdward Cree2020-06-303-89/+109
| * sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree2020-06-305-4/+21
|/
* Merge branch 'Convert-Broadcom-SF2-to-mac_link_up-resolved-state'David S. Miller2020-06-301-34/+55
|\
| * net: dsa/bcm_sf2: move pause mode setting into mac_link_up()Russell King2020-06-301-7/+15
| * net: dsa/bcm_sf2: move speed/duplex forcing to mac_link_up()Russell King2020-06-301-27/+16
| * net: dsa/bcm_sf2: fix incorrect usage of state->linkRussell King2020-06-301-2/+26
|/
* Merge branch 'Convert-Broadcom-B53-to-mac_link_up-resolved-state'David S. Miller2020-06-301-16/+15
|\