index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Commit message (
Expand
)
Author
Age
Files
Lines
*
dpaa_eth: Use random MAC address when none is given
Madalin Bucur
2020-03-08
1
-2
/
+14
*
fsl/fman: tolerate missing MAC address in device tree
Madalin Bucur
2020-03-08
4
-25
/
+18
*
fsl/fman: reuse set_mac_address() in dtsec init()
Madalin Bucur
2020-03-08
1
-25
/
+19
*
bnxt_en: Call devlink_port_type_clear() in remove()
Vasundhara Volam
2020-03-08
1
-0
/
+2
*
bnxt_en: Return -EAGAIN if fw command returns BUSY
Vasundhara Volam
2020-03-08
1
-0
/
+1
*
bnxt_en: Modify some bnxt_hwrm_*_free() functions to void.
Vasundhara Volam
2020-03-08
1
-18
/
+11
*
bnxt_en: Remove unnecessary assignment of return code
Vasundhara Volam
2020-03-08
4
-44
/
+21
*
bnxt_en: Clear DCB settings after firmware reset.
Michael Chan
2020-03-08
1
-0
/
+1
*
bnxt_en: Process the NQ under NAPI continuous polling.
Michael Chan
2020-03-08
1
-9
/
+4
*
bnxt_en: Simplify __bnxt_poll_cqs_done().
Michael Chan
2020-03-08
1
-8
/
+7
*
bnxt_en: Handle all NQ notifications in bnxt_poll_p5().
Michael Chan
2020-03-08
1
-3
/
+4
*
net: rmnet: set NETIF_F_LLTX flag
Taehee Yoo
2020-03-08
1
-0
/
+2
*
cxgb4/chcr: Add ipv6 support and statistics
Rohit Maheshwari
2020-03-08
2
-0
/
+55
*
cxgb4/chcr: complete record tx handling
Rohit Maheshwari
2020-03-08
3
-0
/
+45
*
cxgb4/chcr: Save tx keys and handle HW response
Rohit Maheshwari
2020-03-08
4
-5
/
+52
*
cxgb4/chcr : Register to tls add and del callback
Rohit Maheshwari
2020-03-08
4
-0
/
+40
*
flow_offload: introduce "disabled" HW stats type and allow it in mlxsw
Jiri Pirko
2020-03-08
1
-1
/
+1
*
mlxsw: spectrum_acl: Ask device for rule stats only if counter was created
Jiri Pirko
2020-03-08
2
-10
/
+19
*
flow_offload: introduce "delayed" HW stats type and allow it in mlx5
Jiri Pirko
2020-03-08
1
-2
/
+4
*
flow_offload: introduce "immediate" HW stats type and allow it in mlxsw
Jiri Pirko
2020-03-08
1
-1
/
+2
*
mlxsw: restrict supported HW stats type to "any"
Jiri Pirko
2020-03-08
1
-4
/
+10
*
mlxsw: spectrum_flower: Do not allow mixing HW stats types for actions
Jiri Pirko
2020-03-08
1
-0
/
+2
*
flow_offload: check for basic action hw stats type
Jiri Pirko
2020-03-08
10
-11
/
+54
*
ocelot_flower: use flow_offload_has_one_action() helper
Jiri Pirko
2020-03-08
1
-1
/
+1
*
nfp: Use pci_get_dsn()
Jacob Keller
2020-03-05
1
-15
/
+9
*
ixgbe: Use pci_get_dsn()
Jacob Keller
2020-03-05
1
-12
/
+5
*
ice: Use pci_get_dsn()
Jacob Keller
2020-03-05
1
-20
/
+12
*
bnxt_en: Use pci_get_dsn()
Jacob Keller
2020-03-05
1
-10
/
+6
*
ibmveth: Remove unused page_offset macro
Matthew Wilcox (Oracle)
2020-03-05
1
-2
/
+0
*
bcm63xx_enet: remove redundant variable definitions
tangbin
2020-03-05
1
-1
/
+0
*
net: tulip: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-05
1
-1
/
+1
*
mlxsw: spectrum_qdisc: Support offloading of FIFO Qdisc
Petr Machata
2020-03-05
3
-1
/
+149
*
mlxsw: spectrum_qdisc: Add handle parameter to ..._ops.replace
Petr Machata
2020-03-05
1
-9
/
+9
*
mlxsw: spectrum_qdisc: Introduce struct mlxsw_sp_qdisc_state
Petr Machata
2020-03-05
2
-44
/
+45
*
e1000e: reject unsupported coalescing params
Jakub Kicinski
2020-03-05
1
-0
/
+1
*
mlx5: reject unsupported coalescing params
Jakub Kicinski
2020-03-05
3
-0
/
+12
*
bnxt: reject unsupported coalescing params
Jakub Kicinski
2020-03-05
1
-0
/
+6
*
ice: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-05
1
-56
/
+3
*
hisilicon: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-05
1
-14
/
+2
*
ionic: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-05
1
-22
/
+1
*
nfp: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-05
1
-20
/
+2
*
stmmac: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-05
1
-14
/
+2
*
enic: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-05
1
-19
/
+4
*
xgbe: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-05
1
-24
/
+2
*
net: rmnet: use GFP_KERNEL instead of GFP_ATOMIC
Taehee Yoo
2020-03-05
1
-2
/
+2
*
net: rmnet: print error message when command fails
Taehee Yoo
2020-03-05
3
-16
/
+29
*
net: rmnet: add missing module alias
Taehee Yoo
2020-03-05
1
-0
/
+1
*
net: sun: use pci_status_get_and_clear_errors
Heiner Kallweit
2020-03-04
2
-39
/
+19
*
r8169: use pci_status_get_and_clear_errors
Heiner Kallweit
2020-03-04
1
-9
/
+6
*
PCI: Add constant PCI_STATUS_ERROR_BITS
Heiner Kallweit
2020-03-04
2
-14
/
+0
[next]