summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/amso1100/c2_provider.c
Commit message (Expand)AuthorAgeFilesLines
* IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-121-1/+5
* IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-121-2/+5
* IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-121-1/+6
* IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-021-3/+3
* IB/core: Convert core to use bitfield for capsIra Weiny2015-05-201-7/+1
* IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-0/+17
* IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-181-0/+7
* IB/core: Replace ib_umem's offset field with a full addressHaggai Eran2014-12-151-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-14/+9
* IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz2012-03-051-1/+1
* RDMA/amso1100: Use '%pM' format option to print MACAndy Shevchenko2011-10-061-4/+1
* RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche2011-07-181-9/+0
* IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* RDMA/amso1100: Check kmalloc() result in c2_register_device()Roel Kluin2009-09-051-9/+15
* infiniband: convert c2 to net_device_opsStephen Hemminger2009-03-211-11/+11
* infiniband: Kill directly reference of netdev->privWang Chen2008-11-241-4/+4
* IB: Drop code after return statementJulia Lawall2008-09-201-1/+0
* IB: expand ib_umem_get() prototypeArthur Kepner2008-04-291-1/+1
* IB: convert struct class_device to struct deviceTony Jones2008-04-191-22/+26
* IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen2008-04-161-0/+3
* IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison2008-04-161-41/+41
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-081-15/+27
* IB: Add CQ comp_vector supportMichael S. Tsirkin2007-05-061-1/+2
* IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes2007-04-241-1/+0
* RDMA/amso1100: Fix unitialized pseudo_netdev accessed in c2_register_deviceTom Tucker2006-11-131-19/+20
* RDMA/amso1100: Fix memory leak in c2_reg_phys_mr()Roland Dreier2006-09-281-1/+3
* RDMA/amso1100: Fix compile warningsRoland Dreier2006-09-271-1/+3
* [PATCH] missing includes from infiniband mergeAl Viro2006-09-231-0/+1
* RDMA/amso1100: Add driver for Ammasso 1100 RNICTom Tucker2006-09-221-0/+869