index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-01
net: qed: update copyright years
Alexander Lobakin
48
-0
/
+48
2020-07-01
net: qed: convert to SPDX License Identifiers
Alexander Lobakin
44
-1232
/
+52
2020-07-01
net: qed: correct existing SPDX tags
Alexander Lobakin
5
-5
/
+8
2020-06-30
net/mlx5e: fix memory leak of tls
Colin Ian King
1
-1
/
+3
2020-06-30
sfc: don't call tx_remove if there isn't one
Edward Cree
1
-1
/
+2
2020-06-30
sfc: commonise initialisation of efx->vport_id
Edward Cree
2
-2
/
+1
2020-06-30
sfc: commonise efx->[rt]xq_entries initialisation
Edward Cree
2
-1
/
+3
2020-06-30
sfc: initialise max_[tx_]channels in efx_init_channels()
Edward Cree
1
-0
/
+3
2020-06-30
sfc: move definition of EFX_MC_STATS_GENERATION_INVALID
Edward Cree
3
-3
/
+2
2020-06-30
sfc: factor out efx_tx_tso_header_length() and understand encapsulation
Edward Cree
2
-2
/
+16
2020-06-30
sfc: remove duplicate declaration of efx_enqueue_skb_tso()
Edward Cree
4
-7
/
+4
2020-06-30
sfc: commonise TSO fallback code
Edward Cree
3
-29
/
+28
2020-06-30
sfc: commonise efx_sync_rx_buffer()
Edward Cree
2
-8
/
+9
2020-06-30
sfc: commonise some MAC configuration code
Edward Cree
3
-15
/
+35
2020-06-30
sfc: commonise miscellaneous efx functions
Edward Cree
4
-129
/
+138
2020-06-30
sfc: add missing licence info to mcdi_filters.c
Edward Cree
1
-0
/
+11
2020-06-30
sfc: commonise MCDI MAC stats handling
Edward Cree
3
-89
/
+109
2020-06-30
sfc: move NIC-specific mcdi_port declarations out of common header
Edward Cree
5
-4
/
+21
2020-06-30
net: dsa/bcm_sf2: move pause mode setting into mac_link_up()
Russell King
1
-7
/
+15
2020-06-30
net: dsa/bcm_sf2: move speed/duplex forcing to mac_link_up()
Russell King
1
-27
/
+16
2020-06-30
net: dsa/bcm_sf2: fix incorrect usage of state->link
Russell King
1
-2
/
+26
2020-06-30
net: dsa/b53: use resolved link config in mac_link_up()
Russell King
1
-9
/
+3
2020-06-30
net: dsa/b53: change b53_force_port_config() pause argument
Russell King
1
-10
/
+15
2020-06-30
hinic: remove unused but set variable
Luo bin
2
-20
/
+0
2020-06-30
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
10
-223
/
+414
2020-06-30
igc: Remove checking media type during MAC initialization
Sasha Neftin
1
-5
/
+3
2020-06-30
igc: Remove unneeded check for copper media type
Sasha Neftin
1
-2
/
+1
2020-06-30
igc: Refactor the igc_power_down_link()
Sasha Neftin
1
-13
/
+3
2020-06-30
igc: Remove TCP segmentation TX fail counter
Sasha Neftin
3
-3
/
+0
2020-06-30
igc: Add LPI counters
Sasha Neftin
2
-0
/
+4
2020-06-30
igc: Fix Rx timestamp disabling
Andre Guedes
1
-37
/
+17
2020-06-30
igc: Refactor igc_ptp_set_timestamp_mode()
Andre Guedes
1
-50
/
+53
2020-06-30
igc: Remove UDP filter setup in PTP code
Andre Guedes
1
-50
/
+1
2020-06-30
igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skb
Andre Guedes
1
-9
/
+7
2020-06-30
igc: Remove duplicate code in Tx timestamp handling
Andre Guedes
1
-19
/
+15
2020-06-30
igc: Clean up Rx timestamping logic
Andre Guedes
5
-58
/
+5
2020-06-30
igc: Add initial LTR support
Sasha Neftin
5
-0
/
+139
2020-06-30
mlxsw: spectrum_ethtool: Add link extended state
Amit Cohen
1
-0
/
+145
2020-06-30
mlxsw: reg: Port Diagnostics Database Register
Amit Cohen
1
-0
/
+51
2020-06-30
mlxsw: spectrum_ethtool: Move mlxsw_sp_port_type_speed_ops structs
Amit Cohen
3
-660
/
+660
2020-06-30
mlxsw: Move ethtool_ops to spectrum_ethtool.c
Amit Cohen
4
-875
/
+892
2020-06-30
mlxsw: spectrum_dcb: Rename mlxsw_sp_port_headroom_set()
Amit Cohen
1
-3
/
+3
2020-06-30
igc: Add initial EEE support
Sasha Neftin
8
-0
/
+189
2020-06-30
dpaa2-eth: add software counter for Tx frames converted to S/G
Ioana Ciornei
4
-3
/
+11
2020-06-30
dpaa2-eth: send a scatter-gather FD instead of realloc-ing
Ioana Ciornei
4
-34
/
+160
2020-06-30
sfc: extend common GRO interface to support CHECKSUM_COMPLETE
Edward Cree
3
-5
/
+10
2020-06-30
sfc: commonise ARFS handling
Edward Cree
4
-239
/
+238
2020-06-30
sfc: commonise drain event handling
Edward Cree
3
-10
/
+9
2020-06-30
sfc: commonise PCI error handlers
Edward Cree
3
-91
/
+92
2020-06-30
sfc: track which BAR is mapped
Edward Cree
4
-10
/
+18
[next]