index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-05
IPoIB/CM: Fix indentation level
Bart Van Assche
1
-2
/
+2
2015-05-05
iw_cxgb4: Remove negative advice dmesg warnings
Hariprasad S
3
-9
/
+32
2015-05-05
IB/core: Fix unaligned accesses
David Ahern
2
-14
/
+13
2015-05-05
IB/core: change rdma_gid2ip into void function as it always return zero
Honggang LI
1
-10
/
+3
2015-05-05
IB/qib: use arch_phys_wc_add()
Luis R. Rodriguez
7
-79
/
+39
2015-05-05
IB/qib: add acounting for MTRR
Luis R. Rodriguez
1
-1
/
+1
2015-05-05
IB/core: dma unmap optimizations
Guy Shapiro
1
-2
/
+3
2015-05-05
IB/core: dma map/unmap locking optimizations
Guy Shapiro
1
-5
/
+4
2015-05-05
RDMA/cxgb4: Report the actual address of the remote connecting peer
Steve Wise
2
-4
/
+51
2015-05-05
RDMA/nes: Report the actual address of the remote connecting peer
Tatyana Nikolova
2
-17
/
+49
2015-05-05
RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the ...
Tatyana Nikolova
3
-34
/
+262
2015-05-05
iw_cxgb4: enforce qp/cq id requirements
Hariprasad S
1
-0
/
+23
2015-05-05
iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQs
Hariprasad S
2
-7
/
+15
2015-05-05
iw_cxgb4: 32b platform fixes
Hariprasad S
5
-16
/
+15
2015-05-05
iw_cxgb4: Cleanup register defines/MACROS
Hariprasad S
2
-3
/
+5
2015-05-05
RDMA/CMA: Canonize IPv4 on IPV6 sockets properly
Jason Gunthorpe
1
-10
/
+17
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-18
/
+18
2015-04-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
3
-366
/
+411
2015-04-22
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
20
-1113
/
+1426
2015-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-3
/
+7
2015-04-17
IB/ipoib: Fix ndo_get_iflink
Erez Shitrit
2
-2
/
+6
2015-04-16
cxgb4: drop __GFP_NOFAIL allocation
Michal Hocko
1
-1
/
+1
2015-04-15
Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' ...
Doug Ledford
19
-1111
/
+1421
2015-04-15
IB/iser: Rewrite bounce buffer code path
Sagi Grimberg
3
-88
/
+137
2015-04-15
IB/iser: Bump version to 1.6
Sagi Grimberg
1
-1
/
+1
2015-04-15
IB/iser: Remove code duplication for a single DMA entry
Sagi Grimberg
1
-27
/
+21
2015-04-15
IB/iser: Pass struct iser_mem_reg to iser_fast_reg_mr and iser_reg_sig_mr
Sagi Grimberg
1
-43
/
+32
2015-04-15
IB/iser: Modify struct iser_mem_reg members
Sagi Grimberg
3
-33
/
+29
2015-04-15
IB/iser: Make fastreg pool cache friendly
Sagi Grimberg
1
-1
/
+1
2015-04-15
IB/iser: Move PI context alloc/free to routines
Sagi Grimberg
1
-55
/
+63
2015-04-15
IB/iser: Move fastreg descriptor pool get/put to helper functions
Sagi Grimberg
2
-18
/
+37
2015-04-15
IB/iser: Merge build page-vec into register page-vec
Sagi Grimberg
1
-58
/
+33
2015-04-15
IB/iser: Get rid of struct iser_rdma_regd
Sagi Grimberg
4
-70
/
+53
2015-04-15
IB/iser: Remove redundant assignments in iser_reg_page_vec
Sagi Grimberg
1
-5
/
+2
2015-04-15
IB/iser: Move memory reg/dereg routines to iser_memory.c
Sagi Grimberg
3
-91
/
+88
2015-04-15
IB/iser: Don't pass ib_device to fall_to_bounce_buff routine
Sagi Grimberg
1
-6
/
+6
2015-04-15
IB/iser: Remove a redundant struct iser_data_buf
Sagi Grimberg
3
-52
/
+34
2015-04-15
IB/iser: Remove redundant cmd_data_len calculation
Sagi Grimberg
1
-4
/
+1
2015-04-15
IB/iser: Fix wrong calculation of protection buffer length
Sagi Grimberg
1
-2
/
+2
2015-04-15
IB/iser: Handle fastreg/local_inv completion errors
Sagi Grimberg
1
-5
/
+6
2015-04-15
IB/iser: Fix unload during ep_poll wrong dereference
Sagi Grimberg
1
-1
/
+1
2015-04-15
ib_srpt: convert printk's to pr_* functions
Doug Ledford
1
-97
/
+91
2015-04-15
IB/srp: Use P_Key cache for P_Key lookups
Bart Van Assche
1
-4
/
+5
2015-04-15
infiniband/mlx4: check for mapping error
Sebastian Ott
2
-0
/
+13
2015-04-15
ib_uverbs: Fix pages leak when using XRC SRQs
Sébastien Dugué
1
-11
/
+11
2015-04-15
IB/mlx4: Fix WQE LSO segment calculation
Erez Shitrit
1
-2
/
+1
2015-04-15
IB/ipoib: Remove IPOIB_MCAST_RUN bit
Erez Shitrit
2
-5
/
+2
2015-04-15
IB/ipoib: Save only IPOIB_MAX_PATH_REC_QUEUE skb's
Erez Shitrit
1
-3
/
+10
2015-04-15
IB/ipoib: Handle QP in SQE state
Erez Shitrit
2
-1
/
+63
2015-04-15
IB/ipoib: Update broadcast record values after each successful join request
Erez Shitrit
1
-1
/
+17
[next]