index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
2015-09-11
1
-25
/
+4
|
\
|
*
target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage
Andy Grover
2015-08-26
1
-2
/
+2
|
*
target/iscsi: Replace conn->login_ip with login_sockaddr
Andy Grover
2015-08-26
1
-19
/
+2
|
*
target/iscsi: Keep local_ip as the actual sockaddr
Andy Grover
2015-08-26
1
-6
/
+2
*
|
IB/ipoib: Suppress warning for send only join failures
Jason Gunthorpe
2015-09-03
1
-2
/
+10
*
|
IB/ipoib: Clean up send-only multicast joins
Doug Ledford
2015-09-03
1
-11
/
+27
*
|
IB/srp: Fix possible protection fault
Sagi Grimberg
2015-09-03
1
-6
/
+10
*
|
IB/core: Make ib_dealloc_pd return void
Jason Gunthorpe
2015-08-30
2
-4
/
+2
*
|
IB/srp: Create an insecure all physical rkey only if needed
Bart Van Assche
2015-08-30
2
-19
/
+25
*
|
IB/srp: Register the indirect data buffer descriptor
Bart Van Assche
2015-08-30
2
-3
/
+58
*
|
IB/srp: Introduce srp_device.use_fmr
Bart Van Assche
2015-08-30
2
-11
/
+12
*
|
IB/srp: Remove use_mr argument from srp_map_sg_entry()
Bart Van Assche
2015-08-30
1
-21
/
+15
*
|
IB/srp: Remove the memory registration backtracking code
Bart Van Assche
2015-08-30
2
-55
/
+13
*
|
IB/srp: Add memory descriptor array pointer range checking
Bart Van Assche
2015-08-30
2
-6
/
+20
*
|
IB/srp: Use multiple registrations for large memory regions
Bart Van Assche
2015-08-30
1
-10
/
+0
*
|
IB/srp: Re-enable FMR for non-page aligned buffers
Bart Van Assche
2015-08-30
1
-9
/
+5
*
|
ib_srpt: Remove ib_get_dma_mr calls
Jason Gunthorpe
2015-08-30
2
-12
/
+4
*
|
IB/srp: Use pd->local_dma_lkey
Jason Gunthorpe
2015-08-30
1
-1
/
+1
*
|
iser-target: Remove ib_get_dma_mr calls
Jason Gunthorpe
2015-08-30
2
-23
/
+11
*
|
IB/iser: Use pd->local_dma_lkey
Jason Gunthorpe
2015-08-30
4
-5
/
+5
*
|
IB/ipoib: Remove ib_get_dma_mr calls
Jason Gunthorpe
2015-08-30
3
-17
/
+4
*
|
IB/iser: Chain all iser transaction send work requests
Sagi Grimberg
2015-08-30
4
-77
/
+99
*
|
IB/iser: Add debug prints to the various memory registration methods
Sagi Grimberg
2015-08-30
1
-1
/
+9
*
|
IB/iser: Support up to 8MB data transfer in a single command
Sagi Grimberg
2015-08-30
5
-7
/
+60
*
|
IB/iser: Pass registration pool a size parameter
Sagi Grimberg
2015-08-30
3
-25
/
+36
*
|
IB/iser: Unify fast memory registration flows
Sagi Grimberg
2015-08-30
3
-131
/
+113
*
|
IB/iser: Make reg_desc_get a per device routine
Sagi Grimberg
2015-08-30
2
-13
/
+41
*
|
IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmr
Sagi Grimberg
2015-08-30
1
-8
/
+8
*
|
IB/iser: Maintain connection fmr_pool under a single registration descriptor
Adir Lev
2015-08-30
3
-54
/
+68
*
|
IB/iser: Introduce iser registration pool struct
Sagi Grimberg
2015-08-30
3
-59
/
+82
*
|
IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_desc
Sagi Grimberg
2015-08-30
1
-21
/
+17
*
|
IB/iser: Introduce iser_reg_ops
Sagi Grimberg
2015-08-30
4
-45
/
+75
*
|
IB/iser: Remove dead code in fmr_pool alloc/free
Sagi Grimberg
2015-08-30
1
-16
/
+10
*
|
IB/iser: Rename struct fast_reg_descriptor -> iser_fr_desc
Sagi Grimberg
2015-08-30
3
-14
/
+14
*
|
IB/iser: Introduce struct iser_reg_resources
Sagi Grimberg
2015-08-30
3
-81
/
+91
*
|
IB/iser: Remove an unneeded print for unaligned memory
Sagi Grimberg
2015-08-30
1
-11
/
+9
*
|
IB/iser: Remove a redundant always-false condition
Sagi Grimberg
2015-08-30
1
-6
/
+0
*
|
IB/iser: Fix possible bogus DMA unmapping
Sagi Grimberg
2015-08-30
2
-4
/
+10
*
|
IB/iser: Get rid of un-maintained counters
Sagi Grimberg
2015-08-30
1
-9
/
+3
*
|
IB/iser: Fix missing return status check in iser_send_data_out
Sagi Grimberg
2015-08-30
1
-3
/
+5
*
|
IB/iser: Remove '.' from log message
Sagi Grimberg
2015-08-30
1
-1
/
+2
*
|
IB/iser: Change minor assignments and logging prints
Sagi Grimberg
2015-08-30
1
-7
/
+4
*
|
IB/iser: Change some module parameters to be RO
Jenny Falkovich
2015-08-30
1
-16
/
+15
*
|
IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login fails
Bart Van Assche
2015-08-30
1
-0
/
+9
*
|
IB/srp: Bump driver version and release date
Bart Van Assche
2015-08-30
1
-2
/
+2
*
|
IB/srp: Handle partial connection success correctly
Bart Van Assche
2015-08-30
1
-1
/
+2
*
|
IB/srp: Constify a function argument
Bart Van Assche
2015-08-30
1
-1
/
+1
*
|
IB/srp: Convert to ib_alloc_mr
Sagi Grimberg
2015-08-30
1
-1
/
+2
*
|
iser-target: Convert to ib_alloc_mr
Sagi Grimberg
2015-08-30
1
-2
/
+4
*
|
IB/iser: Convert to ib_alloc_mr
Sagi Grimberg
2015-08-30
1
-3
/
+4
[next]