summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-112-0/+2
* RDMA/addr: Fix resolution of local IPv6 addressesDavid J. Wilder2009-10-081-1/+1
* RDMA/iwcm: Don't call provider reject func with irqs disabledSteve Wise2009-10-081-0/+2
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-053-0/+3
* IB/mad: Fix lock-lock-timer deadlock in RMPP codeRoland Dreier2009-09-231-4/+13
* Merge branch 'mad' into for-linusRoland Dreier2009-09-113-8/+34
|\
| * IB/mad: Allow tuning of QP0 and QP1 sizesHal Rosenstock2009-09-072-5/+23
| * IB/mad: Fix possible lock-lock-timer deadlockRoland Dreier2009-09-071-3/+3
| * IB/mad: Check hop count field in directed route MAD to avoid array overflowRoland Dreier2009-09-061-0/+8
* | RDMA/iwcm: Reject the connection when the cm_id is destroyedSteve Wise2009-09-091-0/+1
* | IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)Jack Morgenstein2009-09-061-2/+4
* | IB/core: Fix send multicast group leave retryYossi Etigin2009-09-061-1/+9
* | IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier2009-09-063-13/+4Star
|/
* RDMA: Add __init/__exit macros to addr.c and cma.cPeter Huewe2009-06-232-4/+4
* infiniband: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-161-1/+1
* 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-257-57/+47Star
|\ \ \ \
| | | | * IB: Remove useless ibdev_is_alive() tests from sysfs codeRoland Dreier2009-03-051-16/+0Star
| | | | * 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/+10Star
| | * IB/mad: Fix null pointer dereference in local_completions()Ralph Campbell2009-02-271-3/+4
| |/ |/|
| * IB: Remove __constant_{endian} usesHarvey Harrison2009-01-183-20/+19Star
|/
* infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-062-3/+2Star
* RDMA/addr: Fix build breakage when IPv6 is disabledRoland Dreier2008-12-301-7/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-9/+1Star
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-071-2/+0Star
| |\
| * | net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
| * | infiniband: use %p6 for printing message idsHarvey Harrison2008-10-291-9/+1Star
* | | 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/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-10-232-11/+7Star
|\
| *-. Merge branches 'cma', 'cxgb3', 'ehca', 'ipoib', 'mad', 'mlx4' and 'nes' into ...Roland Dreier2008-10-231-9/+5Star
| |\ \
| | | * IB/mad: Use krealloc() to resize snoop tableRoland Dreier2008-10-141-9/+5Star
| | |/
| * / 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/+12Star
|/
*-. Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4...Roland Dreier2008-10-101-3/+2Star
|\ \
| | * IB/mad: Don't discard BMA responses in kernelMichael Brooks2008-09-211-3/+2Star
| |/
* / 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/+24Star
|/
* RDMA/ucm: BKL is not needed for ib_ucm_open()Roland Dreier2008-07-251-2/+8
* RDMA/ucma: BKL is not needed for ucma_open()Roland Dreier2008-07-251-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
| |\ \