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
/
mediatek
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_xdp_run
Lorenzo Bianconi
1
-1
/
+1
2022-07-29
net: ethernet: mtk_eth_soc: add xdp tx return bulking support
Lorenzo Bianconi
1
-6
/
+14
2022-07-29
net: ethernet: mtk_eth_soc: introduce xdp multi-frag support
Lorenzo Bianconi
1
-43
/
+82
2022-07-29
net: ethernet: mtk_eth_soc: introduce mtk_xdp_frame_map utility routine
Lorenzo Bianconi
1
-26
/
+42
2022-07-25
net: ethernet: mtk-ppe: fix traffic offload with bridged wlan
Lorenzo Bianconi
1
-17
/
+13
2022-07-25
net: ethernet: mtk_eth_soc: add support for page_pool_get_stats
Lorenzo Bianconi
2
-3
/
+35
2022-07-25
net: ethernet: mtk_eth_soc: add xmit XDP support
Lorenzo Bianconi
2
-22
/
+180
2022-07-25
net: ethernet: mtk_eth_soc: introduce xdp ethtool counters
Lorenzo Bianconi
2
-2
/
+36
2022-07-25
net: ethernet: mtk_eth_soc: add basic XDP support
Lorenzo Bianconi
2
-19
/
+145
2022-07-25
net: ethernet: mtk_eth_soc: rely on page_pool for single page buffers
Lorenzo Bianconi
3
-40
/
+156
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+4
2022-07-19
net: ethernet: mtk_ppe: fix possible NULL pointer dereference in mtk_flow_get...
Lorenzo Bianconi
1
-0
/
+3
2022-07-18
net: ethernet: mtk_eth_soc: fix off by one check of ARRAY_SIZE
Tom Rix
1
-1
/
+1
2022-07-08
eth: mtk: switch to netif_napi_add_tx()
Jakub Kicinski
1
-2
/
+1
2022-06-29
net: ethernet: mtk-star-emac: enable half duplex hardware support
Biao Huang
1
-18
/
+12
2022-06-29
net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs
Biao Huang
1
-141
/
+199
2022-06-29
net: ethernet: mtk-star-emac: add support for MII interface
Biao Huang
1
-1
/
+11
2022-06-29
net: ethernet: mtk-star-emac: add timing adjustment support
Biao Huang
1
-0
/
+33
2022-06-29
net: ethernet: mtk-star-emac: add clock pad selection for RMII
Biao Huang
1
-2
/
+17
2022-06-29
net: ethernet: mtk-star-emac: add support for MT8365 SoC
Biao Huang
1
-11
/
+64
2022-06-29
net: ethernet: mtk-star-emac: modify IRQ trigger flags
Biao Huang
1
-1
/
+1
2022-06-29
net: ethernet: mtk-star-emac: store bit_clk_div in compat structure
Biao Huang
1
-4
/
+19
2022-06-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+19
2022-06-08
net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...
Chen Lin
1
-2
/
+19
2022-06-07
net: ethernet: mtk_eth_soc: enable rx cksum offload for MTK_NETSYS_V2
Lorenzo Bianconi
1
-2
/
+9
2022-05-27
net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()
Dan Carpenter
1
-0
/
+3
2022-05-23
net: ethernet: mtk_eth_soc: fix error code in mtk_flow_offload_replace()
Dan Carpenter
1
-1
/
+2
2022-05-22
net: ethernet: mtk_eth_soc: introduce support for mt7986 chipset
Lorenzo Bianconi
2
-1
/
+72
2022-05-22
net: ethernet: mtk_eth_soc: convert scratch_ring pointer to void
Lorenzo Bianconi
2
-2
/
+2
2022-05-22
net: ethernet: mtk_eth_soc: convert ring dma pointer to void
Lorenzo Bianconi
2
-20
/
+16
2022-05-22
net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 support
Lorenzo Bianconi
2
-75
/
+372
2022-05-22
net: ethernet: mtk_eth_soc: introduce device register map
Lorenzo Bianconi
2
-181
/
+188
2022-05-22
net: ethernet: mtk_eth_soc: rely on rxd_size field in mtk_rx_alloc/mtk_rx_clean
Lorenzo Bianconi
1
-8
/
+18
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size field in mtk_poll_tx/mtk_poll_rx
Lorenzo Bianconi
1
-3
/
+6
2022-05-22
net: ethernet: mtk_eth_soc: add rxd_size to mtk_soc_data
Lorenzo Bianconi
2
-4
/
+11
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size in txd_to_idx
Lorenzo Bianconi
1
-4
/
+7
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size in mtk_desc_to_tx_buf
Lorenzo Bianconi
1
-11
/
+15
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size in mtk_tx_alloc/mtk_tx_clean
Lorenzo Bianconi
1
-10
/
+13
2022-05-22
net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_data
Lorenzo Bianconi
2
-13
/
+38
2022-05-22
net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_...
Lorenzo Bianconi
2
-49
/
+67
2022-05-22
net: ethernet: mtk_eth_soc: rely on GFP_KERNEL for dma_alloc_coherent wheneve...
Lorenzo Bianconi
1
-5
/
+4
2022-05-22
eth: mtk_eth_soc: silence the GCC 12 array-bounds warning
Jakub Kicinski
1
-0
/
+5
2022-05-19
eth: mtk_ppe: fix up after merge
Jakub Kicinski
1
-1
/
+2
2022-05-19
net: mtk_eth_soc: partially convert to phylink_pcs
Russell King (Oracle)
3
-58
/
+53
2022-05-19
net: mtk_eth_soc: convert code structure to suit split PCS support
Russell King (Oracle)
2
-59
/
+79
2022-05-19
net: mtk_eth_soc: move restoration of SYSCFG0 to mac_finish()
Russell King (Oracle)
2
-2
/
+10
2022-05-19
net: mtk_eth_soc: move MAC_MCR setting to mac_finish()
Russell King (Oracle)
1
-11
/
+22
2022-05-19
net: mtk_eth_soc: add fixme comment for state->speed use
Russell King (Oracle)
1
-0
/
+8
2022-05-19
net: mtk_eth_soc: provide mtk_sgmii_config()
Russell King (Oracle)
3
-12
/
+20
2022-05-19
net: mtk_eth_soc: stop passing phylink state to sgmii setup
Russell King (Oracle)
3
-4
/
+4
[next]