Age | Commit message (Expand) | Author |
2024-06-27 | RDMA: Pass entire uverbs attr bundle to create cq function | Akiva Goldberger |
2024-04-08 | ipv4: Set scope explicitly in ip_route_output(). | Guillaume Nault |
2024-02-12 | RDMA/qedr: Fix qedr_create_user_qp error flow | Kamal Heib |
2023-07-31 | RDMA: Remove unnecessary ternary operators | Ruan Jinjie |
2023-07-23 | RDMA/qedr: Remove a duplicate assignment in qedr_create_gsi_qp() | Minjie Du |
2022-12-09 | Merge tag 'v6.1-rc8' into rdma.git for-next | Jason Gunthorpe |
2022-10-28 | RDMA/qedr: clean up work queue on failure in qedr_alloc_resources() | Dan Carpenter |
2022-10-24 | RDMA/qedr: fix repeated words in comments | wangjianli |
2022-08-04 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2022-07-18 | RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() | Jianglei Nie |
2022-06-07 | RDMA/qedr: Fix reporting QP timeout attribute | Kamal Heib |
2022-05-17 | RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq() | Minghao Chi |
2022-04-06 | RDMA: Split kernel-only global device caps from uverbs device caps | Jason Gunthorpe |
2021-12-07 | RDMA/qedr: Fix reporting max_{send/recv}_wr attrs | Kamal Heib |
2021-11-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2021-11-01 | Merge branch 'for-rc' into rdma.git for-next | Jason Gunthorpe |
2021-11-01 | Merge tag 'v5.15' into rdma.git for-next | Jason Gunthorpe |
2021-10-29 | RDMA/qedr: Fix NULL deref for query_qp on the GSI QP | Alok Prasad |
2021-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-10-25 | RDMA/qedr: Remove unsupported qedr_resize_cq callback | Kamal Heib |
2021-10-19 | rdma/qedr: Fix crash due to redundant release of device's qp memory | Prabhakar Kushwaha |
2021-10-04 | qed: Remove e4_ and _e4 from FW HSI | Shai Malin |
2021-08-30 | Merge branch 'sg_nents' into rdma.git for-next | Jason Gunthorpe |
2021-08-24 | RDMA: Use the sg_table directly and remove the opencoded version from umem | Maor Gottlieb |
2021-08-19 | RDMA/qedr: Move variables reset to qedr_set_common_qp_params() | Prabhakar Kushwaha |
2021-08-03 | RDMA: Globally allocate and release QP memory | Leon Romanovsky |
2021-07-30 | RDMA/qedr: Improve error logs for rdma_alloc_tid error return | Prabhakar Kushwaha |
2021-06-16 | RDMA: Remove rdma_set_device_sysfs_group() | Jason Gunthorpe |
2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2021-04-12 | RDMA/qedr: Fix error return code in qedr_iw_connect() | Wang Wensheng |
2021-04-07 | RDMA/qedr: Fix kernel panic when trying to access recv_cq | Kamal Heib |
2021-03-26 | RDMA: Support more than 255 rdma ports | Mark Bloch |
2021-02-16 | RDMA/qedr: Use true and false for bool variable | Jiapeng Chong |
2021-02-08 | RDMA/qedr: Remove in_irq() usage from debug output | Sebastian Andrzej Siewior |
2020-12-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2020-12-01 | RDMA/qedr: iWARP invalid(zero) doorbell address fix | Alok Prasad |
2020-11-23 | IB/qedr: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2020-11-17 | Merge branch 'for-rc' into rdma.git | Jason Gunthorpe |
2020-10-28 | RDMA/qedr: Fix memory leak in iWARP CM | Alok Prasad |
2020-10-26 | RDMA: Convert sysfs device * show functions to use sysfs_emit() | Joe Perches |
2020-10-26 | RDMA: Remove uverbs cmds from drivers that don't use them | Jason Gunthorpe |
2020-10-26 | RDMA: Check create_flags during create_qp | Jason Gunthorpe |
2020-10-26 | RDMA: Check flags during create_cq | Jason Gunthorpe |
2020-10-26 | RDMA: Check attr_mask during modify_qp | Jason Gunthorpe |
2020-10-26 | RDMA: Check srq_type during create_srq | Jason Gunthorpe |
2020-10-26 | RDMA: Move more uverbs_cmd_mask settings to the core | Jason Gunthorpe |
2020-10-26 | RDMA: Remove elements in uverbs_cmd_mask that all drivers set | Jason Gunthorpe |
2020-10-16 | RDMA: Explicitly pass in the dma_device to ib_register_device | Jason Gunthorpe |
2020-10-01 | RDMA/core: Modify enum ib_gid_type and enum rdma_network_type | Avihai Horon |
2020-10-01 | RDMA/qedr: Endianness warnings cleanup | Alok Prasad |