summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2017-08-26IB/core: For multicast functions, verify that LIDs are multicast LIDsMichael J. Ruhl1-2/+6
2017-08-26IB/core: If the MGID/MLID pair is not on the list return an errorMichael J. Ruhl1-4/+9
2017-06-05rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise1-0/+3
2017-03-16IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2017-03-16IB/mad: Fix an array index checkBart Van Assche1-1/+1
2017-03-16IB/core: Save QP in ib_flow structureMark Bloch2-2/+3
2017-02-23IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch1-1/+1
2017-02-23IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch1-16/+109
2017-02-23IB/uverbs: Fix leak of XRC target QPsTariq Toukan1-5/+2
2016-11-20IB/core: Fix use after free in send_leave functionErez Shitrit1-11/+2
2016-08-23IB/core: Fix a potential array overrun in CMA and SA agentMark Bloch1-1/+2
2016-08-23IB/IWPM: Fix a potential skb leakMark Bloch1-0/+1
2016-06-15IB/security: Restrict use of the write() interfaceJason Gunthorpe3-0/+12
2016-03-24IB/core: Use GRH when the path hop-limit > 0Or Gerlitz1-1/+1
2015-11-16IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur1-1/+9
2015-09-30IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2-14/+32
2015-09-29IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig1-1/+9
2015-05-28RDMA/core: Fix for parsing netlink string attributeTatyana Nikolova1-1/+1
2015-05-20RDMA/CMA: Canonize IPv4 on IPV6 sockets properlyJason Gunthorpe1-10/+17
2015-05-06IB/core: don't disallow registering region starting at 0x0Yann Droneaud1-2/+2
2015-05-06IB/core: disallow registering 0-sized memory regionYann Droneaud1-0/+3
2015-04-13IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel1-0/+8
2015-03-30IB/core: Avoid leakage from kernel to user spaceEli Cohen1-0/+1
2015-03-03IB/core: Fix deadlock on uverbs modify_qp error flowMoshe Lazer1-4/+5
2015-03-03IB/core: When marshaling ucma path from user-space, clear unused fieldsIlya Nelkenbaum1-0/+3
2014-11-27IB/core: Clear AH attr variable to prevent garbage dataDevesh Sharma1-0/+2
2014-10-06IB/core: When marshaling uverbs path, clear unused fieldsMatan Barak1-0/+4
2014-09-17RDMA/iwcm: Use a default listen backlog if neededSteve Wise1-0/+27
2014-06-10Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier8-9/+1554
2014-06-10RDMA/core: Add support for iWARP Port Mapper user space serviceTatyana Nikolova6-4/+1549
2014-06-06IB/umad: Fix use-after-free on closeBart Van Assche1-11/+19
2014-06-05IB/core: Fix kobject leak on device register error flowHaggai Eran1-26/+26
2014-06-04IB/core: Fix port kobject deletion during error flowHaggai Eran1-9/+17
2014-06-04IB/core: Remove unneeded kobject_get/put callsHaggai Eran1-5/+2
2014-06-04IB/core: Fix sparse warnings about redeclared functionsRoland Dreier1-4/+4
2014-06-03IB/mad: Fix sparse warning about gfp_t useRoland Dreier1-1/+1
2014-05-30IB/umad: Fix error handlingBart Van Assche1-22/+27
2014-04-03Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier3-43/+14
2014-04-02IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handlerMoni Shoua2-43/+0
2014-04-01IB/mad: Check and handle potential DMA mapping errorsYan Burman1-0/+14
2014-03-07IB/core: Introduce signature verbs APISagi Grimberg1-0/+8
2014-03-07IB/core: Introduce protected memory regionsSagi Grimberg1-0/+39
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-64/+56
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-01-23Merge branch 'ip-roce' into for-nextRoland Dreier9-35/+327
2014-01-23Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier3-2/+5
2014-01-23IB/core: Fix unused variable warningOr Gerlitz1-2/+1
2014-01-23RDMA/cma: Handle global/non-linklocal IPv6 addresses in cma_check_linklocal()Somnath Kotur1-2/+5
2014-01-20IB/cm: Fix missing unlock on error in cm_init_qp_rtr_attr()Wei Yongjun1-1/+3
2014-01-20IB/core: Make ib_addr a core IB moduleMatan Barak1-2/+3