index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
IB/srp: Avoid that mapping failure triggers an infinite loop
Bart Van Assche
2016-05-12
1
-0
/
+2
*
IB/srp: Introduce target->mr_pool_size
Bart Van Assche
2016-05-12
2
-3
/
+4
*
IB/srp: Fix srp_map_data() error paths
Bart Van Assche
2016-05-12
1
-11
/
+13
*
IB/srp: Document srp_map_data() return value
Bart Van Assche
2016-05-12
1
-0
/
+9
*
IB/srp: Fix a comment
Bart Van Assche
2016-05-12
1
-1
/
+1
*
IB/srp: Fix a spelling error in a source code comment
Bart Van Assche
2016-05-12
1
-1
/
+1
*
-
.
Merge branches 'hfi1' and 'iw_cxgb4' into k.o/for-4.7
Doug Ledford
2016-05-05
38
-544
/
+1134
|
\
\
|
|
*
RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()
Hariprasad S
2016-05-05
1
-10
/
+2
|
|
*
RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errors
Hariprasad S
2016-05-05
1
-0
/
+13
|
|
*
RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request()
Hariprasad S
2016-05-05
1
-29
/
+35
|
|
*
RDMA/iw_cxgb4: remove abort_connection() usage from accept/reject
Hariprasad S
2016-05-05
1
-14
/
+15
|
|
*
RDMA/iw_cxgb4: free resources when send_flowc() fails
Hariprasad S
2016-05-05
1
-5
/
+18
|
|
*
RDMA/iw_cxgb4: remove connection abort from process_mpa_reply
Hariprasad S
2016-05-05
1
-2
/
+13
|
|
*
RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is held
Hariprasad S
2016-05-05
1
-0
/
+7
|
|
*
RDMA/iw_cxgb4: stop ep timer on close failure
Hariprasad S
2016-05-05
1
-1
/
+6
|
|
*
RDMA/iw_cxgb4: release ep resources on accept arp failure
Hariprasad S
2016-05-05
1
-16
/
+66
|
|
*
IB/iser: Fix max_sectors calculation
Christoph Hellwig
2016-05-05
1
-4
/
+10
|
|
*
RDMA/nes: don't leak skb if carrier down
Florian Westphal
2016-04-29
1
-3
/
+0
|
*
|
IB/hfi1: Serialize hrtimer function calls
Jubin John
2016-04-28
2
-15
/
+12
|
*
|
IB/hfi1: Fix MAD port poll for active cables
Dean Luick
2016-04-28
1
-1
/
+15
|
*
|
IB/hfi1: Correctly report neighbor link down reason
Dean Luick
2016-04-28
1
-14
/
+9
|
*
|
IB/hfi1: Use the neighbor link down reason only when valid
Dean Luick
2016-04-28
2
-9
/
+130
|
*
|
IB/hfi1: Ignore link downgrade with 0 lanes
Dean Luick
2016-04-28
1
-1
/
+5
|
*
|
IB/hfi1: Add RSM rule for user FECN handling
Dean Luick
2016-04-28
1
-0
/
+84
|
*
|
IB/hfi1: Create a routine to set a receive side mapping rule
Dean Luick
2016-04-28
1
-18
/
+57
|
*
|
IB/hfi1: Move QOS decision logic into its own function
Dean Luick
2016-04-28
1
-17
/
+50
|
*
|
IB/hfi1: Extract RSM map table init from QOS
Dean Luick
2016-04-28
2
-21
/
+71
|
*
|
IB/hfi1: Reduce kernel context pio buffer allocation
Jianxin Xiong
2016-04-28
4
-25
/
+61
|
*
|
IB/hfi1: Change default number of user contexts
Jubin John
2016-04-28
3
-54
/
+84
|
*
|
IB/hfi1: Use global defines for upper bits in opcode
Mike Marciniszyn
2016-04-28
3
-7
/
+4
|
*
|
IB/hfi1: Remove unreachable code
Mike Marciniszyn
2016-04-28
1
-1
/
+1
|
*
|
IB/hfi1: Fix double QSFP resource acquire on cache refresh
Dean Luick
2016-04-28
2
-29
/
+23
|
*
|
IB/hfi1: Guard against concurrent I2C access across all chains
Dean Luick
2016-04-28
1
-1
/
+8
|
*
|
IB/hfi1: Remove module presence check outside pre-LNI checks
Easwar Hariharan
2016-04-28
2
-16
/
+12
|
*
|
IB/hfi1: Always turn on CDRs for low power QSFP modules
Easwar Hariharan
2016-04-28
7
-82
/
+74
|
*
|
IB/hfi1: Check P_KEY for all sent packets from user mode
Sebastian Sanchez
2016-04-28
4
-41
/
+77
|
*
|
IB/hfi1: Adjust default MTU to be 10KB
Sebastian Sanchez
2016-04-28
3
-4
/
+9
|
*
|
IB/hfi1: Simplify init_qpmap_table()
Dean Luick
2016-04-28
1
-5
/
+2
|
*
|
IB/hfi1: Correctly obtain the full service class
Dean Luick
2016-04-28
1
-1
/
+1
|
*
|
IB/hfi1: Fix QOS rule mappings
Dean Luick
2016-04-28
1
-27
/
+21
|
*
|
IB/hfi1: Remove invalid QOS check
Dean Luick
2016-04-28
1
-2
/
+0
|
*
|
IB/hfi1: Fix QOS num_vl bit width
Dean Luick
2016-04-28
1
-1
/
+1
|
*
|
IB/hfi1: Fix i2c resource reservation checks
Dean Luick
2016-04-28
1
-4
/
+4
|
*
|
IB/hfi1: Fix sysfs file offset usage
Dean Luick
2016-04-28
1
-2
/
+2
|
*
|
IB/rdmavt,hfi1,qib: Fix memory leak
Jubin John
2016-04-28
3
-4
/
+17
|
*
|
IB/hfi1: Fix buffer cache races which may cause corruption
Mitko Haralanov
2016-04-28
2
-17
/
+45
|
*
|
IB/hfi1: Extract and reinsert MMU RB node on lookup
Mitko Haralanov
2016-04-28
3
-19
/
+35
|
*
|
IB/hfi1: Correctly compute node interval
Mitko Haralanov
2016-04-28
2
-2
/
+2
|
*
|
IB/hfi1: Protect the interval RB tree when cleaning up
Mitko Haralanov
2016-04-28
1
-2
/
+6
|
*
|
IB/hfi1: Fix memory leak in user ExpRcv and SDMA
Mitko Haralanov
2016-04-28
2
-3
/
+7
[next]