index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
cm.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
RDMA/cm: Remove the cm_free_id() wrapper function
Jason Gunthorpe
2020-05-12
1
-7
/
+2
*
|
RDMA/cm: Make find_remote_id() return a cm_id_private
Jason Gunthorpe
2020-05-12
1
-15
/
+12
*
|
RDMA/cm: Add a note explaining how the timewait is eventually freed
Jason Gunthorpe
2020-05-12
1
-0
/
+5
*
|
RDMA/cm: Pass the cm_id_private into cm_cleanup_timewait
Jason Gunthorpe
2020-05-12
1
-9
/
+9
*
|
RDMA/cm: Pull duplicated code into cm_queue_work_unlock()
Jason Gunthorpe
2020-05-12
1
-102
/
+44
*
|
RDMA/cm: Remove unused store to ret in cm_rej_handler
Danit Goldberg
2020-05-12
1
-1
/
+0
*
|
RDMA/cm: Remove return code from add_cm_id_to_port_list
Jason Gunthorpe
2020-05-12
1
-14
/
+4
*
|
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
2020-05-06
1
-10
/
+14
|
/
*
RDMA/cm: Make sure the cm_id is in the IB_CM_IDLE state in destroy
Jason Gunthorpe
2020-03-17
1
-20
/
+21
*
RDMA/cm: Allow ib_send_cm_sidr_rep() to be done under lock
Jason Gunthorpe
2020-03-17
1
-30
/
+28
*
RDMA/cm: Allow ib_send_cm_rej() to be done under lock
Jason Gunthorpe
2020-03-17
1
-40
/
+52
*
RDMA/cm: Allow ib_send_cm_drep() to be done under lock
Jason Gunthorpe
2020-03-17
1
-22
/
+33
*
RDMA/cm: Allow ib_send_cm_dreq() to be done under lock
Jason Gunthorpe
2020-03-17
1
-20
/
+34
*
RDMA/cm: Add some lockdep assertions for cm_id_priv->lock
Jason Gunthorpe
2020-03-17
1
-0
/
+6
*
RDMA/cm: Add missing locking around id.state in cm_dup_req_handler
Jason Gunthorpe
2020-03-17
1
-1
/
+5
*
RDMA/cm: Make it clearer how concurrency works in cm_req_handler()
Jason Gunthorpe
2020-03-17
1
-42
/
+57
*
RDMA/cm: Make it clear that there is no concurrency in cm_sidr_req_handler()
Jason Gunthorpe
2020-03-17
1
-27
/
+37
*
RDMA/cm: Read id.state under lock when doing pr_debug()
Jason Gunthorpe
2020-03-17
1
-4
/
+4
*
RDMA/cm: Simplify establishing a listen cm_id
Jason Gunthorpe
2020-03-17
1
-83
/
+116
*
RDMA/cm: Make the destroy_id flow more robust
Jason Gunthorpe
2020-03-17
1
-5
/
+8
*
RDMA/cm: Remove a race freeing timewait_info
Jason Gunthorpe
2020-03-17
1
-10
/
+15
*
RDMA/cm: Fix checking for allowed duplicate listens
Jason Gunthorpe
2020-03-17
1
-1
/
+2
*
RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()
Jason Gunthorpe
2020-03-17
1
-16
/
+11
*
RDMA/cm: Delete not implemented CM peer to peer communication
Leon Romanovsky
2020-03-13
1
-7
/
+0
*
Merge tag 'v5.6-rc5' into rdma.git for-next
Jason Gunthorpe
2020-03-10
1
-0
/
+1
|
\
|
*
RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()
Jason Gunthorpe
2020-02-27
1
-0
/
+1
*
|
RDMA: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-20
1
-2
/
+2
*
|
RDMA/ucma: Mask QPN to be 24 bits according to IBTA
Leon Romanovsky
2020-02-13
1
-0
/
+3
|
/
*
RDMA/cm: Remove CM message structs
Jason Gunthorpe
2020-01-25
1
-77
/
+0
*
RDMA/cm: Use IBA functions for complex structure members
Jason Gunthorpe
2020-01-25
1
-64
/
+107
*
RDMA/cm: Use IBA functions for simple structure members
Jason Gunthorpe
2020-01-25
1
-139
/
+245
*
RDMA/cm: Use IBA functions for swapping get/set acessors
Jason Gunthorpe
2020-01-25
1
-153
/
+33
*
RDMA/cm: Use IBA functions for simple get/set acessors
Jason Gunthorpe
2020-01-25
1
-144
/
+98
*
RDMA/cm: Add SET/GET implementations to hide IBA wire format
Leon Romanovsky
2020-01-25
1
-0
/
+267
*
RDMA/cm: Delete unused CM ARP functions
Leon Romanovsky
2020-01-03
1
-66
/
+0
*
RDMA/cm: Delete unused CM LAP functions
Leon Romanovsky
2020-01-03
1
-98
/
+0
*
RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()
Danit Goldberg
2020-01-03
1
-30
/
+13
*
RDMA/cm: Use refcount_t type for refcount variable
Danit Goldberg
2019-11-19
1
-12
/
+12
*
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
2019-10-28
1
-0
/
+3
|
\
|
*
RDMA/cm: Fix memory leak in cm_add/remove_one
Jack Morgenstein
2019-10-04
1
-0
/
+3
*
|
RDMA/cm: Update copyright together with SPDX tag
Leon Romanovsky
2019-10-28
1
-28
/
+2
*
|
RDMA/cm: Delete unused cm_is_active_peer function
Leon Romanovsky
2019-10-28
1
-8
/
+0
*
|
IB/cm: Use container_of() instead of typecast
Parav Pandit
2019-10-04
1
-2
/
+2
|
/
*
IB/cm: Reduce dependency on gid attribute ndev check
Parav Pandit
2019-05-03
1
-2
/
+3
*
RDMA/cm: Move debug counters to be under relevant IB device
Leon Romanovsky
2019-04-08
1
-38
/
+8
*
RDMA/cm: Remove useless zeroing of static global variable
Leon Romanovsky
2019-04-04
1
-1
/
+0
*
RDMA/cm: Convert local_id_table to XArray
Matthew Wilcox
2019-03-26
1
-24
/
+18
*
IB/cm: Use struct_size() in kmalloc()
Gustavo A. R. Silva
2019-01-07
1
-2
/
+1
*
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
2018-12-19
1
-2
/
+2
*
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
2018-12-19
1
-1
/
+1
[prev]
[next]