summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn2019-06-213-66/+17
* RDMA/odp: Do not leak dma maps when working with huge pagesJason Gunthorpe2019-06-211-1/+2
* RDMA/uverbs: Use offsetofend instead of opencodingJason Gunthorpe2019-06-211-6/+3
* RDMa/hns: Don't stuck in endless timeout loopLeon Romanovsky2019-06-202-2/+2
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-2026-132/+73
* RDMA/hns: reset function when removing moduleLang Cheng2019-06-202-0/+61
* RDMA: Convert destroy_wq to be voidLeon Romanovsky2019-06-205-15/+9
* RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou2019-06-203-83/+235
* RDMA/hns: Add a group interfaces for optimizing buffers getting flowLijun Ou2019-06-202-0/+111
* RDMA/hns: Add mtr support for mixed multihop addressingLijun Ou2019-06-204-0/+628
* RDMA/netlink: Resort policy arrayDoug Ledford2019-06-201-75/+78
* RDMA/mlx5: Enable decap and packet reformat on FDBMaor Gottlieb2019-06-191-0/+5
* RDMA/mlx5: Consider eswitch encap modeMaor Gottlieb2019-06-191-6/+14
* Merge remote-tracking branch 'mlx5-next/mlx5-next' into HEADDoug Ledford2019-06-1922-450/+784
|\
| * net/mlx5: Expose eswitch encap modeMaor Gottlieb2019-06-161-0/+11
| * net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky2019-06-162-5/+9
| * net/mlx5: Add EQ enable/disable APIYuval Avnery2019-06-133-31/+84
| * net/mlx5: Use a single IRQ for all async EQsAriel Levkovich2019-06-133-34/+25
| * net/mlx5: Rename mlx5_irq_info to mlx5_irqYuval Avnery2019-06-131-39/+38
| * net/mlx5: Move all IRQ logic to pci_irq.cYuval Avnery2019-06-135-329/+354
| * net/mlx5: Generalize IRQ interface to work with irq_tableYuval Avnery2019-06-131-9/+29
| * net/mlx5: Separate IRQ table creation from EQ table creationYuval Avnery2019-06-133-19/+14
| * net/mlx5: Move IRQ affinity set to IRQ allocation phaseYuval Avnery2019-06-131-8/+17
| * net/mlx5: Move IRQ rmap creation to IRQ allocation phaseYuval Avnery2019-06-131-25/+57
| * net/mlx5: Separate IRQ data from EQ table dataYuval Avnery2019-06-133-44/+95
| * net/mlx5: Separate IRQ request/free from EQ life cycleYuval Avnery2019-06-132-40/+83
| * net/mlx5: Change interrupt handler to call chain notifierYuval Avnery2019-06-134-54/+104
| * net/mlx5: Introduce EQ polling budgetYuval Avnery2019-06-131-28/+27
| * net/mlx5: Support querying max VFs from deviceBodong Wang2019-06-132-9/+31
| * net/mlx5: E-Switch, Return raw output for query esw functionsBodong Wang2019-06-133-21/+12
| * net/mlx5: E-Switch, Handle representors creation in handler contextVu Pham2019-06-132-51/+50
| * net/mlx5: Increase wait time for fw initializationDaniel Jurgens2019-06-131-4/+14
| * {IB,net}/mlx5: Constify rep ops functions pointersParav Pandit2019-05-316-39/+38
| * {IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev*Parav Pandit2019-05-312-2/+2
| * net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham2019-05-313-4/+17
| * net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham2019-05-318-67/+82
| * net/mlx5: Introduce termination table bitsEli Britstein2019-05-311-0/+3
| * net/mlx5: potential error pointer dereference in error handlingDan Carpenter2019-05-281-2/+2
* | RDMA/odp: Fix missed unlock in non-blocking invalidate_startJason Gunthorpe2019-06-191-5/+9
* | IB/hfi1: Spelling s/statisfied/satisfied/Geert Uytterhoeven2019-06-191-1/+1
* | RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-198-5/+108
* | RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe2019-06-193-0/+201
* | RDMA: Move rdma_node_type to uapi/Jason Gunthorpe2019-06-171-1/+1
* | rdma: Remove nesJason Gunthorpe2019-06-1317-19675/+0
* | RDMA/ipoib: Remove check for ETH_SS_TESTKamal Heib2019-06-121-2/+0
* | RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-1147-434/+315
* | RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-1135-164/+80
* | RDMA/nes: Avoid memory allocation during CQ destroyLeon Romanovsky2019-06-111-17/+11
* | RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-1019-21/+24
* | RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-1019-24/+32