index
:
kernel/linux.git
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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-13
net: ethernet: stmmac: fix indentation issue
Colin Ian King
1
-1
/
+1
2019-11-12
net: stmmac: Implement UDP Segmentation Offload
Jose Abreu
1
-9
/
+23
2019-11-12
net: stmmac: Rework stmmac_rx()
Jose Abreu
1
-52
/
+94
2019-11-12
net: stmmac: tc: Remove the speed dependency
Jose Abreu
1
-2
/
+0
2019-11-12
net: stmmac: xgmac: Add C45 PHY support in the MDIO callbacks
Jose Abreu
1
-10
/
+48
2019-11-12
net: stmmac: gmac4+: Add Split Header support
Jose Abreu
5
-3
/
+46
2019-11-12
net: stmmac: Fix sparse warning
Jose Abreu
4
-5
/
+6
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
7
-78
/
+144
2019-11-08
net: ethernet: stmmac: Add support for syscfg clock
Christophe Roullier
1
-15
/
+8
2019-11-07
net: stmmac: Fix the TX IOC in xmit path
Jose Abreu
1
-30
/
+34
2019-11-07
net: stmmac: Fix TSO descriptor with Enhanced Addressing
Jose Abreu
1
-0
/
+1
2019-11-07
net: stmmac: Fix the packet count in stmmac_rx()
Jose Abreu
1
-2
/
+3
2019-11-07
net: stmmac: xgmac: Disable MMC interrupts by default
Jose Abreu
1
-2
/
+4
2019-11-07
net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AV
Jose Abreu
1
-0
/
+2
2019-11-07
net: stmmac: xgmac: Fix AV Feature detection
Jose Abreu
1
-1
/
+1
2019-11-07
net: stmmac: xgmac: Fix TSA selection
Jose Abreu
1
-0
/
+1
2019-11-07
net: stmmac: xgmac: Only get SPH header len if available
Jose Abreu
1
-1
/
+2
2019-11-07
net: stmmac: selftests: Prevent false positives in filter tests
Jose Abreu
1
-40
/
+94
2019-11-07
net: stmmac: xgmac: bitrev32 returns u32
Jose Abreu
1
-1
/
+1
2019-11-07
net: stmmac: gmac4: bitrev32 returns u32
Jose Abreu
1
-1
/
+1
2019-11-04
net: ethernet: stmmac: drop unused variable in stm32mp1_set_mode()
Christophe Roullier
1
-3
/
+3
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
9
-24
/
+39
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2019-10-22
net: stmmac: Fix the problem of tso_xmit
yuqi jin
1
-0
/
+1
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
7
-11
/
+24
2019-10-19
net: ethernet: dwmac-sun8i: show message only when switching to promisc
Mans Rullgard
1
-1
/
+2
2019-10-17
net: stmmac: fix argument to stmmac_pcs_ctrl_ane()
Ben Dooks (Codethink)
1
-1
/
+1
2019-10-16
net: stmmac: disable/enable ptp_ref_clk in suspend/resume flow
Biao Huang
1
-4
/
+8
2019-10-16
net: stmmac: make tc_flow_parsers static
Ben Dooks (Codethink)
1
-1
/
+1
2019-10-10
net: stmmac: Remove break after a return
Tiezhu Yang
1
-2
/
+0
2019-10-10
net: stmmac: dwmac-mediatek: fix wrong delay value issue when resume back
Biao Huang
1
-0
/
+27
2019-10-10
net: stmmac: fix disabling flexible PPS output
Antonio Borneo
1
-0
/
+1
2019-10-10
net: stmmac: fix length of PTP clock's name string
Antonio Borneo
1
-1
/
+1
2019-10-10
net: stmmac: add flexible PPS to dwmac 4.10a
Antonio Borneo
1
-0
/
+1
2019-10-06
net: stmmac: Implement L3/L4 Filters in GMAC4+
Jose Abreu
3
-0
/
+128
2019-10-06
net: stmmac: selftests: Add tests for VLAN Perfect Filtering
Jose Abreu
1
-37
/
+77
2019-10-06
net: stmmac: Fallback to VLAN Perfect filtering if HASH is not available
Jose Abreu
4
-9
/
+40
2019-10-06
net: stmmac: selftests: Fix L2 Hash Filter test
Jose Abreu
1
-2
/
+2
2019-10-06
net: stmmac: gmac4+: Not all Unicast addresses may be available
Jose Abreu
1
-1
/
+1
2019-10-06
net: stmmac: selftests: Check if filtering is available before running
Jose Abreu
1
-0
/
+7
2019-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-23
/
+32
2019-10-03
net: stmmac: Support enhanced addressing mode for DWMAC 4.10
Thierry Reding
4
-2
/
+34
2019-10-03
net: stmmac: Only enable enhanced addressing mode when needed
Thierry Reding
2
-1
/
+11
2019-10-03
net: stmmac: Avoid deadlock on suspend/resume
Thierry Reding
1
-4
/
+6
2019-10-01
net: stmmac: xgmac: Fix RSS writing wrong keys
Jose Abreu
1
-2
/
+3
2019-10-01
net: stmmac: xgmac: Fix RSS not writing all Keys to HW
Jose Abreu
1
-1
/
+1
2019-10-01
net: stmmac: xgmac: Disable the Timestamp interrupt by default
Jose Abreu
1
-1
/
+1
2019-10-01
net: stmmac: Do not stop PHY if WoL is enabled
Jose Abreu
1
-6
/
+12
2019-10-01
net: stmmac: Correctly take timestamp for PTPv2
Jose Abreu
1
-0
/
+1
2019-10-01
net: stmmac: dwmac4: Always update the MAC Hash Filter
Jose Abreu
1
-6
/
+7
[next]