summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x/lan966x_fdma.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin1-0/+1
2023-04-25lan966x: Don't use xdp_frame when action is XDP_TXHoratiu Vultur1-12/+23
2023-03-19net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur1-1/+1
2023-01-28lan966x: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson1-3/+3
2022-11-25net: lan966x: Add support for XDP_REDIRECTHoratiu Vultur1-13/+66
2022-11-25net: lan966x: Add support for XDP_TXHoratiu Vultur1-7/+72
2022-11-25net: lan966x: Update dma_dir of page_pool_paramsHoratiu Vultur1-6/+23
2022-11-25net: lan966x: Update rxq memory modelHoratiu Vultur1-0/+13
2022-11-25net: lan966x: Add len field to lan966x_tx_dcb_bufHoratiu Vultur1-2/+3
2022-11-25net: lan966x: Introduce helper functionsHoratiu Vultur1-27/+44
2022-11-25net: lan966x: Add XDP_PACKET_HEADROOMHoratiu Vultur1-5/+11
2022-11-11net: lan96x: Use page_pool APIHoratiu Vultur1-40/+49
2022-11-11net: lan966x: Add basic XDP supportHoratiu Vultur1-1/+10
2022-11-11net: lan966x: Split function lan966x_fdma_rx_get_frameHoratiu Vultur1-25/+60
2022-11-11net: lan966x: Add define IFH_LEN_BYTESHoratiu Vultur1-5/+5
2022-11-02net: lan966x: Fix unmapping of received frames using FDMAHoratiu Vultur1-6/+12
2022-11-02net: lan966x: Fix FDMA when MTU is changedHoratiu Vultur1-2/+6
2022-10-25net: lan966x: Stop replacing tx dcbs and dcbs_buf when changing MTUHoratiu Vultur1-21/+3
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-08-31net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()Dan Carpenter1-1/+4
2022-05-13net: lan966x: Fix use of pointer after being freedHoratiu Vultur1-2/+2
2022-04-12net: lan966x: Update FDMA to change MTU.Horatiu Vultur1-0/+134
2022-04-12net: lan966x: Add FDMA functionalityHoratiu Vultur1-0/+708