summaryrefslogtreecommitdiffstats
path: root/net/core/devmem.h
AgeCommit message (Expand)AuthorLines
2025-05-30net: Fix net_devmem_bind_dmabuf for non-devmem configsPranjal Shrivastava-1/+2
2025-05-27net: devmem: move list_add to net_devmem_bind_dmabuf.Mina Almasry-1/+4
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2025-05-15net: devmem: fix kernel panic when netlink socket close after module unloadTaehee Yoo-0/+2
2025-05-13net: check for driver support in netmem TXMina Almasry-0/+6
2025-05-13net: devmem: Implement TX pathMina Almasry-11/+50
2025-05-13net: add get_netmem/put_netmem supportMina Almasry-0/+20
2025-02-06net: prepare for non devmem TCP memory providersPavel Begunkov-0/+7
2025-02-06net: page_pool: add a mp hook to unregister_netdevice*Pavel Begunkov-5/+0
2025-02-06net: generalise net_iov chunk ownersPavel Begunkov-16/+9
2025-02-06net: prefix devmem specific helpersPavel Begunkov-7/+7
2024-09-11tcp: RX path for devmem TCPMina Almasry-0/+22
2024-09-11netdev: netdevice devmem allocatorMina Almasry-0/+34
2024-09-11netdev: support binding dma-buf to netdeviceMina Almasry-0/+124