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.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
/
stmmac
/
stmmac_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-28
net: stmmac: Re-work the queue selection for TSO packets
Jose Abreu
1
-10
/
+19
2019-07-03
net: stmmac: set IC bit when transmitting frames with HW timestamp
Roland Hii
1
-8
/
+14
2019-06-22
net: stmmac: update rx tail pointer register to fix rx dma hang issue.
Biao Huang
1
-0
/
+1
2019-06-04
net: stmmac: dma channel control register need to be init first
Weifeng Voon
1
-4
/
+4
2019-05-08
net: stmmac: don't stop NAPI processing when dropping a packet
Aaro Koskinen
1
-7
/
+7
2019-05-08
net: stmmac: ratelimit RX error logs
Aaro Koskinen
1
-6
/
+8
2019-05-08
net: stmmac: use correct DMA buffer size in the RX descriptor
Aaro Koskinen
1
-2
/
+4
2019-05-04
net: stmmac: don't set own bit too early for jumbo frames
Aaro Koskinen
1
-6
/
+8
2019-05-02
net: stmmac: move stmmac_check_ether_addr() to driver probe
Vinod Koul
1
-2
/
+2
2019-04-05
net: stmmac: Avoid sometimes uninitialized Clang warnings
Nathan Chancellor
1
-3
/
+3
2019-03-14
net: stmmac: Disable EEE mode earlier in XMIT callback
Jose Abreu
1
-3
/
+3
2019-03-14
net: stmmac: Send TSO packets always from Queue 0
Jose Abreu
1
-1
/
+10
2019-02-27
net: stmmac: Prevent RX starvation in stmmac_napi_poll()
Jose Abreu
1
-13
/
+14
2019-02-27
net: stmmac: Fix the logic of checking if RX Watchdog must be enabled
Jose Abreu
1
-12
/
+12
2019-01-09
net: stmmac: Fix an error code in probe()
Dan Carpenter
1
-0
/
+1
2018-12-21
net: stmmac: Move debugfs init/exit to ->probe()/->remove()
Thierry Reding
1
-10
/
+13
2018-09-19
net: stmmac: Fixup the tail addr setting in xmit path
Jose Abreu
1
-2
/
+3
2018-09-19
net: stmmac: Rework coalesce timer and fix multi-queue races
Jose Abreu
1
-102
/
+131
2018-08-30
Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"
Jerome Brunet
1
-4
/
+1
2018-08-09
net: stmmac: Integrate XGMAC into main driver flow
Jose Abreu
1
-19
/
+48
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-07-29
NET: stmmac: align DMA stuff to largest cache line length
Eugeniy Paltsev
1
-1
/
+1
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-06-30
net: stmmac: Add support for CBS QDISC
Jose Abreu
1
-0
/
+2
2018-06-28
net: stmmac: Set DMA buffer size in HW
Jose Abreu
1
-0
/
+2
2018-06-26
net: sched: pass extack pointer to block binds and cb registration
John Hurley
1
-1
/
+1
2018-06-20
stmmac: fix DMA channel hang in half-duplex mode
Bhadram Varka
1
-0
/
+10
2018-06-15
net: stmmac: Run HWIF Quirks after getting HW caps
Jose Abreu
1
-0
/
+7
2018-06-15
stmmac: added support for 802.1ad vlan stripping
Elad Nachman
1
-8
/
+13
2018-06-04
net: stmmac: Add Flexible PPS support
Jose Abreu
1
-0
/
+4
2018-05-29
net: stmmac: Use mutex instead of spinlock
Thierry Reding
1
-17
/
+14
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
1
-5
/
+1
2018-05-18
net: stmmac: Uniformize set_rx_owner()
Jose Abreu
1
-4
/
+1
2018-05-18
net: stmmac: Remove uneeded check for GMAC version in stmmac_xmit
Jose Abreu
1
-5
/
+2
2018-05-18
net: stmmac: Uniformize the use of dma_init_* callbacks
Jose Abreu
1
-38
/
+28
2018-05-18
net: stmmac: Move PTP and MMC base address calculation to hwif.c
Jose Abreu
1
-8
/
+0
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
1
-21
/
+11
2018-05-18
net: stmmac: Let descriptor code clear the descriptor
Jose Abreu
1
-8
/
+1
2018-05-18
net: stmmac: Let descriptor code set skbuff address
Jose Abreu
1
-19
/
+6
2018-05-18
net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit
Jose Abreu
1
-1
/
+4
2018-05-10
net: stmmac: Add support for U32 TC filter using Flexible RX Parser
Jose Abreu
1
-0
/
+59
2018-05-02
net: stmmac: Avoid VLA usage
Kees Cook
1
-1
/
+5
2018-04-23
net: stmmac: Implement logic to automatically select HW Interface
Jose Abreu
1
-71
/
+6
2018-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2018-04-19
net: stmmac: Disable ACS Feature for GMAC >= 4
Jose Abreu
1
-1
/
+6
2018-04-17
net: stmmac: Switch stmmac_mode_ops to generic HW Interface Helpers
Jose Abreu
1
-24
/
+19
2018-04-17
net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface Helpers
Jose Abreu
1
-9
/
+8
2018-04-17
net: stmmac: Switch stmmac_ops to generic HW Interface Helpers
Jose Abreu
1
-64
/
+58
[next]