| Commit message (Expand) | Author | Age | Files | Lines |
* | RDMA/cma: Do not change route.addr.src_addr outside state checks | Jason Gunthorpe | 2022-02-25 | 1 | -16/+24 |
* | IB/cm: Release previously acquired reference counter in the cm_id_priv | Mark Zhang | 2022-01-28 | 1 | -1/+1 |
* | RDMA/ucma: Protect mc during concurrent multicast leaves | Leon Romanovsky | 2022-01-28 | 1 | -11/+23 |
* | RDMA/cma: Use correct address when leaving multicast group | Maor Gottlieb | 2022-01-28 | 1 | -10/+12 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2022-01-13 | 6 | -15/+25 |
|\ |
|
| * | Merge tag 'v5.16' into rdma.git for-next | Jason Gunthorpe | 2022-01-13 | 2 | -1/+4 |
| |\ |
|
| * | | RDMA: Use default_groups in kobj_type | Greg Kroah-Hartman | 2022-01-05 | 1 | -1/+2 |
| * | | Merge tag 'v5.16-rc5' into rdma.git for-next | Jason Gunthorpe | 2021-12-14 | 2 | -1/+5 |
| |\ \ |
|
| * | | | RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entry | Avihai Horon | 2021-12-14 | 1 | -3/+9 |
| * | | | RDMA/core: Let ib_find_gid() continue search even after empty entry | Avihai Horon | 2021-12-14 | 1 | -1/+2 |
| * | | | RDMA/core: Modify rdma_query_gid() to return accurate error codes | Avihai Horon | 2021-12-14 | 1 | -3/+9 |
| * | | | IB/core: Remove redundant pointer mm | Colin Ian King | 2021-12-06 | 1 | -2/+1 |
| * | | | RDMA/uverbs: Remove the unnecessary assignment | Zhu Yanjun | 2021-12-06 | 1 | -1/+0 |
| * | | | RDMA/cma: Remove open coding of overflow checking for private_data_len | Håkon Bugge | 2021-11-25 | 1 | -4/+2 |
* | | | | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-01-10 | 1 | -0/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 2021-12-29 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | RDMA/core: Don't infoleak GRH fields | Leon Romanovsky | 2022-01-05 | 1 | -1/+1 |
* | | | RDMA/uverbs: Check for null return of kmalloc_array | Jiasheng Jiang | 2022-01-05 | 1 | -0/+3 |
|/ / |
|
* | | RDMA/nldev: Check stat attribute before accessing it | Leon Romanovsky | 2021-11-17 | 1 | -1/+2 |
* | | RDMA/core: Set send and receive CQ before forwarding to the driver | Leon Romanovsky | 2021-11-16 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-11-04 | 1 | -0/+3 |
|\ |
|
| * | dma-buf: move dma-buf symbols into the DMA_BUF module namespace | Greg Kroah-Hartman | 2021-10-25 | 1 | -0/+3 |
* | | RDMA/core: Require the driver to set the IOVA correctly during rereg_mr | Aharon Landau | 2021-11-03 | 1 | -3/+0 |
* | | Merge tag 'v5.15' into rdma.git for-next | Jason Gunthorpe | 2021-11-01 | 1 | -2/+3 |
|\ \ |
|
| * | | RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a string | Mark Zhang | 2021-10-25 | 1 | -2/+3 |
| |/ |
|
* | | RDMA/core: Fix missed initialization of rdma_hw_stats::lock | Mark Zhang | 2021-10-28 | 2 | -2/+1 |
* | | RDMA/umem: Allow pinned dmabuf umem usage | Gal Pressman | 2021-10-28 | 1 | -0/+51 |
* | | RDMA/core: Use kvzalloc when allocating the struct ib_port | wangyugui | 2021-10-20 | 1 | -2/+2 |
* | | RDMA: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 2021-10-12 | 1 | -1/+0 |
* | | RDMA/iwpm: Remove redundant initialization of pointer err_str | Colin Ian King | 2021-10-12 | 1 | -1/+1 |
* | | RDMA/nldev: Allow optional-counter status configuration through RDMA netlink | Aharon Landau | 2021-10-12 | 1 | -4/+57 |
* | | RDMA/nldev: Split nldev_stat_set_mode_doit out of nldev_stat_set_doit | Aharon Landau | 2021-10-12 | 1 | -46/+70 |
* | | RDMA/nldev: Add support to get status of all counters | Aharon Landau | 2021-10-12 | 1 | -0/+98 |
* | | RDMA/counter: Add optional counter support | Aharon Landau | 2021-10-12 | 3 | -10/+59 |
* | | RDMA/counter: Add an is_disabled field in struct rdma_hw_stats | Aharon Landau | 2021-10-12 | 2 | -1/+23 |
* | | RDMA/core: Add a helper API rdma_free_hw_stats_struct | Mark Zhang | 2021-10-12 | 3 | -8/+43 |
* | | RDMA/counter: Add a descriptor in struct rdma_hw_stats | Aharon Landau | 2021-10-12 | 2 | -6/+8 |
* | | RDMA/rw: switch to dma_map_sgtable() | Logan Gunthorpe | 2021-10-05 | 1 | -25/+41 |
* | | RDMA/cma: Split apart the multiple uses of the same list heads | Jason Gunthorpe | 2021-10-04 | 2 | -18/+27 |
|/ |
|
* | RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requests | Jason Gunthorpe | 2021-09-23 | 2 | -0/+24 |
* | RDMA/cma: Do not change route.addr.src_addr.ss_family | Jason Gunthorpe | 2021-09-22 | 1 | -2/+6 |
* | RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failure | Tao Liu | 2021-09-15 | 1 | -3/+10 |
* | IB/cma: Do not send IGMP leaves for sendonly Multicast groups | Christoph Lameter | 2021-09-14 | 1 | -1/+6 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2021-09-02 | 16 | -528/+238 |
|\ |
|
| * | Merge branch 'sg_nents' into rdma.git for-next | Jason Gunthorpe | 2021-08-30 | 3 | -35/+43 |
| |\ |
|
| | * | RDMA: Use the sg_table directly and remove the opencoded version from umem | Maor Gottlieb | 2021-08-24 | 2 | -24/+13 |
| | * | lib/scatterlist: Fix wrong update of orig_nents | Maor Gottlieb | 2021-08-24 | 1 | -15/+19 |
| | * | lib/scatterlist: Provide a dedicated function to support table append | Maor Gottlieb | 2021-08-24 | 1 | -2/+2 |
| * | | RDMA/core/sa_query: Retry SA queries | Håkon Bugge | 2021-08-25 | 2 | -1/+11 |
| * | | IB/core: Remove deprecated current_seq comments | Li Zhijian | 2021-08-23 | 1 | -3/+0 |