index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
sa_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDMA/core: Use size_{add,sub,mul}() in calls to struct_size()
Gustavo A. R. Silva
2023-09-19
1
-1
/
+3
*
RDMA/cma: Refactor the inbound/outbound path records process flow
Mark Zhang
2023-01-10
1
-116
/
+55
*
RDMA/cma: Multiple path records support with netlink channel
Mark Zhang
2022-09-22
1
-73
/
+162
*
IB/SA: Replace usage of found with dedicated list iterator variable
Jakob Koschel
2022-04-08
1
-8
/
+8
*
RDMA/core: Delete useless module.h include
Leon Romanovsky
2022-01-28
1
-1
/
+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: Remove redundant 'flush_workqueue()' calls
Christophe JAILLET
2021-10-12
1
-1
/
+0
|
/
*
RDMA/core/sa_query: Retry SA queries
Håkon Bugge
2021-08-25
1
-1
/
+8
*
RDMA/core/sa_query: Remove unused function
Håkon Bugge
2021-08-19
1
-177
/
+0
*
RDMA/core/sa_query: Remove unused argument
Håkon Bugge
2021-06-25
1
-4
/
+2
*
IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() calls
Mark Zhang
2021-06-02
1
-3
/
+1
*
RDMA: Support more than 255 rdma ports
Mark Bloch
2021-03-26
1
-11
/
+11
*
RDMA/ipoib: Remove racy Subnet Manager sendonly join checks
Christoph Lameter
2021-02-16
1
-24
/
+0
*
RDMA/core/sa_query: Demote non-conformant kernel-doc header
Lee Jones
2021-01-19
1
-1
/
+1
*
IB: Fix kernel-doc markups
Mauro Carvalho Chehab
2020-12-07
1
-1
/
+2
*
IB/sa: Resolv use-after-free in ib_nl_make_request()
Divya Indi
2020-07-02
1
-21
/
+17
*
RDMA/core: Use sizeof_field() helper
Gustavo A. R. Silva
2020-05-27
1
-7
/
+7
*
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
2020-05-06
1
-10
/
+12
*
RDMA: Remove a few extra calls to ib_get_client_data()
Jason Gunthorpe
2020-04-14
1
-9
/
+6
*
RDMA: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-20
1
-1
/
+1
*
RDMA/netlink: Do not always generate an ACK for some netlink operations
Håkon Bugge
2020-01-03
1
-2
/
+2
*
infiniband: fix core/ kernel-doc notation
rd.dunlab@gmail.com
2019-10-22
1
-1
/
+1
*
RDMA/core: Support netlink commands in non init_net net namespaces
Parav Pandit
2019-07-25
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-05-09
1
-26
/
+18
|
\
|
*
ib core: Convert query_idr to XArray
Matthew Wilcox
2019-03-26
1
-26
/
+18
*
|
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-4
/
+4
|
/
*
IB/core: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-01-07
1
-3
/
+1
*
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
2018-12-19
1
-1
/
+1
*
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
2018-12-19
1
-1
/
+2
*
RDMA/core: Annotate timeout as unsigned long
Leon Romanovsky
2018-10-16
1
-6
/
+7
*
RDMA/netlink: Simplify netlink listener existence check
Leon Romanovsky
2018-10-03
1
-1
/
+1
*
IB/sa: simplify return code logic for ib_nl_send_msg()
Alex Estrin
2018-09-26
1
-11
/
+2
*
RDMA/core: Use dev_name instead of ibdev->name
Jason Gunthorpe
2018-09-26
1
-1
/
+1
*
RDMA/core: Simplify roce_resolve_route_from_path()
Parav Pandit
2018-09-12
1
-40
/
+0
*
RDMA: Validate grh_required when handling AVs
Artemy Kovalyov
2018-07-10
1
-2
/
+6
*
RDMA/hfi1: Move grh_required into update_sm_ah
Jason Gunthorpe
2018-07-10
1
-10
/
+18
*
IB/core: Simplify check for RoCE route resolve
Parav Pandit
2018-07-09
1
-33
/
+5
*
IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'
Parav Pandit
2018-06-25
1
-28
/
+43
*
IB: Make init_ah_attr_grh_fields set sgid_attr
Parav Pandit
2018-06-25
1
-10
/
+9
*
IB/cma: Resolve route only while receiving CM requests
Parav Pandit
2018-03-23
1
-0
/
+5
*
IB/core: Refactor ib_init_ah_attr_from_path() for RoCE
Parav Pandit
2018-03-15
1
-96
/
+103
*
IB/core: Fix possible crash to access NULL netdev
Parav Pandit
2018-03-07
1
-4
/
+3
*
IB/SA: Check dlid before SA agent queries for ClassPortInfo
Venkata Sandeep Dhanalakota
2017-12-22
1
-0
/
+10
*
IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...
Parav Pandit
2017-12-18
1
-4
/
+4
*
RDMA/(core, ulp): Convert register/unregister event handler to be void
Leon Romanovsky
2017-08-24
1
-2
/
+1
*
IB/hfi1: Determine 9B/16B L2 header type based on Address handle
Don Hiatt
2017-08-22
1
-6
/
+15
*
RDMA/netlink: Convert LS to doit callback
Leon Romanovsky
2017-08-10
1
-4
/
+4
*
RDMA/netlink: Simplify and rename ibnl_chk_listeners
Leon Romanovsky
2017-08-10
1
-1
/
+1
*
RDMA/netlink: Rename and remove redundant parameter from ibnl_multicast
Leon Romanovsky
2017-08-10
1
-1
/
+1
[next]