aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-30sfc: commonise miscellaneous efx functionsEdward Cree4-129/+138
2020-06-30sfc: add missing licence info to mcdi_filters.cEdward Cree1-0/+11
2020-06-30sfc: commonise MCDI MAC stats handlingEdward Cree3-89/+109
2020-06-30sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree5-4/+21
2020-06-30Merge branch 'Convert-Broadcom-SF2-to-mac_link_up-resolved-state'David S. Miller1-34/+55
2020-06-30net: dsa/bcm_sf2: move pause mode setting into mac_link_up()Russell King1-7/+15
2020-06-30net: dsa/bcm_sf2: move speed/duplex forcing to mac_link_up()Russell King1-27/+16
2020-06-30net: dsa/bcm_sf2: fix incorrect usage of state->linkRussell King1-2/+26
2020-06-30Merge branch 'Convert-Broadcom-B53-to-mac_link_up-resolved-state'David S. Miller1-16/+15
2020-06-30net: dsa/b53: use resolved link config in mac_link_up()Russell King1-9/+3
2020-06-30net: dsa/b53: change b53_force_port_config() pause argumentRussell King1-10/+15
2020-06-30Merge tag 'batadv-next-for-davem-20200630' of git://git.open-mesh.org/linux-mergeDavid S. Miller24-128/+156
2020-06-30net: dsa: Improve subordinate PHY error messageFlorian Fainelli1-1/+2
2020-06-30hinic: remove unused but set variableLuo bin2-20/+0
2020-06-30Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-223/+414
2020-06-29igc: Remove checking media type during MAC initializationSasha Neftin1-5/+3
2020-06-29igc: Remove unneeded check for copper media typeSasha Neftin1-2/+1
2020-06-29igc: Refactor the igc_power_down_link()Sasha Neftin1-13/+3
2020-06-29igc: Remove TCP segmentation TX fail counterSasha Neftin3-3/+0
2020-06-29igc: Add LPI countersSasha Neftin2-0/+4
2020-06-29igc: Fix Rx timestamp disablingAndre Guedes1-37/+17
2020-06-29igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes1-50/+53
2020-06-29igc: Remove UDP filter setup in PTP codeAndre Guedes1-50/+1
2020-06-29igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes1-9/+7
2020-06-29igc: Remove duplicate code in Tx timestamp handlingAndre Guedes1-19/+15
2020-06-29igc: Clean up Rx timestamping logicAndre Guedes5-58/+5
2020-06-29igc: Add initial LTR supportSasha Neftin5-0/+139
2020-06-29Merge branch 'Add-ethtool-extended-link-state'David S. Miller15-1563/+2140
2020-06-29selftests: forwarding: Add tests for ethtool extended stateAmit Cohen1-0/+102
2020-06-29selftests: forwarding: forwarding.config.sample: Add port with no cable connectedAmit Cohen1-0/+3
2020-06-29selftests: forwarding: ethtool: Move different_speeds_get() to ethtool_libAmit Cohen2-17/+17
2020-06-29mlxsw: spectrum_ethtool: Add link extended stateAmit Cohen1-0/+145
2020-06-29mlxsw: reg: Port Diagnostics Database RegisterAmit Cohen1-0/+51
2020-06-29ethtool: Add link extended stateAmit Cohen4-4/+143