aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz1-28/+39
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier1-40/+28
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 Etigin1-0/+1
2008-08-19IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier1-10/+9
2008-07-22IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz1-1/+1
2008-07-14IPoIB: Remove priv->mcast_mutexEli Cohen1-1/+0
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua1-4/+40
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky1-0/+62
2008-07-14IPoIB: Copy small received SKBs in connected modeEli Cohen1-0/+6
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen1-1/+2
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma1-5/+14
2008-04-16IPoIB: Add basic ethtool supportEli Cohen1-0/+2
2008-04-16IPoIB: Add LSO supportEli Cohen1-3/+7
2008-04-16IB: Use shorter list_splice_init() for brevityRobert P. J. Day1-2/+1
2008-04-16IPoIB: Use checksum offload support if availableEli Cohen1-1/+23
2008-03-12IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier1-4/+5
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: 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 Satyanarayana1-3/+6
2008-01-25IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana1-0/+3
2008-01-25IPoIB: Trivial formatting cleanupsRoland Dreier1-19/+19
2007-11-27IPoIB: Fix oops if xmit is called when priv->broadcast is NULLJack Morgenstein1-0/+3
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-3/+1
2007-10-19IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin1-3/+1
2007-10-15IB/ipoib: Verify address handle validity on sendMoni Shoua1-2/+3
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua1-9/+15
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-5/+40
2007-10-10IPoIB: Fix unused variable warningRoland Dreier1-1/+0
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier1-15/+7
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+6
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-2/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-3/+8
2007-10-10IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz1-0/+33
2007-10-09IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty1-3/+5
2007-10-09IPoIB: Fix error path memory leakEli Cohen1-2/+2
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin1-3/+4
2007-05-06IPoIB: Convert to NAPIRoland Dreier1-0/+2
2007-04-24IB/ipoib: Use ib_init_ah_from_path to initialize ah_attrSean Hefty1-8/+4
2007-03-25[NET]: Fix neighbour destructor handling.Alexey Kuznetsov1-3/+3
2007-03-22IPoIB: Fix use-after-free in path_rec_completion()Michael S. Tsirkin1-2/+2
2007-02-26IPoIB: Correct debugging output when path record lookup failsRoland Dreier1-1/+1
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin1-5/+58
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman1-18/+15
2006-12-12IPoIB: Make sure struct ipoib_neigh.queue is always initializedRoland Dreier1-2/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-6/+13
2006-11-29IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin1-6/+13