summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2026-05-19RDMA/rtrs: Fix use-after-free in path file creation cleanupGuangshuo Li1-1/+1
2026-05-19RDMA/mana_ib: Report max_msg_sz in mana_ib_query_portShiraz Saleem1-0/+1
2026-05-19RDMA/core: Do not read wild stack memory in uverbs_get_handler_fn()Jason Gunthorpe3-16/+15
2026-05-19RDMA/core: Move the _ib_copy_validate_udata* functions to ib_core_uverbsJason Gunthorpe3-122/+124
2026-05-18RDMA/cma: Constify struct configfs_item_operations and configfs_group_operationsChristophe JAILLET1-3/+3
2026-05-18RDMA: Replace memset with = {} pattern for ib_respond_udata()Jason Gunthorpe6-25/+10
2026-05-18RDMA: Add missed = {} initialization to uresp structsJason Gunthorpe4-5/+5
2026-05-18RDMA: Use proper driver data response structs instead of open codingJason Gunthorpe5-24/+48
2026-05-18RDMA/mlx: Replace response_len with ib_respond_udata()Jason Gunthorpe6-11/+11
2026-05-18RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()Jason Gunthorpe1-29/+6
2026-05-18RDMA/cxgb4: Convert to ib_respond_udata()Jason Gunthorpe2-8/+5
2026-05-18RDMA: Convert drivers using sizeof() to ib_respond_udata()Jason Gunthorpe17-77/+56
2026-05-18RDMA: Convert drivers using min to ib_respond_udata()Jason Gunthorpe13-110/+49
2026-05-18IB/rdmavt: Don't abuse udata and ib_respond_udata()Jason Gunthorpe1-10/+9
2026-05-18RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared()Jason Gunthorpe5-42/+26
2026-05-18RDMA/hns: Use named initializer for pci_device_id arrayUwe Kleine-König (The Capable Hub)1-9/+23
2026-05-18RDMA/siw: use kzalloc_flexBernard Metzler3-33/+33
2026-05-18RDMA/bng_re: Remove unused variable rcRohit Chavan1-3/+2
2026-05-18RDMA/hns: Support congestion control algorithm parameter configurationChengchang Tang5-0/+473
2026-05-18RDMA/hns: Add write support to debugfsJunxian Huang2-0/+21
2026-05-18RDMA/hns: Initialize seqfile before creating fileJunxian Huang1-14/+5
2026-05-18RDMA/mlx5: Use max() macro for bfreg calculationRohit Chavan1-6/+2
2026-05-18RDMA/srpt: fix integer overflow in immediate data length checkSara Venkatesh1-2/+3
2026-05-18RDMA/mlx4: Use secs_to_jiffies() instead of open-codingRohit Chavan1-1/+1
2026-05-18IB/mlx5: Reduce spinlock contention by moving free operations outsideLi RongQing1-12/+24
2026-05-18RDMA/mlx5: Fix devx subscribe-event unwind NULL dereferencePrathamesh Deshpande1-7/+23
2026-05-18RDMA/mlx5: Fix UMR XLT cleanup on ODP populate failurePrathamesh Deshpande1-1/+1
2026-05-18RDMA/efa: Add checksum support for admin responsesYonatan Nachum5-20/+55
2026-05-18RDMA/rxe: support perf mgmt GET methodzhenwei pi4-0/+105
2026-05-18RDMA/rxe: add SENT/RCVD byteszhenwei pi5-0/+14
2026-05-18RDMA/rxe: remove rxe_ib_device_get_netdev() and RXE_PORTzhenwei pi4-14/+7
2026-05-18RDMA/hns: Fix arithmetic overflow in calc_hem_config()Alexander Chesnokov1-4/+4
2026-05-18RDMA/mlx5: Use QP port when decoding responder CQEsChenguang Zhao1-1/+2
2026-05-18IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlierPrathamesh Deshpande1-7/+8
2026-05-15IB/IPoIB: ndo_set_rx_mode_async conversionDragos Tatulea1-3/+5
2026-05-14RDMA/siw: Reject MPA FPDU length underflow before signed receive mathMichael Bommarito1-0/+15
2026-05-13RDMA/bnxt_re: zero shared page before exposing to userspaceLord Ulf Henrik Holmberg1-1/+1
2026-05-13RDMA/nldev: Add mutual exclusion in nldev_dellink()Edward Adam Davis1-0/+3
2026-05-10RDMA/addr: Change addr_wq back to unordered workqueueSurabhi Gogte1-1/+1
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-39/+106
2026-05-06net/mlx5: E-Switch, serialize representor lifecycleMark Bloch1-2/+4
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima1-1/+1
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima2-4/+4
2026-05-02RDMA/hns: Fix unlocked call to hns_roce_qp_remove()Jason Gunthorpe1-0/+7
2026-05-02RDMA/hns: Fix xarray race in hns_roce_create_qp_common()Jason Gunthorpe1-3/+3
2026-05-02RDMA/hns: Fix xarray race in hns_roce_create_srq()Jason Gunthorpe1-6/+6
2026-05-02RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()Jason Gunthorpe1-1/+3
2026-05-02RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error pathJason Gunthorpe1-1/+1
2026-05-02RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()Jason Gunthorpe1-2/+2