aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-26IB/hfi1: Do not free hfi1 cdev parent structure earlyDennis Dalessandro5-6/+31
2016-05-26IB/hfi1: Add trace message in user IOCTL handlingDennis Dalessandro3-0/+3
2016-05-26IB/hfi1: Remove write(), use ioctl() for user cmdsDennis Dalessandro1-226/+0
2016-05-26IB/hfi1: Add ioctl() interface for user commandsDennis Dalessandro2-1/+208
2016-05-26IB/hfi1: Remove unused user commandDennis Dalessandro1-3/+0
2016-05-26IB/hfi1: Remove snoop/diag interfaceDennis Dalessandro3-1934/+2
2016-05-26IB/hfi1: Remove EPROM functionality from data deviceDennis Dalessandro2-392/+0
2016-05-26IB/hfi1: Remove UI char deviceDennis Dalessandro1-167/+1
2016-05-26IB/hfi1: Remove multiple device cdevDennis Dalessandro1-83/+19
2016-05-26IB/hfi1: Remove anti-pattern in cdev initDennis Dalessandro1-7/+7
2016-05-26IB/hfi1: Fix bug that blocks process on exit after port bounceJianxin Xiong1-1/+4
2016-05-26IB/qib: Remove unused qib_7322_intr_msgs[]Jubin John1-15/+0
2016-05-26IB/hfi1: Remove unnecessary commentIra Weiny1-3/+0
2016-05-26IB/hfi1: Fix sdma_event_names[] build warningJubin John1-0/+2
2016-05-26IB/rdmavt: Use kzalloc_nodeJubin John1-1/+3
2016-05-26IB/rdmavt: Insure QP vmalloc variants zero memoryMike Marciniszyn1-4/+4
2016-05-26IB/hfi1: Fix an interval RB node reference count leakMitko Haralanov1-7/+6
2016-05-13staging/rdma/hfi1: use RCU_INIT_POINTER() when NULLing.Muhammad Falak R Wani1-1/+1
2016-05-13IB/hfi1: Change hfi1_init loop to preserve error returnsAshutosh Dixit1-3/+3
2016-05-13IB/hfi1: Keep SC_USER as the last send context typeJianxin Xiong1-4/+4
2016-05-13IB/hfi1: Immediately apply congestion setting MADDean Luick1-33/+60
2016-05-13IB/hfi1: Correct log message stringsJakub Pawlak4-7/+6
2016-05-13IB/rdmavt: Increase CQ callback thread priorityMike Marciniszyn1-0/+1
2016-05-13IB/hfi1: Fix hfi_rcvhdr tracepointJubin John1-1/+1
2016-05-13IB/hfi1: Remove unnecessary headerJubin John2-2/+0
2016-05-13IB/hfi1: Improve performance of interval RB treesMitko Haralanov1-11/+11
2016-05-13IB/hfi1: Fix potential panic with sdma drained mechanismMike Marciniszyn1-1/+1
2016-05-13IB/hfi1: Fix pio wait counter double incrementMike Marciniszyn1-1/+0
2016-05-13IB/hfi1: Remove no-op QSFP reset codeDean Luick1-3/+0
2016-05-13IB/hfi1: Correct external device configuration shiftEaswar Hariharan1-2/+2
2016-05-13IB/hfi1: Wait for QSFP modules to initializeEaswar Hariharan3-7/+21
2016-05-13IB/hfi1: Ignore non-temperature warnings on a downed linkEaswar Hariharan3-7/+13
2016-05-12IB/srp: Move common code into the callerBart Van Assche1-1/+0
2016-05-12IB/srp: Move code out of a loopBart Van Assche1-3/+3
2016-05-12IB/srp: Avoid that mapping failure triggers an infinite loopBart Van Assche1-0/+2
2016-05-12IB/srp: Introduce target->mr_pool_sizeBart Van Assche2-3/+4
2016-05-12IB/srp: Fix srp_map_data() error pathsBart Van Assche1-11/+13
2016-05-12IB/srp: Document srp_map_data() return valueBart Van Assche1-0/+9
2016-05-12IB/srp: Fix a commentBart Van Assche1-1/+1
2016-05-12IB/srp: Fix a spelling error in a source code commentBart Van Assche1-1/+1
2016-05-05Merge branches 'hfi1' and 'iw_cxgb4' into k.o/for-4.7Doug Ledford38-544/+1134
2016-05-05RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()Hariprasad S1-10/+2
2016-05-05RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errorsHariprasad S1-0/+13
2016-05-05RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request()Hariprasad S1-29/+35
2016-05-05RDMA/iw_cxgb4: remove abort_connection() usage from accept/rejectHariprasad S1-14/+15
2016-05-05RDMA/iw_cxgb4: free resources when send_flowc() failsHariprasad S1-5/+18
2016-05-05RDMA/iw_cxgb4: remove connection abort from process_mpa_replyHariprasad S1-2/+13
2016-05-05RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is heldHariprasad S1-0/+7
2016-05-05RDMA/iw_cxgb4: stop ep timer on close failureHariprasad S1-1/+6
2016-05-05RDMA/iw_cxgb4: release ep resources on accept arp failureHariprasad S1-16/+66