summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
AgeCommit message (Expand)Author
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-30net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet
2009-04-20IPoIB: Disable NAPI while CQ is being drainedYossi Etigin
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-03-21infiniband: convert ipoib to net_device_opsStephen Hemminger
2009-02-17IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein
2009-01-14IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier
2009-01-09IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-12IPoIB: Fix crash in path_rec_completion()Yossi Etigin
2008-11-12IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin
2008-11-12IPoIB: Don't enable NAPI when it's already enabledYossi Etigin
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison
2008-10-22IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier
2008-09-25IPoIB: Fix crash when path record fails after path flushRoland Dreier
2008-09-16IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin
2008-08-19IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier
2008-07-22IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz
2008-07-14IPoIB: Remove priv->mcast_mutexEli Cohen
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky
2008-07-14IPoIB: Copy small received SKBs in connected modeEli Cohen
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma
2008-04-16IPoIB: Add basic ethtool supportEli Cohen
2008-04-16IPoIB: Add LSO supportEli Cohen
2008-04-16IB: Use shorter list_splice_init() for brevityRobert P. J. Day
2008-04-16IPoIB: Use checksum offload support if availableEli Cohen
2008-03-12IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier
2008-02-08IPoIB: Add high DMA feature flagEli Cohen
2008-02-04IPoIB: Remove a misleading debug printOr Gerlitz
2008-02-04IPoIB: Handle bonding failover race for connected neighbours tooOr Gerlitz
2008-01-25IPoIB: Remove redundant check of netif_queue_stopped() in xmit handlerKrishna Kumar
2008-01-25IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana
2008-01-25IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana
2008-01-25IPoIB: Trivial formatting cleanupsRoland Dreier
2007-11-27IPoIB: Fix oops if xmit is called when priv->broadcast is NULLJack Morgenstein
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2007-10-19IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin
2007-10-15IB/ipoib: Verify address handle validity on sendMoni Shoua
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua
2007-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2007-10-10IPoIB: Fix unused variable warningRoland Dreier
2007-10-10[IPoIB]: Convert to netdevice internal statsRoland Dreier
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger