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
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
4
-36
/
+4
2019-06-03
Merge tag 'mlx5-updates-2019-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
2
-10
/
+11
2019-06-03
sched/core: Provide a pointer to the valid CPU mask
Sebastian Andrzej Siewior
3
-9
/
+7
2019-06-02
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
3
-10
/
+25
2019-06-02
drivers: use in_dev_for_each_ifa_rtnl/rcu
Florian Westphal
4
-8
/
+19
2019-05-31
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Saeed Mahameed
2
-10
/
+11
2019-05-31
{IB,net}/mlx5: Constify rep ops functions pointers
Parav Pandit
2
-10
/
+11
2019-05-31
{IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev*
Parav Pandit
1
-1
/
+1
2019-05-31
RDMA/hns: Bugfix for posting multiple srq work request
Lijun Ou
3
-29
/
+22
2019-05-30
RDMA/uverbs: check for allocation failure in uapi_add_elm()
Dan Carpenter
1
-0
/
+2
2019-05-30
IB/hfi1: Use struct_size() helper
Gustavo A. R. Silva
1
-6
/
+3
2019-05-30
IB/qib: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+3
2019-05-30
IB/rdmavt: Use struct_size() helper
Gustavo A. R. Silva
1
-3
/
+1
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-9
/
+1
2019-05-29
RDMA/efa: Remove unused includes
Gal Pressman
2
-3
/
+0
2019-05-29
RDMA/efa: Use rdma block iterator in chunk list creation
Gal Pressman
1
-13
/
+10
2019-05-29
RDMA/efa: Remove unneeded admin commands abort flow
Gal Pressman
2
-74
/
+1
2019-05-29
RDMA/efa: Use kvzalloc instead of kzalloc with fallback
Gal Pressman
1
-25
/
+21
2019-05-29
RDMA/efa: Remove MAYEXEC flag check from mmap flow
Gal Pressman
1
-1
/
+0
2019-05-29
mlx5: avoid 64-bit division
Michal Kubecek
2
-3
/
+8
2019-05-29
IB/hfi1: Remove extra brackets from an if
Dennis Dalessandro
1
-2
/
+1
2019-05-29
IB/hfi1: Validate page aligned for a given virtual address
Kamenee Arumugam
1
-0
/
+3
2019-05-29
IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value
Mike Marciniszyn
3
-4
/
+2
2019-05-29
IB/hfi1: Insure freeze_work work_struct is canceled on shutdown
Mike Marciniszyn
1
-0
/
+1
2019-05-29
IB/rdmavt: Fix alloc_qpn() WARN_ON()
Mike Marciniszyn
1
-1
/
+2
2019-05-27
RDMA: Convert put_page() to put_user_page*()
John Hubbard
7
-31
/
+27
2019-05-27
IB/hfi1: Remove set but not used variables 'offset' and 'fspsn'
YueHaibing
1
-4
/
+1
2019-05-27
RDMA/hns: Replace magic numbers with #defines
Lijun Ou
8
-69
/
+115
2019-05-27
RDMA/hns: Remove jiffies operation in disable interrupt context
Lang Cheng
2
-19
/
+21
2019-05-27
RDMA/hns: Move spin_lock_irqsave to the correct place
Lang Cheng
2
-10
/
+5
2019-05-27
RDMA/hns: Update CQE specifications
Lijun Ou
1
-1
/
+1
2019-05-27
RDMA/hns: Remove unnecessary print message in aeq
Yixian Liu
1
-1
/
+0
2019-05-27
iw_cxgb4: Fix qpid leak
Nirranjan Kirubaharan
2
-33
/
+19
2019-05-27
RDMA/core: Fix panic when port_data isn't initialized
Kamal Heib
1
-5
/
+9
2019-05-27
RDMA/uverbs: Pass udata on uverbs error unwind
Gal Pressman
2
-5
/
+6
2019-05-27
RDMA/core: Clear out the udata before error unwind
Jason Gunthorpe
3
-6
/
+19
2019-05-27
RDMA/cxgb4: Don't expose DMA addresses
Leon Romanovsky
1
-3
/
+3
2019-05-27
RDMA/cxgb4: Use sizeof() notation
Leon Romanovsky
7
-53
/
+53
2019-05-27
RDMA/cxgb3: Delete and properly mark unimplemented resize CQ function
Leon Romanovsky
3
-83
/
+0
2019-05-27
RDMA/cxgb3: Don't expose DMA addresses
Leon Romanovsky
2
-9
/
+10
2019-05-27
RDMA/cxgb3: Use sizeof() notation instead of plain sizeof
Leon Romanovsky
3
-16
/
+14
2019-05-26
qed*: Add iWARP 100g support
Michal Kalderon
1
-0
/
+13
2019-05-26
qedr: Change the MSI-X vectors selection to be based on affined engine
Michal Kalderon
2
-2
/
+9
2019-05-26
qed*: Change hwfn used for sb initialization
Michal Kalderon
1
-1
/
+2
2019-05-21
RDMA/efa: Remove check that prevents destroy of resources in error flows
Leon Romanovsky
1
-24
/
+0
2019-05-21
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
39
-0
/
+39
2019-05-21
RDMA/nes: Remove second wait queue initialization call
Leon Romanovsky
1
-1
/
+0
2019-05-21
RDMA/i40iw: Remove useless NULL checks
Leon Romanovsky
1
-8
/
+0
2019-05-21
RDMA/nes: Remove useless NULL checks
Leon Romanovsky
1
-6
/
+0
[prev]
[next]