summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2020-06-30pcnet32: Mark PM functions as __maybe_unusedNathan Chancellor
2020-06-30amd8111e: Mark PM functions as __maybe_unusedNathan Chancellor
2020-06-30net: ethernet: mtk-star-emac: use devm_of_mdiobus_register()Bartosz Golaszewski
2020-06-30of: mdio: provide devm_of_mdiobus_register()Bartosz Golaszewski
2020-06-30net: phy: don't abuse devres in devm_mdiobus_register()Bartosz Golaszewski
2020-06-30phy: mdio: add kerneldoc for __devm_mdiobus_register()Bartosz Golaszewski
2020-06-30phy: un-inline devm_mdiobus_register()Bartosz Golaszewski
2020-06-30net: ethernet: ixgbe: don't call devm_mdiobus_free()Bartosz Golaszewski
2020-06-30net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski
2020-06-30cxgb4vf: configure ports accessible by the VFNirranjan Kirubaharan
2020-06-30net: qede: update copyright yearsAlexander Lobakin
2020-06-30net: qede: convert to SPDX License IdentifiersAlexander Lobakin
2020-06-30net: qede: correct existing SPDX tagsAlexander Lobakin
2020-06-30net: qed: update copyright yearsAlexander Lobakin
2020-06-30net: qed: convert to SPDX License IdentifiersAlexander Lobakin
2020-06-30net: qed: correct existing SPDX tagsAlexander Lobakin
2020-06-30net/mlx5e: fix memory leak of tlsColin Ian King
2020-06-30sfc: don't call tx_remove if there isn't oneEdward Cree
2020-06-30sfc: commonise initialisation of efx->vport_idEdward Cree
2020-06-30sfc: commonise efx->[rt]xq_entries initialisationEdward Cree
2020-06-30sfc: initialise max_[tx_]channels in efx_init_channels()Edward Cree
2020-06-30sfc: move definition of EFX_MC_STATS_GENERATION_INVALIDEdward Cree
2020-06-30sfc: factor out efx_tx_tso_header_length() and understand encapsulationEdward Cree
2020-06-30sfc: remove duplicate declaration of efx_enqueue_skb_tso()Edward Cree
2020-06-30sfc: commonise TSO fallback codeEdward Cree
2020-06-30sfc: commonise efx_sync_rx_buffer()Edward Cree
2020-06-30sfc: commonise some MAC configuration codeEdward Cree
2020-06-30sfc: commonise miscellaneous efx functionsEdward Cree
2020-06-30sfc: add missing licence info to mcdi_filters.cEdward Cree
2020-06-30sfc: commonise MCDI MAC stats handlingEdward Cree
2020-06-30sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree
2020-06-30net: dsa/bcm_sf2: move pause mode setting into mac_link_up()Russell King
2020-06-30net: dsa/bcm_sf2: move speed/duplex forcing to mac_link_up()Russell King
2020-06-30net: dsa/bcm_sf2: fix incorrect usage of state->linkRussell King
2020-06-30net: dsa/b53: use resolved link config in mac_link_up()Russell King
2020-06-30net: dsa/b53: change b53_force_port_config() pause argumentRussell King
2020-06-30hinic: remove unused but set variableLuo bin
2020-06-30Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2020-06-29igc: Remove checking media type during MAC initializationSasha Neftin
2020-06-29igc: Remove unneeded check for copper media typeSasha Neftin
2020-06-29igc: Refactor the igc_power_down_link()Sasha Neftin
2020-06-29igc: Remove TCP segmentation TX fail counterSasha Neftin
2020-06-29igc: Add LPI countersSasha Neftin
2020-06-29igc: Fix Rx timestamp disablingAndre Guedes
2020-06-29igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes
2020-06-29igc: Remove UDP filter setup in PTP codeAndre Guedes
2020-06-29igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes
2020-06-29igc: Remove duplicate code in Tx timestamp handlingAndre Guedes
2020-06-29igc: Clean up Rx timestamping logicAndre Guedes
2020-06-29igc: Add initial LTR supportSasha Neftin