summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
AgeCommit message (Expand)Author
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
2007-10-10IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz
2007-10-09IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty
2007-10-09IPoIB: Fix error path memory leakEli Cohen
2007-05-19IPoIB: Handle P_Key table reorderingYosef Etigin
2007-05-06IPoIB: Convert to NAPIRoland Dreier
2007-04-24IB/ipoib: Use ib_init_ah_from_path to initialize ah_attrSean Hefty
2007-03-25[NET]: Fix neighbour destructor handling.Alexey Kuznetsov
2007-03-22IPoIB: Fix use-after-free in path_rec_completion()Michael S. Tsirkin
2007-02-26IPoIB: Correct debugging output when path record lookup failsRoland Dreier
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman
2006-12-12IPoIB: Make sure struct ipoib_neigh.queue is always initializedRoland Dreier
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-11-29IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-11-16IPoIB: Clear high octet in QP numberMichael S. Tsirkin
2006-09-22IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen
2006-09-22IPoIB: Remove unused include of vmalloc.hDotan Barak
2006-09-22IB/sa: Require SA registrationMichael S. Tsirkin
2006-09-22RDMA: iWARP Core Changes.Tom Tucker
2006-09-22IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin
2006-07-24IB/ipoib: Fix packet loss after hardware address updateMichael S. Tsirkin
2006-06-17IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein
2006-04-10IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()Roland Dreier
2006-04-10IPoIB: Close race in ipoib_flush_paths()Eli Cohen