index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
stmicro
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+4
2019-05-01
stmmac: pci: Fix typo in IOT2000 comment
Jan Kiszka
1
-1
/
+1
2019-04-26
net: ethernet: stmmac: manage the get_irq probe defer case
Fabien Dessenne
1
-0
/
+3
2019-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+9
2019-04-22
net: stmmac: move stmmac_check_ether_addr() to driver probe
Vinod Koul
1
-2
/
+2
2019-04-18
stmmac: pci: Adjust IOT2000 matching
Su Bao Cheng
1
-2
/
+6
2019-04-17
net: stmmac: Use bfsize1 in ndesc_init_rx_desc
YueHaibing
1
-1
/
+1
2019-04-17
net: stmmac: Set Flow Control to automatic mode in the driver
Jose Abreu
1
-1
/
+1
2019-04-17
net: stmmac: dwxgmac: Finish the Flow Control implementation
Jose Abreu
2
-0
/
+51
2019-03-31
net: stmmac: don't log oversized frames
Aaro Koskinen
1
-2
/
+0
2019-03-31
net: stmmac: fix dropping of multi-descriptor RX frames
Aaro Koskinen
1
-0
/
+5
2019-03-31
net: stmmac: don't overwrite discard_frame status
Aaro Koskinen
1
-3
/
+4
2019-03-31
net: stmmac: don't stop NAPI processing when dropping a packet
Aaro Koskinen
1
-7
/
+7
2019-03-31
net: stmmac: ratelimit RX error logs
Aaro Koskinen
1
-6
/
+8
2019-03-31
net: stmmac: use correct DMA buffer size in the RX descriptor
Aaro Koskinen
7
-19
/
+35
2019-03-19
net: stmmac: fix memory corruption with large MTUs
Aaro Koskinen
1
-2
/
+3
2019-03-15
net: stmmac: fix jumbo frame sending with non-linear skbs
Aaro Koskinen
1
-2
/
+4
2019-03-15
net: stmmac: don't set own bit too early for jumbo frames
Aaro Koskinen
2
-8
/
+10
2019-03-12
net: dwmac-sun8i: fix a missing check of of_get_phy_mode
Kangjie Lu
1
-1
/
+4
2019-03-08
net: stmmac: Avoid one more sometimes uninitialized Clang warning
Nathan Chancellor
1
-1
/
+1
2019-03-08
net: ethernet: stmmac: add management of clk_csr property
Christophe Roullier
1
-0
/
+3
2019-03-08
net: ethernet: stmmac: update to support all PHY config for stm32mp157c.
Christophe Roullier
1
-21
/
+86
2019-03-08
net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.
Christophe Roullier
1
-1
/
+29
2019-03-07
net: stmmac: Avoid sometimes uninitialized Clang warnings
Nathan Chancellor
1
-3
/
+3
2019-02-21
net: stmmac: dwxgmac2: Also use TBU interrupt to clean TX path
Jose Abreu
2
-6
/
+6
2019-02-21
net: stmmac: dwmac4: Also use TBU interrupt to clean TX path
Jose Abreu
1
-17
/
+7
2019-02-21
net: stmmac: Fix NAPI poll in TX path when in multi-queue
Jose Abreu
2
-52
/
+68
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-13
/
+18
2019-02-18
net: stmmac: Fix a race in EEE enable callback
Jose Abreu
1
-10
/
+12
2019-02-17
net: stmmac: handle endianness in dwmac4_get_timestamp
Alexandre Torgue
1
-3
/
+6
2019-02-16
net: stmmac: use correct define to get rx timestamp on GMAC4
Alexandre Torgue
1
-1
/
+1
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-8
/
+23
2019-02-06
net: stmmac: fix ptp timestamping on Rx on gmac4
Ilias Apalodimas
2
-18
/
+16
2019-01-30
net: stmmac: Disable EEE mode earlier in XMIT callback
Jose Abreu
1
-3
/
+3
2019-01-30
net: stmmac: Send TSO packets always from Queue 0
Jose Abreu
1
-1
/
+10
2019-01-30
net: stmmac: Fallback to Platform Data clock in Watchdog conversion
Jose Abreu
1
-4
/
+10
2019-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2019-01-27
net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()
Alexey Khoroshilov
1
-1
/
+3
2019-01-24
net: stmmac: Fix return value check in qcom_ethqos_probe()
Wei Yongjun
1
-2
/
+2
2019-01-22
net: stmmac: Add driver for Qualcomm ethqos
Vinod Koul
3
-0
/
+556
2019-01-22
net: stmmac: implement the SIOCGHWTSTAMP ioctl
Artem Panfilov
2
-5
/
+33
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
[next]