aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_verbs.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-28IB/ipath: Deprecate ipath driver and move to staging.Dennis Dalessandro1-2364/+0
2015-07-14IB/ipath: Convert use of __constant_<foo> to <foo>Vaishali Thakkar1-2/+2
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny1-0/+1
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-2/+5
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-7/+1
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+7
2013-04-16IB/ipath: Correct ipath_verbs_register_sysfs() error handlingMike Marciniszyn1-9/+10
2013-03-22IB/ipath: Silence a static checker warningDan Carpenter1-1/+1
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-01-17IB: Remove __constant_{endian} usesHarvey Harrison1-1/+1
2008-12-05IB/ipath: Add locking for interrupt use of ipath_pd contexts vs freeDave Olson1-1/+2
2008-09-29IB/ipath: Fix hang on module unloadYannick Cote1-0/+7
2008-07-30IB/ipath: Use unsigned long for irq flagsVegard Nossum1-3/+3
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar1-0/+1
2008-07-14IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()Ralph Campbell1-1/+2
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar1-1/+2
2008-05-26IB/ipath: Fix device capability flagsRalph Campbell1-1/+2
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-05-13IB/ipath: Fix many locking issues when switching to error stateRalph Campbell1-57/+117
2008-05-13IB/ipath: Fix RC and UC error handlingRalph Campbell1-3/+1
2008-05-07IB/ipath: Only increment SSN if WQE is put on send queueRalph Campbell1-1/+1
2008-04-21IB/ipath: Remove reference to dev->class_dev ...Roland Dreier1-1/+0
2008-04-21IB/ipath: Fix module parameter description for disable_smaPaul Bolle1-1/+1
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-17/+20
2008-04-16IB/ipath: Update copyright dates for files changed in 2008Ralph Campbell1-1/+1
2008-04-16IB/ipath: add calls to new 7220 code and enable in buildDave Olson1-13/+378
2008-04-16IB/ipath: Make send buffers available for kernel if not allocated to userRalph Campbell1-1/+1
2008-04-16IB/ipath: Add code to support multiple link speeds and widthsRalph Campbell1-4/+7
2008-04-16IB/ipath: Enable 4KB MTUDave Olson1-6/+1
2008-01-25IB/ipath: Add mappings from HW register to PortInfo port physical stateRalph Campbell1-16/+31
2008-01-25IB/ipath: Clean up some commentsDave Olson1-2/+5
2008-01-25IB/ipath: MAD performance sampling registers supportRalph Campbell1-0/+1
2007-11-20IB/ipath: Normalize error return codes for posting work requestsRalph Campbell1-3/+5
2007-10-09IB/ipath: Fix IB_EVENT_PORT_ERR eventRalph Campbell1-2/+10
2007-10-09IB/ipath: Remove duplicate copy of LMCRalph Campbell1-2/+2
2007-10-09IB/ipath: Generate flush CQE when QP is in error stateRalph Campbell1-2/+20
2007-10-09IB/ipath: Change UD to queue work requests like RC & UCRalph Campbell1-80/+161
2007-10-09IB/ipath: Performance optimization for CPU differencesRalph Campbell1-25/+37
2007-07-17IB/ipath: Make a few functions staticRoland Dreier1-1/+1
2007-07-09IB/ipath: Remove support for preproduction HTX InfiniPath cardsRalph Campbell1-7/+0
2007-07-09IB/ipath: Add barrier before updating WC head in shared memoryRalph Campbell1-0/+2
2007-07-09IB/ipath: Update copyright datesJohn Gregor1-1/+1
2007-07-09IB/ipath: Fix possible data corruption if multiple SGEs used for receiveRalph Campbell1-2/+6
2007-07-09IB/ipath: Wait for PIO available interruptRalph Campbell1-0/+1
2007-07-09IB/ipath: Fill in some missing FMR-related fields in query_deviceRobert Walsh1-0/+2
2007-07-09IB/ipath: Fix maximum MTU reportingRobert Walsh1-1/+6
2007-05-14IB/ipath: Shadow the gpio_mask registerArthur Jones1-6/+6
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-0/+1
2007-04-30IB/ipath: Don't corrupt pending mmap list when unmapped objects are freedRobert Walsh1-0/+3
2007-04-24IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes1-1/+0
2007-04-18IB/ipath: Discard multicast packets without a GRHBryan O'Sullivan1-2/+5
2007-04-18IB/ipath: Support larger IB_QP_MAX_DEST_RD_ATOMIC and IB_QP_MAX_QP_RD_ATOMICRalph Campbell1-4/+3
2006-12-12IB/ipath: Implement new verbs DMA mapping functionsRalph Campbell1-0/+1
2006-11-29IB/ipath: Fix typo in pma_counter_select subscriptRoland Dreier1-1/+1
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-09-28IB/ipath: Fix lockdep error upon "ifconfig ibN down"Bryan O'Sullivan1-5/+7
2006-09-28IB/ipath: Support revision 2 InfiniPath PCIE devicesBryan O'Sullivan1-7/+21
2006-09-28IB/ipath: Limit # of packets sent without an ACK receivedBryan O'Sullivan1-1/+2
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-1/+1
2006-09-22IB/ipath: allow SMA to be disabledBryan O'Sullivan1-0/+7
2006-09-22IB/ipath: put a limit on the number of QPs that can be createdBryan O'Sullivan1-1/+6
2006-09-22IB/ipath: remove stale references to userspace SMABryan O'Sullivan1-1/+1
2006-09-22IB/ipath: simplify debugging code after ipath_core and ib_ipath mergerBryan O'Sullivan1-14/+5
2006-09-22IB/ipath: simplify layering codeBryan O'Sullivan1-39/+486
2006-09-22IB/ipath: merge ipath_core and ib_ipath driversBryan O'Sullivan1-31/+14
2006-09-22IB/ipath: lock resource limit counters correctlyBryan O'Sullivan1-8/+26
2006-09-22IB/ipath: Performance improvements via mmap of queuesRalph Campbell1-38/+12
2006-07-24IB/ipath: ipath_skip_sge() can break if num_sge > 1Ralph Campbell1-4/+0
2006-07-24IB/ipath: Fix ib_ipath driver to work with SRPRalph Campbell1-0/+1
2006-07-01[PATCH] IB/ipath: namespace cleanup: replace ips with ipathBryan O'Sullivan1-10/+10
2006-07-01[PATCH] IB/ipath: fixes to performance get counters for IB complianceBryan O'Sullivan1-0/+20
2006-07-01[PATCH] IB/ipath: don't confuse the max message size with the MTUBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: enforce device resource limitsBryan O'Sullivan1-13/+96
2006-07-01[PATCH] IB/ipath: report correct device identification information in /sysBryan O'Sullivan1-10/+4
2006-07-01[PATCH] IB/ipath: don't allow resources to be created with illegal valuesBryan O'Sullivan1-0/+11
2006-07-01[PATCH] IB/ipath: share more common code between RC and UC protocolsBryan O'Sullivan1-1/+1
2006-07-01[PATCH] IB/ipath: update copyrights and other strings to reflect new company ...Bryan O'Sullivan1-2/+3
2006-07-01[PATCH] IB/ipath: name zero counter offsets so it's clear they aren't countersBryan O'Sullivan1-1/+1
2006-05-23IB/ipath: register as IB device ownerBryan O'Sullivan1-0/+1
2006-05-23IB/ipath: replace uses of LIST_POISONBryan O'Sullivan1-3/+3
2006-05-01IB/ipath: simplify IB timer usageBryan O'Sullivan1-29/+10
2006-04-19IB/ipath: Fix whitespaceRoland Dreier1-55/+55
2006-04-19IB/ipath: Make more names staticRoland Dreier1-4/+4
2006-03-31IB/ipath: infiniband verbs supportBryan O'Sullivan1-0/+1222