Age | Commit message (Expand) | Author | Files | Lines |
2008-07-26 | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 3 | -5/+5 |
2008-07-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 17 | -20/+309 |
2008-07-24 | Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' an... | Roland Dreier | 15 | -19/+210 |
2008-07-24 | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+2 |
2008-07-23 | IB/mlx4: Add support for memory management extensions and local DMA L_Key | Roland Dreier | 5 | -5/+175 |
2008-07-23 | IB/mthca: Keep free count for MTT buddy allocator | Roland Dreier | 2 | -8/+19 |
2008-07-23 | IB/mlx4: Rename struct mlx4_lso_seg to mlx4_wqe_lso_seg | Roland Dreier | 1 | -1/+1 |
2008-07-23 | RDMA/iwcm: Remove IB_ACCESS_LOCAL_WRITE from remote QP attributes | Dotan Barak | 1 | -2/+1 |
2008-07-23 | IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures | Or Gerlitz | 1 | -1/+1 |
2008-07-23 | IB/sa_query: Check if sm_ah is NULL in ib_sa_remove_one() | Ralph Campbell | 1 | -1/+2 |
2008-07-23 | IB/ehca: Release mutex in error path of alloc_small_queue_page() | Julia Lawall | 1 | -0/+1 |
2008-07-23 | IB/ehca: Use default value for Local CA ACK Delay if FW returns 0 | Joachim Fenkes | 1 | -1/+3 |
2008-07-23 | IB/ehca: Filter PATH_MIG events if QP was never armed | Joachim Fenkes | 3 | -0/+7 |
2008-07-23 | IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE event | Or Gerlitz | 1 | -0/+1 |
2008-07-23 | RDMA/cma: Add RDMA_CM_EVENT_TIMEWAIT_EXIT event | Amir Vadai | 1 | -1/+6 |
2008-07-23 | RDMA/cma: Add RDMA_CM_EVENT_ADDR_CHANGE event | Or Gerlitz | 1 | -0/+92 |
2008-07-22 | infiniband: make cm_device use a struct device and not a kobject. | Greg Kroah-Hartman | 1 | -20/+9 |
2008-07-22 | infiniband: rename "device" to "ib_device" in cm_device | Greg Kroah-Hartman | 1 | -23/+24 |
2008-07-22 | device create: infiniband: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -1/+1 |
2008-07-21 | Merge branch 'linus' into cpus4096-for-linus | Ingo Molnar | 1 | -2/+2 |
2008-07-19 | Merge branch 'linus' into cpus4096 | Ingo Molnar | 5 | -334/+380 |
2008-07-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 104 | -1160/+1751 |
2008-07-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 5 | -334/+380 |
2008-07-16 | Merge branch 'linus' into cpus4096 | Ingo Molnar | 104 | -826/+1371 |
2008-07-15 | Merge branch 'core/rcu' into core/rcu-for-linus | Ingo Molnar | 2 | -2/+2 |
2008-07-15 | netdev: Do not use TX lock to protect address lists. | David S. Miller | 1 | -2/+0 |
2008-07-15 | netdev: Add netdev->addr_list_lock protection. | David S. Miller | 1 | -0/+2 |
2008-07-15 | IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0 | Eli Cohen | 1 | -13/+2 |
2008-07-15 | RDMA/cma: Simplify locking needed for serialization of callbacks | Or Gerlitz | 1 | -56/+50 |
2008-07-15 | RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addr | Or Gerlitz | 2 | -3/+6 |
2008-07-15 | RDMA/cxgb3: Fixes for zero STag | Steve Wise | 4 | -26/+130 |
2008-07-15 | RDMA/core: Add local DMA L_Key support | Steve Wise | 3 | -4/+6 |
2008-07-15 | IB/mthca: Fix check of max_send_sge for special QPs | Roland Dreier | 1 | -2/+2 |
2008-07-15 | IB/mthca: Use round_jiffies() for catastrophic error polling timer | Roland Dreier | 1 | -1/+1 |
2008-07-15 | IB/mthca: Remove "stop" flag for catastrophic error polling timer | Roland Dreier | 2 | -14/+2 |
2008-07-15 | IPoIB: Double default RX/TX ring sizes | Eli Cohen | 1 | -2/+2 |
2008-07-15 | IPoIB/cm: Reduce connected mode TX object size | Eli Cohen | 2 | -7/+12 |
2008-07-15 | IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device() | Ralph Campbell | 2 | -4/+5 |
2008-07-15 | IPoIB: Use dev_set_mtu() to change mtu | Eli Cohen | 2 | -2/+2 |
2008-07-15 | IPoIB: Use rtnl lock/unlock when changing device flags | Eli Cohen | 2 | -3/+10 |
2008-07-15 | IPoIB: Get rid of ipoib_mcast_detach() wrapper | Roland Dreier | 3 | -17/+3 |
2008-07-15 | IPoIB: Only set Q_Key once: after joining broadcast group | Eli Cohen | 3 | -15/+19 |
2008-07-15 | IPoIB: Remove priv->mcast_mutex | Eli Cohen | 3 | -6/+0 |
2008-07-15 | IPoIB: Remove unused IPOIB_MCAST_STARTED code | Eli Cohen | 2 | -9/+0 |
2008-07-15 | RDMA/cxgb3: Set rkey field for new memory windows in iwch_alloc_mw() | Steve Wise | 1 | -0/+1 |
2008-07-15 | RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request() | Roland Dreier | 6 | -23/+19 |
2008-07-15 | RDMA/cxgb3: Propagate HW page size capabilities | Jon Mason | 3 | -1/+3 |
2008-07-15 | RDMA/nes: Encapsulate logic nes_put_cqp_request() | Roland Dreier | 4 | -211/+66 |
2008-07-15 | IPoIB: Refresh paths instead of flushing them on SM change events | Moni Shoua | 4 | -30/+91 |
2008-07-15 | IB/ehca: Make device table externally visible | Joachim Fenkes | 1 | -0/+1 |