summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorLines
2008-05-20IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()Jack Morgenstein-0/+6
2008-04-30IB/ipoib: Fix transmit queue stalling foreverEli Cohen-6/+46
2008-04-29IPoIB: Copy child MTU from parentEli Cohen-0/+3
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen-40/+64
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma-49/+134
2008-04-16IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier-7/+7
2008-04-16IPoIB: Support modifying IPoIB CQ event moderationEli Cohen-0/+52
2008-04-16IPoIB: Add basic ethtool supportEli Cohen-1/+59
2008-04-16IPoIB: Add LSO supportEli Cohen-36/+92
2008-04-16IB: Use shorter list_splice_init() for brevityRobert P. J. Day-2/+1
2008-04-16IPoIB: Use checksum offload support if availableEli Cohen-1/+41
2008-03-12IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier-7/+10
2008-03-11IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier-0/+1
2008-03-11IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz-1/+1
2008-02-19IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outPradeep Satyanarayana-4/+6
2008-02-14IPoIB: Remove unused struct ipoib_cm_tx.ibwc memberEli Cohen-1/+0
2008-02-14IPoIB: On P_Key change event, reset state properlyJack Morgenstein-0/+1
2008-02-08IPoIB: Add send gather supportEli Cohen-30/+83
2008-02-08IPoIB: Add high DMA feature flagEli Cohen-1/+3
2008-02-04IPoIB: Remove a misleading debug printOr Gerlitz-4/+2
2008-02-04IPoIB: Handle bonding failover race for connected neighbours tooOr Gerlitz-6/+7
2008-01-25IPoIB: Constify seq_operations function pointer tablesJan Engelhardt-2/+2
2008-01-25IPoIB: Remove redundant check of netif_queue_stopped() in xmit handlerKrishna Kumar-10/+0
2008-01-25IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana-14/+49
2008-01-25IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid-4/+0
2008-01-25IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana-43/+200
2008-01-25IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()Roland Dreier-22/+21
2008-01-25IPoIB/cm: Factor out ipoib_cm_create_srq()Roland Dreier-17/+30
2008-01-25IPoIB/cm: Factor out ipoib_cm_free_rx_ring()Roland Dreier-9/+19
2008-01-25IPoIB: Trivial formatting cleanupsRoland Dreier-130/+130
2007-11-27IPoIB: Fix oops if xmit is called when priv->broadcast is NULLJack Morgenstein-0/+3
2007-10-26IPoIB/cm: Fix receive QP cleanupRoland Dreier-1/+1
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-98/+87
2007-10-19IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin-95/+82
2007-10-17IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier-1/+1
2007-10-16IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard-2/+4
2007-10-15IB/ipoib: Verify address handle validity on sendMoni Shoua-2/+3
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua-11/+20
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds-37/+93
2007-10-10IPoIB: Fix unused variable warningRoland Dreier-1/+0
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier-41/+31
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger-2/+6
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle-2/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger-29/+29
2007-10-10IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz-0/+46
2007-10-09IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()Dotan Barak-8/+10
2007-10-09IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty-26/+26
2007-10-09IPoIB: Fix error path memory leakEli Cohen-2/+2
2007-10-09IPoIB: Fix typo to end statement with ';' instead of ','Eli Cohen-1/+1
2007-10-09IPoIB: Make sure no receives are handled when stopping deviceRoland Dreier-0/+8