aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2008-07-21device create: infiniband: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller
2008-07-14IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0Eli Cohen
2008-07-14RDMA/cma: Simplify locking needed for serialization of callbacksOr Gerlitz
2008-07-14RDMA/addr: Keep pointer to netdevice in struct rdma_dev_addrOr Gerlitz
2008-07-14RDMA/cxgb3: Fixes for zero STagSteve Wise
2008-07-14RDMA/core: Add local DMA L_Key supportSteve Wise
2008-07-14IB/mthca: Fix check of max_send_sge for special QPsRoland Dreier
2008-07-14IB/mthca: Use round_jiffies() for catastrophic error polling timerRoland Dreier
2008-07-14IB/mthca: Remove "stop" flag for catastrophic error polling timerRoland Dreier
2008-07-14IPoIB: Double default RX/TX ring sizesEli Cohen
2008-07-14IPoIB/cm: Reduce connected mode TX object sizeEli Cohen
2008-07-14IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device()Ralph Campbell
2008-07-14IPoIB: Use dev_set_mtu() to change mtuEli Cohen
2008-07-14IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen
2008-07-14IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier
2008-07-14IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen
2008-07-14IPoIB: Remove priv->mcast_mutexEli Cohen
2008-07-14IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen
2008-07-14RDMA/cxgb3: Set rkey field for new memory windows in iwch_alloc_mw()Steve Wise
2008-07-14RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request()Roland Dreier
2008-07-14RDMA/cxgb3: Propagate HW page size capabilitiesJon Mason
2008-07-14RDMA/nes: Encapsulate logic nes_put_cqp_request()Roland Dreier
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua
2008-07-14IB/ehca: Make device table externally visibleJoachim Fenkes
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky
2008-07-14IPoIB: Use multicast loopback blocking if availableRon Livne
2008-07-14IB/mlx4: Add support for blocking multicast loopback packetsRon Livne
2008-07-14RDMA/cxgb3: Add support for protocol statisticsSteve Wise
2008-07-14RDMA/core: Add iWARP protocol statistics attributes in sysfsSteve Wise
2008-07-14IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()Roland Dreier
2008-07-14RDMA/cma: Add missing newlines to printk()sRoland Dreier
2008-07-14RDMA/cxgb3: Remove write-only iwch_rnic_attributes fieldsRoland Dreier
2008-07-14RDMA/cxgb3: Fix up some ib_device_attr fieldsSteve Wise
2008-07-14IB/ehca: In case of lost interrupts, trigger EOI to reenable interruptsStefan Roscher
2008-07-14IB/ehca: Reject receive work requests if QP is in RESET stateJoachim Fenkes
2008-07-14IB/mlx4: Remove extra code for RESET->ERR QP state transitionRoland Dreier
2008-07-14IB/mthca: Remove extra code for RESET->ERR QP state transitionRoland Dreier
2008-07-14IB/core: Reset to error QP state transition is not allowedRalph Campbell
2008-07-14IB/mlx4: Pass congestion management class MADs to the HCAEli Cohen
2008-07-14IB/mlx4: Configure QPs' max message size based on real device capabilityEli Cohen
2008-07-14RDMA/cxgb3: MEM_MGT_EXTENSIONS supportSteve Wise
2008-07-14RDMA/core: Add memory management extensions supportSteve Wise
2008-07-14IPoIB: Copy small received SKBs in connected modeEli Cohen
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier
2008-07-14IB/ipath: Simplify code using ARRAY_SIZE() macroRobert P. J. Day