summaryrefslogtreecommitdiff
path: root/net/core/netdev_rx_queue.c
AgeCommit message (Expand)Author
2026-04-09net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski
2026-04-09net: Proxy netif_mp_{open,close}_rxq for leased queuesDavid Wei
2026-04-09net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann
2026-04-09net: Add lease info to queue-get responseDaniel Borkmann
2026-04-09net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-04-07net: avoid nul-deref trying to bind mp to incapable deviceJakub Kicinski
2026-01-23net: add queue config validation callbackJakub Kicinski
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski
2026-01-14net: pass queue rx page size from memory providerPavel Begunkov
2026-01-14net: add bare bone queue configsPavel Begunkov
2026-01-14net: memzero mp params when closing a queuePavel Begunkov
2025-09-04net: add helper to pre-check if PP for an Rx queue will be unreadableJakub Kicinski
2025-06-25net: Reoder rxq_idx check in __net_mp_open_rxq()Yue Haibing
2025-04-04net: avoid false positive warnings in __net_mp_close_rxq()Jakub Kicinski
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski
2025-03-25net: designate queue counts as "double ops protected" by instance lockJakub Kicinski
2025-03-12net: drop rtnl_lock for queue_mgmt operationsStanislav Fomichev
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev
2025-02-07net: devmem: don't call queue stop / start when the interface is downJakub Kicinski
2025-02-07net: refactor netdev_rx_queue_restart() to use local qopsJakub Kicinski
2025-02-06net: add helpers for setting a memory provider on an rx queueDavid Wei
2025-01-09netdev: define NETDEV_INTERNALJakub Kicinski
2024-09-11memory-provider: dmabuf devmem memory providerMina Almasry
2024-09-11netdev: add netdev_rx_queue_restart()Mina Almasry