summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker2011-10-311-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-011-2/+3
|\ \ | |/ |/|
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-011-2/+3
| |\ \
| | | * RDMA/core: Add SRQ type fieldSean Hefty2011-10-131-0/+1
| | |/ | |/|
| | * IPoIB: Use the right function to do DMA unmap pagesDotan Barak2011-10-181-2/+2
| |/
* | net: add skb frag size accessorsEric Dumazet2011-10-191-1/+1
* | IPoIB: convert to SKB paged frag API.Ian Campbell2011-08-261-2/+3
|/
* net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław2011-04-201-9/+2
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-121-7/+3
* IPoIB: Add GRO supportOr Gerlitz2011-01-101-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz2010-03-111-3/+5
* IPoIB: Fix TX queue lockup with mixed UD/CM trafficEli Cohen2010-03-111-0/+2
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-1/+0
|\
| * drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-1/+0
* | IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier2009-09-051-1/+0
|/
* net: skb->dst accessorsEric Dumazet2009-06-031-2/+2
* net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman2009-05-181-2/+4
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-2/+2
* infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-281-4/+4
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-301-36/+52
* IPoIB/cm: Use vmalloc() to allocate rx_ringsDavid J. Wilder2008-08-081-5/+12
* IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()Roland Dreier2008-07-301-1/+1
* IPoIB/cm: Reduce connected mode TX object sizeEli Cohen2008-07-141-6/+6
* IPoIB: Use dev_set_mtu() to change mtuEli Cohen2008-07-141-1/+1
* IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2008-07-141-2/+6
* IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()Roland Dreier2008-07-141-16/+47
* IPoIB: Copy small received SKBs in connected modeEli Cohen2008-07-141-0/+19
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-291-4/+4
* IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier2008-04-161-2/+2
* IPoIB: Add LSO supportEli Cohen2008-04-161-2/+5
* IPoIB: Use checksum offload support if availableEli Cohen2008-04-161-0/+8
* IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2008-03-121-3/+5
* IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier2008-03-111-0/+1
* IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outPradeep Satyanarayana2008-02-191-4/+6
* IPoIB: Add send gather supportEli Cohen2008-02-081-5/+5
* IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana2008-01-251-11/+30
* IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana2008-01-251-41/+172
* IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()Roland Dreier2008-01-251-22/+21
* IPoIB/cm: Factor out ipoib_cm_create_srq()Roland Dreier2008-01-251-17/+30
* IPoIB/cm: Factor out ipoib_cm_free_rx_ring()Roland Dreier2008-01-251-9/+19
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-251-24/+24
* IPoIB/cm: Fix receive QP cleanupRoland Dreier2007-10-261-1/+1
* IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin2007-10-191-67/+45
* IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"Roland Dreier2007-10-171-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-111-8/+10
|\
| * IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()Dotan Barak2007-10-091-8/+10
OpenPOWER on IntegriCloud