index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-17
1
-4
/
+8
|
\
|
*
net: stmmac: Hold rtnl lock in suspend/resume callbacks
Jose Abreu
2019-09-16
1
-4
/
+8
*
|
net: stmmac: socfpga: re-use the `interface` parameter from platform data
Alexandru Ardelean
2019-09-16
1
-5
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-15
1
-1
/
+6
|
\
|
|
*
net: stmmac: dwmac-sun8i: Variable "val" in function sun8i_dwmac_set_syscon()...
Yizhuo
2019-09-02
1
-1
/
+6
*
|
net: stmmac: pci: Add HAPS support using GMAC5
Jose Abreu
2019-09-12
1
-0
/
+71
*
|
net: stmmac: implement support for passive mode converters via dt
Alexandru Ardelean
2019-09-11
2
-2
/
+34
*
|
net: stmmac: ARP Offload for GMAC4+ Cores
Jose Abreu
2019-09-11
3
-0
/
+23
*
|
net: stmmac: Add support for VLAN Insertion Offload in GMAC4+
Jose Abreu
2019-09-11
5
-0
/
+66
*
|
net: stmmac: Add support for SA Insertion/Replacement in GMAC4+
Jose Abreu
2019-09-11
5
-0
/
+26
*
|
net: stmmac: xgmac: Reinitialize correctly a variable
Jose Abreu
2019-09-11
1
-1
/
+1
*
|
net: stmmac: Add VLAN HASH filtering support in GMAC4+
Jose Abreu
2019-09-11
3
-1
/
+43
*
|
net: stmmac: Prevent divide-by-zero
Jose Abreu
2019-09-11
1
-1
/
+3
*
|
net: stmmac: Limit max speeds of XGMAC if asked to
Jose Abreu
2019-09-07
1
-9
/
+16
*
|
net: stmmac: selftests: Add Split Header test
Jose Abreu
2019-09-07
1
-0
/
+42
*
|
net: stmmac: dwmac4: Enable RX Jumbo frame support
Jose Abreu
2019-09-07
2
-7
/
+2
*
|
net: stmmac: selftests: Set RX tail pointer in Flow Control test
Jose Abreu
2019-09-07
1
-0
/
+6
*
|
net: stmmac: selftests: Add missing checks for support of SA
Jose Abreu
2019-09-07
1
-0
/
+12
*
|
stmmac: platform: adjust messages and move to dev level
Andy Shevchenko
2019-09-06
1
-9
/
+13
*
|
net: stmmac: selftests: Add Jumbo Frame tests
Jose Abreu
2019-09-05
1
-3
/
+62
*
|
net: stmmac: xgmac: Enable RX Jumbo frame support
Jose Abreu
2019-09-05
2
-12
/
+2
*
|
net: stmmac: Correctly assing MAX MTU in XGMAC cores case
Jose Abreu
2019-09-05
1
-3
/
+3
*
|
net: stmmac: xgmac: Correct RAVSEL field interpretation
Jose Abreu
2019-09-05
1
-1
/
+1
*
|
net: stmmac: ethtool: Let user configure TX coalesce without RIWT
Jose Abreu
2019-09-05
1
-12
/
+9
*
|
net: stmmac: Only consider RX error when HW Timestamping is not enabled
Jose Abreu
2019-09-05
1
-1
/
+2
*
|
net: stmmac: selftests: Implement the ARP Offload test
Jose Abreu
2019-09-05
1
-0
/
+110
*
|
net: stmmac: xgmac: Implement ARP Offload
Jose Abreu
2019-09-05
4
-0
/
+22
*
|
net: stmmac: selftests: Add selftest for L3/L4 Filters
Jose Abreu
2019-09-05
1
-1
/
+285
*
|
net: stmmac: Implement L3/L4 Filters using TC Flower
Jose Abreu
2019-09-05
8
-2
/
+488
*
|
net: stmmac: Do not return error code in TC Initialization
Jose Abreu
2019-09-05
1
-1
/
+2
*
|
net: stmmac: xgmac: Add RBU handling in DMA interrupt
Jose Abreu
2019-09-05
1
-0
/
+4
*
|
net: stmmac: selftests: Return proper error code to userspace
Jose Abreu
2019-09-05
1
-11
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-02
1
-4
/
+2
|
\
|
|
*
net: stmmac: dwmac-rk: Don't fail if phy regulator is absent
Chen-Yu Tsai
2019-08-30
1
-4
/
+2
*
|
net: stmmac: depend on COMMON_CLK
Stephen Rothwell
2019-08-30
1
-0
/
+1
*
|
net: stmmac: setup higher frequency clk support for EHL & TGL
Voon Weifeng
2019-08-28
2
-0
/
+24
*
|
net: stmmac: add EHL RGMII 1Gbps PCI info and PCI ID
Voon Weifeng
2019-08-28
1
-0
/
+15
*
|
net: stmmac: add TGL SGMII 1Gbps PCI info and PCI ID
Voon Weifeng
2019-08-28
1
-0
/
+29
*
|
net: stmmac: add EHL SGMII 1Gbps PCI info and PCI ID
Voon Weifeng
2019-08-28
1
-0
/
+107
*
|
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-23
1
-2
/
+1
*
|
net: stmmac: dwc-qos: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-21
1
-3
/
+1
*
|
net: stmmac: dwmac-anarion: use devm_platform_ioremap_resource() to simplify ...
YueHaibing
2019-08-21
1
-3
/
+1
*
|
net: stmmac: dwmac-meson: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-21
1
-3
/
+1
*
|
net: stmmac: dwmac-meson8b: use devm_platform_ioremap_resource() to simplify ...
YueHaibing
2019-08-21
1
-3
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-1
/
+1
|
\
|
|
*
net: sched: use major priority number as hardware priority
Pablo Neira Ayuso
2019-08-18
1
-1
/
+1
*
|
net: stmmac: selftests: Add selftest for VLAN TX Offload
Jose Abreu
2019-08-17
1
-2
/
+94
*
|
net: stmmac: Add support for VLAN Insertion Offload
Jose Abreu
2019-08-17
7
-1
/
+135
*
|
net: stmmac: xgmac: Add EEE support
Jose Abreu
2019-08-17
3
-5
/
+83
*
|
net: stmmac: selftests: Add tests for SA Insertion/Replacement
Jose Abreu
2019-08-17
1
-1
/
+97
[next]