| 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 | 2 | -4/+6 |
| 3 days | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -1/+2 |
| 7 days | Merge tag 'v7.1-rc5' into rdma.git for-next | Jason Gunthorpe | 17 | -36/+76 |
| 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/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 |
| 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 |
| 12 days | RDMA/mana_ib: Report max_msg_sz in mana_ib_query_port | Shiraz Saleem | 1 | -0/+1 |
| 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 | 14 | -69/+49 |
| 14 days | RDMA: Convert drivers using min to ib_respond_udata() | Jason Gunthorpe | 13 | -110/+49 |
| 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/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/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/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-13 | RDMA/bnxt_re: zero shared page before exposing to userspace | Lord Ulf Henrik Holmberg | 1 | -1/+1 |
| 2026-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 15 | -35/+74 |
| 2026-05-06 | net/mlx5: E-Switch, serialize representor lifecycle | Mark Bloch | 1 | -2/+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/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 | IB/hfi1: Fix potential use-after-free in PIO and SDMA map teardown | Li RongQing | 2 | -2/+7 |
| 2026-04-20 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 95 | -3799/+2276 |
| 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 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 1 | -1/+1 |
| 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 | RDMA/mana_ib: Support memory windows | Konstantin Taranov | 3 | -1/+64 |
| 2026-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 7 | -90/+96 |
| 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 | 4 | -31/+14 |
| 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-31 | BackMerge tag 'v7.0-rc6' into drm-next | Dave Airlie | 7 | -90/+96 |
| 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 | Merge branch 'master' into rdma-next | Leon Romanovsky | 7 | -90/+96 |
| 2026-03-30 | RDMA: Remove outdated comments referencing hfi1_destroy_qp() | Kexin Sun | 1 | -1/+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: Properly propagate the number of CQEs as unsigned int | Leon Romanovsky | 10 | -28/+25 |
| 2026-03-30 | RDMA: Clarify that CQ resize is a user‑space verb | Leon Romanovsky | 6 | -6/+6 |
| 2026-03-30 | RDMA/mana_ib: cleanup the usage of mana_gd_send_request() | Konstantin Taranov | 3 | -173/+31 |
| 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 | ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs | Fernando Fernandez Mancera | 1 | -1/+1 |
| 2026-03-27 | fwctl/bnxt_en: Move common definitions to include/linux/bnxt/ | Pavan Chebbi | 4 | -4/+4 |
| 2026-03-22 | mlx5: Remove redundant iseg base | Parav Pandit | 1 | -1/+1 |
| 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/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-10 | IB/hfi1: kzalloc to kzalloc_flex | Rosen Penev | 2 | -9/+2 |
| 2026-03-10 | RDMA/hfi1: Remove opa_vnic | Dennis Dalessandro | 15 | -1120/+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/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 | 1 | -0/+1 |
| 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 |
| 2026-03-08 | RDMA/bnxt_re: Add compatibility checks to the uapi path | Jason Gunthorpe | 1 | -13/+16 |
| 2026-03-05 | RDMA/mlx5: Add support for TLP VAR allocation | Maher Sanalla | 1 | -6/+34 |
| 2026-03-05 | RDMA/mlx5: Add TLP VAR region support and infrastructure | Maher Sanalla | 2 | -5/+54 |
| 2026-03-05 | RDMA/mlx5: Refactor VAR table to use region abstraction | Maher Sanalla | 2 | -30/+38 |
| 2026-03-05 | Add support for TLP emulation | Leon Romanovsky | 6 | -42/+27 |
| 2026-03-05 | RDMA/erdma: Remove numa_node from struct erdma_devattr | Cheng Xu | 3 | -3/+2 |
| 2026-03-05 | RDMA/bng_re: Fix silent failure in HWRM version query | Kamal Heib | 1 | -5/+9 |
| 2026-03-04 | RDMA/ionic: Preserve and set Ethernet source MAC after ib_ud_header_init() | Abhijit Gangurde | 1 | -1/+3 |
| 2026-03-04 | RDMA/irdma: Fix double free related to rereg_user_mr | Jacob Moroni | 1 | -0/+1 |
| 2026-03-02 | RDMA/mlx5: Switch from MR cache to FRMR pools | Michael Guralnik | 5 | -1060/+187 |
| 2026-03-02 | RDMA/mlx5: Move device async_ctx initialization | Chiara Meiohas | 2 | -2/+3 |
| 2026-03-02 | RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversion | Leon Romanovsky | 13 | -46/+33 |
| 2026-03-02 | Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie | 1 | -1/+1 |
| 2026-02-25 | RDMA/mlx4: Remove unused create_flags field from CQ structure | Leon Romanovsky | 2 | -4/+1 |
| 2026-02-25 | RDMA/mlx4: Introduce a modern CQ creation interface | Leon Romanovsky | 3 | -85/+111 |
| 2026-02-25 | RDMA/mlx4: Inline mlx4_ib_get_cq_umem into callers | Leon Romanovsky | 1 | -48/+60 |
| 2026-02-25 | RDMA/mlx5: Provide a modern CQ creation interface | Leon Romanovsky | 3 | -51/+107 |
| 2026-02-25 | RDMA/mlx5: Save 4 bytes in CQ structure | Leon Romanovsky | 3 | -4/+5 |
| 2026-02-25 | RDMA/efa: Remove check for zero CQE count | Leon Romanovsky | 1 | -2/+2 |
| 2026-02-25 | RDMA/core: Prepare create CQ path for API unification | Leon Romanovsky | 3 | -14/+5 |
| 2026-02-25 | RDMA/efa: Rely on CPU address in create‑QP | Leon Romanovsky | 1 | -2/+2 |
| 2026-02-25 | RDMA/core: Manage CQ umem in core code | Leon Romanovsky | 1 | -13/+11 |
| 2026-02-25 | RDMA: Move DMA block iterator logic into dedicated files | Leon Romanovsky | 15 | -12/+15 |
| 2026-02-25 | RDMA/efa: Use extended inline buff size for inline validation | Yonatan Nachum | 1 | -2/+2 |
| 2026-02-25 | RDMA/efa: Expose new extended max inline buff size | Yonatan Nachum | 4 | -3/+33 |
| 2026-02-25 | RDMA/efa: Rename admin queue attributes struct name for extendability | Yonatan Nachum | 2 | -24/+24 |
| 2026-02-24 | RDMA/ionic: Fix kernel stack leak in ionic_create_cq() | Jason Gunthorpe | 1 | -1/+1 |
| 2026-02-24 | RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah() | Jason Gunthorpe | 1 | -1/+1 |
| 2026-02-24 | IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq() | Jason Gunthorpe | 1 | -2/+3 |
| 2026-02-24 | RDMA/efa: Fix typo in efa_alloc_mr() | Jason Gunthorpe | 1 | -1/+1 |
| 2026-02-24 | RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_port | Kamal Heib | 1 | -0/+2 |
| 2026-02-24 | RDMA/bng_re: Unwind bng_re_dev_init properly | Siva Reddy Kallam | 1 | -14/+15 |
| 2026-02-24 | RDMA/bng_re: Remove unnessary validity checks | Siva Reddy Kallam | 1 | -23/+4 |
| 2026-02-23 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 138 | -779/+7943 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | 17 | -27/+19 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 30 | -90/+45 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 3 | -4/+4 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 99 | -308/+308 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 111 | -551/+506 |
| 2026-02-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 35 | -222/+1034 |
| 2026-02-11 | bnge/bng_re: Add a new HSI | Vikas Gupta | 6 | -6/+6456 |
| 2026-02-08 | RDMA/mlx5: Implement DMABUF export ops | Yishai Hadas | 1 | -0/+72 |
| 2026-02-05 | net/mlx5: Fix 1600G link mode enum naming | Yael Chemla | 1 | -1/+1 |
| 2026-02-05 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 7 | -20/+14 |
| 2026-02-02 | RDMA/mlx5: Support rate limit only for Raw Packet QP | Kalesh AP | 1 | -0/+5 |
| 2026-02-02 | RDMA/bnxt_re: Report QP rate limit in debugfs | Kalesh AP | 1 | -2/+12 |
| 2026-02-02 | RDMA/bnxt_re: Report packet pacing capabilities when querying device | Kalesh AP | 1 | -1/+21 |
| 2026-02-02 | RDMA/bnxt_re: Add support for QP rate limiting | Kalesh AP | 7 | -6/+47 |
| 2026-01-28 | RDMA/irdma: Use kvzalloc for paged memory DMA address array | Carlos Bilbao | 1 | -3/+3 |
| 2026-01-27 | RDMA/mana_ib: Add device‑memory support | Konstantin Taranov | 3 | -0/+149 |
| 2026-01-27 | RDMA/mlx5: Fix memory leak in GET_DATA_DIRECT_SYSFS_PATH handler | Zilin Guan | 1 | -2/+2 |
| 2026-01-27 | dma-buf: Rename .move_notify() callback to a clearer identifier | Leon Romanovsky | 1 | -1/+1 |
| 2026-01-25 | RDMA/irdma: Use CQ ID for CEQE context | Jacob Moroni | 6 | -51/+127 |
| 2026-01-25 | RDMA/irdma: Add enum defs for reserved CQs/QPs | Jacob Moroni | 2 | -10/+22 |
| 2026-01-18 | IB/mlx5: Fix port speed query for representors | Or Har-Toov | 1 | -6/+14 |
| 2026-01-18 | RDMA/mlx5: Fix UMR hang in LAG error state unload | Chiara Meiohas | 2 | -9/+68 |
| 2026-01-15 | RDMA/mana_ib: Take CQ type from the device type | Konstantin Taranov | 1 | -3/+1 |
| 2026-01-15 | RDMA/hns: Support drain SQ and RQ | Chengchang Tang | 1 | -0/+166 |
| 2026-01-13 | RDMA/irdma: Remove fixed 1 ms delay during AH wait loop | Jacob Moroni | 3 | -9/+11 |
| 2026-01-13 | RDMA/irdma: Remove redundant dma_wmb() before writel() | Jacob Moroni | 2 | -5/+0 |
| 2026-01-10 | bnxt_en: Update FW interface to 1.10.3.151 | Michael Chan | 1 | -2/+2 |
| 2026-01-05 | RDMA/ocrdma: Remove unused OCRDMA_UVERBS definition | Leon Romanovsky | 1 | -2/+0 |
| 2026-01-05 | RDMA/qedr: Remove unused defines | Leon Romanovsky | 1 | -20/+0 |
| 2026-01-05 | RDMA/mlx5: Avoid direct access to DMA device pointer | Leon Romanovsky | 1 | -5/+6 |
| 2026-01-05 | RDMA/mlx5: Fix ucaps init error flow | Maher Sanalla | 1 | -1/+5 |
| 2026-01-05 | RDMA/mlx5: Implement query_port_speed callback | Or Har-Toov | 2 | -0/+126 |
| 2026-01-05 | RDMA/mlx5: Raise async event on device speed change | Or Har-Toov | 1 | -0/+8 |