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
/
stmmac
/
stmmac_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-17
net: stmmac: fix invalid call to mdiobus_get_phy()
Heiner Kallweit
1
-0
/
+5
2022-12-15
net: stmmac: fix errno when create_singlethread_workqueue() fails
Gaosheng Cui
1
-0
/
+1
2022-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+2
2022-12-09
net: stmmac: fix possible memory leak in stmmac_dvr_probe()
Gaosheng Cui
1
-1
/
+2
2022-12-05
net: stmmac: Power up SERDES after the PHY link
Revanth Kumar Uppala
1
-2
/
+5
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+10
2022-11-28
Revert "net: stmmac: use sysfs_streq() instead of strncmp()"
Vladimir Oltean
1
-9
/
+9
2022-11-25
net: stmmac: Set MAC's flow control register to reflect current settings
Goh, Wei Sheng
1
-2
/
+10
2022-11-25
net: stmmac: use sysfs_streq() instead of strncmp()
Xu Panda
1
-9
/
+9
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2022-11-11
net: stmmac: ensure tx function is not running in stmmac_xdp_release()
Mohd Faizal Abdul Rahim
1
-0
/
+3
2022-11-07
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
1
-1
/
+0
2022-10-15
net: stmmac: Enable mac_managed_pm phylink config
Shenwei Wang
1
-0
/
+1
2022-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-10
/
+13
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-4
/
+2
2022-09-27
net: stmmac: power up/down serdes in stmmac_open/release
Junxiao Chang
1
-10
/
+13
2022-09-08
net: stmmac: Disable automatic FCS/Pad stripping
Kurt Kanzenbach
1
-20
/
+4
2022-08-25
net: stmmac: work around sporadic tx issue on link-up
Heiner Kallweit
1
-4
/
+5
2022-07-25
net: ethernet: stmicro: stmmac: permit MTU change with interface up
Christian Marangi
1
-6
/
+24
2022-07-25
net: ethernet: stmicro: stmmac: generate stmmac dma conf before open
Christian Marangi
1
-173
/
+289
2022-07-25
net: ethernet: stmicro: stmmac: move dma conf to dedicated struct
Christian Marangi
1
-141
/
+145
2022-07-25
net: ethernet: stmicro: stmmac: first disable all queues and disconnect in re...
Christian Marangi
1
-2
/
+2
2022-07-25
net: ethernet: stmicro: stmmac: move queue reset to dedicated functions
Christian Marangi
1
-28
/
+31
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+11
2022-07-15
net: stmmac: fix unbalanced ptp clock issue in suspend/resume flow
Biao Huang
1
-9
/
+8
2022-07-15
net: stmmac: fix pm runtime issue in stmmac_dvr_remove()
Biao Huang
1
-2
/
+3
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-1
/
+1
2022-06-17
net: stmmac: make mdio register skips PHY scanning for fixed-link
Ong Boon Leong
1
-5
/
+7
2022-06-02
net: stmmac: use dev_err_probe() for reporting mdio bus registration failure
Rasmus Villemoes
1
-3
/
+3
2022-05-05
net: switch to netif_napi_add_tx()
Jakub Kicinski
1
-3
/
+2
2022-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-05-01
net: stmmac: disable Split Header (SPH) for Intel platforms
Tan Tee Min
1
-1
/
+1
2022-04-27
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+2
2022-04-15
stmmac, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
1
-2
/
+2
2022-04-15
net: stmmac: stmmac_main: using pm_runtime_resume_and_get instead of pm_runti...
Minghao Chi
1
-12
/
+6
2022-03-17
net: stmmac: clean up impossible condition
Dan Carpenter
1
-4
/
+1
2022-03-09
net: stmmac: switch no PTP HW support message to info level
Heiner Kallweit
1
-1
/
+1
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+29
2022-02-25
net: stmmac: fix return value of __setup handler
Randy Dunlap
1
-3
/
+3
2022-02-25
net: stmmac: only enable DMA interrupts when ready
Vincent Whitchurch
1
-2
/
+26
2022-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2022-01-28
net: stmmac: properly handle with runtime pm in stmmac_dvr_remove()
Jisheng Zhang
1
-2
/
+4
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-17
/
+19
2022-01-27
net: stmmac: skip only stmmac_ptp_register when resume from suspend
Mohammad Athari Bin Ismail
1
-11
/
+9
2022-01-27
net: stmmac: configure PTP clock source prior to PTP initialization
Mohammad Athari Bin Ismail
1
-0
/
+3
2022-01-26
net: stmmac: use .mac_select_pcs() interface
Russell King (Oracle)
1
-3
/
+12
2022-01-26
net: stmmac: convert to phylink_generic_validate()
Russell King (Oracle)
1
-24
/
+1
2022-01-26
net: stmmac: remove phylink_config.pcs_poll usage
Russell King (Oracle)
1
-1
/
+0
2022-01-26
net: stmmac/xpcs: convert to pcs_validate()
Russell King (Oracle)
1
-5
/
+0
2022-01-26
net: stmmac: fill in supported_interfaces
Russell King (Oracle)
1
-0
/
+8
[next]