Age | Commit message (Expand) | Author | Files | Lines |
2022-10-24 | RDMA/qedr: fix repeated words in comments | wangjianli | 1 | -1/+1 |
2022-08-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -3/+5 |
2022-07-18 | RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() | Jianglei Nie | 1 | -3/+5 |
2022-06-07 | RDMA/qedr: Fix reporting QP timeout attribute | Kamal Heib | 2 | -1/+4 |
2022-05-17 | RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq() | Minghao Chi | 1 | -1/+0 |
2022-04-06 | RDMA: Split kernel-only global device caps from uverbs device caps | Jason Gunthorpe | 1 | -1/+2 |
2021-12-07 | RDMA/qedr: Fix reporting max_{send/recv}_wr attrs | Kamal Heib | 1 | -0/+2 |
2021-11-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 3 | -18/+9 |
2021-11-01 | Merge branch 'for-rc' into rdma.git for-next | Jason Gunthorpe | 1 | -6/+9 |
2021-11-01 | Merge tag 'v5.15' into rdma.git for-next | Jason Gunthorpe | 3 | -2/+6 |
2021-10-29 | RDMA/qedr: Fix NULL deref for query_qp on the GSI QP | Alok Prasad | 1 | -6/+9 |
2021-10-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -2/+6 |
2021-10-25 | RDMA/qedr: Remove unsupported qedr_resize_cq callback | Kamal Heib | 3 | -12/+0 |
2021-10-20 | rdma/qedr: Fix crash due to redundant release of device's qp memory | Prabhakar Kushwaha | 3 | -2/+6 |
2021-10-04 | qed: Remove e4_ and _e4 from FW HSI | Shai Malin | 1 | -1/+1 |
2021-08-30 | Merge branch 'sg_nents' into rdma.git for-next | Jason Gunthorpe | 1 | -1/+1 |
2021-08-25 | RDMA: Use the sg_table directly and remove the opencoded version from umem | Maor Gottlieb | 1 | -1/+1 |
2021-08-19 | RDMA/qedr: Move variables reset to qedr_set_common_qp_params() | Prabhakar Kushwaha | 1 | -18/+14 |
2021-08-03 | RDMA: Globally allocate and release QP memory | Leon Romanovsky | 5 | -46/+26 |
2021-07-30 | RDMA/qedr: Improve error logs for rdma_alloc_tid error return | Prabhakar Kushwaha | 1 | -3/+15 |
2021-06-17 | RDMA: Remove rdma_set_device_sysfs_group() | Jason Gunthorpe | 1 | -1/+1 |
2021-05-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 4 | -14/+18 |
2021-04-12 | RDMA/qedr: Fix error return code in qedr_iw_connect() | Wang Wensheng | 1 | -1/+3 |
2021-04-08 | RDMA/qedr: Fix kernel panic when trying to access recv_cq | Kamal Heib | 1 | -1/+2 |
2021-03-26 | RDMA: Support more than 255 rdma ports | Mark Bloch | 3 | -13/+15 |
2021-02-16 | RDMA/qedr: Use true and false for bool variable | Jiapeng Chong | 1 | -4/+4 |
2021-02-09 | RDMA/qedr: Remove in_irq() usage from debug output | Sebastian Andrzej Siewior | 1 | -2/+2 |
2020-12-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2 | -34/+18 |
2020-12-02 | RDMA/qedr: iWARP invalid(zero) doorbell address fix | Alok Prasad | 1 | -0/+9 |
2020-11-23 | IB/qedr: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2020-11-17 | Merge branch 'for-rc' into rdma.git | Jason Gunthorpe | 1 | -0/+1 |
2020-10-28 | RDMA/qedr: Fix memory leak in iWARP CM | Alok Prasad | 1 | -0/+1 |
2020-10-27 | RDMA: Convert sysfs device * show functions to use sysfs_emit() | Joe Perches | 1 | -5/+4 |
2020-10-27 | RDMA: Remove uverbs cmds from drivers that don't use them | Jason Gunthorpe | 1 | -7/+0 |
2020-10-27 | RDMA: Check create_flags during create_qp | Jason Gunthorpe | 1 | -0/+3 |
2020-10-27 | RDMA: Check flags during create_cq | Jason Gunthorpe | 1 | -0/+3 |
2020-10-27 | RDMA: Check attr_mask during modify_qp | Jason Gunthorpe | 1 | -0/+3 |
2020-10-27 | RDMA: Check srq_type during create_srq | Jason Gunthorpe | 2 | -3/+4 |
2020-10-27 | RDMA: Move more uverbs_cmd_mask settings to the core | Jason Gunthorpe | 1 | -7/+1 |
2020-10-27 | RDMA: Remove elements in uverbs_cmd_mask that all drivers set | Jason Gunthorpe | 1 | -14/+1 |
2020-10-16 | RDMA: Explicitly pass in the dma_device to ib_register_device | Jason Gunthorpe | 1 | -1/+2 |
2020-10-02 | RDMA/core: Modify enum ib_gid_type and enum rdma_network_type | Avihai Horon | 1 | -1/+3 |
2020-10-02 | RDMA/qedr: Endianness warnings cleanup | Alok Prasad | 1 | -2/+2 |
2020-09-29 | RDMA/drivers: Remove udata check from special QP | Leon Romanovsky | 1 | -8/+0 |
2020-09-18 | RDMA/qedr: Fix resource leak in qedr_create_qp | Keita Suzuki | 1 | -25/+27 |
2020-09-18 | Merge branch 'mlx5_active_speed' into rdma.git for-next | Jason Gunthorpe | 1 | -1/+1 |
2020-09-18 | RDMA: Fix link active_speed size | Aharon Landau | 1 | -1/+1 |
2020-09-16 | RDMA/qedr: Add support for user mode XRC-SRQ's | Yuval Basson | 4 | -92/+254 |
2020-09-11 | RDMA/qedr: Fix function prototype parameters alignment | Michal Kalderon | 1 | -2/+2 |
2020-09-11 | RDMA/qedr: Fix inline size returned for iWARP | Michal Kalderon | 1 | -1/+1 |