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
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-11
RDMA/hns: Fix an error code in hns_roce_v2_init_eq_table()
Dan Carpenter
1
-0
/
+1
2018-09-11
IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting
Michael J. Ruhl
4
-19
/
+16
2018-09-11
infiniband: remove redundant condition check before debugfs_remove
zhong jiang
1
-2
/
+1
2018-09-11
RDMA/mlx5: Allow creating a matcher for a NIC TX flow table
Mark Bloch
2
-6
/
+33
2018-09-11
RDMA/mlx5: Add NIC TX namespace when getting a flow table
Mark Bloch
3
-11
/
+32
2018-09-11
RDMA/mlx5: Add flow actions support to raw create flow
Mark Bloch
1
-4
/
+36
2018-09-11
RDMA/mlx5: Refactor raw flow creation
Mark Bloch
3
-7
/
+13
2018-09-11
RDMA/mlx5: Don't overwrite action if already set
Mark Bloch
1
-0
/
+10
2018-09-11
RDMA/mlx5: Refactor flow action parsing to be more generic
Mark Bloch
2
-6
/
+10
2018-09-11
RDMA/uverbs: Move flow resources initialization
Mark Bloch
1
-1
/
+1
2018-09-11
RDMA/mlx5: Enable attaching packet reformat action to steering flows
Mark Bloch
1
-0
/
+8
2018-09-11
RDMA/mlx5: Enable reformat on NIC RX if supported
Mark Bloch
1
-0
/
+4
2018-09-11
RDMA/mlx5: Enable attaching DECAP action to steering flows
Mark Bloch
1
-0
/
+5
2018-09-11
RDMA/mlx5: Enable decap and packet reformat on flow tables
Mark Bloch
1
-4
/
+13
2018-09-11
RDMA/mlx5: Enable attaching modify header to steering flows
Mark Bloch
1
-0
/
+8
2018-09-11
RDMA/mlx5: Add NIC TX steering support
Mark Bloch
2
-10
/
+20
2018-09-10
infiniband: nes: Use skb_peek_next() and skb_queue_walk().
David S. Miller
1
-5
/
+3
2018-09-06
IB/mlx5: Don't hold spin lock while checking device state
Parav Pandit
1
-14
/
+12
2018-09-06
RDMA/mlx4: Ensure that maximal send/receive SGE less than supported by HW
Leon Romanovsky
1
-3
/
+5
2018-09-05
Merge branch 'uverbs_dev_cleanups' into rdma.git for-next
Jason Gunthorpe
3
-1
/
+9
2018-09-05
bnxt_re: Fix couple of memory leaks that could lead to IOMMU call traces
Somnath Kotur
2
-1
/
+3
2018-09-05
RDMA/nes: Delete impossible debug prints
Leon Romanovsky
3
-14
/
+0
2018-09-05
RDMA/qedr: remove set but not used variable 'ctx'
YueHaibing
1
-2
/
+0
2018-09-05
RDMA/bnxt_re: QPLIB: Add and use #define dev_fmt(fmt) "QPLIB: " fmt
Joe Perches
4
-151
/
+116
2018-09-05
Merge branch 'mlx5-flow-mutate' into rdma.git for-next
Jason Gunthorpe
4
-4
/
+325
2018-09-05
RDMA/mlx5: Extend packet reformat verbs
Mark Bloch
2
-0
/
+96
2018-09-05
RDMA/mlx5: Add new flow action verb - packet reformat
Mark Bloch
2
-1
/
+76
2018-09-05
RDMA/uverbs: Add generic function to fill in flow action object
Mark Bloch
1
-5
/
+3
2018-09-05
RDMA/mlx5: Add a new flow action verb - modify header
Mark Bloch
3
-1
/
+153
2018-09-05
{net, RDMA}/mlx5: Rename encap to reformat packet
Mark Bloch
1
-3
/
+3
2018-09-04
IB/mlx5: Change TX affinity assignment in RoCE LAG mode
Majd Dibbiny
3
-5
/
+44
2018-09-04
iw_cxgb4: only allow 1 flush on user qps
Steve Wise
1
-0
/
+6
2018-09-01
IB/hfi1: Move URGENT IRQ enable to hfi1_rcvctrl()
Michael J. Ruhl
3
-8
/
+12
2018-09-01
IB/hfi1: Rework the IRQ API to be more flexible
Michael J. Ruhl
6
-104
/
+162
2018-09-01
IB/hfi1: PCIe bus width retry
Kamenee Arumugam
1
-3
/
+8
2018-09-01
IB/hfi1: Make the MSIx resource allocation a bit more flexible
Michael J. Ruhl
8
-238
/
+290
2018-09-01
IB/hfi1: Prepare for new HFI1 MSIx API
Michael J. Ruhl
7
-295
/
+414
2018-09-01
IB/hfi1: Get the hfi1_devdata structure as early as possible
Michael J. Ruhl
4
-86
/
+59
2018-09-01
IB/hfi1: tune_pcie_caps is arbitrarily placed, poorly
Michael J. Ruhl
3
-10
/
+15
2018-09-01
IB/hfi1: Remove duplicated defines
Michael J. Ruhl
1
-10
/
+0
2018-09-01
IB/hfi1: Rework file list in Makefile
Dennis Dalessandro
1
-6
/
+34
2018-08-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-3
/
+21
2018-08-22
mm, oom: distinguish blockable mode for mmu notifiers
Michal Hocko
2
-5
/
+8
2018-08-20
IB/hfi1: Invalid NUMA node information can cause a divide by zero
Michael J. Ruhl
1
-3
/
+21
2018-08-16
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
3
-10
/
+6
2018-08-16
Merge tag 'v4.18' into rdma.git for-next
Jason Gunthorpe
10
-34
/
+52
2018-08-16
Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-3
/
+1
2018-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-2
/
+18
2018-08-15
RDMA/hns: Fix usage of bitmap allocation functions return values
Gal Pressman
2
-2
/
+5
2018-08-14
qedr: Add user space support for SRQ
Yuval Bason
2
-44
/
+191
[prev]
[next]