Age | Commit message (Expand) | Author | Files | Lines |
2008-11-01 | saner FASYNC handling on file close |  Al Viro | 1 | -2/+0 |
2008-10-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 2 | -11/+7 |
2008-10-22 | Merge branches 'cma', 'cxgb3', 'ehca', 'ipoib', 'mad', 'mlx4' and 'nes' into for-next |  Roland Dreier | 1 | -9/+5 |
2008-10-20 | x86: sysfs: kill owner field from attribute |  Parag Warudkar | 1 | -1/+1 |
2008-10-16 | device create: infiniband: convert device_create_drvdata to device_create |  Greg Kroah-Hartman | 3 | -15/+12 |
2008-10-14 | IB/mad: Use krealloc() to resize snoop table |  Roland Dreier | 1 | -9/+5 |
2008-10-10 | RDMA/ucma: Test ucma_alloc_multicast() return against NULL, not with IS_ERR() |  Julien Brunel | 1 | -2/+2 |
2008-10-09 | Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4', 'mthca' and 'nes' into for-next |  Roland Dreier | 1 | -3/+2 |
2008-09-30 | IB/cm: Correctly free cm_device structure |  Hefty, Sean | 1 | -0/+2 |
2008-09-20 | IB/mad: Don't discard BMA responses in kernel |  Michael Brooks | 1 | -3/+2 |
2008-08-07 | Merge branches 'cma', 'cxgb3', 'ipath', 'ipoib', 'mad' and 'mlx4' into for-linus |  Roland Dreier | 1 | -1/+1 |
2008-08-07 | IB/mad: Test ib_create_send_mad() return with IS_ERR(), not == NULL |  Julien Brunel | 1 | -1/+1 |
2008-08-04 | RDMA/cma: Remove padding arrays by using struct sockaddr_storage |  Roland Dreier | 2 | -27/+24 |
2008-07-24 | RDMA/ucm: BKL is not needed for ib_ucm_open() |  Roland Dreier | 1 | -2/+8 |
2008-07-24 | RDMA/ucma: BKL is not needed for ucma_open() |  Roland Dreier | 1 | -3/+8 |
2008-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 3 | -4/+101 |
2008-07-24 | Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' and 'nes' into for-linus |  Roland Dreier | 2 | -3/+3 |
2008-07-22 | RDMA/iwcm: Remove IB_ACCESS_LOCAL_WRITE from remote QP attributes |  Dotan Barak | 1 | -2/+1 |
2008-07-22 | IB/sa_query: Check if sm_ah is NULL in ib_sa_remove_one() |  Ralph Campbell | 1 | -1/+2 |
2008-07-22 | RDMA/cma: Add RDMA_CM_EVENT_TIMEWAIT_EXIT event |  Amir Vadai | 1 | -1/+6 |
2008-07-22 | RDMA/cma: Add RDMA_CM_EVENT_ADDR_CHANGE event |  Or Gerlitz | 1 | -0/+92 |
2008-07-21 | infiniband: make cm_device use a struct device and not a kobject. |  Greg Kroah-Hartman | 1 | -20/+9 |
2008-07-21 | infiniband: rename "device" to "ib_device" in cm_device |  Greg Kroah-Hartman | 1 | -23/+24 |
2008-07-14 | RDMA/cma: Simplify locking needed for serialization of callbacks |  Or Gerlitz | 1 | -56/+50 |
2008-07-14 | RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addr |  Or Gerlitz | 2 | -3/+6 |
2008-07-14 | RDMA/core: Add iWARP protocol statistics attributes in sysfs |  Steve Wise | 1 | -0/+120 |
2008-07-14 | RDMA/cma: Add missing newlines to printk()s |  Roland Dreier | 1 | -3/+3 |
2008-07-14 | IB/core: Reset to error QP state transition is not allowed |  Ralph Campbell | 1 | -1/+0 |
2008-07-14 | RDMA/core: Add memory management extensions support |  Steve Wise | 2 | -1/+47 |
2008-07-14 | RDMA: Remove subversion $Id tags |  Roland Dreier | 20 | -40/+0 |
2008-07-14 | IB/sa: Fail requests made while creating new SM AH |  Moni Shoua | 1 | -6/+16 |
2008-07-14 | RDMA: Fix license text |  Sean Hefty | 2 | -37/+46 |
2008-07-14 | Merge commit 'v2.6.26' into bkl-removal |  Jonathan Corbet | 4 | -16/+17 |
2008-07-11 | IB/umad: BKL is not needed for ib_umad_open() |  Roland Dreier | 1 | -6/+14 |
2008-07-04 | IB/uverbs: BKL is not needed for ib_uverbs_open() |  Roland Dreier | 1 | -7/+13 |
2008-06-20 | infiniband-ucma: BKL pushdown |  Arnd Bergmann | 1 | -0/+3 |
2008-06-20 | Add a bunch of cycle_kernel_lock() calls |  Jonathan Corbet | 1 | -1/+2 |
2008-06-20 | infiniband: more BKL pushdown |  Jonathan Corbet | 2 | -3/+13 |
2008-06-20 | Add "no BKL needed" comments to several drivers |  Jonathan Corbet | 1 | -0/+1 |
2008-06-18 | IB/uverbs: Fix check of is_closed flag check in ib_uverbs_async_handler() |  Jack Morgenstein | 1 | -1/+1 |
2008-06-06 | IB/umem: Avoid sign problems when demoting npages to integer |  Roland Dreier | 1 | -1/+1 |
2008-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband |  Linus Torvalds | 1 | -1/+3 |
2008-05-23 | IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMED |  Dave Olson | 1 | -1/+3 |
2008-05-20 | IB: fix race in device_create |  Greg Kroah-Hartman | 2 | -13/+12 |
2008-04-29 | IB: expand ib_umem_get() prototype |  Arthur Kepner | 1 | -5/+12 |
2008-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 |  Linus Torvalds | 5 | -148/+154 |
2008-04-19 | IB: convert struct class_device to struct device |  Tony Jones | 5 | -148/+154 |
2008-04-18 | Convert asm/semaphore.h users to linux/semaphore.h |  Matthew Wilcox | 1 | -1/+1 |
2008-04-16 | IB/core: Add support for modify CQ |  Eli Cohen | 1 | -0/+7 |
2008-04-16 | IB/core: Add support for "send with invalidate" work requests |  Roland Dreier | 1 | -2/+11 |