index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
/
lan966x
/
lan966x_fdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
net: lan966x: refactor buffer reload function
Daniel Machon
1
-10
/
+4
2024-09-10
net: lan966x: use a few FDMA helpers throughout
Daniel Machon
1
-31
/
+11
2024-09-10
net: lan966x: ditch tx->last_in_use variable
Daniel Machon
1
-16
/
+4
2024-09-10
net: lan966x: use library helper for freeing tx buffers
Daniel Machon
1
-6
/
+1
2024-09-10
net: lan966x: use FDMA library for adding DCB's in the tx path
Daniel Machon
1
-32
/
+30
2024-09-10
net: lan966x: use the FDMA library for allocation of tx buffers
Daniel Machon
1
-41
/
+34
2024-09-10
net: lan966x: use library helper for freeing rx buffers
Daniel Machon
1
-14
/
+2
2024-09-10
net: lan966x: use FDMA library for adding DCB's in the rx path
Daniel Machon
1
-49
/
+5
2024-09-10
net: lan966x: use the FDMA library for allocation of rx buffers
Daniel Machon
1
-61
/
+55
2024-09-10
net: lan966x: replace a few variables with new equivalent ones
Daniel Machon
1
-54
/
+77
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
1
-0
/
+1
2023-04-25
lan966x: Don't use xdp_frame when action is XDP_TX
Horatiu Vultur
1
-12
/
+23
2023-03-19
net: lan966x: Don't read RX timestamp if not needed
Horatiu Vultur
1
-1
/
+1
2023-01-28
lan966x: execute xdp_do_flush() before napi_complete_done()
Magnus Karlsson
1
-3
/
+3
2022-11-25
net: lan966x: Add support for XDP_REDIRECT
Horatiu Vultur
1
-13
/
+66
2022-11-25
net: lan966x: Add support for XDP_TX
Horatiu Vultur
1
-7
/
+72
2022-11-25
net: lan966x: Update dma_dir of page_pool_params
Horatiu Vultur
1
-6
/
+23
2022-11-25
net: lan966x: Update rxq memory model
Horatiu Vultur
1
-0
/
+13
2022-11-25
net: lan966x: Add len field to lan966x_tx_dcb_buf
Horatiu Vultur
1
-2
/
+3
2022-11-25
net: lan966x: Introduce helper functions
Horatiu Vultur
1
-27
/
+44
2022-11-25
net: lan966x: Add XDP_PACKET_HEADROOM
Horatiu Vultur
1
-5
/
+11
2022-11-11
net: lan96x: Use page_pool API
Horatiu Vultur
1
-40
/
+49
2022-11-11
net: lan966x: Add basic XDP support
Horatiu Vultur
1
-1
/
+10
2022-11-11
net: lan966x: Split function lan966x_fdma_rx_get_frame
Horatiu Vultur
1
-25
/
+60
2022-11-11
net: lan966x: Add define IFH_LEN_BYTES
Horatiu Vultur
1
-5
/
+5
2022-11-02
net: lan966x: Fix unmapping of received frames using FDMA
Horatiu Vultur
1
-6
/
+12
2022-11-02
net: lan966x: Fix FDMA when MTU is changed
Horatiu Vultur
1
-2
/
+6
2022-10-25
net: lan966x: Stop replacing tx dcbs and dcbs_buf when changing MTU
Horatiu Vultur
1
-21
/
+3
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-08-31
net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()
Dan Carpenter
1
-1
/
+4
2022-05-13
net: lan966x: Fix use of pointer after being freed
Horatiu Vultur
1
-2
/
+2
2022-04-12
net: lan966x: Update FDMA to change MTU.
Horatiu Vultur
1
-0
/
+134
2022-04-12
net: lan966x: Add FDMA functionality
Horatiu Vultur
1
-0
/
+708