index
:
kernel/git/stable/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mediatek
Age
Commit message (
Expand
)
Author
2023-09-16
net: ethernet: mtk_wed: do not assume offload callbacks are always set
Lorenzo Bianconi
2023-09-14
net: ethernet: mtk_wed: check update_wo_rx_stats in mtk_wed_update_rx_stats()
Lorenzo Bianconi
2023-09-14
net: ethernet: mtk_eth_soc: rely on mtk_pse_port definitions in mtk_flow_set_...
Lorenzo Bianconi
2023-09-11
net: ethernet: mtk_eth_soc: fix pse_port configuration for MT7988
Lorenzo Bianconi
2023-09-11
net: ethernet: mtk_eth_soc: fix uninitialized variable
Daniel Golle
2023-09-11
net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...
Hangyu Hua
2023-08-28
net: ethernet: mtk_wed: minor change in wed_{tx,rx}info_show
Lorenzo Bianconi
2023-08-28
net: ethernet: mtk_wed: add some more info in wed_txinfo_show handler
Lorenzo Bianconi
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-23
net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988
Daniel Golle
2023-08-23
net: ethernet: mtk_eth_soc: add support for in-SoC SRAM
Daniel Golle
2023-08-23
net: ethernet: mtk_eth_soc: add reset bits for MT7988
Daniel Golle
2023-08-23
net: ethernet: mtk_eth_soc: fix register definitions for MT7988
Daniel Golle
2023-08-22
net: ethernet: mtk_eth_soc: fix NULL pointer on hw reset
Daniel Golle
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2023-08-03
net: ethernet: mtk_eth_soc: support per-flow accounting on MT7988
Daniel Golle
2023-07-28
net: ethernet: mtk_eth_soc: enable nft hw flowtable_offload for MT7988 SoC
Lorenzo Bianconi
2023-07-28
net: ethernet: mtk_eth_soc: enable page_pool support for MT7988 SoC
Lorenzo Bianconi
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
2023-07-26
net: ethernet: mtk_eth_soc: add basic support for MT7988 SoC
Lorenzo Bianconi
2023-07-26
net: ethernet: mtk_eth_soc: convert clock bitmap to u64
Daniel Golle
2023-07-26
net: ethernet: mtk_eth_soc: convert caps in mtk_soc_data struct to u64
Lorenzo Bianconi
2023-07-26
net: ethernet: mtk_eth_soc: add NETSYS_V3 version support
Lorenzo Bianconi
2023-07-26
net: ethernet: mtk_eth_soc: rely on MTK_MAX_DEVS and remove MTK_MAC_COUNT
Lorenzo Bianconi
2023-07-26
net: ethernet: mtk_eth_soc: increase MAX_DEVS to 3
Lorenzo Bianconi
2023-07-26
net: ethernet: mtk_eth_soc: add version in mtk_soc_data
Lorenzo Bianconi
2023-07-25
net: ethernet: mtk_eth_soc: remove mac_pcs_get_state and modernise
Russell King (Oracle)
2023-07-25
net: ethernet: mtk_eth_soc: remove incorrect PLL configuration
Russell King (Oracle)
2023-07-21
net: ethernet: mtk_ppe: add MTK_FOE_ENTRY_V{1,2}_SIZE macros
Lorenzo Bianconi
2023-07-19
net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type
Daniel Golle
2023-07-14
net: ethernet: mtk_eth_soc: handle probe deferral
Daniel Golle
2023-05-24
net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs
Arınç ÜNAL
2023-05-10
net: ethernet: mtk_eth_soc: fix NULL pointer dereference
Daniel Golle
2023-05-02
net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging
Felix Fietkau
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-23
net: ethernet: mediatek: remove return value check of `mtk_wed_hw_add_debugfs`
Wang Zhang
2023-04-23
net: mtk_eth_soc: mediatek: fix ppe flow accounting for v1 hardware
Felix Fietkau
2023-04-22
net: ethernet: mtk_eth_soc: use WO firmware for MT7981
Daniel Golle
2023-04-10
net: ethernet: mtk_eth_soc: use be32 type to store be32 values
Simon Horman
2023-04-07
net: ethernet: mtk_eth_soc: mtk_ppe: prefer newly added l2 flows
Felix Fietkau
2023-04-07
net: ethernet: mtk_eth_soc: add code for offloading flows from wlan devices
Felix Fietkau
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-02
net: ethernet: mtk_eth_soc: fix remaining throughput regression
Felix Fietkau
2023-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-30
net: ethernet: mtk_eth_soc: add missing ppe cache flush when deleting a flow
Felix Fietkau
2023-03-30
net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offload
Felix Fietkau
2023-03-30
net: ethernet: mtk_eth_soc: fix flow block refcounting logic
Felix Fietkau
2023-03-28
net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G links
Felix Fietkau
2023-03-20
net: ethernet: mtk_eth_soc: switch to external PCS driver
Daniel Golle
2023-03-20
net: ethernet: mtk_eth_soc: ppe: add support for flow accounting
Daniel Golle
[next]