summaryrefslogtreecommitdiffstats
path: root/net/core/netdev_rx_queue.c
AgeCommit message (Expand)AuthorLines
13 daysnet: avoid nul-deref trying to bind mp to incapable deviceJakub Kicinski-1/+1
2026-01-23net: add queue config validation callbackJakub Kicinski-2/+9
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski-18/+25
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski-4/+6
2026-01-14net: pass queue rx page size from memory providerPavel Begunkov-0/+9
2026-01-14net: add bare bone queue configsPavel Begunkov-3/+9
2026-01-14net: memzero mp params when closing a queuePavel Begunkov-6/+4
2025-09-04net: add helper to pre-check if PP for an Rx queue will be unreadableJakub Kicinski-0/+9
2025-06-25net: Reoder rxq_idx check in __net_mp_open_rxq()Yue Haibing-4/+2
2025-04-04net: avoid false positive warnings in __net_mp_close_rxq()Jakub Kicinski-1/+3
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski-11/+38
2025-03-25net: designate queue counts as "double ops protected" by instance lockJakub Kicinski-0/+3
2025-03-12net: drop rtnl_lock for queue_mgmt operationsStanislav Fomichev-10/+6
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev-0/+5
2025-02-07net: devmem: don't call queue stop / start when the interface is downJakub Kicinski-7/+11
2025-02-07net: refactor netdev_rx_queue_restart() to use local qopsJakub Kicinski-13/+12
2025-02-06net: add helpers for setting a memory provider on an rx queueDavid Wei-0/+69
2025-01-09netdev: define NETDEV_INTERNALJakub Kicinski-0/+1
2024-09-11memory-provider: dmabuf devmem memory providerMina Almasry-0/+7
2024-09-11netdev: add netdev_rx_queue_restart()Mina Almasry-0/+74