summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2015-11-09IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur1-1/+9
2015-10-01IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2-14/+32
2015-10-01IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig1-1/+9
2015-05-17RDMA/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-19IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel1-0/+8
2015-04-19IB/core: Avoid leakage from kernel to user spaceEli Cohen1-0/+1
2015-03-18IB/core: When marshaling ucma path from user-space, clear unused fieldsIlya Nelkenbaum1-0/+3
2015-03-18IB/core: Fix deadlock on uverbs modify_qp error flowMoshe Lazer1-4/+5
2014-11-21IB/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-07-07IB/umad: Fix use-after-free on closeBart Van Assche1-11/+19
2014-07-07IB/umad: Fix error handlingBart Van Assche1-22/+27
2014-05-06IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handlerMoni Shoua2-43/+0
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
2014-01-20IB/core: Resolve Ethernet L2 addresses when modifying QPOr Gerlitz3-0/+49
2014-01-19IB/cma: IBoE (RoCE) IP-based GID addressingMoni Shoua2-24/+16
2014-01-19IB/core: Add support for RDMA_NODE_USNIC_UDPUpinder Malhi2-0/+3
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-1/+1
2014-01-15IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak5-13/+261
2014-01-14IB/core: Add RDMA_TRANSPORT_USNIC_UDPUpinder Malhi1-1/+2
2013-12-23Merge branches 'cxgb4', 'flowsteer' and 'misc' into for-linusRoland Dreier4-14/+51
2013-12-20IB/uverbs: Check access to userspace response buffer in extended commandYann Droneaud1-0/+5
2013-12-20IB/uverbs: Check input length in flow steering uverbsYann Droneaud1-0/+6
2013-12-20IB/uverbs: Set error code when fail to consume all flow_spec itemsYann Droneaud1-0/+1
2013-12-20IB/uverbs: Check reserved fields in create_flowYann Droneaud1-0/+7
2013-12-20IB/uverbs: Check comp_mask in destroy_flowYann Droneaud1-0/+3
2013-12-20IB/uverbs: Check reserved field in extended command headerYann Droneaud1-0/+3
2013-12-20IB/uverbs: New macro to set pointers to NULL if length is 0 in INIT_UDATA()Roland Dreier2-11/+16
2013-12-16IB/core: const'ify inbuf in struct ib_udataYann Droneaud1-1/+1
2013-12-16RDMA/iwcm: Don't touch cm_id after deref in rem_refSteve Wise1-2/+9
2013-11-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds9-138/+232
2013-11-17Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier8-102/+198
2013-11-17IB/core: Re-enable create_flow/destroy_flow uverbsMatan Barak3-13/+0
2013-11-17IB/core: extended command: an improved infrastructure for uverbs commandsYann Droneaud3-61/+142
2013-11-17IB/core: Remove ib_uverbs_flow_spec structure from userspaceYann Droneaud1-0/+16
2013-11-17IB/core: Make uverbs flow structure use names like verbs onesYann Droneaud1-6/+6
2013-11-17IB/core: Rename 'flow' structs to match other uverbs structsYann Droneaud1-7/+7
2013-11-17IB/core: clarify overflow/underflow checks on ib_create/destroy_flowMatan Barak1-17/+15
2013-11-16IB/ucma: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2013-11-16IB/cm: Convert to using idr_alloc_cyclic()Zhao Hongjiang1-4/+1
2013-11-15IB/core: Encorce MR access rights rules on kernel consumersEli Cohen2-7/+17