summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | | * RDMA/iwcm: Remove IB_ACCESS_LOCAL_WRITE from remote QP attributesDotan Barak2008-07-221-2/+1Star
| | | * 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-221-20/+9Star
* | infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman2008-07-221-23/+24
|/
* RDMA/cma: Simplify locking needed for serialization of callbacksOr Gerlitz2008-07-151-56/+50Star
* RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addrOr Gerlitz2008-07-152-3/+6
* RDMA/core: Add iWARP protocol statistics attributes in sysfsSteve Wise2008-07-151-0/+120
* RDMA/cma: Add missing newlines to printk()sRoland Dreier2008-07-151-3/+3
* IB/core: Reset to error QP state transition is not allowedRalph Campbell2008-07-151-1/+0Star
* RDMA/core: Add memory management extensions supportSteve Wise2008-07-152-1/+47
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-1520-40/+0Star
* IB/sa: Fail requests made while creating new SM AHMoni Shoua2008-07-151-6/+16
* RDMA: Fix license textSean Hefty2008-07-152-37/+46
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-144-16/+17
|\
| * IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler()Jack Morgenstein2008-06-191-1/+1
| * IB/umem: Avoid sign problems when demoting npages to integerRoland Dreier2008-06-071-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-05-231-1/+3
| |\
| | * IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMEDDave Olson2008-05-231-1/+3
| * | IB: fix race in device_createGreg Kroah-Hartman2008-05-202-13/+12Star
| |/
* | IB/umad: BKL is not needed for ib_umad_open()Roland Dreier2008-07-121-6/+14
* | IB/uverbs: BKL is not needed for ib_uverbs_open()Roland Dreier2008-07-041-7/+13
* | infiniband-ucma: BKL pushdownArnd Bergmann2008-06-201-0/+3
* | Add a bunch of cycle_kernel_lock() callsJonathan Corbet2008-06-201-1/+2
* | infiniband: more BKL pushdownJonathan Corbet2008-06-202-3/+13