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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-22
RDMA/ipoib: drop skb on path record lookup failure
Evgenii Smirnov
1
-41
/
+21
2018-05-22
RDMA/CMA: add rdma_iw_cm_id() and rdma_res_to_id() helpers
Steve Wise
1
-0
/
+28
2018-05-22
iw_cxgb4: always set iw_cm_id.provider_data
Steve Wise
1
-0
/
+1
2018-05-22
RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE events
Doug Ledford
2
-7
/
+28
2018-05-18
Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
David S. Miller
1
-1
/
+1
2018-05-17
IB/rxe: avoid calling WARN_ON_ONCE twice
Zhu Yanjun
1
-4
/
+0
2018-05-16
RDMA/hns: Add 64KB page size support for hip08
Yixian Liu
3
-22
/
+23
2018-05-16
IB/ipoib: replace local_irq_disable() with proper locking
Sebastian Andrzej Siewior
1
-9
/
+6
2018-05-16
IB/mlx5: Expose MPLS related tunneling offloads
Ariel Levkovich
1
-0
/
+8
2018-05-16
IB/mlx5: Add support for MPLS flow specification
Ariel Levkovich
1
-3
/
+99
2018-05-16
IB/mlx5: Add support for GRE flow specification
Ariel Levkovich
1
-0
/
+24
2018-05-16
IB/uverbs: Introduce a MPLS steering match filter
Ariel Levkovich
1
-0
/
+12
2018-05-16
IB/uverbs: Introduce a GRE steering match filter
Ariel Levkovich
1
-0
/
+11
2018-05-16
IB/mlx5: Use 'kvfree()' for memory allocated by 'kvzalloc()'
Christophe JAILLET
1
-1
/
+1
2018-05-16
IB/cm: Store and restore ah_attr during CM message processing
Parav Pandit
1
-2
/
+14
2018-05-16
IB/cm: Store and restore ah_attr during LAP msg processing
Parav Pandit
1
-3
/
+29
2018-05-16
IB/cm: Avoid AV ah_attr overwriting during LAP message handling
Parav Pandit
1
-8
/
+8
2018-05-16
i40iw: Extend port reuse support for listeners
Shiraz Saleem
3
-42
/
+59
2018-05-15
IB/umem: Use the correct mm during ib_umem_release
Lidong Chen
1
-6
/
+1
2018-05-15
IB/core: Remove redundant return
Yuval Shaia
1
-2
/
+0
2018-05-15
iw_cxgb4: remove wr_id attributes
Steve Wise
1
-55
/
+0
2018-05-15
RDMA/NLDEV: remove mr iova attribute
Steve Wise
1
-3
/
+0
2018-05-15
iw_cxgb4: fix uninitialized variable warnings
Steve Wise
1
-2
/
+2
2018-05-15
RDMA/hfi1: Fix build error with debugfs disabled
Doug Ledford
1
-15
/
+0
2018-05-15
IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS
Ben Hutchings
2
-1
/
+2
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
41
-186
/
+385
2018-05-09
IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt
Brian Welty
11
-324
/
+169
2018-05-09
IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support
Sebastian Sanchez
13
-96
/
+527
2018-05-09
IB/hfi1: Create common functions for affinity CPU mask operations
Sebastian Sanchez
1
-23
/
+60
2018-05-09
IB/hfi1: Optimize kthread pointer locking when queuing CQ entries
Sebastian Sanchez
1
-12
/
+19
2018-05-09
IB/Hfi1: Read CCE Revision register to verify the device is responsive
Kamenee Arumugam
2
-7
/
+8
2018-05-09
IB/hfi1: Rework fault injection machinery
Mitko Haralanov
10
-357
/
+576
2018-05-09
IB/{hfi1, qib}: Add handling of kernel restart
Alex Estrin
4
-0
/
+28
2018-05-09
IB/hfi1: Reorder incorrect send context disable
Michael J. Ruhl
2
-11
/
+35
2018-05-09
IB/hfi1: Return correct value for device state
Michael J. Ruhl
1
-2
/
+2
2018-05-09
IB/hfi1: Fix fault injection init/exit issues
Mike Marciniszyn
1
-2
/
+6
2018-05-09
IB/hfi1: Complete check for locally terminated smp
Alex Estrin
1
-16
/
+20
2018-05-09
IB/hfi1: Return actual error value from program_rcvarray()
Michael J. Ruhl
1
-1
/
+0
2018-05-09
IB/hfi1: Prevent LNI hang when LCB can't obtain lanes
Sebastian Sanchez
3
-20
/
+53
2018-05-09
Merge branch 'k.o/for-rc' into k.o/wip/dl-for-next
Doug Ledford
41
-186
/
+385
2018-05-09
IB/mlx5: posting klm/mtt list inline in the send queue for reg_wr
Idan Burstein
1
-7
/
+36
2018-05-09
RDMA/hns: Drop local zgid in favor of core defined variable
Leon Romanovsky
1
-1
/
+0
2018-05-09
IB/core: Reuse gid_table_release_one() in table allocation failure
Parav Pandit
1
-26
/
+16
2018-05-09
IB/core: Make gid_table_reserve_default() return void
Parav Pandit
1
-13
/
+5
2018-05-09
iw_cxgb4: Fix an error handling path in 'c4iw_get_dma_mr()'
Christophe Jaillet
1
-2
/
+2
2018-05-09
RDMA/i40iw: Avoid panic when reading back the IRQ affinity hint
Andrew Boyer
2
-4
/
+4
2018-05-09
RDMA/i40iw: Avoid reference leaks when processing the AEQ
Andrew Boyer
1
-2
/
+2
2018-05-09
RDMA/i40iw: Avoid panic when objects are being created and destroyed
Andrew Boyer
2
-2
/
+10
2018-05-09
RDMA/hns: Fix the bug with NULL pointer
oulijun
1
-1
/
+1
2018-05-09
RDMA/hns: Set NULL for __internal_mr
oulijun
1
-0
/
+1
[prev]
[next]