index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-24
Backmerge tag 'v6.1-rc6' into drm-next
Dave Airlie
3
-3
/
+11
2022-11-21
Merge 6.1-rc6 into driver-core-next
Greg Kroah-Hartman
3
-3
/
+11
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-11-15
RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected port
Mark Zhang
1
-1
/
+1
2022-11-15
RDMA/core: Make sure "ib_port" is valid when access sysfs node
Mark Zhang
1
-6
/
+11
2022-11-15
RDMA/restrack: Release MR restrack when delete
Mark Zhang
1
-2
/
+0
2022-11-10
IB/mad: Don't call to function that might sleep while in atomic context
Leonid Ravich
1
-5
/
+0
2022-11-09
driver core: class: make namespace and get_ownership take const *
Greg Kroah-Hartman
1
-2
/
+2
2022-10-28
RDMA/core: Fix null-ptr-deref in ib_core_cleanup()
Chen Zhongjin
2
-2
/
+10
2022-10-27
RDMA/core: Fix order of nldev_exit call
Leon Romanovsky
1
-1
/
+1
2022-10-24
RDMA/core: fix repeated words in comments
wangjianli
1
-1
/
+1
2022-10-19
RDMA/cma: Use output interface for net_dev check
HÃ¥kon Bugge
1
-1
/
+1
2022-10-19
IB/uverbs: fix the typo of optional
Deming Wang
1
-1
/
+1
2022-10-18
Merge drm/drm-next into drm-misc-next
Maxime Ripard
11
-163
/
+312
2022-10-18
RDMA/umem: Prepare to dynamic dma-buf locking specification
Dmitry Osipenko
1
-3
/
+4
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
[prev]
[next]