summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/uverbs: Check port number supplied by user verbs cmdsBoris Pismenny2017-10-121-0/+9
* IB/core: Add inline function to validate portYuval Shaia2017-10-122-7/+7
* IB/core: Create common start/end port functionsIra Weiny2017-10-122-55/+32
* IB/core: For multicast functions, verify that LIDs are multicast LIDsMichael J. Ruhl2017-08-261-2/+6
* IB/core: If the MGID/MLID pair is not on the list return an errorMichael J. Ruhl2017-08-261-4/+9
* rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise2017-06-051-0/+3
* IB/multicast: Check ib_find_pkey() return valueBart Van Assche2017-03-161-2/+5
* IB/mad: Fix an array index checkBart Van Assche2017-03-161-1/+1
* IB/core: Save QP in ib_flow structureMark Bloch2017-03-162-2/+3
* IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch2017-02-231-1/+1
* IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch2017-02-231-16/+109
* IB/uverbs: Fix leak of XRC target QPsTariq Toukan2017-02-231-5/+2
* IB/core: Fix use after free in send_leave functionErez Shitrit2016-11-201-11/+2
* IB/core: Fix a potential array overrun in CMA and SA agentMark Bloch2016-08-221-1/+2
* IB/IWPM: Fix a potential skb leakMark Bloch2016-08-221-0/+1
* IB/security: Restrict use of the write() interfaceJason Gunthorpe2016-06-153-0/+12
* IB/core: Use GRH when the path hop-limit > 0Or Gerlitz2016-03-241-1/+1
* IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur2015-11-161-1/+9
* IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2015-09-302-14/+32
* IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig2015-09-291-1/+9
* RDMA/core: Fix for parsing netlink string attributeTatyana Nikolova2015-05-281-1/+1
* RDMA/CMA: Canonize IPv4 on IPV6 sockets properlyJason Gunthorpe2015-05-201-10/+17
* IB/core: don't disallow registering region starting at 0x0Yann Droneaud2015-05-061-2/+2
* IB/core: disallow registering 0-sized memory regionYann Droneaud2015-05-061-0/+3
* IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel2015-04-131-0/+8
* IB/core: Avoid leakage from kernel to user spaceEli Cohen2015-03-301-0/+1
* IB/core: Fix deadlock on uverbs modify_qp error flowMoshe Lazer2015-03-031-4/+5
* IB/core: When marshaling ucma path from user-space, clear unused fieldsIlya Nelkenbaum2015-03-031-0/+3
* IB/core: Clear AH attr variable to prevent garbage dataDevesh Sharma2014-11-271-0/+2
* IB/core: When marshaling uverbs path, clear unused fieldsMatan Barak2014-10-051-0/+4
* RDMA/iwcm: Use a default listen backlog if neededSteve Wise2014-09-171-0/+27
*---. Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier2014-06-108-9/+1554
|\ \ \
| | | * IB/core: Fix sparse warnings about redeclared functionsRoland Dreier2014-06-041-4/+4
| | | * IB/mad: Fix sparse warning about gfp_t useRoland Dreier2014-06-031-1/+1
| | |/ | |/|
| | * RDMA/core: Add support for iWARP Port Mapper user space serviceTatyana Nikolova2014-06-106-4/+1549
| |/
* | IB/umad: Fix use-after-free on closeBart Van Assche2014-06-061-11/+19
* | IB/core: Fix kobject leak on device register error flowHaggai Eran2014-06-051-26/+26
* | IB/core: Fix port kobject deletion during error flowHaggai Eran2014-06-041-9/+17
* | IB/core: Remove unneeded kobject_get/put callsHaggai Eran2014-06-041-5/+2
* | IB/umad: Fix error handlingBart Van Assche2014-05-291-22/+27
|/
*---. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-033-43/+14
|\ \ \
| | | * IB/mad: Check and handle potential DMA mapping errorsYan Burman2014-04-011-0/+14
| | |/ | |/|
| | * IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handlerMoni Shoua2014-04-012-43/+0
| |/
* | IB/core: Introduce signature verbs APISagi Grimberg2014-03-071-0/+8
* | IB/core: Introduce protected memory regionsSagi Grimberg2014-03-071-0/+39
* | IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-64/+56
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-1/+1
|\
| * net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-1/+1
* | Merge branch 'ip-roce' into for-nextRoland Dreier2014-01-229-35/+327
|\ \
| * | IB/cm: Fix missing unlock on error in cm_init_qp_rtr_attr()Wei Yongjun2014-01-191-1/+3