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
/
stmmac_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: stmmac: Integrate XGMAC into main driver flow
Jose Abreu
2018-08-09
1
-19
/
+48
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
1
-1
/
+1
|
\
|
*
NET: stmmac: align DMA stuff to largest cache line length
Eugeniy Paltsev
2018-07-29
1
-1
/
+1
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-03
1
-0
/
+2
|
\
|
|
*
net: stmmac: Set DMA buffer size in HW
Jose Abreu
2018-06-28
1
-0
/
+2
*
|
net: stmmac: Add support for CBS QDISC
Jose Abreu
2018-06-30
1
-0
/
+2
*
|
net: sched: pass extack pointer to block binds and cb registration
John Hurley
2018-06-26
1
-1
/
+1
|
/
*
stmmac: fix DMA channel hang in half-duplex mode
Bhadram Varka
2018-06-20
1
-0
/
+10
*
net: stmmac: Run HWIF Quirks after getting HW caps
Jose Abreu
2018-06-15
1
-0
/
+7
*
stmmac: added support for 802.1ad vlan stripping
Elad Nachman
2018-06-15
1
-8
/
+13
*
net: stmmac: Add Flexible PPS support
Jose Abreu
2018-06-04
1
-0
/
+4
*
net: stmmac: Use mutex instead of spinlock
Thierry Reding
2018-05-29
1
-17
/
+14
*
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
1
-5
/
+1
*
net: stmmac: Uniformize set_rx_owner()
Jose Abreu
2018-05-18
1
-4
/
+1
*
net: stmmac: Remove uneeded check for GMAC version in stmmac_xmit
Jose Abreu
2018-05-18
1
-5
/
+2
*
net: stmmac: Uniformize the use of dma_init_* callbacks
Jose Abreu
2018-05-18
1
-38
/
+28
*
net: stmmac: Move PTP and MMC base address calculation to hwif.c
Jose Abreu
2018-05-18
1
-8
/
+0
*
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
1
-21
/
+11
*
net: stmmac: Let descriptor code clear the descriptor
Jose Abreu
2018-05-18
1
-8
/
+1
*
net: stmmac: Let descriptor code set skbuff address
Jose Abreu
2018-05-18
1
-19
/
+6
*
net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit
Jose Abreu
2018-05-18
1
-1
/
+4
*
net: stmmac: Add support for U32 TC filter using Flexible RX Parser
Jose Abreu
2018-05-10
1
-0
/
+59
*
net: stmmac: Avoid VLA usage
Kees Cook
2018-05-02
1
-1
/
+5
*
net: stmmac: Implement logic to automatically select HW Interface
Jose Abreu
2018-04-23
1
-71
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-21
1
-1
/
+6
|
\
|
*
net: stmmac: Disable ACS Feature for GMAC >= 4
Jose Abreu
2018-04-19
1
-1
/
+6
*
|
net: stmmac: Switch stmmac_mode_ops to generic HW Interface Helpers
Jose Abreu
2018-04-17
1
-24
/
+19
*
|
net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface Helpers
Jose Abreu
2018-04-17
1
-9
/
+8
*
|
net: stmmac: Switch stmmac_ops to generic HW Interface Helpers
Jose Abreu
2018-04-17
1
-64
/
+58
*
|
net: stmmac: Switch stmmac_dma_ops to generic HW Interface Helpers
Jose Abreu
2018-04-17
1
-87
/
+60
*
|
net: stmmac: Switch stmmac_desc_ops to generic HW Interface Helpers
Jose Abreu
2018-04-17
1
-59
/
+51
|
/
*
net: stmmac: Add support for DWMAC5 and implement Safety Features
Jose Abreu
2018-03-30
1
-0
/
+34
*
net: stmmac: Rework and fix TX Timeout code
Jose Abreu
2018-03-30
1
-5
/
+62
*
ethernet: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-13
/
+13
*
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
*
net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
Niklas Cassel
2018-02-20
1
-1
/
+1
*
net: stmmac: WARN if tx_skbuff entries are reused before cleared
Niklas Cassel
2018-02-20
1
-0
/
+5
*
net: stmmac: do not clear tx_skbuff entries in stmmac_xmit()/stmmac_tso_xmit()
Niklas Cassel
2018-02-20
1
-3
/
+0
*
net: stmmac: set MSS for each tx DMA channel
Niklas Cassel
2018-02-20
1
-8
/
+5
*
net: stmmac: Fix reception of Broadcom switches tags
Florian Fainelli
2018-01-22
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-09
1
-0
/
+6
|
\
|
*
net: stmmac: enable EEE in MII, GMII or RGMII only
Jerome Brunet
2018-01-04
1
-0
/
+6
*
|
net: stmmac: Allow debug prints of frame_len/COE
Florian Fainelli
2018-01-03
1
-3
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-22
1
-1
/
+1
|
\
|
|
*
net: stmmac: Fix bad RX timestamp extraction
Fredrik Hallenberg
2017-12-19
1
-1
/
+1
*
|
net: stmmac: fix broken dma_interrupt handling for multi-queues
Niklas Cassel
2017-12-08
1
-8
/
+46
|
/
[next]