aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Commit message (Expand)AuthorAge
* drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton2013-05-07
* IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn2013-03-22
* IPoIB: Fix crash due to skb double destructShlomo Pongratz2013-02-05
* IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier2012-12-19
* IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier2012-10-03
* IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz2012-10-01
* IB/ipoib: Add missing locking when CM object is deletedShlomo Pongratz2012-08-14
* IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz2012-07-30
* Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-07-24
|\
| * IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-08
* | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-17
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker2011-10-31
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-01
|\ \ | |/ |/|
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-01
| |\ \
| | | * RDMA/core: Add SRQ type fieldSean Hefty2011-10-13
| | |/ | |/|
| | * IPoIB: Use the right function to do DMA unmap pagesDotan Barak2011-10-18
| |/
* | net: add skb frag size accessorsEric Dumazet2011-10-19
* | IPoIB: convert to SKB paged frag API.Ian Campbell2011-08-26
|/
* net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław2011-04-20
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-12
* IPoIB: Add GRO supportOr Gerlitz2011-01-10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz2010-03-11
* IPoIB: Fix TX queue lockup with mixed UD/CM trafficEli Cohen2010-03-11
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-14
|\
| * drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-03
* | IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier2009-09-05
|/
* net: skb->dst accessorsEric Dumazet2009-06-03
* net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman2009-05-19
* net: replace %p6 with %pI6Harvey Harrison2008-10-29
* infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-29
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-30
* IPoIB/cm: Use vmalloc() to allocate rx_ringsDavid J. Wilder2008-08-08
* IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()Roland Dreier2008-07-30
* IPoIB/cm: Reduce connected mode TX object sizeEli Cohen2008-07-15
* IPoIB: Use dev_set_mtu() to change mtuEli Cohen2008-07-15
* IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2008-07-15
* IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()Roland Dreier2008-07-15
* IPoIB: Copy small received SKBs in connected modeEli Cohen2008-07-15
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-15
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-29
* IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier2008-04-17
* IPoIB: Add LSO supportEli Cohen2008-04-17
* IPoIB: Use checksum offload support if availableEli Cohen2008-04-17
* IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2008-03-12
* IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()Roland Dreier2008-03-11
* IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times outPradeep Satyanarayana2008-02-19
* IPoIB: Add send gather supportEli Cohen2008-02-08