summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2017-12-20RDMA/cma: Avoid triggering undefined behaviorBart Van Assche1-4/+7
2017-08-07RDMA/uverbs: Fix the check for port numberIsmail, Mustafa1-2/+3
2017-07-28RDMA/core: Initialize port_num in qp_attrIsmail, Mustafa1-0/+2
2017-07-15RDMA/uverbs: Check port number supplied by user verbs cmdsBoris Pismenny1-0/+8
2017-05-25infiniband: call ipv6 route lookup via the stub interfacePaolo Abeni1-2/+2
2017-05-20IB/core: Fix sysfs registration error flowJack Morgenstein1-1/+1
2017-03-12rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise1-0/+3
2017-02-01IB/umem: Release pid in error and ODP flowKenneth Lee1-0/+2
2017-02-01RDMA/cma: Fix unknown symbol when CONFIG_IPV6 is not enabledJack Morgenstein1-1/+2
2017-01-09IB/multicast: Check ib_find_pkey() return valueBart Van Assche1-2/+5
2017-01-09IB/mad: Fix an array index checkBart Van Assche1-1/+1
2016-11-26IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch1-16/+110
2016-11-26IB/uverbs: Fix leak of XRC target QPsTariq Toukan1-5/+2
2016-11-26IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch1-1/+1
2016-10-07IB/core: Fix use after free in send_leave functionErez Shitrit1-11/+2
2016-09-24IB/uverbs: Fix race between uverbs_close and remove_oneJason Gunthorpe2-13/+25
2016-08-20IB/IWPM: Fix a potential skb leakMark Bloch1-0/+1
2016-08-20IB/SA: Use correct free functionMark Bloch1-1/+1
2016-07-27IB/cm: Fix a recently introduced locking bugBart Van Assche1-2/+2
2016-05-05IB/security: Restrict use of the write() interfaceJason Gunthorpe3-0/+12
2016-03-04IB/cma: Fix RDMA port validation for iWarpMatan Barak1-1/+1
2016-03-04IB/cm: Fix a recently introduced deadlockBart Van Assche1-2/+2
2015-12-23IB/cma: cma_match_net_dev needs to take into account port_numMatan Barak1-7/+9
2015-12-08IB/mad: Require CM send method for everything except ClassPortInfoHal Rosenstock1-0/+5
2015-12-08IB/cma: Add a missing rcu_read_unlock()Bart Van Assche1-4/+1
2015-12-08IB core: Fix ib_sg_to_pages()Bart Van Assche1-21/+22
2015-12-08IB/sa: Put netlink request into the request list before sendingKaike Wan1-15/+17
2015-12-08IB/core: use RCU for uverbs id lookupMike Marciniszyn1-5/+7
2015-12-08IB/core: Fix user mode post wr corruptionMike Marciniszyn1-5/+10
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman1-1/+1
2015-10-31IB/core, cma: Make __attribute_const__ declarations sparse-friendlyBart Van Assche2-3/+3
2015-10-29IB/core: Remove old fast registration APISagi Grimberg1-25/+0
2015-10-29IB/core: Introduce new fast registration APISagi Grimberg1-0/+107
2015-10-29Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford4-83/+104
2015-10-28IB/ucma: Take the network namespace from the processGuy Shapiro1-2/+3
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro2-19/+30
2015-10-28IB/cma: Separate port allocation to network namespacesHaggai Eran1-24/+70
2015-10-28IB/addr: Pass network namespace as a parameterGuy Shapiro2-8/+10
2015-10-22IB/core: Remove smac and vlan id from path recordMatan Barak3-6/+0
2015-10-22IB/core: Remove smac and vlan id from qp_attr and ah_attrMatan Barak3-6/+0
2015-10-22IB/cm: Remove the usage of smac and vid of qp_attr and cm_avMatan Barak2-36/+0
2015-10-22IB/core: Use GID table in AH creation and dmac resolutionMatan Barak4-71/+98
2015-10-22IB/cache: Add ib_find_gid_by_filter cache APIMatan Barak1-0/+93
2015-10-22IB/cma: cma_validate_port should verify the port and netdeviceMatan Barak1-8/+18
2015-10-22IB/cm: cm_init_av_by_path should find a GID by its netdeviceMatan Barak1-2/+5
2015-10-22IB/core: Add netdev to path recordMatan Barak2-2/+13
2015-10-22IB/core: Expose and rename ib_find_cached_gid_by_port cache APIMatan Barak3-11/+7
2015-10-22IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak9-22/+36
2015-10-22IB/core: Allow setting create flags in QP init attributeEran Ben Elisha1-1/+1