summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: qed: correct existing SPDX tagsAlexander Lobakin2020-07-015-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
* 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
* 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
* net: dsa/b53: use resolved link config in mac_link_up()Russell King2020-06-301-9/+3
* net: dsa/b53: change b53_force_port_config() pause argumentRussell King2020-06-301-10/+15
* hinic: remove unused but set variableLuo bin2020-06-302-20/+0
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-06-3010-223/+414
|\
| * igc: Remove checking media type during MAC initializationSasha Neftin2020-06-301-5/+3
| * igc: Remove unneeded check for copper media typeSasha Neftin2020-06-301-2/+1
| * igc: Refactor the igc_power_down_link()Sasha Neftin2020-06-301-13/+3
| * igc: Remove TCP segmentation TX fail counterSasha Neftin2020-06-303-3/+0
| * igc: Add LPI countersSasha Neftin2020-06-302-0/+4
| * igc: Fix Rx timestamp disablingAndre Guedes2020-06-301-37/+17
| * igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes2020-06-301-50/+53
| * igc: Remove UDP filter setup in PTP codeAndre Guedes2020-06-301-50/+1
| * igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes2020-06-301-9/+7
| * igc: Remove duplicate code in Tx timestamp handlingAndre Guedes2020-06-301-19/+15
| * igc: Clean up Rx timestamping logicAndre Guedes2020-06-305-58/+5
| * igc: Add initial LTR supportSasha Neftin2020-06-305-0/+139
| * igc: Add initial EEE supportSasha Neftin2020-06-308-0/+189
* | mlxsw: spectrum_ethtool: Add link extended stateAmit Cohen2020-06-301-0/+145
* | mlxsw: reg: Port Diagnostics Database RegisterAmit Cohen2020-06-301-0/+51
* | mlxsw: spectrum_ethtool: Move mlxsw_sp_port_type_speed_ops structsAmit Cohen2020-06-303-660/+660
* | mlxsw: Move ethtool_ops to spectrum_ethtool.cAmit Cohen2020-06-304-875/+892
* | mlxsw: spectrum_dcb: Rename mlxsw_sp_port_headroom_set()Amit Cohen2020-06-301-3/+3
* | dpaa2-eth: add software counter for Tx frames converted to S/GIoana Ciornei2020-06-304-3/+11
* | dpaa2-eth: send a scatter-gather FD instead of realloc-ingIoana Ciornei2020-06-304-34/+160
* | sfc: extend common GRO interface to support CHECKSUM_COMPLETEEdward Cree2020-06-303-5/+10
* | sfc: commonise ARFS handlingEdward Cree2020-06-304-239/+238
* | sfc: commonise drain event handlingEdward Cree2020-06-303-10/+9
* | sfc: commonise PCI error handlersEdward Cree2020-06-303-91/+92
* | sfc: track which BAR is mappedEdward Cree2020-06-304-10/+18
* | sfc: commonise FC advertisingEdward Cree2020-06-304-27/+27
* | sfc: commonise other ethtool bitsEdward Cree2020-06-303-93/+101