summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cma: Create cm id even when IB port is downYossi Etigin2009-04-081-14/+27
* RDMA/cma: Use rate from IPoIB broadcast when joining IPoIB multicast groupsYossi Etigin2009-04-011-0/+4
*-----. Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'm...Roland Dreier2009-03-247-57/+47
|\ \ \ \
| | | | * IB: Remove useless ibdev_is_alive() tests from sysfs codeRoland Dreier2009-03-041-16/+0
| | | | * IB: Remove sysfs files before unregistering deviceRoland Dreier2009-02-252-1/+6
| |_|_|/ |/| | |
| | | * IB/sa_query: Fix AH leak due to update_sm_ah() raceJack Morgenstein2009-03-031-0/+2
| |_|/ |/| |
| | * IB/mad: Fix ib_post_send_mad() returning 0 with no generate send compRalph Campbell2009-03-031-6/+6
| | * IB/mad: initialize mad_agent_priv before putting on listsRalph Campbell2009-02-271-11/+10
| | * IB/mad: Fix null pointer dereference in local_completions()Ralph Campbell2009-02-271-3/+4
| |/ |/|
| * IB: Remove __constant_{endian} usesHarvey Harrison2009-01-173-20/+19
|/
* infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-062-3/+2
* RDMA/addr: Fix build breakage when IPv6 is disabledRoland Dreier2008-12-291-7/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-9/+1
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-061-2/+0
| |\
| * | net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
| * | infiniband: use %p6 for printing message idsHarvey Harrison2008-10-281-9/+1
* | | RDMA/cma: Add IPv6 supportAleksey Senin2008-12-241-26/+60
* | | RDMA/addr: Add support for translating IPv6 addressesAleksey Senin2008-12-241-45/+151
| |/ |/|
* | saner FASYNC handling on file closeAl Viro2008-11-011-2/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-10-232-11/+7
|\
| *-. Merge branches 'cma', 'cxgb3', 'ehca', 'ipoib', 'mad', 'mlx4' and 'nes' into ...Roland Dreier2008-10-221-9/+5
| |\ \
| | | * IB/mad: Use krealloc() to resize snoop tableRoland Dreier2008-10-141-9/+5
| | |/
| * | RDMA/ucma: Test ucma_alloc_multicast() return against NULL, not with IS_ERR()Julien Brunel2008-10-101-2/+2
| |/
* | x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+1
* | device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-163-15/+12
|/
*-. Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4...Roland Dreier2008-10-091-3/+2
|\ \
| | * IB/mad: Don't discard BMA responses in kernelMichael Brooks2008-09-201-3/+2
| |/
* | IB/cm: Correctly free cm_device structureHefty, Sean2008-09-301-0/+2
|/
*-. Merge branches 'cma', 'cxgb3', 'ipath', 'ipoib', 'mad' and 'mlx4' into for-linusRoland Dreier2008-08-071-1/+1
|\ \
| | * IB/mad: Test ib_create_send_mad() return with IS_ERR(), not == NULLJulien Brunel2008-08-071-1/+1
| |/
* | RDMA/cma: Remove padding arrays by using struct sockaddr_storageRoland Dreier2008-08-042-27/+24
|/
* RDMA/ucm: BKL is not needed for ib_ucm_open()Roland Dreier2008-07-241-2/+8
* RDMA/ucma: BKL is not needed for ucma_open()Roland Dreier2008-07-241-3/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-07-243-4/+101
|\
| *-. Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' an...Roland Dreier2008-07-242-3/+3
| |\ \
| | | * RDMA/iwcm: Remove IB_ACCESS_LOCAL_WRITE from remote QP attributesDotan Barak2008-07-221-2/+1
| | | * IB/sa_query: Check if sm_ah is NULL in ib_sa_remove_one()Ralph Campbell2008-07-221-1/+2
| | |/
| * | RDMA/cma: Add RDMA_CM_EVENT_TIMEWAIT_EXIT eventAmir Vadai2008-07-221-1/+6
| * | RDMA/cma: Add RDMA_CM_EVENT_ADDR_CHANGE eventOr Gerlitz2008-07-221-0/+92
| |/
* | infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman2008-07-211-20/+9
* | infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman2008-07-211-23/+24
|/
* RDMA/cma: Simplify locking needed for serialization of callbacksOr Gerlitz2008-07-141-56/+50
* RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addrOr Gerlitz2008-07-142-3/+6
* RDMA/core: Add iWARP protocol statistics attributes in sysfsSteve Wise2008-07-141-0/+120
* RDMA/cma: Add missing newlines to printk()sRoland Dreier2008-07-141-3/+3
* IB/core: Reset to error QP state transition is not allowedRalph Campbell2008-07-141-1/+0
* RDMA/core: Add memory management extensions supportSteve Wise2008-07-142-1/+47
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-1420-40/+0
* IB/sa: Fail requests made while creating new SM AHMoni Shoua2008-07-141-6/+16
* RDMA: Fix license textSean Hefty2008-07-142-37/+46
OpenPOWER on IntegriCloud