| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev... | Mark Brown | 4 | -9/+11 |
| 3 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 8 | -136/+156 |
| 6 days | RDMA/core: Move flow related functions to ib_uverbs_support.ko | Jason Gunthorpe | 3 | -77/+80 |
| 6 days | RDMA/core: Move ucaps into ib_uverbs_support.ko | Jason Gunthorpe | 3 | -10/+7 |
| 6 days | RDMA/core: Make a new module for the uverbs components needed by drivers | Jason Gunthorpe | 5 | -105/+133 |
| 6 days | RDMA/core: Remove uverbs_async_event_release() | Jason Gunthorpe | 5 | -21/+49 |
| 6 days | RDMA/core: Move many of the little EXPORTs from uverbs_ioctl into ib_core_uverbs | Jason Gunthorpe | 5 | -234/+233 |
| 6 days | RDMA/core: Do not compile ib_core_uverbs without USER_ACCESS | Jason Gunthorpe | 4 | -9/+9 |
| 6 days | Merge tag 'v7.1-rc5' into rdma.git for-next | Jason Gunthorpe | 28 | -178/+267 |
| 7 days | RDMA/counter: Fix incorrect port index in rdma_counter_init() error cleanup | Tao Cui | 1 | -1/+1 |
| 7 days | RDMA/counter: Fix num_counters leak on bind_qp failure in alloc_and_bind() | Tao Cui | 1 | -1/+9 |
| 7 days | RDMA/hns: Fix log flood after cmd_mbox failure | Lianfa Weng | 4 | -16/+16 |
| 7 days | RDMA/hns: Fix warning in poll cq direct mode | Lianfa Weng | 1 | -1/+1 |
| 7 days | IB/mlx4: Fix refcount leak in add_port() error path | Guangshuo Li | 1 | -18/+27 |
| 7 days | RDMA/rxe: Fix a use-after-free problem in rxe_mmap | Zhu Yanjun | 1 | -3/+16 |
| 7 days | RDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrs | Jacob Moroni | 1 | -4/+10 |
| 7 days | RDMA/mana_ib: Use ib_get_eth_speed for reporting port speed | Shiraz Saleem | 1 | -2/+1 |
| 7 days | RDMA/rtrs: Use flexible array for client path stats | Rosen Penev | 3 | -14/+3 |
| 8 days | RDMA/bnxt_re: Enable app allocated QPs | Sriharsha Basavapatna | 1 | -4/+15 |
| 8 days | RDMA/bnxt_re: Support doorbells for app allocated QPs | Sriharsha Basavapatna | 3 | -5/+55 |
| 8 days | RDMA/bnxt_re: Enhance dpi lifecycle logic in doorbell uapis | Sriharsha Basavapatna | 3 | -2/+17 |
| 8 days | RDMA/bnxt_re: Enhance dbr usecnt logic in doorbell uapis | Sriharsha Basavapatna | 2 | -4/+15 |
| 8 days | RDMA/bnxt_re: Update hwq depth for app allocated QPs | Sriharsha Basavapatna | 1 | -7/+16 |
| 8 days | RDMA/bnxt_re: Update msn table size for app allocated QPs | Sriharsha Basavapatna | 1 | -22/+39 |
| 8 days | RDMA/bnxt_re: Update sq depth for app allocated QPs | Sriharsha Basavapatna | 1 | -9/+15 |
| 8 days | RDMA/bnxt_re: Update rq depth for app allocated QPs | Sriharsha Basavapatna | 1 | -8/+14 |
| 8 days | RDMA/bnxt_re: Refactor bnxt_re_init_user_qp() | Sriharsha Basavapatna | 1 | -54/+73 |
| 9 days | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 8 | -136/+156 |
| 10 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+5 |
| 12 days | RDMA/rtrs: Fix use-after-free in path file creation cleanup | Guangshuo Li | 1 | -1/+1 |
| 12 days | RDMA/mana_ib: Report max_msg_sz in mana_ib_query_port | Shiraz Saleem | 1 | -0/+1 |
| 12 days | RDMA/core: Do not read wild stack memory in uverbs_get_handler_fn() | Jason Gunthorpe | 3 | -16/+15 |
| 12 days | RDMA/core: Move the _ib_copy_validate_udata* functions to ib_core_uverbs | Jason Gunthorpe | 3 | -122/+124 |
| 14 days | RDMA/cma: Constify struct configfs_item_operations and configfs_group_operations | Christophe JAILLET | 1 | -3/+3 |
| 14 days | RDMA: Replace memset with = {} pattern for ib_respond_udata() | Jason Gunthorpe | 6 | -25/+10 |
| 14 days | RDMA: Add missed = {} initialization to uresp structs | Jason Gunthorpe | 4 | -5/+5 |
| 14 days | RDMA: Use proper driver data response structs instead of open coding | Jason Gunthorpe | 5 | -24/+48 |
| 14 days | RDMA/mlx: Replace response_len with ib_respond_udata() | Jason Gunthorpe | 6 | -11/+11 |
| 14 days | RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata() | Jason Gunthorpe | 1 | -29/+6 |
| 14 days | RDMA/cxgb4: Convert to ib_respond_udata() | Jason Gunthorpe | 2 | -8/+5 |
| 14 days | RDMA: Convert drivers using sizeof() to ib_respond_udata() | Jason Gunthorpe | 17 | -77/+56 |
| 14 days | RDMA: Convert drivers using min to ib_respond_udata() | Jason Gunthorpe | 13 | -110/+49 |
| 14 days | IB/rdmavt: Don't abuse udata and ib_respond_udata() | Jason Gunthorpe | 1 | -10/+9 |
| 14 days | RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared() | Jason Gunthorpe | 5 | -42/+26 |
| 14 days | RDMA/hns: Use named initializer for pci_device_id array | Uwe Kleine-König (The Capable Hub) | 1 | -9/+23 |
| 14 days | RDMA/siw: use kzalloc_flex | Bernard Metzler | 3 | -33/+33 |
| 14 days | RDMA/bng_re: Remove unused variable rc | Rohit Chavan | 1 | -3/+2 |
| 14 days | RDMA/hns: Support congestion control algorithm parameter configuration | Chengchang Tang | 5 | -0/+473 |
| 14 days | RDMA/hns: Add write support to debugfs | Junxian Huang | 2 | -0/+21 |
| 14 days | RDMA/hns: Initialize seqfile before creating file | Junxian Huang | 1 | -14/+5 |
| 14 days | RDMA/mlx5: Use max() macro for bfreg calculation | Rohit Chavan | 1 | -6/+2 |
| 14 days | RDMA/srpt: fix integer overflow in immediate data length check | Sara Venkatesh | 1 | -2/+3 |
| 14 days | RDMA/mlx4: Use secs_to_jiffies() instead of open-coding | Rohit Chavan | 1 | -1/+1 |
| 14 days | IB/mlx5: Reduce spinlock contention by moving free operations outside | Li RongQing | 1 | -12/+24 |
| 14 days | RDMA/mlx5: Fix devx subscribe-event unwind NULL dereference | Prathamesh Deshpande | 1 | -7/+23 |
| 14 days | RDMA/mlx5: Fix UMR XLT cleanup on ODP populate failure | Prathamesh Deshpande | 1 | -1/+1 |
| 14 days | RDMA/efa: Add checksum support for admin responses | Yonatan Nachum | 5 | -20/+55 |
| 14 days | RDMA/rxe: support perf mgmt GET method | zhenwei pi | 4 | -0/+105 |
| 14 days | RDMA/rxe: add SENT/RCVD bytes | zhenwei pi | 5 | -0/+14 |
| 14 days | RDMA/rxe: remove rxe_ib_device_get_netdev() and RXE_PORT | zhenwei pi | 4 | -14/+7 |
| 14 days | RDMA/hns: Fix arithmetic overflow in calc_hem_config() | Alexander Chesnokov | 1 | -4/+4 |
| 14 days | RDMA/mlx5: Use QP port when decoding responder CQEs | Chenguang Zhao | 1 | -1/+2 |
| 14 days | IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlier | Prathamesh Deshpande | 1 | -7/+8 |
| 2026-05-15 | IB/IPoIB: ndo_set_rx_mode_async conversion | Dragos Tatulea | 1 | -3/+5 |
| 2026-05-14 | RDMA/siw: Reject MPA FPDU length underflow before signed receive math | Michael Bommarito | 1 | -0/+15 |
| 2026-05-13 | RDMA/bnxt_re: zero shared page before exposing to userspace | Lord Ulf Henrik Holmberg | 1 | -1/+1 |
| 2026-05-13 | RDMA/nldev: Add mutual exclusion in nldev_dellink() | Edward Adam Davis | 1 | -0/+3 |
| 2026-05-10 | RDMA/addr: Change addr_wq back to unordered workqueue | Surabhi Gogte | 1 | -1/+1 |
| 2026-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 19 | -39/+106 |
| 2026-05-06 | net/mlx5: E-Switch, serialize representor lifecycle | Mark Bloch | 1 | -2/+4 |
| 2026-05-05 | udp_tunnel: Pass struct sock to setup_udp_tunnel_sock(). | Kuniyuki Iwashima | 1 | -1/+1 |
| 2026-05-05 | udp_tunnel: Pass struct sock to udp_tunnel_sock_release(). | Kuniyuki Iwashima | 2 | -4/+4 |
| 2026-05-02 | RDMA/hns: Fix unlocked call to hns_roce_qp_remove() | Jason Gunthorpe | 1 | -0/+7 |
| 2026-05-02 | RDMA/hns: Fix xarray race in hns_roce_create_qp_common() | Jason Gunthorpe | 1 | -3/+3 |
| 2026-05-02 | RDMA/hns: Fix xarray race in hns_roce_create_srq() | Jason Gunthorpe | 1 | -6/+6 |
| 2026-05-02 | RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq() | Jason Gunthorpe | 1 | -1/+3 |
| 2026-05-02 | RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path | Jason Gunthorpe | 1 | -1/+1 |
| 2026-05-02 | RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp() | Jason Gunthorpe | 1 | -2/+2 |
| 2026-05-02 | RDMA/ocrdma: Clarify the mm_head searching | Jason Gunthorpe | 1 | -2/+2 |
| 2026-05-02 | RDMA/mana: Fix error unwind in mana_ib_create_qp_rss() | Jason Gunthorpe | 1 | -1/+3 |
| 2026-05-02 | RDMA/mana: Fix mana_destroy_wq_obj() cleanup in mana_ib_create_qp_rss() | Jason Gunthorpe | 1 | -5/+4 |
| 2026-05-02 | RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss() | Jason Gunthorpe | 1 | -2/+3 |
| 2026-05-02 | RDMA/mana: Validate rx_hash_key_len | Jason Gunthorpe | 1 | -0/+3 |
| 2026-05-02 | RDMA/mlx5: Add missing store/release for lock elision pattern | Jason Gunthorpe | 2 | -6/+6 |
| 2026-05-02 | RDMA/mlx5: Restore zero-init to mlx5_ib_modify_qp() ucmd | Jason Gunthorpe | 1 | -1/+1 |
| 2026-05-02 | RDMA/ionic: Fix typo in format string | Jason Gunthorpe | 1 | -1/+1 |
| 2026-04-29 | mlx5: Rename the vport number enums for host PF and VF | Moshe Shemesh | 1 | -2/+2 |
| 2026-04-29 | RDMA/mlx5: Fix null-ptr-deref in Raw Packet QP creation | Michael Guralnik | 1 | -0/+5 |
| 2026-04-29 | RDMA/core: Fix rereg_mr use-after-free race | Michael Guralnik | 1 | -2/+7 |
| 2026-04-29 | IB/core: Fix IPv6 netlink message size in ib_nl_ip_send_msg() | Maher Sanalla | 1 | -1/+1 |
| 2026-04-29 | RDMA/mlx5: Fix UAF in DCT destroy due to race with create | Edward Srouji | 1 | -1/+8 |
| 2026-04-29 | RDMA/mlx5: Fix UAF in SRQ destroy due to race with create | Edward Srouji | 1 | -1/+8 |
| 2026-04-28 | RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init() | Junrui Luo | 1 | -0/+1 |
| 2026-04-28 | RDMA/rxe: Reject non-8-byte ATOMIC_WRITE payloads | Michael Bommarito | 1 | -1/+13 |
| 2026-04-28 | RDMA/rxe: Reject unknown opcodes before ICRC processing | Michael Bommarito | 1 | -0/+11 |
| 2026-04-28 | IB/hfi1: Fix potential use-after-free in PIO and SDMA map teardown | Li RongQing | 2 | -2/+7 |
| 2026-04-21 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
| 2026-04-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 150 | -7486/+3945 |
| 2026-04-17 | RDMA/core: Fix user CQ creation for drivers without create_cq | Michael Margolin | 1 | -2/+1 |
| 2026-04-16 | Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -4/+4 |
| 2026-04-15 | Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+3 |
| 2026-04-15 | Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 4 | -13/+3 |
| 2026-04-14 | Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 9 | -25/+38 |
| 2026-04-13 | Merge branch 'nocache-cleanup' | Linus Torvalds | 1 | -5/+3 |
| 2026-04-12 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Jakub Kicinski | 1 | -1/+1 |
| 2026-04-09 | RDMA/ionic: bound node_desc sysfs read with %.64s | Kai Zen | 1 | -1/+1 |
| 2026-04-09 | IB/core: Fix zero dmac race in neighbor resolution | Chen Zhao | 1 | -0/+3 |
| 2026-04-09 | RDMA/mana_ib: Support memory windows | Konstantin Taranov | 3 | -1/+64 |
| 2026-04-09 | RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv | hkbinbin | 1 | -1/+2 |
| 2026-04-09 | RDMA/core: Prefer NLA_NUL_STRING | Florian Westphal | 1 | -3/+3 |
| 2026-04-09 | kernfs: pass struct ns_common instead of const void * for namespace tags | Christian Brauner | 2 | -5/+7 |
| 2026-04-07 | RDMA/core: Fix memory free for GID table | zhenwei pi | 1 | -1/+0 |
| 2026-04-05 | mm: rename zap_vma_ptes() to zap_special_vma_range() | David Hildenbrand (Arm) | 1 | -3/+3 |
| 2026-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 8 | -100/+123 |
| 2026-03-31 | RDMA/hns: Remove the duplicate calls to ib_copy_validate_udata_in() | Jason Gunthorpe | 1 | -19/+16 |
| 2026-03-31 | RDMA: Remove redundant = {} for udata req structs | Jason Gunthorpe | 13 | -19/+21 |
| 2026-03-31 | RDMA/irdma: Add missing comp_mask check in alloc_ucontext | Jason Gunthorpe | 1 | -1/+3 |
| 2026-03-31 | RDMA/hns: Add missing comp_mask check in create_qp | Jason Gunthorpe | 1 | -1/+3 |
| 2026-03-31 | RDMA/mlx5: Pull comp_mask validation into ib_copy_validate_udata_in_cm() | Jason Gunthorpe | 1 | -9/+8 |
| 2026-03-31 | RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_mask | Jason Gunthorpe | 4 | -17/+13 |
| 2026-03-31 | RDMA/hns: Use ib_copy_validate_udata_in() | Jason Gunthorpe | 4 | -45/+8 |
| 2026-03-31 | RDMA/mlx4: Use ib_copy_validate_udata_in() for QP | Jason Gunthorpe | 1 | -22/+3 |
| 2026-03-31 | RDMA/mlx4: Use ib_copy_validate_udata_in() | Jason Gunthorpe | 3 | -13/+10 |
| 2026-03-31 | RDMA/mlx5: Use ib_copy_validate_udata_in() for MW | Jason Gunthorpe | 1 | -9/+6 |
| 2026-03-31 | RDMA/mlx5: Use ib_copy_validate_udata_in() for SRQ | Jason Gunthorpe | 1 | -12/+3 |
| 2026-03-31 | RDMA/pvrdma: Use ib_copy_validate_udata_in() for srq | Jason Gunthorpe | 1 | -3/+2 |
| 2026-03-31 | RDMA: Use ib_copy_validate_udata_in() for implicit full structs | Jason Gunthorpe | 8 | -52/+45 |
| 2026-03-31 | RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in() | Jason Gunthorpe | 6 | -47/+17 |
| 2026-03-31 | RDMA: Consolidate patterns with offsetof() to ib_copy_validate_udata_in() | Jason Gunthorpe | 2 | -14/+5 |
| 2026-03-31 | RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in() | Jason Gunthorpe | 4 | -120/+26 |
| 2026-03-30 | x86-64: rename misleadingly named '__copy_user_nocache()' function | Linus Torvalds | 1 | -5/+3 |
| 2026-03-31 | BackMerge tag 'v7.0-rc6' into drm-next | Dave Airlie | 9 | -102/+126 |
| 2026-03-30 | RDMA/core: Use kzalloc_flex for GID table | Rosen Penev | 1 | -11/+3 |
| 2026-03-30 | RDMA/mana_ib: Disable RX steering on RSS QP destroy | Long Li | 1 | -0/+15 |
| 2026-03-30 | RDMA/mlx4: Restrict external umem for CQ when copy_to_user() is used | Leon Romanovsky | 1 | -0/+4 |
| 2026-03-30 | RDMA/umem: Use consistent DMA attributes when unmapping entries | Leon Romanovsky | 1 | -7/+6 |
| 2026-03-30 | Merge branch 'master' into rdma-next | Leon Romanovsky | 9 | -102/+126 |
| 2026-03-30 | RDMA: Remove outdated comments referencing hfi1_destroy_qp() | Kexin Sun | 2 | -2/+0 |
| 2026-03-30 | RDMA/bnxt_re: Clean up uverbs CQ creation path | Leon Romanovsky | 1 | -19/+9 |
| 2026-03-30 | RDMA/bnxt_re: Replace kcalloc() with kzalloc_objs() | Leon Romanovsky | 1 | -3/+2 |
| 2026-03-30 | RDMA/bnxt_re: Remove unnecessary checks in kernel CQ creation path | Leon Romanovsky | 1 | -12/+2 |
| 2026-03-30 | RDMA/bnxt_re: Simplify bnxt_re_init_depth() callers and implementation | Leon Romanovsky | 2 | -47/+42 |
| 2026-03-30 | RDMA/uverbs: Update outdated reference to remove_commit_idr_uobject() | Kexin Sun | 1 | -2/+2 |
| 2026-03-30 | RDMA: Properly propagate the number of CQEs as unsigned int | Leon Romanovsky | 16 | -76/+38 |
| 2026-03-30 | RDMA: Clarify that CQ resize is a user‑space verb | Leon Romanovsky | 10 | -11/+11 |
| 2026-03-30 | RDMA/core: Remove unused ib_resize_cq() implementation | Leon Romanovsky | 1 | -10/+0 |
| 2026-03-30 | RDMA/rxe: Support RDMA link creation and destruction per net namespace | Zhu Yanjun | 3 | -45/+146 |
| 2026-03-30 | RDMA/rxe: Add net namespace support for IPv4/IPv6 sockets | Zhu Yanjun | 3 | -1/+152 |
| 2026-03-30 | RDMA/nldev: Add dellink function pointer | Zhu Yanjun | 1 | -0/+12 |
| 2026-03-30 | RDMA/mana_ib: cleanup the usage of mana_gd_send_request() | Konstantin Taranov | 3 | -173/+31 |
| 2026-03-30 | RDMA/rxe: Replace use of system_unbound_wq with rxe_wq | Marco Crivellari | 3 | -2/+4 |
| 2026-03-30 | RDMA/irdma: Add support for GEN4 hardware | Jacob Moroni | 4 | -5/+12 |
| 2026-03-30 | RDMA/irdma: Provide scratch buffers to firmware for internal use | Jay Bhat | 5 | -3/+61 |
| 2026-03-29 | drivers: net: drop ipv6_stub usage and use direct function calls | Fernando Fernandez Mancera | 2 | -5/+4 |
| 2026-03-29 | ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs | Fernando Fernandez Mancera | 3 | -3/+2 |
| 2026-03-27 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 8 | -100/+123 |
| 2026-03-27 | fwctl/bnxt_en: Move common definitions to include/linux/bnxt/ | Pavan Chebbi | 4 | -4/+4 |
| 2026-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+3 |
| 2026-03-26 | Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+3 |
| 2026-03-22 | mlx5: Remove redundant iseg base | Parav Pandit | 1 | -1/+1 |
| 2026-03-20 | RDMA/umem: Tell DMA mapping that UMEM requires coherency | Leon Romanovsky | 1 | -2/+3 |
| 2026-03-18 | RDMA/irdma: Harden depth calculation functions | Shiraz Saleem | 1 | -17/+22 |
| 2026-03-18 | RDMA/irdma: Return EINVAL for invalid arp index error | Tatyana Nikolova | 1 | -7/+10 |
| 2026-03-18 | RDMA/irdma: Fix deadlock during netdev reset with active connections | Anil Samal | 1 | -1/+2 |
| 2026-03-18 | RDMA/irdma: Remove reset check from irdma_modify_qp_to_err() | Tatyana Nikolova | 1 | -2/+0 |
| 2026-03-18 | RDMA/irdma: Clean up unnecessary dereference of event->cm_node | Ivan Barrera | 1 | -6/+6 |
| 2026-03-18 | RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce() | Tatyana Nikolova | 1 | -2/+0 |
| 2026-03-18 | RDMA/irdma: Update ibqp state to error if QP is already in error state | Tatyana Nikolova | 1 | -0/+2 |
| 2026-03-18 | RDMA/irdma: Initialize free_qp completion before using it | Jacob Moroni | 1 | -1/+1 |
| 2026-03-17 | RDMA/efa: Fix possible deadlock | Ethan Tidmore | 1 | -0/+1 |
| 2026-03-17 | RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path | Chuck Lever | 1 | -7/+9 |
| 2026-03-17 | RDMA/rw: Fall back to direct SGE on MR pool exhaustion | Chuck Lever | 1 | -3/+18 |
| 2026-03-17 | RDMA/efa: Rename alloc_ucontext comp_mask to supported_caps | Michael Margolin | 1 | -8/+9 |
| 2026-03-16 | net/mlx5: Expose MLX5_UMR_ALIGN definition | Tariq Toukan | 1 | -1/+0 |
| 2026-03-16 | {net/RDMA}/mlx5: Add LAG demux table API and vport demux rules | Shay Drory | 3 | -14/+28 |
| 2026-03-16 | net/mlx5: LAG, replace mlx5_get_dev_index with LAG sequence number | Shay Drory | 1 | -1/+3 |
| 2026-03-11 | RDMA/rdmavt: Add driver mmap callback | Dean Luick | 1 | -5/+17 |
| 2026-03-11 | RDMA/rdmavt: Correct multi-port QP iteration | Dean Luick | 1 | -1/+1 |
| 2026-03-11 | RDMA/rdmavt: Add ucontext alloc/dealloc passthrough | Dean Luick | 1 | -0/+8 |
| 2026-03-10 | IB/hfi1: kzalloc to kzalloc_flex | Rosen Penev | 2 | -9/+2 |
| 2026-03-10 | RDMA/hfi1: Remove opa_vnic | Dennis Dalessandro | 26 | -4536/+20 |
| 2026-03-10 | RDMA/ocrdma: kzalloc_objs to kzalloc_flex | Rosen Penev | 2 | -13/+4 |
| 2026-03-08 | RDMA/efa: Fix use of completion ctx after free | Yonatan Nachum | 1 | -48/+39 |
| 2026-03-08 | RDMA/irdma: Add support for revocable pinned dmabuf import | Jacob Moroni | 1 | -12/+93 |
| 2026-03-08 | RDMA/umem: Add helpers for umem dmabuf revoke lock | Jacob Moroni | 1 | -0/+16 |
| 2026-03-08 | RDMA/umem: Add pinned revocable dmabuf import interface | Jacob Moroni | 1 | -0/+61 |
| 2026-03-08 | RDMA/umem: Move umem dmabuf revoke logic into helper function | Jacob Moroni | 1 | -9/+17 |
| 2026-03-08 | RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helper | Jacob Moroni | 1 | -9/+26 |
| 2026-03-08 | RDMA/rtrs: add WQ_PERCPU to alloc_workqueue users | Marco Crivellari | 2 | -2/+2 |
| 2026-03-08 | RDMA/bnxt_re: Support application specific CQs | Sriharsha Basavapatna | 3 | -18/+22 |
| 2026-03-08 | RDMA/bnxt_re: Separate kernel and user CQ creation paths | Sriharsha Basavapatna | 1 | -53/+102 |
| 2026-03-08 | RDMA/bnxt_re: Refactor bnxt_re_create_cq() | Sriharsha Basavapatna | 1 | -3/+26 |
| 2026-03-08 | RDMA/bnxt_re: Support doorbell extensions | Kalesh AP | 4 | -0/+184 |
| 2026-03-08 | RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() function | Kalesh AP | 4 | -225/+295 |
| 2026-03-08 | RDMA/bnxt_re: Move the UAPI methods to a dedicated file | Kalesh AP | 4 | -305/+344 |
| 2026-03-08 | RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATA | Jason Gunthorpe | 3 | -0/+10 |
| 2026-03-08 | RDMA/bnxt_re: Use ib_respond_empty_udata() | Jason Gunthorpe | 1 | -10/+15 |
| 2026-03-08 | RDMA/bnxt_re: Use ib_respond_udata() | Jason Gunthorpe | 1 | -22/+9 |
| 2026-03-08 | RDMA/bnxt_re: Add missing comp_mask validation | Jason Gunthorpe | 1 | -2/+5 |
| 2026-03-08 | RDMA/bnxt_re: Add compatibility checks to the uapi path for no data | Jason Gunthorpe | 1 | -0/+57 |