index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-04
net: stmmac: Add Flexible PPS support
Jose Abreu
10
-3
/
+145
2018-05-28
net: stmmac: add dwmac-4.20a compatible
Christophe Roullier
1
-1
/
+2
2018-05-28
net: ethernet: stmmac: add adaptation for stm32mp157c.
Christophe Roullier
1
-15
/
+252
2018-05-28
net: stmmac: Use mutex instead of spinlock
Thierry Reding
3
-24
/
+21
2018-05-18
net: stmmac: Populate missing callbacks in HWIF initialization
Jose Abreu
1
-16
/
+22
2018-05-18
net: stmmac: Remove if condition by taking advantage of hwif return code
Jose Abreu
1
-12
/
+11
2018-05-18
net: stmmac: Let descriptor code get skbuff address
Jose Abreu
5
-5
/
+23
2018-05-18
net: stmmac: Uniformize set_rx_owner()
Jose Abreu
5
-13
/
+10
2018-05-18
net: stmmac: Remove uneeded check for GMAC version in stmmac_xmit
Jose Abreu
2
-6
/
+2
2018-05-18
net: stmmac: Uniformize the use of dma_init_* callbacks
Jose Abreu
6
-61
/
+85
2018-05-18
net: stmmac: Move PTP and MMC base address calculation to hwif.c
Jose Abreu
3
-8
/
+39
2018-05-18
net: stmmac: Remove uneeded checks for GMAC version
Jose Abreu
1
-11
/
+5
2018-05-18
net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacks
Jose Abreu
5
-86
/
+86
2018-05-18
net: stmmac: Let descriptor code clear the descriptor
Jose Abreu
5
-8
/
+26
2018-05-18
net: stmmac: Let descriptor code set skbuff address
Jose Abreu
5
-19
/
+29
2018-05-18
net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit
Jose Abreu
2
-1
/
+5
2018-05-18
net: stmmac: Enable OSP for GMAC4
Jose Abreu
1
-0
/
+4
2018-05-16
net: stmmac: Remove useless test before clk_disable_unprepare
YueHaibing
1
-17
/
+7
2018-05-16
drivers: net: Remove device_node checks with of_mdiobus_register()
Florian Fainelli
1
-4
/
+1
2018-05-14
net: stmmac: dwmac-sun8i: Add support for GMAC on Allwinner R40 SoC
Chen-Yu Tsai
1
-0
/
+17
2018-05-14
net: stmmac: dwmac-sun8i: Support different ranges for TX/RX delay chains
Chen-Yu Tsai
1
-9
/
+23
2018-05-14
net: stmmac: dwmac-sun8i: Allow getting syscon regmap from external device
Chen-Yu Tsai
1
-1
/
+49
2018-05-14
net: stmmac: dwmac-sun8i: Use regmap_field for syscon register access
Chen-Yu Tsai
1
-11
/
+31
2018-05-10
net: stmmac: Add support for U32 TC filter using Flexible RX Parser
Jose Abreu
12
-3
/
+636
2018-05-02
net: stmmac: Avoid VLA usage
Kees Cook
1
-1
/
+5
2018-05-01
net: stmmac: dwmac-meson: extend phy mode setting
Yixun Lan
1
-16
/
+104
2018-04-23
net: stmmac: Implement logic to automatically select HW Interface
Jose Abreu
11
-164
/
+279
2018-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-9
/
+7
2018-04-19
net: stmmac: Disable ACS Feature for GMAC >= 4
Jose Abreu
3
-9
/
+7
2018-04-16
net: stmmac: Switch stmmac_mode_ops to generic HW Interface Helpers
Jose Abreu
5
-58
/
+68
2018-04-16
net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface Helpers
Jose Abreu
5
-50
/
+56
2018-04-16
net: stmmac: Switch stmmac_ops to generic HW Interface Helpers
Jose Abreu
6
-188
/
+235
2018-04-16
net: stmmac: Switch stmmac_dma_ops to generic HW Interface Helpers
Jose Abreu
4
-145
/
+172
2018-04-16
net: stmmac: Switch stmmac_desc_ops to generic HW Interface Helpers
Jose Abreu
8
-136
/
+195
2018-03-31
net: stmmac: dwmac-meson8b: Add support for the Meson8m2 SoC
Martin Blumenstingl
1
-2
/
+3
2018-03-30
net: stmmac: Add support for DWMAC5 and implement Safety Features
Jose Abreu
10
-3
/
+494
2018-03-30
net: stmmac: Rework and fix TX Timeout code
Jose Abreu
2
-5
/
+73
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-13
/
+13
2018-02-27
net: stmmac: make dwmac4_release_tx_desc() clear all descriptor fields
Niklas Cassel
1
-0
/
+2
2018-02-27
net: stmmac: ensure that the device has released ownership before reading data
Niklas Cassel
1
-0
/
+5
2018-02-27
net: stmmac: use correct barrier between coherent memory and MMIO
Niklas Cassel
1
-2
/
+2
2018-02-27
net: stmmac: ensure that the MSS desc is the last desc to set the own bit
Niklas Cassel
1
-1
/
+8
2018-02-20
net: stmmac: honor error code from stmmac_dt_phy()
Niklas Cassel
1
-2
/
+3
2018-02-20
net: stmmac: add error handling in stmmac_mtl_setup()
Niklas Cassel
1
-5
/
+24
2018-02-20
net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
Niklas Cassel
1
-1
/
+1
2018-02-20
net: stmmac: rename dwmac4_tx_queue_routing() to match reality
Niklas Cassel
1
-3
/
+3
2018-02-20
net: stmmac: WARN if tx_skbuff entries are reused before cleared
Niklas Cassel
1
-0
/
+5
2018-02-20
net: stmmac: do not clear tx_skbuff entries in stmmac_xmit()/stmmac_tso_xmit()
Niklas Cassel
1
-3
/
+0
2018-02-20
net: stmmac: set MSS for each tx DMA channel
Niklas Cassel
2
-9
/
+6
2018-02-19
net: stmmac: dwmac-meson8b: make the clock configurations private
Martin Blumenstingl
1
-21
/
+24
[next]