summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* IPoIB: Copy child MTU from parentEli Cohen2008-04-291-0/+3
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-296-40/+64
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-236-49/+134
* IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier2008-04-172-7/+7
* IPoIB: Support modifying IPoIB CQ event moderationEli Cohen2008-04-172-0/+52
* IPoIB: Add basic ethtool supportEli Cohen2008-04-174-1/+59
* IPoIB: Add LSO supportEli Cohen2008-04-175-36/+92
* IB: Use shorter list_splice_init() for brevityRobert P. J. Day2008-04-171-2/+1Star
* IPoIB: Use checksum offload support if availableEli Cohen2008-04-174-1/+41
* IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2008-03-122-7/+10
* IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier2008-03-121-0/+1
* IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz2008-03-111-1/+1
* IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outPradeep Satyanarayana2008-02-191-4/+6
* IPoIB: Remove unused struct ipoib_cm_tx.ibwc memberEli Cohen2008-02-141-1/+0Star
* IPoIB: On P_Key change event, reset state properlyJack Morgenstein2008-02-141-0/+1
* IPoIB: Add send gather supportEli Cohen2008-02-084-30/+83
* IPoIB: Add high DMA feature flagEli Cohen2008-02-081-1/+3
* IPoIB: Remove a misleading debug printOr Gerlitz2008-02-051-4/+2Star
* IPoIB: Handle bonding failover race for connected neighbours tooOr Gerlitz2008-02-051-6/+7
* IPoIB: Constify seq_operations function pointer tablesJan Engelhardt2008-01-251-2/+2
* IPoIB: Remove redundant check of netif_queue_stopped() in xmit handlerKrishna Kumar2008-01-251-10/+0Star
* IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana2008-01-253-14/+49
* IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid2008-01-251-4/+0Star
* IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana2008-01-254-43/+200
* IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()Roland Dreier2008-01-251-22/+21Star
* IPoIB/cm: Factor out ipoib_cm_create_srq()Roland Dreier2008-01-251-17/+30
* IPoIB/cm: Factor out ipoib_cm_free_rx_ring()Roland Dreier2008-01-251-9/+19
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-256-130/+130
* IPoIB: Fix oops if xmit is called when priv->broadcast is NULLJack Morgenstein2007-11-281-0/+3
* IPoIB/cm: Fix receive QP cleanupRoland Dreier2007-10-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-234-98/+87Star
|\
| * IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin2007-10-204-95/+82Star
| * IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier2007-10-181-1/+1
| * IPoIB: Use round_jiffies() for ah_reap_taskAnton Blanchard2007-10-161-2/+4
* | IB/ipoib: Verify address handle validity on sendMoni Shoua2007-10-151-2/+3
* | IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua2007-10-153-11/+20
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-127-37/+93
|\
| * IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz2007-10-104-0/+46
| * IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()Dotan Barak2007-10-101-8/+10
| * IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty2007-10-103-26/+26
| * IPoIB: Fix error path memory leakEli Cohen2007-10-101-2/+2
| * IPoIB: Fix typo to end statement with ';' instead of ','Eli Cohen2007-10-101-1/+1
| * IPoIB: Make sure no receives are handled when stopping deviceRoland Dreier2007-10-101-0/+8
* | IPoIB: Fix unused variable warningRoland Dreier2007-10-111-1/+0Star
* | [IPoIB]: Convert to netdevice internal statsRoland Dreier2007-10-115-41/+31Star
* | [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-2/+6
* | [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-2/+0Star
* | [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-113-29/+29
|/
* IPoIB: Fix leak in ipoib_transport_dev_init() error pathJack Morgenstein2007-08-071-0/+1
* IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-111-1/+0Star