index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-12
RDMA/cm: Remove the cm_free_id() wrapper function
Jason Gunthorpe
1
-7
/
+2
2020-05-12
RDMA/cm: Make find_remote_id() return a cm_id_private
Jason Gunthorpe
1
-15
/
+12
2020-05-12
RDMA/cm: Add a note explaining how the timewait is eventually freed
Jason Gunthorpe
1
-0
/
+5
2020-05-12
RDMA/cm: Pass the cm_id_private into cm_cleanup_timewait
Jason Gunthorpe
1
-9
/
+9
2020-05-12
RDMA/cm: Pull duplicated code into cm_queue_work_unlock()
Jason Gunthorpe
1
-102
/
+44
2020-05-12
RDMA/cm: Remove unused store to ret in cm_rej_handler
Danit Goldberg
1
-1
/
+0
2020-05-12
RDMA/cm: Remove return code from add_cm_id_to_port_list
Jason Gunthorpe
1
-14
/
+4
2020-05-12
RDMA/addr: Mark addr_resolve as might_sleep()
Jason Gunthorpe
1
-0
/
+4
2020-05-12
RDMA/ucma: Return stable IB device index as identifier
Leon Romanovsky
1
-7
/
+9
2020-05-12
RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobj
Jason Gunthorpe
3
-7
/
+10
2020-05-12
RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL event
Jason Gunthorpe
4
-3
/
+29
2020-05-12
RDMA/core: Fix double put of resource
Maor Gottlieb
1
-2
/
+1
2020-05-12
IB/core: Fix potential NULL pointer dereference in pkey cache
Jack Morgenstein
1
-2
/
+5
2020-05-06
RDMA/cma: Initialize the flow label of CM's route path record
Mark Zhang
1
-0
/
+23
2020-05-06
RDMA/core: Consider flow label when building skb
Maor Gottlieb
1
-2
/
+4
2020-05-06
RDMA: Allow ib_client's to fail when add() is called
Jason Gunthorpe
8
-66
/
+94
2020-05-06
RDMA/mad: Remove snoop interface
Maor Gottlieb
1
-232
/
+4
2020-05-02
RDMA/core: Get xmit slave for LAG
Maor Gottlieb
1
-18
/
+43
2020-05-02
RDMA/core: Add LAG functionality
Maor Gottlieb
2
-1
/
+137
2020-05-02
RDMA: Group create AH arguments in struct
Maor Gottlieb
1
-1
/
+4
2020-04-24
RDMA/core: Fix race between destroy and release FD object
Leon Romanovsky
1
-1
/
+1
2020-04-22
RDMA/core: Fix overwriting of uobj in case of error
Leon Romanovsky
1
-3
/
+2
2020-04-22
RDMA/core: Prevent mixed use of FDs between shared ufiles
Leon Romanovsky
1
-1
/
+1
2020-04-22
RDMA/uverbs: Fix a race with disassociate and exit_mmap()
Jason Gunthorpe
1
-0
/
+4
2020-04-15
RDMA/rw: use DIV_ROUND_UP to calculate nr_ops
Max Gurtovoy
1
-1
/
+1
2020-04-14
RDMA/cma: Limit the scope of rdma_is_consumer_reject function
Leon Romanovsky
1
-2
/
+7
2020-04-14
IB: Fix some documentation warnings
Mauro Carvalho Chehab
1
-2
/
+5
2020-04-14
RDMA: Remove a few extra calls to ib_get_client_data()
Jason Gunthorpe
1
-9
/
+6
2020-04-14
RDMA/cm: Fix an error check in cm_alloc_id_priv()
Dan Carpenter
1
-1
/
+1
2020-04-14
RDMA/uverbs: Make the event_queue fds return POLLERR when disassociated
Jason Gunthorpe
1
-0
/
+2
2020-04-14
RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ message
Leon Romanovsky
1
-11
/
+13
2020-04-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
12
-406
/
+601
2020-03-26
RDMA/cm: Update num_paths in cma_resolve_iboe_route error flow
Avihai Horon
1
-0
/
+1
2020-03-24
RDMA/core: Ensure security pkey modify is not lost
Mike Marciniszyn
1
-8
/
+3
2020-03-17
RDMA/cm: Make sure the cm_id is in the IB_CM_IDLE state in destroy
Jason Gunthorpe
1
-20
/
+21
2020-03-17
RDMA/cm: Allow ib_send_cm_sidr_rep() to be done under lock
Jason Gunthorpe
1
-30
/
+28
2020-03-17
RDMA/cm: Allow ib_send_cm_rej() to be done under lock
Jason Gunthorpe
1
-40
/
+52
2020-03-17
RDMA/cm: Allow ib_send_cm_drep() to be done under lock
Jason Gunthorpe
1
-22
/
+33
2020-03-17
RDMA/cm: Allow ib_send_cm_dreq() to be done under lock
Jason Gunthorpe
1
-20
/
+34
2020-03-17
RDMA/cm: Add some lockdep assertions for cm_id_priv->lock
Jason Gunthorpe
1
-0
/
+6
2020-03-17
RDMA/cm: Add missing locking around id.state in cm_dup_req_handler
Jason Gunthorpe
1
-1
/
+5
2020-03-17
RDMA/cm: Make it clearer how concurrency works in cm_req_handler()
Jason Gunthorpe
1
-42
/
+57
2020-03-17
RDMA/cm: Make it clear that there is no concurrency in cm_sidr_req_handler()
Jason Gunthorpe
1
-27
/
+37
2020-03-17
RDMA/cm: Read id.state under lock when doing pr_debug()
Jason Gunthorpe
1
-4
/
+4
2020-03-17
RDMA/cm: Simplify establishing a listen cm_id
Jason Gunthorpe
1
-83
/
+116
2020-03-17
RDMA/cm: Make the destroy_id flow more robust
Jason Gunthorpe
1
-5
/
+8
2020-03-17
RDMA/cm: Remove a race freeing timewait_info
Jason Gunthorpe
1
-10
/
+15
2020-03-17
RDMA/cm: Fix checking for allowed duplicate listens
Jason Gunthorpe
1
-1
/
+2
2020-03-17
RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()
Jason Gunthorpe
1
-16
/
+11
2020-03-13
RDMA/cm: Delete not implemented CM peer to peer communication
Leon Romanovsky
1
-7
/
+0
[prev]
[next]