summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| | * IB/mlx5: Fix fatal error dispatchingEli Cohen2016-11-161-2/+5
| | * IB/mlx5: Resolve soft lock on massive reg MRsMoshe Lazer2016-11-162-1/+7
| | * IB/mlx5: Use cache line size to select CQE strideDaniel Jurgens2016-11-161-2/+1
| | * IB/mlx5: Validate requested RQT sizeMaor Gottlieb2016-11-161-0/+8
| | * IB/mlx5: Fix memory leak in query deviceMajd Dibbiny2016-11-161-2/+2
| | * IB/core: Avoid unsigned int overflow in sg_alloc_tableMark Bloch2016-11-161-1/+1
| | * IB/core: Add missing check for addr_resolve callback return valueMark Bloch2016-11-161-2/+9
| | * IB/core: Set routable RoCE gid type for ipv4/ipv6 networksLeon Romanovsky2016-11-161-1/+20
| | * IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch2016-11-161-16/+110
| | * IB/uverbs: Fix leak of XRC target QPsTariq Toukan2016-11-161-5/+2
| * | IB/hfi1: Remove incorrect IS_ERR checkDennis Dalessandro2016-11-151-1/+1
| * | IB/hfi1: Prevent hardware counter names from being cut offJianxin Xiong2016-11-151-1/+1
| * | IB/hfi1: Fix ECN processing in prescan_rxqDasaratharaman Chandramouli2016-11-151-9/+11
| * | IB/hfi1: Fix status error code for unsupported packetsJakub Pawlak2016-11-152-2/+18
| * | IB/hfi1: Relocate rcvhdrcnt module parameter check.Krzysztof Blaszkowski2016-11-151-18/+26
| * | IB/hfi1: Fix rnr_timer additionIra Weiny2016-11-151-1/+1
| * | IB/hfi1: Delete unused lockEaswar Hariharan2016-11-152-3/+0
| * | IB/hfi1: Clean up unused argumentEaswar Hariharan2016-11-153-5/+3
| * | IB/hfi1: Remove leftover snoop referencesDennis Dalessandro2016-11-153-114/+4
| * | IB/hfi1: Fix a potential memory leak in hfi1_create_ctxts()Jianxin Xiong2016-11-151-6/+7
| * | IB/hfi1: Return ENODEV for unsupported PCI device ids.Krzysztof Blaszkowski2016-11-151-13/+12
| * | IB/hfi1: Fix an Oops on pci device force removeTadeusz Struk2016-11-154-5/+44
| * | IB/hfi1: Fix integrity check flags default valuesJakub Pawlak2016-11-153-40/+32
| * | IB/hfi1: Remove redundant sysfs irq affinity entryTadeusz Struk2016-11-153-101/+0
| * | IB/rdmavt: rdmavt can handle non aligned page mapsDennis Dalessandro2016-11-151-3/+0
| |/
* | infiniband: shut up a maybe-uninitialized warningArnd Bergmann2016-11-111-26/+28
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-298-45/+66
|\ \ | |/ |/|
| * {net, ib}/mlx5: Make cache line size determination at runtime.Daniel Jurgens2016-10-292-2/+1
| * IB/ipoib: move back IB LL address into the hard headerPaolo Abeni2016-10-145-43/+64
* | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-195-6/+17
|\ \
| * | mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-2/+5
| * | mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-194-4/+12
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-1412-0/+6557
|\ \
| * | qedr: Add events support and register IB deviceRam Amrani2016-10-143-2/+158
| * | qedr: Add GSI supportRam Amrani2016-10-147-1/+706
| * | qedr: Add LL2 RoCE interfaceRam Amrani2016-10-142-2/+34
| * | qedr: Add support for data pathRam Amrani2016-10-145-1/+1614
| * | qedr: Add support for memory registeration verbsRam Amrani2016-10-144-1/+425
| * | qedr: Add support for QP verbsRam Amrani2016-10-146-1/+1286
| * | qedr: Add support for PD,PKEY and CQ verbsRam Amrani2016-10-145-1/+758
| * | qedr: Add support for user context verbsRam Amrani2016-10-145-1/+569
| * | qedr: Add support for RoCE HW initRam Amrani2016-10-144-2/+691
| * | qedr: Add RoCE driver frameworkRam Amrani2016-10-146-0/+328
| |/
* | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-1412-316/+385
|\ \ | |/ |/|
| * IB/hns: Fix for removal of redundant codeSalil2016-10-032-19/+2
| * IB/hns: Delete the redundant lines in hns_roce_v1_m_qp()Lijun Ou2016-10-031-14/+3
| * IB/hns: Fix the bug when platform_get_resource() exec failLijun Ou2016-10-031-0/+4
| * IB/hns: Update the rq head when modify qp stateLijun Ou2016-10-031-1/+2
| * IB/hns: Cq has not been freedLijun Ou2016-10-031-1/+4
| * IB/hns: Validate mtu when modified qpLijun Ou2016-10-031-0/+15