include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / infiniband / ulp / ipoib / ipoib_cm.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-11 Or GerlitzIPoIB: Include return code in trace message for ib_post...
2010-03-11 Eli CohenIPoIB: Fix TX queue lockup with mixed UD/CM traffic
2010-02-18 Alexey Dobriyanipv6: drop unused "dev" arg of icmpv6_send()
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-09-06 Roland DreierIPoIB: Remove unused <rdma/ib_cache.h> includes
2009-09-03 Eric Dumazetdrivers: Kill now superfluous ->last_rx stores
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-05-19 Eric W. Biedermannet: Fix ipoib rtnl_lock sysfs deadlock.
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisoninfiniband: ipoib replace IPOIB_GID_FMT with %p6
2008-09-30 Roland DreierIPoIB: Use netif_tx_lock() and get rid of private tx_lo...
2008-08-08 David J. WilderIPoIB/cm: Use vmalloc() to allocate rx_rings
2008-07-30 Roland DreierIPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()
2008-07-15 Eli CohenIPoIB/cm: Reduce connected mode TX object size
2008-07-15 Eli CohenIPoIB: Use dev_set_mtu() to change mtu
2008-07-15 Eli CohenIPoIB: Use rtnl lock/unlock when changing device flags
2008-07-15 Roland DreierIPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_po...
2008-07-15 Eli CohenIPoIB: Copy small received SKBs in connected mode
2008-07-15 Roland DreierRDMA: Remove subversion $Id tags
2008-04-29 Eli CohenIPoIB: Use separate CQ for UD send completions
2008-04-17 Roland DreierIPoIB: Handle case when P_Key is deleted and re-added...
2008-04-17 Eli CohenIPoIB: Add LSO support
2008-04-17 Eli CohenIPoIB: Use checksum offload support if available
2008-03-12 Roland DreierIPoIB: Allocate priv->tx_ring with vmalloc()
2008-03-12 Roland DreierIPoIB/cm: Set tx_wr.num_sge in connected mode post_send()
2008-02-19 Pradeep SatyanarayanaIPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain...
2008-02-08 Eli CohenIPoIB: Add send gather support
2008-01-25 Pradeep SatyanarayanaIPoIB/CM: Enable SRQ support on HCAs that support fewer...
2008-01-25 Pradeep SatyanarayanaIPoIB/cm: Add connected mode support for devices withou...
2008-01-25 Roland DreierIPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()
2008-01-25 Roland DreierIPoIB/cm: Factor out ipoib_cm_create_srq()
2008-01-25 Roland DreierIPoIB/cm: Factor out ipoib_cm_free_rx_ring()
2008-01-25 Roland DreierIPoIB: Trivial formatting cleanups
2007-10-26 Roland DreierIPoIB/cm: Fix receive QP cleanup
2007-10-20 Michael S. TsirkinIPoIB/cm: Use common CQ for CM send completions
2007-10-18 Roland DreierIPoIB: Rewrite "if (!likely(...))" as "if (unlikely...
2007-10-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2007-10-10 Roland Dreier[IPoIB]: Convert to netdevice internal stats
2007-10-10 Dotan BarakIPoIB/cm: Clean up initialization of QP attr in ipoib_c...
2007-07-11 Sean HeftyIB/cm: Include HCA ACK delay in local ACK timeout
2007-07-10 Roland DreierIPoIB/cm: Fix warning if IPV6 is not enabled
2007-07-03 Ralph CampbellIPoIB/cm: Partial error clean up unmaps wrong address
2007-06-21 Roland DreierIPoIB/cm: Remove dead definition of struct ipoib_cm_id
2007-06-21 Michael S. TsirkinIPoIB/cm: Fix interoperability when MTU doesn't match
2007-06-21 Michael S. TsirkinIPoIB/cm: Initialize RX before moving QP to RTR
2007-05-29 Michael S. TsirkinIPoIB/cm: Fix performance regression on Mellanox
2007-05-24 Michael S. TsirkinIPoIB/cm: Drain cq in ipoib_cm_dev_stop()
2007-05-24 Michael S. TsirkinIPoIB/cm: Fix timeout check in ipoib_cm_dev_stop()
2007-05-21 Michael S. TsirkinIPoIB/cm: Fix SRQ WR leak
2007-05-14 Michael S. TsirkinIPoIB/cm: Optimize stale connection detection
2007-05-07 Roland DreierIPoIB: Convert to NAPI
2007-05-07 Michael S. TsirkinIB: Add CQ comp_vector support
2007-05-07 Michael S. TsirkinIPoIB/cm: Don't crash if remote side uses one QP for...
2007-05-01 Michael S. TsirkinIPoIB/cm: Fix error handling in ipoib_cm_dev_open()
2007-04-27 Linus TorvaldsMerge branch 'for-linus' of /linux/kernel/git/roland...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-25 Roland DreierIPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replac...
2007-04-19 Roland DreierIPoIB: Remove pointless opcode field from debugging...
2007-04-10 Michael S. TsirkinIPoIB/cm: Fix DMA direction typo
2007-03-22 Michael S. TsirkinIB/ipoib: Fix thinko in packet length checks
2007-03-22 Michael S. TsirkinIPoIB/cm: Fix reaping of stale connections
2007-02-21 Michael S. TsirkinIPoIB/cm: Improve small message bandwidth
2007-02-16 Michael S. TsirkinIPoIB: CM error handling thinko fix
2007-02-16 Roland DreierIPoIB: Only allow root to change between datagram and...
2007-02-10 Michael S. TsirkinIPoIB: Connected mode experimental support