index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
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
2023-06-15
net: ethernet: stmicro: stmmac: fix possible memory leak in __stmmac_open
Christian Marangi
1
-2
/
+7
2023-06-05
net: stmmac: dwmac-qcom-ethqos: fix a regression on EMAC < 3
Bartosz Golaszewski
1
-1
/
+2
2023-05-25
net: stmmac: fix call trace when stmmac_xdp_xmit() is invoked
Wei Fang
2
-2
/
+7
2023-05-09
net: stmmac: Initialize MAC_ONEUS_TIC_COUNTER register
Marek Vasut
2
-0
/
+6
2023-04-23
net: vlan: introduce skb_vlan_eth_hdr()
Vladimir Oltean
1
-5
/
+2
2023-04-21
net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports
Yan Wang
1
-3
/
+9
2023-04-19
net: stmmac: dwmac-meson8b: Avoid cast to incompatible function type
Simon Horman
1
-2
/
+6
2023-04-19
stmmac: fix changing mac address
Corinna Vinschen
1
-0
/
+2
2023-04-18
net: ethernet: stmmac: dwmac-sti: remove stih415/stih416/stid127
Alain Volmat
1
-59
/
+1
2023-04-18
net: stmmac: propagate feature flags to vlan
Corinna Vinschen
1
-0
/
+4
2023-04-18
net: stmmac: dwmac-starfive: Add phy interface settings
Samin Guo
1
-0
/
+48
2023-04-18
net: stmmac: Add glue layer for StarFive JH7110 SoC
Samin Guo
3
-0
/
+136
2023-04-18
net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
Emil Renner Berthing
1
-1
/
+2
2023-04-17
net: stmmac: add Rx HWTS metadata to XDP ZC receive pkt
Song Yoong Siang
1
-0
/
+22
2023-04-17
net: stmmac: add Rx HWTS metadata to XDP receive pkt
Song Yoong Siang
2
-1
/
+42
2023-04-17
net: stmmac: introduce wrapper for struct xdp_buff
Song Yoong Siang
2
-9
/
+13
2023-04-13
net: stmmac: dwmac-qcom-ethqos: Add EMAC3 support
Andrew Halaney
1
-21
/
+101
2023-04-13
net: stmmac: dwmac-qcom-ethqos: Use loopback_en for all speeds
Andrew Halaney
1
-19
/
+17
2023-04-13
net: stmmac: dwmac-qcom-ethqos: Respect phy-mode and TX delay
Andrew Halaney
1
-5
/
+15
2023-04-13
net: stmmac: dwmac4: Allow platforms to specify some DMA/MTL offsets
Andrew Halaney
5
-141
/
+274
2023-04-13
net: stmmac: Pass stmmac_priv in some callbacks
Andrew Halaney
13
-177
/
+291
2023-04-13
net: stmmac: Remove some unnecessary void pointers
Andrew Halaney
8
-40
/
+47
2023-04-13
net: stmmac: Fix DMA typo
Andrew Halaney
1
-1
/
+1
2023-04-13
net: stmmac: Remove unnecessary if statement brackets
Andrew Halaney
1
-2
/
+1
2023-04-12
net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling
Sebastian Reichel
1
-10
/
+4
2023-04-12
net: ethernet: stmmac: dwmac-rk: rework optional clock handling
Sebastian Reichel
1
-113
/
+70
2023-04-07
net: stmmac: dwmac-anarion: Always return struct anarion_gmac * from anarion_...
Simon Horman
1
-3
/
+3
2023-04-07
net: stmmac: dwmac-anarion: Use annotation __iomem for register base
Simon Horman
1
-4
/
+4
2023-04-07
net: stmmac: remove set but unused mask in stmmac_ethtool_set_link_ksettings()
Vladimir Oltean
1
-9
/
+0
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+18
2023-04-06
net: stmmac: check fwnode for phy device before scanning for phy
Michael Sit Wei Hong
1
-4
/
+11
2023-04-05
net: stmmac: Add queue reset into stmmac_xdp_open() function
Song Yoong Siang
1
-0
/
+2
2023-04-05
net: stmmac: dwmac-imx: use platform specific reset for imx93 SoCs
Shenwei Wang
1
-0
/
+27
2023-04-05
net: stmmac: add support for platform specific reset
Shenwei Wang
2
-2
/
+14
2023-04-04
net: stmmac: fix up RX flow hash indirection table when setting channels
Corinna Vinschen
1
-1
/
+5
2023-03-31
net: stmmac: remove redundant fixup to support fixed-link mode
Michael Sit Wei Hong
1
-1
/
+0
2023-03-31
net: stmmac: check if MAC needs to attach to a PHY
Michael Sit Wei Hong
1
-1
/
+3
2023-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-59
/
+3
2023-03-27
net: stmmac: don't reject VLANs when IFF_PROMISC is set
Vladimir Oltean
2
-59
/
+3
2023-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-18
/
+21
2023-03-19
net: stmmac: Fix for mismatched host/device DMA address width
Jochen Henneberg
5
-18
/
+21
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+1
2023-03-16
net: Use of_property_read_bool() for boolean properties
Rob Herring
1
-2
/
+1
2023-03-15
net: stmmac: generic: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-15
net: stmmac: qcom: drop of_match_ptr for ID table
Krzysztof Kozlowski
1
-1
/
+1
2023-03-06
net: stmmac: add to set device wake up flag when stmmac init phy
Rongguang Wei
1
-0
/
+1
2023-02-17
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+3
2023-02-14
net: stmmac: Restrict warning on disabling DMA store and fwd mode
Cristian Ciocaltea
1
-1
/
+1
2023-02-13
net: stmmac: fix order of dwmac5 FlexPPS parametrization sequence
Johannes Zink
1
-1
/
+2
2023-02-13
net: stmmac: dwc-qos: Make struct dwc_eth_dwmac_data::remove return void
Uwe Kleine-König
1
-12
/
+5
[next]