aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-25IPoIB: Fix crash when path record fails after path flushRoland Dreier1-4/+4
2008-09-16IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin3-10/+24
2008-08-19IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2-11/+18
2008-08-08IPoIB/cm: Use vmalloc() to allocate rx_ringsDavid J. Wilder1-5/+12
2008-07-30IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()Roland Dreier1-1/+1
2008-07-24IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUGRoland Dreier1-3/+4
2008-07-24IPoIB/cm: Connected mode is no longer EXPERIMENTALRoland Dreier1-7/+8
2008-07-22IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz1-1/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller10-124/+342
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-2/+0
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-07-14IPoIB: Double default RX/TX ring sizesEli Cohen1-2/+2
2008-07-14IPoIB/cm: Reduce connected mode TX object sizeEli Cohen2-7/+12
2008-07-14IPoIB: Use dev_set_mtu() to change mtuEli Cohen2-2/+2
2008-07-14IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2-3/+10
2008-07-14IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier3-17/+3
2008-07-14IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen3-15/+19
2008-07-14IPoIB: Remove priv->mcast_mutexEli Cohen3-6/+0
2008-07-14IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen2-9/+0
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua4-30/+91
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky5-1/+127
2008-07-14IPoIB: Use multicast loopback blocking if availableRon Livne1-1/+4
2008-07-14IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()Roland Dreier1-16/+47
2008-07-14IPoIB: Copy small received SKBs in connected modeEli Cohen3-0/+26
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier8-16/+0
2008-05-20IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()Jack Morgenstein1-0/+6
2008-04-30IB/ipoib: Fix transmit queue stalling foreverEli Cohen3-6/+46
2008-04-29IPoIB: Copy child MTU from parentEli Cohen1-0/+3
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen6-40/+64
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma6-49/+134
2008-04-16IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier2-7/+7
2008-04-16IPoIB: Support modifying IPoIB CQ event moderationEli Cohen2-0/+52
2008-04-16IPoIB: Add basic ethtool supportEli Cohen4-1/+59
2008-04-16IPoIB: Add LSO supportEli Cohen5-36/+92
2008-04-16IB: Use shorter list_splice_init() for brevityRobert P. J. Day1-2/+1
2008-04-16IPoIB: Use checksum offload support if availableEli Cohen4-1/+41
2008-03-12IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2-7/+10
2008-03-11IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier1-0/+1
2008-03-11IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz1-1/+1
2008-02-19IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outPradeep Satyanarayana1-4/+6
2008-02-14IPoIB: Remove unused struct ipoib_cm_tx.ibwc memberEli Cohen1-1/+0
2008-02-14IPoIB: On P_Key change event, reset state properlyJack Morgenstein1-0/+1
2008-02-08IPoIB: Add send gather supportEli Cohen4-30/+83
2008-02-08IPoIB: Add high DMA feature flagEli Cohen1-1/+3
2008-02-04IPoIB: Remove a misleading debug printOr Gerlitz1-4/+2
2008-02-04IPoIB: Handle bonding failover race for connected neighbours tooOr Gerlitz1-6/+7
2008-01-25IPoIB: Constify seq_operations function pointer tablesJan Engelhardt1-2/+2
2008-01-25IPoIB: Remove redundant check of netif_queue_stopped() in xmit handlerKrishna Kumar1-10/+0
2008-01-25IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana3-14/+49
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid1-4/+0