aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/amso1100/c2_provider.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-28RDMA/amso1100: Deprecate the amso1100 driver and move to stagingSteve Wise1-912/+0
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny1-1/+5
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-2/+5
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak1-1/+6
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny1-3/+3
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
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-14/+9
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz1-1/+1
2011-10-06RDMA/amso1100: Use '%pM' format option to print MACAndy Shevchenko1-4/+1
2011-07-18RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche1-9/+0
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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-05RDMA/amso1100: Check kmalloc() result in c2_register_device()Roel Kluin1-9/+15
2009-03-21infiniband: convert c2 to net_device_opsStephen Hemminger1-11/+11
2008-11-24infiniband: Kill directly reference of netdev->privWang Chen1-4/+4
2008-09-20IB: Drop code after return statementJulia Lawall1-1/+0
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+1
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-22/+26
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+3
2008-04-16IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison1-41/+41
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier1-15/+27
2007-05-06IB: Add CQ comp_vector supportMichael S. Tsirkin1-1/+2
2007-04-24IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes1-1/+0
2006-11-13RDMA/amso1100: Fix unitialized pseudo_netdev accessed in c2_register_deviceTom Tucker1-19/+20
2006-09-28RDMA/amso1100: Fix memory leak in c2_reg_phys_mr()Roland Dreier1-1/+3
2006-09-27RDMA/amso1100: Fix compile warningsRoland Dreier1-1/+3
2006-09-23[PATCH] missing includes from infiniband mergeAl Viro1-0/+1
2006-09-22RDMA/amso1100: Add driver for Ammasso 1100 RNICTom Tucker1-0/+869