aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-20RDMA/hns: reset function when removing moduleLang Cheng2-0/+61
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky6-16/+10
2019-06-20RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou3-83/+235
2019-06-20RDMA/hns: Add a group interfaces for optimizing buffers getting flowLijun Ou2-0/+111
2019-06-20RDMA/hns: Add mtr support for mixed multihop addressingLijun Ou4-0/+628
2019-06-19RDMA/netlink: Resort policy arrayDoug Ledford1-75/+78
2019-06-18RDMA/mlx5: Enable decap and packet reformat on FDBMaor Gottlieb1-0/+5
2019-06-18RDMA/mlx5: Consider eswitch encap modeMaor Gottlieb1-6/+14
2019-06-18RDMA/odp: Fix missed unlock in non-blocking invalidate_startJason Gunthorpe1-5/+9
2019-06-18IB/hfi1: Spelling s/statisfied/satisfied/Geert Uytterhoeven1-1/+1
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe10-5/+110
2019-06-18RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe6-0/+221
2019-06-17RDMA: Move rdma_node_type to uapi/Jason Gunthorpe3-13/+14
2019-06-16net/mlx5: Expose eswitch encap modeMaor Gottlieb2-0/+23
2019-06-16net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky4-9/+17
2019-06-13net/mlx5: Add EQ enable/disable APIYuval Avnery4-32/+88
2019-06-13net/mlx5: Use a single IRQ for all async EQsAriel Levkovich4-46/+27
2019-06-13net/mlx5: Rename mlx5_irq_info to mlx5_irqYuval Avnery1-39/+38
2019-06-13net/mlx5: Move all IRQ logic to pci_irq.cYuval Avnery5-329/+354
2019-06-13net/mlx5: Generalize IRQ interface to work with irq_tableYuval Avnery1-9/+29
2019-06-13net/mlx5: Separate IRQ table creation from EQ table creationYuval Avnery3-19/+14
2019-06-13net/mlx5: Move IRQ affinity set to IRQ allocation phaseYuval Avnery1-8/+17
2019-06-13net/mlx5: Move IRQ rmap creation to IRQ allocation phaseYuval Avnery1-25/+57
2019-06-13net/mlx5: Separate IRQ data from EQ table dataYuval Avnery4-44/+98
2019-06-13net/mlx5: Separate IRQ request/free from EQ life cycleYuval Avnery3-42/+84
2019-06-13net/mlx5: Change interrupt handler to call chain notifierYuval Avnery5-56/+105
2019-06-13net/mlx5: Introduce EQ polling budgetYuval Avnery1-28/+27
2019-06-13net/mlx5: Support querying max VFs from deviceBodong Wang4-15/+34
2019-06-13net/mlx5: E-Switch, Return raw output for query esw functionsBodong Wang3-21/+12
2019-06-13net/mlx5: E-Switch, Handle representors creation in handler contextVu Pham2-51/+50
2019-06-13net/mlx5: Increase wait time for fw initializationDaniel Jurgens1-4/+14
2019-06-13rdma: Remove nesJason Gunthorpe19-19700/+0
2019-06-11RDMA/ipoib: Remove check for ETH_SS_TESTKamal Heib1-2/+0
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky48-437/+318
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky36-165/+81
2019-06-11RDMA/nes: Avoid memory allocation during CQ destroyLeon Romanovsky1-17/+11
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe20-22/+25
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe20-25/+33
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe22-25/+50
2019-06-10rdma: Delete the ib_ucm moduleJason Gunthorpe4-1690/+0
2019-06-07ucma: Convert ctx_idr to XArrayMatthew Wilcox1-34/+24
2019-06-07ucma: Convert multicast_idr to XArrayMatthew Wilcox1-19/+11
2019-06-07RDMA/ucma: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-06-07RDMA/hns: Bugfix for filling the sge of srqLijun Ou1-3/+3
2019-06-07RDMA/hns: fix inverted logic of readl read and shiftColin Ian King1-1/+1
2019-06-07RDMA/srp: Accept again source addresses that do not have a port numberBart Van Assche1-6/+15
2019-06-07RDMA/ipoib: implement ethtool .get_link() callbackKamal Heib1-0/+1
2019-05-31{IB,net}/mlx5: Constify rep ops functions pointersParav Pandit7-48/+49
2019-05-31{IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev*Parav Pandit2-2/+2
2019-05-31net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham4-5/+20