aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan2-0/+2
2009-10-07RDMA/addr: Fix resolution of local IPv6 addressesDavid J. Wilder1-1/+1
2009-10-07RDMA/iwcm: Don't call provider reject func with irqs disabledSteve Wise1-0/+2
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan3-0/+3
2009-09-23IB/mad: Fix lock-lock-timer deadlock in RMPP codeRoland Dreier1-4/+13
2009-09-10Merge branch 'mad' into for-linusRoland Dreier3-8/+34
2009-09-09RDMA/iwcm: Reject the connection when the cm_id is destroyedSteve Wise1-0/+1
2009-09-07IB/mad: Allow tuning of QP0 and QP1 sizesHal Rosenstock2-5/+23
2009-09-07IB/mad: Fix possible lock-lock-timer deadlockRoland Dreier1-3/+3
2009-09-05IB/uverbs: Return ENOSYS for unimplemented commands (not EINVAL)Jack Morgenstein1-2/+4
2009-09-05IB/core: Fix send multicast group leave retryYossi Etigin1-1/+9
2009-09-05IB: Use DEFINE_SPINLOCK() for static spinlocksRoland Dreier3-13/+4
2009-09-05IB/mad: Check hop count field in directed route MAD to avoid array overflowRoland Dreier1-0/+8
2009-06-23RDMA: Add __init/__exit macros to addr.c and cma.cPeter Huewe2-4/+4
2009-06-15infiniband: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-04-08RDMA/cma: Create cm id even when IB port is downYossi Etigin1-14/+27
2009-04-01RDMA/cma: Use rate from IPoIB broadcast when joining IPoIB multicast groupsYossi Etigin1-0/+4
2009-03-24Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'mlx4', 'mthca', 'nes' and 'sysfs' into for-nextRoland Dreier7-57/+47
2009-03-04IB: Remove useless ibdev_is_alive() tests from sysfs codeRoland Dreier1-16/+0
2009-03-03IB/sa_query: Fix AH leak due to update_sm_ah() raceJack Morgenstein1-0/+2
2009-03-03IB/mad: Fix ib_post_send_mad() returning 0 with no generate send compRalph Campbell1-6/+6
2009-02-27IB/mad: initialize mad_agent_priv before putting on listsRalph Campbell1-11/+10
2009-02-27IB/mad: Fix null pointer dereference in local_completions()Ralph Campbell1-3/+4
2009-02-25IB: Remove sysfs files before unregistering deviceRoland Dreier2-1/+6
2009-01-17IB: Remove __constant_{endian} usesHarvey Harrison3-20/+19
2009-01-06infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-3/+2
2008-12-29RDMA/addr: Fix build breakage when IPv6 is disabledRoland Dreier1-7/+40
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-9/+1
2008-12-24RDMA/cma: Add IPv6 supportAleksey Senin1-26/+60
2008-12-24RDMA/addr: Add support for translating IPv6 addressesAleksey Senin1-45/+151
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+0
2008-11-01saner FASYNC handling on file closeAl Viro1-2/+0
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28infiniband: use %p6 for printing message idsHarvey Harrison1-9/+1
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-11/+7
2008-10-22Merge branches 'cma', 'cxgb3', 'ehca', 'ipoib', 'mad', 'mlx4' and 'nes' into for-nextRoland Dreier1-9/+5
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+1
2008-10-16device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman3-15/+12
2008-10-14IB/mad: Use krealloc() to resize snoop tableRoland Dreier1-9/+5
2008-10-10RDMA/ucma: Test ucma_alloc_multicast() return against NULL, not with IS_ERR()Julien Brunel1-2/+2
2008-10-09Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4', 'mthca' and 'nes' into for-nextRoland Dreier1-3/+2
2008-09-30IB/cm: Correctly free cm_device structureHefty, Sean1-0/+2
2008-09-20IB/mad: Don't discard BMA responses in kernelMichael Brooks1-3/+2
2008-08-07Merge branches 'cma', 'cxgb3', 'ipath', 'ipoib', 'mad' and 'mlx4' into for-linusRoland Dreier1-1/+1
2008-08-07IB/mad: Test ib_create_send_mad() return with IS_ERR(), not == NULLJulien Brunel1-1/+1
2008-08-04RDMA/cma: Remove padding arrays by using struct sockaddr_storageRoland Dreier2-27/+24
2008-07-24RDMA/ucm: BKL is not needed for ib_ucm_open()Roland Dreier1-2/+8
2008-07-24RDMA/ucma: BKL is not needed for ucma_open()Roland Dreier1-3/+8
2008-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-4/+101
2008-07-24Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' and 'nes' into for-linusRoland Dreier2-3/+3