index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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: 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
*
RDMA/netlink: Add flag to consolidate common handling
Leon Romanovsky
2017-08-10
1
-4
/
+2
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-2
/
+1
*
RDMA/SA: Fix kernel panic in CMA request handler flow
Majd Dibbiny
2017-06-01
1
-3
/
+3
*
IB/SA: Add support to query OPA path records
Dasaratharaman Chandramouli
2017-05-01
1
-16
/
+258
*
IB/SA: Add OPA path record type
Dasaratharaman Chandramouli
2017-05-01
1
-2
/
+2
*
IB/SA: Split struct sa_path_rec based on IB and ROCE specific fields
Dasaratharaman Chandramouli
2017-05-01
1
-15
/
+24
*
IB/SA: Introduce path record specific types
Dasaratharaman Chandramouli
2017-05-01
1
-5
/
+9
*
IB/SA: Rename ib_sa_path_rec to sa_path_rec
Dasaratharaman Chandramouli
2017-05-01
1
-10
/
+10
*
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
Dasaratharaman Chandramouli
2017-05-01
1
-1
/
+4
*
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
2017-05-01
1
-21
/
+19
*
IB/core: Rename ib_destroy_ah to rdma_destroy_ah
Dasaratharaman Chandramouli
2017-05-01
1
-1
/
+1
*
IB/core: Rename ib_create_ah to rdma_create_ah
Dasaratharaman Chandramouli
2017-05-01
1
-1
/
+1
*
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
2017-05-01
1
-2
/
+3
*
IB/SA: Add support to query opa classport info.
Dasaratharaman Chandramouli
2017-04-28
1
-25
/
+157
*
IB/SA: Modify SA to implicitly cache Class Port info
Dasaratharaman Chandramouli
2017-04-28
1
-52
/
+123
*
IB/SA: Move functions update_sm_ah() and ib_sa_event()
Dasaratharaman Chandramouli
2017-04-28
1
-86
/
+86
*
IB/SA: Remove unwanted braces
Dasaratharaman Chandramouli
2017-04-28
1
-2
/
+1
*
IB/SA: Add braces when using sizeof
Dasaratharaman Chandramouli
2017-04-28
1
-2
/
+2
*
IB/SA: Fix lines longer than 80 columns
Dasaratharaman Chandramouli
2017-04-28
1
-8
/
+9
*
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-2
/
+2
*
IB/sa : Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
2016-10-07
1
-1
/
+1
*
IB/sa: Add cached attribute containing SM information to SA port
Alex Vesker
2016-08-03
1
-0
/
+41
*
-
.
Merge branches 'misc-4.7-2', 'ipoib' and 'ib-router' into k.o/for-4.7
Doug Ledford
2016-05-26
1
-31
/
+180
|
\
\
[next]