Linux RDMA and InfiniBand Development
[Prev Page][Next Page]
- [PATCH net-next v4 07/11] net/mlx5e: Convert over to netmem, (continued)
- [PATCH rdma-next 1/1] RDMA/mana_ib: Add device statistics support,
Konstantin Taranov
- [PATCH] RDMA/cxgb4: Delete an unnecessary check before kfree() in c4iw_rdev_open(),
Markus Elfring
- [PATCH] RDMA/mlx5: reduce stack usage in mlx5_ib_ufile_hw_cleanup,
Arnd Bergmann
- [PATCH net-next v5 0/3] dpll: add Reference SYNC feature,
Arkadiusz Kubalewski
- [PATCH net-next] net: mana: Record doorbell physical address in PF mode,
longli
- [PATCH net-next v2 0/4] udp_tunnel: remove rtnl_lock dependency,
Stanislav Fomichev
- [PATCH net-next v3 00/12] net/mlx5e: Add support for devmem and io_uring TCP zero-copy,
Mark Bloch
- [PATCH net-next v3 01/12] net: Allow const args for of page_to_netmem(), Mark Bloch
- [PATCH net-next v3 02/12] net: Add skb_can_coalesce for netmem, Mark Bloch
- [PATCH net-next v3 03/12] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc, Mark Bloch
- [PATCH net-next v3 05/12] net/mlx5e: SHAMPO: Improve hw gro capability checking, Mark Bloch
- [PATCH net-next v3 04/12] net/mlx5e: SHAMPO: Remove redundant params, Mark Bloch
- [PATCH net-next v3 06/12] net/mlx5e: SHAMPO: Separate pool for headers, Mark Bloch
- [PATCH net-next v3 07/12] net/mlx5e: SHAMPO: Headers page pool stats, Mark Bloch
- [PATCH net-next v3 08/12] net/mlx5e: Convert over to netmem, Mark Bloch
- [PATCH net-next v3 09/12] net/mlx5e: Add support for UNREADABLE netmem page pools, Mark Bloch
- [PATCH net-next v3 10/12] net/mlx5e: Implement queue mgmt ops and single channel swap, Mark Bloch
- [PATCH net-next v3 12/12] net/mlx5e: Add TX support for netmems, Mark Bloch
- [PATCH net-next v3 11/12] net/mlx5e: Support ethtool tcp-data-split settings, Mark Bloch
- [PATCH v5 0/5] Allow dyn MSI-X vector allocation of MANA,
Shradha Gupta
- [PATCH] net: mana: Expose additional hardware counters for drop and TC via ethtool.,
Dipayaan Roy
- [PATCH net-next 0/9] Split netmem from struct page,
Byungchul Park
- [PATCH net-next 5/9] netmem: use _Generic to cover const casting for page_to_netmem(), Byungchul Park
- [PATCH net-next 1/9] netmem: introduce struct netmem_desc mirroring struct page, Byungchul Park
- [PATCH net-next 3/9] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma(), Byungchul Park
- [PATCH net-next 4/9] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow(), Byungchul Park
- [PATCH net-next 2/9] page_pool: rename page_pool_return_page() to page_pool_return_netmem(), Byungchul Park
- [PATCH net-next 6/9] netmem: remove __netmem_get_pp(), Byungchul Park
- [PATCH net-next 8/9] netmem: introduce a netmem API, virt_to_head_netmem(), Byungchul Park
- [PATCH net-next 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp(), Byungchul Park
- [PATCH net-next 7/9] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem(), Byungchul Park
- Re: [PATCH net-next 0/9] Split netmem from struct page, Byungchul Park
- Re: [PATCH net-next 0/9] Split netmem from struct page, Pavel Begunkov
- Github RXE CI support,
zhenwei pi
- [PATCH for-next v2] RDMA/rxe: Remove redundant page presence check,
Daisuke Matsuda
- [PATCH for-next v1] RDMA/rxe: Remove redundant page presence check,
Daisuke Matsuda
- [recipe build #3905904] of ~linux-rdma rdma-core-daily in xenial: Dependency wait, noreply
- [PATCH for-next] RDMA/hns: Remove MW support,
Junxian Huang
- [PATCH 0/7] RDMA: hfi1: cpumasks usage fixes,
Yury Norov
- [PATCH v2] IB/iser: remove unnecessary local variable,
Li Jun
- [PATCH] infiniband: iser: remove the unnecessary var,
Li Jun
- [linus:master] [rds] c50d295c37: BUG:unable_to_handle_page_fault_for_address,
kernel test robot
- [RFC v4 00/18] Split netmem from struct page,
Byungchul Park
- [RFC v4 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem(), Byungchul Park
- [RFC v4 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem(), Byungchul Park
- [RFC v4 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow(), Byungchul Park
- [RFC v4 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order(), Byungchul Park
- [RFC v4 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order(), Byungchul Park
- [RFC v4 07/18] page_pool: use netmem put API in page_pool_return_netmem(), Byungchul Park
- [RFC v4 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs, Byungchul Park
- [RFC v4 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma(), Byungchul Park
- [RFC v4 01/18] netmem: introduce struct netmem_desc mirroring struct page, Byungchul Park
- [RFC v4 12/18] netmem: use _Generic to cover const casting for page_to_netmem(), Byungchul Park
- [RFC v4 11/18] mlx4: use netmem descriptor and APIs for page pool, Byungchul Park
- [RFC v4 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem(), Byungchul Park
- [RFC v4 16/18] netmem: introduce a netmem API, virt_to_head_netmem(), Byungchul Park
- [RFC v4 15/18] netdevsim: use netmem descriptor and APIs for page pool, Byungchul Park
- [RFC v4 17/18] mt76: use netmem descriptor and APIs for page pool, Byungchul Park
- [RFC v4 13/18] netmem: remove __netmem_get_pp(), Byungchul Park
- [RFC v4 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow(), Byungchul Park
- [RFC v4 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp(), Byungchul Park
- Re: [RFC v4 00/18] Split netmem from struct page, Byungchul Park
- [PATCH AUTOSEL 5.4 14/20] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info, Sasha Levin
- [PATCH AUTOSEL 5.10 18/27] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info, Sasha Levin
- [PATCH AUTOSEL 6.1 25/46] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info, Sasha Levin
- [PATCH AUTOSEL 5.15 19/33] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info, Sasha Levin
- [PATCH AUTOSEL 6.6 30/62] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info, Sasha Levin
- [PATCH AUTOSEL 6.12 82/93] RDMA/hns: initialize db in update_srq_db(), Sasha Levin
- [PATCH AUTOSEL 6.12 45/93] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info, Sasha Levin
- [PATCH AUTOSEL 6.14 094/108] RDMA/hns: initialize db in update_srq_db(), Sasha Levin
- [PATCH AUTOSEL 6.14 050/108] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info, Sasha Levin
- [PATCH AUTOSEL 6.15 103/118] RDMA/hns: initialize db in update_srq_db(), Sasha Levin
- [PATCH AUTOSEL 6.15 054/118] net: mlx4: add SOF_TIMESTAMPING_TX_SOFTWARE flag when getting ts info, Sasha Levin
- [PATCH v3] net/mlx5: Flag state up only after cmdif is ready,
Chenguang Zhao
- Re: [PATCH] RDMA/hns: ZERO_OR_NULL_PTR macro overdetection,
Junxian Huang
- Re: [syzbot] [smc?] possible deadlock in smc_switch_to_fallback (2), syzbot
- blktests failures with v6.15 kernel,
Shinichiro Kawasaki
- [PATCH net v2] net/mlx5: Flag state up only after cmdif is ready,
Chenguang Zhao
- [RFC v3 00/18] Split netmem from struct page,
Byungchul Park
- [RFC v3 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma(), Byungchul Park
- [RFC v3 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs, Byungchul Park
- [RFC v3 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order(), Byungchul Park
- [RFC v3 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem(), Byungchul Park
- [RFC v3 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order(), Byungchul Park
- [RFC v3 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem(), Byungchul Park
- [RFC v3 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow(), Byungchul Park
- [RFC v3 01/18] netmem: introduce struct netmem_desc mirroring struct page, Byungchul Park
- [RFC v3 07/18] page_pool: use netmem put API in page_pool_return_netmem(), Byungchul Park
- [RFC v3 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow(), Byungchul Park
- [RFC v3 12/18] netmem: use _Generic to cover const casting for page_to_netmem(), Byungchul Park
- [RFC v3 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem(), Byungchul Park
- [RFC v3 11/18] mlx4: use netmem descriptor and APIs for page pool, Byungchul Park
- [RFC v3 15/18] netdevsim: use netmem descriptor and APIs for page pool, Byungchul Park
- [RFC v3 16/18] netmem: introduce a netmem API, virt_to_head_netmem(), Byungchul Park
- [RFC v3 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp(), Byungchul Park
- [RFC v3 13/18] netmem: remove __netmem_get_pp(), Byungchul Park
- [RFC v3 17/18] mt76: use netmem descriptor and APIs for page pool, Byungchul Park
- Re: [RFC v3 00/18] Split netmem from struct page, Byungchul Park
- Re: [linux-next:master] [mm, slab] 6431f06eec: WARNING:at_include/linux/mm.h:#skb_append_pagefrags,
Vlastimil Babka
- [PATCH net-next] net/mlx5: HWS, Add an error check in hws_bwc_rule_complex_hash_node_get(),
Dan Carpenter
- [PATCH v2 net] net/mlx4_en: Prevent potential integer overflow calculating Hz,
Dan Carpenter
- [PATCH v2 00/16] Split netmem from struct page,
Byungchul Park
- [PATCH v2 08/16] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma(), Byungchul Park
- [PATCH v2 01/16] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov, Byungchul Park
- [PATCH v2 03/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order(), Byungchul Park
- [PATCH v2 07/16] page_pool: use netmem put API in page_pool_return_netmem(), Byungchul Park
- [PATCH v2 04/16] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem(), Byungchul Park
- [PATCH v2 06/16] page_pool: rename page_pool_return_page() to page_pool_return_netmem(), Byungchul Park
- [PATCH v2 09/16] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem(), Byungchul Park
- [PATCH v2 02/16] netmem: introduce netmem alloc APIs to wrap page alloc APIs, Byungchul Park
- [PATCH v2 05/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow(), Byungchul Park
- [PATCH v2 10/16] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow(), Byungchul Park
- [PATCH v2 13/16] netmem: remove __netmem_get_pp(), Byungchul Park
- [PATCH v2 11/16] mlx4: use netmem descriptor and APIs for page pool, Byungchul Park
- [PATCH v2 15/16] netdevsim: use netmem descriptor and APIs for page pool, Byungchul Park
- [PATCH v2 14/16] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem(), Byungchul Park
- [PATCH v2 12/16] netmem: use _Generic to cover const casting for page_to_netmem(), Byungchul Park
- [PATCH v2 16/16] mt76: use netmem descriptor and APIs for page pool, Byungchul Park
- [PATCH net-next,v6] net: mana: Add handler for hardware servicing events,
Haiyang Zhang
- [rdma:wip/for-testing] BUILD SUCCESS bbfadc699bfd194a326cc4f84acfe9a34373e0f6, kernel test robot
- [rdma:for-next] BUILD SUCCESS 92a251c3df8ea1991cd9fe00f1ab0cfce18d7711, kernel test robot
- [PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA,
Shradha Gupta
- [PATCH for-next 0/2] Remove ancient qib driver,
Dennis Dalessandro
- [recipe build #3901036] of ~linux-rdma rdma-core-daily in xenial: Dependency wait, noreply
- [PATCH net] net/mlx4_en: Prevent potential integer overflow calculating Hz,
Dan Carpenter
- [PATCH] net/mlx5: Flag state up only after cmdif is ready,
Chenguang Zhao
- [GIT PULL] dma-mapping update for Linux 6.16,
Marek Szyprowski
- [no subject], Unknown
- [rdma:wip/leon-for-next] BUILD SUCCESS 260ce16e579d375ba8f1ac945308343522f98d50, kernel test robot
- [PATCH net-next 0/2] net/mlx5: misc changes 2025-05-25,
Tariq Toukan
- [PATCH net-next 0/4] net/mlx5: HWS, more fixes and adjustments,
Tariq Toukan
- [PATCH net v5] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid(),
Wentao Liang
- [PATCH for-next v3] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices,
Daisuke Matsuda
- [PATCH for-next v2] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices, Daisuke Matsuda
- [PATCH for-next v1] RDMA/core: Avoid hmm_dma_map_alloc() for virtual DMA devices,
Daisuke Matsuda
- [PATCH v2 net-next 0/7] socket: Make sock_create_kern() robust against misuse.,
Kuniyuki Iwashima
- [PATCH net-next v4 0/3] dpll: add Reference SYNC feature,
Arkadiusz Kubalewski
- [iwl-next 0/6] Add RDMA support for Intel IPU E2000 in idpf,
Tatyana Nikolova
- [iwl-next 1/6] idpf: use reserved RDMA vectors from control plane, Tatyana Nikolova
- [iwl-next 2/6] idpf: implement core RDMA auxiliary dev create, init, and destroy, Tatyana Nikolova
- [iwl-next 4/6] idpf: implement remaining IDC RDMA core callbacks and handlers, Tatyana Nikolova
- [iwl-next 3/6] idpf: implement RDMA vport auxiliary dev create, init, and destroy, Tatyana Nikolova
- [iwl-next 5/6] idpf: implement IDC vport aux driver MTU change handler, Tatyana Nikolova
- [iwl-next 6/6] idpf: implement get LAN MMIO memory regions, Tatyana Nikolova
- [PATCH net-next] net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex(),
Dan Carpenter
- [PATCH] mm/hmm: Allow hmm_dma_map_alloc() to tolerate NULL device,
Daisuke Matsuda
- [PATCH rdma-next] RDMA/bnxt_re: Support extended stats for Thor2 VF,
Kalesh AP
- [PATCH 00/18] Split netmem from struct page,
Byungchul Park
- [PATCH 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem(), Byungchul Park
- [PATCH 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma(), Byungchul Park
- [PATCH 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs, Byungchul Park
- [PATCH 07/18] page_pool: use netmem put API in page_pool_return_netmem(), Byungchul Park
- [PATCH 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem(), Byungchul Park
- [PATCH 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order(), Byungchul Park
- [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov, Byungchul Park
- [PATCH 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow(), Byungchul Park
- [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp(), Byungchul Park
- [PATCH 14/18] netmem: use _Generic to cover const casting for page_to_netmem(), Byungchul Park
- [PATCH 11/18] mlx4: use netmem descriptor and APIs for page pool, Byungchul Park
- [PATCH 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem(), Byungchul Park
- [PATCH 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow(), Byungchul Park
- [PATCH 16/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem(), Byungchul Park
- [PATCH 17/18] netdevsim: use netmem descriptor and APIs for page pool, Byungchul Park
- [PATCH 15/18] netmem: remove __netmem_get_pp(), Byungchul Park
- [PATCH 13/18] mlx5: use netmem descriptor and APIs for page pool, Byungchul Park
- [PATCH 18/18] mm, netmem: remove the page pool members in struct page, Byungchul Park
- Re: [PATCH 00/18] Split netmem from struct page, Taehee Yoo
- Re: [PATCH 00/18] Split netmem from struct page, SeongJae Park
- [PATCH v4] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid(),
Wentao Liang
- [PATCH for-next] RDMA/hns: Fix endian issue in trace events,
Junxian Huang
- [PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy,
Tariq Toukan
- [PATCH net-next V2 01/11] net: Kconfig NET_DEVMEM selects GENERIC_ALLOCATOR, Tariq Toukan
- [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem, Tariq Toukan
- [PATCH net-next V2 03/11] net/mlx5e: SHAMPO: Reorganize mlx5_rq_shampo_alloc, Tariq Toukan
- [PATCH net-next V2 04/11] net/mlx5e: SHAMPO: Remove redundant params, Tariq Toukan
- [PATCH net-next V2 05/11] net/mlx5e: SHAMPO: Improve hw gro capability checking, Tariq Toukan
- [PATCH net-next V2 06/11] net/mlx5e: SHAMPO: Separate pool for headers, Tariq Toukan
- [PATCH net-next V2 07/11] net/mlx5e: SHAMPO: Headers page pool stats, Tariq Toukan
- [PATCH net-next V2 08/11] net/mlx5e: Convert over to netmem, Tariq Toukan
- [PATCH net-next V2 09/11] net/mlx5e: Add support for UNREADABLE netmem page pools, Tariq Toukan
- [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings, Tariq Toukan
- [PATCH net-next V2 10/11] net/mlx5e: Implement queue mgmt ops and single channel swap, Tariq Toukan
- Re: [PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy, Stanislav Fomichev
- Re: [PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy, Jakub Kicinski
- Re: [PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy, patchwork-bot+netdevbpf
- [PATCH net-next v3 0/3] dpll: add Reference SYNC feature,
Arkadiusz Kubalewski
- [PATCH rdma-next] RDMA/rxe: Break endless pagefault loop for RO pages,
Leon Romanovsky
- [PATCH for-next v4 0/2] RDMA/rxe: Prefetching pages with explicit ODP,
Daisuke Matsuda
- [rdma:wip/leon-for-next] BUILD SUCCESS 990b5c07f677a0b633b41130a70771337c18343e, kernel test robot
- Re: [PATCH v1 net-next 4/6] socket: Remove kernel socket conversion except for net/rds/.,
Paolo Abeni
- [PATCH] Doc: networking: Fix various typos in rds.rst,
Alok Tiwari
- [PATCH net-next] net/mlx5e: Allow setting MAC address of representors,
Tariq Toukan
- [PATCH net 0/2] mlx5 misc fixes 2025-05-22,
Tariq Toukan
- [PATCH net-next,v5] net: mana: Add handler for hardware servicing events,
Haiyang Zhang
- [ANNOUNCE] blktests repoistory move,
Shinichiro Kawasaki
- [no subject], Unknown
- [PATCH v5 net-next: rds] replace strncpy with strscpy_pad,
Baris Can Goral
- [PATCH v3] net/mlx5_core: Add error handling inmlx5_query_nic_vport_qkey_viol_cntr(),
Wentao Liang
- [PATCH v3] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid(),
Wentao Liang
- [bug report] [rdma] RXE ODP test hangs with new DMA map API,
Daisuke Matsuda
[Index of Archives]
[Linux USB Development]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Scanners]
[Yosemite Info]