index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-28
/
+41
2019-01-11
net: stmmac: Prevent RX starvation in stmmac_napi_poll()
Jose Abreu
1
-13
/
+14
2019-01-11
net: stmmac: Fix the logic of checking if RX Watchdog must be enabled
Jose Abreu
1
-12
/
+12
2019-01-11
net: stmmac: Check if CBS is supported before configuring
Jose Abreu
1
-0
/
+2
2019-01-11
net: stmmac: dwxgmac2: Only clear interrupts that are active
Jose Abreu
1
-3
/
+3
2019-01-11
net: stmmac: Fix PCI module removal leak
Jose Abreu
1
-0
/
+10
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-24
/
+16
2018-12-27
net: stmicro: fix a missing check of clk_prepare
Kangjie Lu
1
-1
/
+3
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-12-19
net-next: stmmac: dwmac-mediatek: remove fine-tune property
Biao Huang
1
-47
/
+24
2018-12-18
net: stmmac: Fix an error code in probe()
Dan Carpenter
1
-0
/
+1
2018-12-12
net-next: stmmac: dwmac-mediatek: add module license info
Biao Huang
1
-0
/
+5
2018-12-12
stmmac: dwmac-mediatek: add support for mt2712
Biao Huang
3
-0
/
+417
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+13
2018-12-06
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-1
/
+1
2018-12-03
net: stmmac: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-30
/
+4
2018-11-30
net: stmmac: Move debugfs init/exit to ->probe()/->remove()
Thierry Reding
1
-10
/
+13
2018-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-4
/
+5
2018-11-11
net: ethernet: Convert phydev advertize and supported from u32 to link mode
Andrew Lunn
1
-4
/
+8
2018-11-08
net: stmmac: Fix RX packet size > 8191
Thor Thayer
4
-4
/
+5
2018-10-31
net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
Niklas Cassel
1
-1
/
+1
2018-10-26
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+10
2018-10-23
net: stmmac: dwmac-sun8i: fix OF child-node lookup
Johan Hovold
1
-2
/
+10
2018-10-22
net: stmmac: Set OWN bit for jumbo frames
Thor Thayer
1
-2
/
+2
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-108
/
+148
2018-09-18
net: stmmac: Fixup the tail addr setting in xmit path
Jose Abreu
1
-2
/
+3
2018-09-18
net: stmmac: Rework coalesce timer and fix multi-queue races
Jose Abreu
3
-106
/
+145
2018-09-18
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+2
2018-09-16
stmmac: fix valid numbers of unicast filter entries
Jongsung Kim
1
-3
/
+2
2018-09-12
net: ethernet: Add helper to remove a supported link mode
Andrew Lunn
1
-4
/
+8
2018-09-12
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
1
-2
/
+1
2018-09-08
net: stmmac: Enable TC Ops for GMAC >= 4
Jose Abreu
1
-3
/
+3
2018-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+2
2018-09-01
net: stmmac: Add CBS support in XGMAC2
Jose Abreu
4
-2
/
+50
2018-08-29
net: stmmac: build the dwmac-socfpga platform driver for Stratix10
Dinh Nguyen
1
-1
/
+1
2018-08-29
Revert "net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit"
Jerome Brunet
2
-5
/
+1
2018-08-25
Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"
Geert Uytterhoeven
1
-5
/
+5
2018-08-21
net_sched: remove list_head from tc_action
Cong Wang
1
-3
/
+2
2018-08-13
net: stmmac: mark PM functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2018-08-09
net: stmmac: Add the bindings parsing for XGMAC2
Jose Abreu
2
-0
/
+8
2018-08-09
net: stmmac: Integrate XGMAC into main driver flow
Jose Abreu
1
-19
/
+48
2018-08-09
net: stmmac: Add PTP support for XGMAC2
Jose Abreu
3
-4
/
+7
2018-08-09
net: stmmac: Add MDIO related functions for XGMAC2
Jose Abreu
1
-4
/
+129
2018-08-09
net: stmmac: Add descriptor related callbacks for XGMAC2
Jose Abreu
5
-2
/
+314
2018-08-09
net: stmmac: Add DMA related callbacks for XGMAC2
Jose Abreu
5
-2
/
+471
2018-08-09
net: stmmac: Add MAC related callbacks for XGMAC2
Jose Abreu
6
-3
/
+519
2018-08-09
net: stmmac: Add XGMAC 2.10 HWIF entry
Jose Abreu
2
-8
/
+37
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-3
/
+39
2018-08-01
net: stmmac: Fix WoL for PCI-based setups
Jose Abreu
1
-2
/
+38
2018-07-29
NET: stmmac: align DMA stuff to largest cache line length
Eugeniy Paltsev
1
-1
/
+1
[next]