summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAgeFilesLines
* IPoIB: Fix crash in path_rec_completion()Yossi Etigin2008-11-121-1/+1
* IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin2008-11-121-0/+1
* IPoIB: Don't enable NAPI when it's already enabledYossi Etigin2008-11-121-1/+2
* IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz2008-10-221-28/+39
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-301-40/+28
* IPoIB: Fix crash when path record fails after path flushRoland Dreier2008-09-251-4/+4
* IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin2008-09-161-0/+1
* IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2008-08-191-10/+9
* IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz2008-07-221-1/+1
* IPoIB: Remove priv->mcast_mutexEli Cohen2008-07-141-1/+0
* IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua2008-07-141-4/+40
* IPoIB: add LRO supportVladimir Sokolovsky2008-07-141-0/+62
* IPoIB: Copy small received SKBs in connected modeEli Cohen2008-07-141-0/+6
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-291-1/+2
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-231-5/+14
* IPoIB: Add basic ethtool supportEli Cohen2008-04-161-0/+2
* IPoIB: Add LSO supportEli Cohen2008-04-161-3/+7
* IB: Use shorter list_splice_init() for brevityRobert P. J. Day2008-04-161-2/+1
* IPoIB: Use checksum offload support if availableEli Cohen2008-04-161-1/+23
* IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2008-03-121-4/+5
* IPoIB: Add high DMA feature flagEli Cohen2008-02-081-1/+3
* IPoIB: Remove a misleading debug printOr Gerlitz2008-02-041-4/+2
* IPoIB: Handle bonding failover race for connected neighbours tooOr Gerlitz2008-02-041-6/+7
* IPoIB: Remove redundant check of netif_queue_stopped() in xmit handlerKrishna Kumar2008-01-251-10/+0
* IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana2008-01-251-3/+6
* IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana2008-01-251-0/+3
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-251-19/+19
* IPoIB: Fix oops if xmit is called when priv->broadcast is NULLJack Morgenstein2007-11-271-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-231-3/+1
|\
| * IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin2007-10-191-3/+1
* | 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-151-9/+15
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-111-5/+40
|\
| * IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz2007-10-101-0/+33
| * IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty2007-10-091-3/+5
| * IPoIB: Fix error path memory leakEli Cohen2007-10-091-2/+2
* | IPoIB: Fix unused variable warningRoland Dreier2007-10-101-1/+0
* | [IPoIB]: Convert to netdevice internal statsRoland Dreier2007-10-101-15/+7
* | [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-2/+6
* | [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-2/+0
* | [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-3/+8
|/
* IPoIB: Handle P_Key table reorderingYosef Etigin2007-05-191-3/+4
* IPoIB: Convert to NAPIRoland Dreier2007-05-061-0/+2
* IB/ipoib: Use ib_init_ah_from_path to initialize ah_attrSean Hefty2007-04-241-8/+4
* [NET]: Fix neighbour destructor handling.Alexey Kuznetsov2007-03-251-3/+3
* IPoIB: Fix use-after-free in path_rec_completion()Michael S. Tsirkin2007-03-221-2/+2
* IPoIB: Correct debugging output when path record lookup failsRoland Dreier2007-02-261-1/+1
* IPoIB: Connected mode experimental supportMichael S. Tsirkin2007-02-101-5/+58
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-071-18/+15