index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-06
Merge tag 'v6.0' into rdma.git for-next
Jason Gunthorpe
3
-4
/
+10
2022-09-27
RDMA/core: Add UVERBS_ATTR_RAW_FD
Jason Gunthorpe
1
-0
/
+8
2022-09-22
RDMA/core: Clean up a variable name in ib_create_srq_user()
Dan Carpenter
1
-1
/
+1
2022-09-22
IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers
Daisuke Matsuda
2
-1
/
+6
2022-09-22
RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLID
Mark Zhang
2
-2
/
+25
2022-09-22
RDMA/cm: Use SLID in the work completion as the DLID in responder side
Mark Zhang
1
-7
/
+7
2022-09-22
RDMA/cma: Multiple path records support with netlink channel
Mark Zhang
2
-84
/
+221
2022-09-22
RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_paths
Mark Zhang
2
-14
/
+14
2022-09-05
IB/core: Fix a nested dead lock as part of ODP flow
Yishai Hadas
1
-1
/
+1
2022-08-30
IB/cm: Refactor cm_insert_listen() and cm_find_listen()
Mark Zhang
1
-20
/
+15
2022-08-30
IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_in...
Mark Zhang
1
-20
/
+8
2022-08-30
IB/cm: Remove the service_mask parameter from ib_cm_listen()
Mark Zhang
1
-6
/
+2
2022-08-29
RDMA/cma: Fix arguments order in net device validation
Michael Guralnik
1
-2
/
+2
2022-08-28
RDMA/core: Remove 'device' argument from rdma_build_skb()
Yunsheng Lin
1
-3
/
+2
2022-08-23
IB/mlx5: Remove duplicate header inclusion related to ODP
Daisuke Matsuda
1
-2
/
+0
2022-08-21
IB: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-3
/
+3
2022-08-16
RDMA: Handle the return code from dma_resv_wait_timeout() properly
Jason Gunthorpe
1
-1
/
+7
2022-08-06
Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-36
/
+9
2022-08-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-14
/
+221
2022-07-26
RDMA/rw: drop pci_p2pdma_[un]map_sg()
Logan Gunthorpe
1
-36
/
+9
2022-07-22
IB: Fix repeated words 'the the' comments
Slark Xiao
1
-1
/
+1
2022-06-24
RDMA: Correct duplicated words in comments
Jiang Jian
1
-1
/
+1
2022-06-24
RDMA/cm: Fix memory leak in ib_cm_insert_listen
Miaoqian Lin
1
-1
/
+3
2022-06-16
RDMA/core: Add a netevent notifier to cma
Patrisious Haddad
1
-0
/
+81
2022-06-16
RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and remote IP
Patrisious Haddad
2
-12
/
+138
2022-05-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
6
-25
/
+29
2022-05-25
Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-6
/
+3
2022-05-24
Merge tag 'v5.18' into rdma.git for-next
Jason Gunthorpe
1
-2
/
+1
2022-05-24
IB/core: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-04-25
RDMA/core: Avoid flush_workqueue(system_unbound_wq) usage
Tetsuo Handa
1
-10
/
+14
2022-04-18
Merge drm/drm-next into drm-misc-next
Paul Cercueil
1
-2
/
+1
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-2
/
+1
2022-04-12
Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...
Jason Gunthorpe
2
-384
/
+1
2022-04-12
Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-6
/
+2
2022-04-09
RDMA/core: Delete IPsec flow action logic from the core
Leon Romanovsky
2
-384
/
+1
2022-04-08
IB/SA: Replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-8
/
+8
2022-04-07
RDMA: use DMA_RESV_USAGE_KERNEL
Christian König
1
-1
/
+1
2022-04-07
dma-buf: add enum dma_resv_usage v4
Christian König
1
-1
/
+2
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
3
-9
/
+7
2022-04-05
Merge drm/drm-next into drm-misc-next
Maxime Ripard
12
-54
/
+65
2022-04-04
IB/uverbs: Move part of enum ib_device_cap_flags to uapi
Xiao Yang
1
-2
/
+4
2022-04-04
IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVD
Mark Zhang
1
-2
/
+1
2022-03-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
9
-16
/
+4
2022-03-24
RDMA: use dma_resv_wait() instead of extracting the fence
Christian König
1
-6
/
+2
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-0
/
+1
2022-03-18
RDMA/nldev: Prevent underflow in nldev_stat_set_counter_dynamic_doit()
Dan Carpenter
1
-1
/
+2
2022-03-14
Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"
Leon Romanovsky
3
-1
/
+4
2022-03-04
RDMA/core: Fix ib_qp_usecnt_dec() called when error
Yajun Deng
3
-4
/
+1
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
1
-0
/
+1
[next]