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-07-23
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Saeed Mahameed
3
-1
/
+17
2018-07-23
RDMA/bnxt_re: Modify a fall-through annotation
Bart Van Assche
1
-1
/
+1
2018-07-23
RDMA/mlx5: Remove set but not used variables
Kamal Heib
2
-5
/
+1
2018-07-23
ACPI: Convert ACPI reference args to generic fwnode reference args
Sakari Ailus
1
-6
/
+4
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
7
-16
/
+22
2018-07-19
PCI: Rename pci_try_reset_bus() to pci_reset_bus()
Sinan Kaya
1
-1
/
+1
2018-07-19
PCI: Unify try slot and bus reset API
Sinan Kaya
1
-1
/
+1
2018-07-19
IB/hfi1: Use pci_try_reset_bus() for initiating PCI Secondary Bus Reset
Sinan Kaya
1
-3
/
+1
2018-07-18
net/mlx5: Fix tristate and description for MLX5 module
Eran Ben Elisha
1
-1
/
+1
2018-07-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
7
-16
/
+22
2018-07-13
RDMA/mlx5: Check that supplied blue flame index doesn't overflow
Leon Romanovsky
2
-8
/
+9
2018-07-13
RDMA/mlx5: Melt consecutive calls to alloc_bfreg() in one call
Leon Romanovsky
2
-41
/
+12
2018-07-13
rdma/cxgb4: Add support for 64Byte cqes
Raju Rangoju
4
-11
/
+56
2018-07-11
hns: Remove a set-but-not-used variable
Bart Van Assche
1
-2
/
+0
2018-07-11
IB/hfi1: Suppress a compiler warning
Bart Van Assche
1
-1
/
+1
2018-07-11
RDMA/mlx5: Fix memory leak in mlx5_ib_create_srq() error path
Kamal Heib
1
-6
/
+12
2018-07-11
RDMA/hns: Update the implementation of set_mac
oulijun
3
-16
/
+28
2018-07-11
RDMA/hns: Update the implementation of set_gid
oulijun
3
-33
/
+53
2018-07-11
RDMA/hns: Add TPQ link table support
oulijun
3
-1
/
+31
2018-07-11
RDMA/hns: Add TSQ link table support
oulijun
3
-7
/
+297
2018-07-11
RDMA/hns: Fix endian conversions and annotations
oulijun
3
-171
/
+245
2018-07-11
RDMA/ocrdma: Make ocrdma_destroy_qp() easier to analyze
Bart Van Assche
1
-5
/
+5
2018-07-11
infiniband: i40iw, nes: don't use wall time for TCP sequence numbers
Arnd Bergmann
3
-8
/
+27
2018-07-10
RDMA/nes: Avoid complaints about unused variables
Bart Van Assche
2
-5
/
+3
2018-07-10
RDMA/cxgb4: Restore the dropped uninitialized_var
Jason Gunthorpe
1
-1
/
+1
2018-07-10
IB: Enable uverbs_destroy_def_handler to be used by drivers
Yishai Hadas
1
-16
/
+2
2018-07-10
RDMA: Validate grh_required when handling AVs
Artemy Kovalyov
1
-7
/
+16
2018-07-10
RDMA/hfi1: Move grh_required into update_sm_ah
Jason Gunthorpe
1
-9
/
+0
2018-07-10
RDMA: Fix storage of PortInfo CapabilityMask in the kernel
Jason Gunthorpe
7
-15
/
+13
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
1
-1
/
+1
2018-07-09
IB/mlx5: Honor cnt_set_id_valid flag instead of set_id
Parav Pandit
1
-1
/
+1
2018-07-09
RDMA/mlx5: Remove unused port number parameter
Leon Romanovsky
1
-20
/
+11
2018-07-09
IB/mlx5: fix uaccess beyond "count" in debugfs read/write handlers
Jann Horn
2
-32
/
+9
2018-07-09
RDMA/cxgb4: Make c4iw_poll_cq_one() easier to analyze
Bart Van Assche
1
-27
/
+35
2018-07-09
RDMA/cxgb3: Make iwch_poll_cq_one() easier to analyze
Bart Van Assche
1
-28
/
+36
2018-07-09
RDMA/ocrdma: Remove a set-but-not-used variable
Bart Van Assche
1
-2
/
+0
2018-07-09
IB/nes: Fix a compiler warning
Bart Van Assche
1
-1
/
+1
2018-07-04
RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformly
Jason Gunthorpe
1
-12
/
+4
2018-07-04
RDMA/uverbs: Remove UA_FLAGS
Jason Gunthorpe
2
-37
/
+37
2018-07-04
RDMA/uverbs: Get rid of the & in method specifications
Jason Gunthorpe
2
-113
/
+141
2018-07-04
RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macros
Jason Gunthorpe
1
-4
/
+4
2018-07-04
RDMA/uverbs: Simplify method definition macros
Jason Gunthorpe
1
-9
/
+9
2018-07-04
RDMA/uverbs: Simplify UVERBS_ATTR family of macros
Jason Gunthorpe
1
-36
/
+36
2018-07-04
RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device
Jason Gunthorpe
1
-3
/
+3
2018-07-04
Merge branch 'mlx5-dump-fill-mkey' into rdma.git for-next
Jason Gunthorpe
3
-0
/
+32
2018-07-04
IB/mlx5: Expose dump and fill memory key
Yonatan Cohen
1
-0
/
+16
2018-07-04
net/mlx5: Limit scope of dump_fill_mkey function
Yonatan Cohen
2
-0
/
+16
2018-07-04
RDMA/bnxt_re: Fix a bunch of off by one bugs in qplib_fp.c
Dan Carpenter
1
-6
/
+6
2018-07-04
RDMA/bnxt_re: Fix a couple off by one bugs
Dan Carpenter
1
-2
/
+2
2018-07-04
RDMA/i40w: Hold read semaphore while looking after VMA
Leon Romanovsky
1
-0
/
+2
[prev]
[next]