summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2018-04-27IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INVJianchao Wang1-1/+1
2018-04-27RDMA/iwpm: fix memory leak on map_infoColin Ian King1-1/+4
2018-04-27IB/ipoib: fix ipoib_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-27IB/nes: fix nes_netdev_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-27RDMA/cma: Fix use after destroy access to net namespace for IPoIBParav Pandit1-10/+43
2018-04-27IB/uverbs: Fix validating mandatory attributesMatan Barak1-0/+9
2018-04-27RDMA/cxgb4: release hw resources on device removalRaju Rangoju3-3/+36
2018-04-27IB: make INFINIBAND_ADDR_TRANS configurableGreg Thelen1-1/+4
2018-04-27ib_srp: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-04-27ib_srpt: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-04-27RDMA/mlx5: Properly check return value of mlx5_get_uars_pageLeon Romanovsky1-3/+1
2018-04-27IB/mlx5: Fix represent correct netdevice in dual port RoCEParav Pandit1-1/+1
2018-04-27IB/mlx5: Use unlimited rate when static rate is not supportedDanit Goldberg1-9/+9
2018-04-27RDMA/mlx5: Protect from shift operand overflowLeon Romanovsky1-0/+4
2018-04-27RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flowLeon Romanovsky1-9/+23
2018-04-24IB/core: Fix deleting default GIDs when changing mac adddressParav Pandit2-25/+29
2018-04-24IB/core: Fix to avoid deleting IPv6 look alike default GIDsParav Pandit1-4/+13
2018-04-24IB/core: Don't allow default GID addition at non reseved slotsParav Pandit1-8/+12
2018-04-23RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier1-1/+1
2018-04-20RDMA/ucma: Check for a cm_id->device in all user calls that need itJason Gunthorpe1-12/+24
2018-04-18IB/uverbs: Add missing braces in anonymous union initializersGeert Uytterhoeven1-6/+6
2018-04-18infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=mRandy Dunlap1-0/+1
2018-04-17IB/mlx5: remove duplicate header fileZhu Yanjun1-1/+0
2018-04-16RDMA/ucma: ucma_context reference leak in error pathShamir Rabinovitch1-3/+3
2018-04-07Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds126-2453/+5134
2018-04-05IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin1-1/+1
2018-04-05IB/mlx5: Device memory mr registration supportAriel Levkovich3-0/+84
2018-04-05net/mlx5: Mkey creation command adjustmentsAriel Levkovich2-14/+15
2018-04-05IB/mlx5: Device memory support in mlx5_ibAriel Levkovich4-2/+286
2018-04-05IB/uverbs: Add device memory registration ioctl supportAriel Levkovich4-12/+154
2018-04-05IB/uverbs: Add alloc/free dm uverbs ioctl supportAriel Levkovich4-2/+112
2018-04-05IB/uverbs: Add device memory capabilities reportingAriel Levkovich1-0/+6
2018-04-05RDMA/qedr: Fix wmb usage in qedrKalderon, Michal1-8/+18
2018-04-05IB/rxe: Removed GID add/del dummy routinesParav Pandit1-17/+0
2018-04-05RDMA/qedr: Zero stack memory before copying to user spaceJason Gunthorpe1-3/+3
2018-04-04IB/mlx5: Add ability to hash by IPSEC_SPI when creating a TIRMatan Barak2-4/+16
2018-04-04IB/mlx5: Add information for querying IPsec capabilitiesMatan Barak1-0/+12
2018-04-04IB/mlx5: Add IPsec support for egress and ingressAviad Yehezkel2-12/+117
2018-04-04IB/mlx5: Add modify_flow_action_esp verbMatan Barak1-0/+49
2018-04-04IB/mlx5: Add implementation for create and destroy action_xfrmAviad Yehezkel2-1/+148
2018-04-04IB/uverbs: Introduce ESP steering match filterMatan Barak2-0/+12
2018-04-04IB/uverbs: Add modify ESP flow_actionMatan Barak1-5/+92
2018-04-04IB/uverbs: Add action_handle flow steering specificationMatan Barak3-8/+100
2018-04-04IB/uverbs: Add flow_action create and destroy verbsMatan Barak4-2/+363
2018-04-04IB/uverbs: Refactor kern_spec_to_ib_spec_filterMatan Barak2-16/+37
2018-04-04IB/mlx4: Check for egress flow steeringBoris Pismenny1-0/+3
2018-04-04IB/uverbs: Add enum attribute type to ioctl() interfaceMatan Barak1-9/+30
2018-04-04IB/mlx5: Initialize the parsing tree root without the help of uverbsMatan Barak2-0/+39
2018-04-04RDMA: Use ib_gid_attr during GID modificationParav Pandit8-76/+49
2018-04-04IB/providers: Avoid null netdev check for RoCEParav Pandit10-73/+54