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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
stmmac: fix DMA channel hang in half-duplex mode
Bhadram Varka
2018-06-20
1
-0
/
+10
*
net: stmmac: socfpga: add additional ocp reset line for Stratix10
Dinh Nguyen
2018-06-20
2
-5
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-16
4
-18
/
+27
|
\
|
*
net: stmmac: Run HWIF Quirks after getting HW caps
Jose Abreu
2018-06-15
3
-7
/
+10
|
*
stmmac: added support for 802.1ad vlan stripping
Elad Nachman
2018-06-15
1
-8
/
+13
|
*
net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_prob...
Christophe JAILLET
2018-06-13
1
-3
/
+4
*
|
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-13
1
-2
/
+2
|
/
*
net: stmmac: fix build failure due to missing COMMON_CLK dependency
Corentin Labbe
2018-06-08
1
-5
/
+5
*
net: stmmac: Add Flexible PPS support
Jose Abreu
2018-06-04
10
-3
/
+145
*
net: stmmac: add dwmac-4.20a compatible
Christophe Roullier
2018-05-29
1
-1
/
+2
*
net: ethernet: stmmac: add adaptation for stm32mp157c.
Christophe Roullier
2018-05-29
1
-15
/
+252
*
net: stmmac: Use mutex instead of spinlock
Thierry Reding
2018-05-29
3
-24
/
+21
*
net: stmmac: Populate missing callbacks in HWIF initialization
Jose Abreu
2018-05-18
1
-16
/
+22
*
net: stmmac: Remove if condition by taking advantage of hwif return code
Jose Abreu
2018-05-18
1
-12
/
+11
*
net: stmmac: Let descriptor code get skbuff address
Jose Abreu
2018-05-18
5
-5
/
+23
*
net: stmmac: Uniformize set_rx_owner()
Jose Abreu
2018-05-18
5
-13
/
+10
*
net: stmmac: Remove uneeded check for GMAC version in stmmac_xmit
Jose Abreu
2018-05-18
2
-6
/
+2
*
net: stmmac: Uniformize the use of dma_init_* callbacks
Jose Abreu
2018-05-18
6
-61
/
+85
*
net: stmmac: Move PTP and MMC base address calculation to hwif.c
Jose Abreu
2018-05-18
3
-8
/
+39
*
net: stmmac: Remove uneeded checks for GMAC version
Jose Abreu
2018-05-18
1
-11
/
+5
*
net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacks
Jose Abreu
2018-05-18
5
-86
/
+86
*
net: stmmac: Let descriptor code clear the descriptor
Jose Abreu
2018-05-18
5
-8
/
+26
*
net: stmmac: Let descriptor code set skbuff address
Jose Abreu
2018-05-18
5
-19
/
+29
*
net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit
Jose Abreu
2018-05-18
2
-1
/
+5
*
net: stmmac: Enable OSP for GMAC4
Jose Abreu
2018-05-18
1
-0
/
+4
*
net: stmmac: Remove useless test before clk_disable_unprepare
YueHaibing
2018-05-16
1
-17
/
+7
*
drivers: net: Remove device_node checks with of_mdiobus_register()
Florian Fainelli
2018-05-16
1
-4
/
+1
*
net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoC
Chen-Yu Tsai
2018-05-14
1
-0
/
+17
*
net: stmmac: dwmac-sun8i: Support different ranges for TX/RX delay chains
Chen-Yu Tsai
2018-05-14
1
-9
/
+23
*
net: stmmac: dwmac-sun8i: Allow getting syscon regmap from external device
Chen-Yu Tsai
2018-05-14
1
-1
/
+49
*
net: stmmac: dwmac-sun8i: Use regmap_field for syscon register access
Chen-Yu Tsai
2018-05-14
1
-11
/
+31
*
net: stmmac: Add support for U32 TC filter using Flexible RX Parser
Jose Abreu
2018-05-10
12
-3
/
+636
*
net: stmmac: Avoid VLA usage
Kees Cook
2018-05-02
1
-1
/
+5
*
net: stmmac: dwmac-meson: extend phy mode setting
Yixun Lan
2018-05-01
1
-16
/
+104
*
net: stmmac: Implement logic to automatically select HW Interface
Jose Abreu
2018-04-23
11
-164
/
+279
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-21
3
-9
/
+7
|
\
|
*
net: stmmac: Disable ACS Feature for GMAC >= 4
Jose Abreu
2018-04-19
3
-9
/
+7
*
|
net: stmmac: Switch stmmac_mode_ops to generic HW Interface Helpers
Jose Abreu
2018-04-17
5
-58
/
+68
*
|
net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface Helpers
Jose Abreu
2018-04-17
5
-50
/
+56
*
|
net: stmmac: Switch stmmac_ops to generic HW Interface Helpers
Jose Abreu
2018-04-17
6
-188
/
+235
*
|
net: stmmac: Switch stmmac_dma_ops to generic HW Interface Helpers
Jose Abreu
2018-04-17
4
-145
/
+172
*
|
net: stmmac: Switch stmmac_desc_ops to generic HW Interface Helpers
Jose Abreu
2018-04-17
8
-136
/
+195
|
/
*
net: stmmac: dwmac-meson8b: Add support for the Meson8m2 SoC
Martin Blumenstingl
2018-04-01
1
-2
/
+3
*
net: stmmac: Add support for DWMAC5 and implement Safety Features
Jose Abreu
2018-03-30
10
-3
/
+494
*
net: stmmac: Rework and fix TX Timeout code
Jose Abreu
2018-03-30
2
-5
/
+73
*
ethernet: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-13
/
+13
*
net: stmmac: make dwmac4_release_tx_desc() clear all descriptor fields
Niklas Cassel
2018-02-27
1
-0
/
+2
*
net: stmmac: ensure that the device has released ownership before reading data
Niklas Cassel
2018-02-27
1
-0
/
+5
*
net: stmmac: use correct barrier between coherent memory and MMIO
Niklas Cassel
2018-02-27
1
-2
/
+2
*
net: stmmac: ensure that the MSS desc is the last desc to set the own bit
Niklas Cassel
2018-02-27
1
-1
/
+8
[next]