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
/
sa_query.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-07
IB/core: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2018-12-19
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
1
-1
/
+1
2018-12-19
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
1
-1
/
+2
2018-10-16
RDMA/core: Annotate timeout as unsigned long
Leon Romanovsky
1
-6
/
+7
2018-10-03
RDMA/netlink: Simplify netlink listener existence check
Leon Romanovsky
1
-1
/
+1
2018-09-26
IB/sa: simplify return code logic for ib_nl_send_msg()
Alex Estrin
1
-11
/
+2
2018-09-26
RDMA/core: Use dev_name instead of ibdev->name
Jason Gunthorpe
1
-1
/
+1
2018-09-12
RDMA/core: Simplify roce_resolve_route_from_path()
Parav Pandit
1
-40
/
+0
2018-07-10
RDMA: Validate grh_required when handling AVs
Artemy Kovalyov
1
-2
/
+6
2018-07-10
RDMA/hfi1: Move grh_required into update_sm_ah
Jason Gunthorpe
1
-10
/
+18
2018-07-09
IB/core: Simplify check for RoCE route resolve
Parav Pandit
1
-33
/
+5
2018-06-25
IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'
Parav Pandit
1
-28
/
+43
2018-06-25
IB: Make init_ah_attr_grh_fields set sgid_attr
Parav Pandit
1
-10
/
+9
2018-03-23
IB/cma: Resolve route only while receiving CM requests
Parav Pandit
1
-0
/
+5
2018-03-15
IB/core: Refactor ib_init_ah_attr_from_path() for RoCE
Parav Pandit
1
-96
/
+103
2018-03-07
IB/core: Fix possible crash to access NULL netdev
Parav Pandit
1
-4
/
+3
2017-12-22
IB/SA: Check dlid before SA agent queries for ClassPortInfo
Venkata Sandeep Dhanalakota
1
-0
/
+10
2017-12-18
IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...
Parav Pandit
1
-4
/
+4
2017-08-24
RDMA/(core, ulp): Convert register/unregister event handler to be void
Leon Romanovsky
1
-2
/
+1
2017-08-22
IB/hfi1: Determine 9B/16B L2 header type based on Address handle
Don Hiatt
1
-6
/
+15
2017-08-10
RDMA/netlink: Convert LS to doit callback
Leon Romanovsky
1
-4
/
+4
2017-08-10
RDMA/netlink: Simplify and rename ibnl_chk_listeners
Leon Romanovsky
1
-1
/
+1
2017-08-10
RDMA/netlink: Rename and remove redundant parameter from ibnl_multicast
Leon Romanovsky
1
-1
/
+1
2017-08-10
RDMA/netlink: Add flag to consolidate common handling
Leon Romanovsky
1
-4
/
+2
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-2
/
+1
2017-06-01
RDMA/SA: Fix kernel panic in CMA request handler flow
Majd Dibbiny
1
-3
/
+3
2017-05-01
IB/SA: Add support to query OPA path records
Dasaratharaman Chandramouli
1
-16
/
+258
2017-05-01
IB/SA: Add OPA path record type
Dasaratharaman Chandramouli
1
-2
/
+2
2017-05-01
IB/SA: Split struct sa_path_rec based on IB and ROCE specific fields
Dasaratharaman Chandramouli
1
-15
/
+24
2017-05-01
IB/SA: Introduce path record specific types
Dasaratharaman Chandramouli
1
-5
/
+9
2017-05-01
IB/SA: Rename ib_sa_path_rec to sa_path_rec
Dasaratharaman Chandramouli
1
-10
/
+10
2017-05-01
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
Dasaratharaman Chandramouli
1
-1
/
+4
2017-05-01
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
1
-21
/
+19
2017-05-01
IB/core: Rename ib_destroy_ah to rdma_destroy_ah
Dasaratharaman Chandramouli
1
-1
/
+1
2017-05-01
IB/core: Rename ib_create_ah to rdma_create_ah
Dasaratharaman Chandramouli
1
-1
/
+1
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
1
-2
/
+3
2017-04-28
IB/SA: Add support to query opa classport info.
Dasaratharaman Chandramouli
1
-25
/
+157
2017-04-28
IB/SA: Modify SA to implicitly cache Class Port info
Dasaratharaman Chandramouli
1
-52
/
+123
2017-04-28
IB/SA: Move functions update_sm_ah() and ib_sa_event()
Dasaratharaman Chandramouli
1
-86
/
+86
2017-04-28
IB/SA: Remove unwanted braces
Dasaratharaman Chandramouli
1
-2
/
+1
2017-04-28
IB/SA: Add braces when using sizeof
Dasaratharaman Chandramouli
1
-2
/
+2
2017-04-28
IB/SA: Fix lines longer than 80 columns
Dasaratharaman Chandramouli
1
-8
/
+9
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-2
/
+2
2016-10-07
IB/sa : Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-1
/
+1
2016-08-03
IB/sa: Add cached attribute containing SM information to SA port
Alex Vesker
1
-0
/
+41
2016-05-26
Merge branches 'misc-4.7-2', 'ipoib' and 'ib-router' into k.o/for-4.7
Doug Ledford
1
-31
/
+180
2016-05-25
IB/SA Agent: Add support for SA agent get ClassPortInfo
Erez Shitrit
1
-0
/
+173
2016-05-24
IB/core: Register SA ibnl client during ib_core initialization
Mark Bloch
1
-22
/
+5
2016-05-24
IB/SA: Integrate ib_sa module into ib_core module
Mark Bloch
1
-9
/
+2
2016-05-13
IB/SA: Use correct free function
Mark Bloch
1
-1
/
+1
[next]