aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford1-9/+9
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier1-9/+9
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford1-9/+9
2014-06-02IB: Add a QP creation flag to use GFP_NOIO allocationsOr Gerlitz1-3/+15
2013-11-08IPoIB: Change CM skb memory allocation to be non-atomic during initTal Alon1-5/+9
2013-08-13IPoIB: Fix race in deleting ipoib_neigh entriesJim Foraker1-3/+0
2013-05-07drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton1-1/+1
2013-03-22IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn1-2/+6
2013-02-05IPoIB: Fix crash due to skb double destructShlomo Pongratz1-3/+3
2012-12-19IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier1-0/+3
2012-10-02IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier1-31/+0
2012-10-01IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz1-10/+24
2012-08-14IB/ipoib: Add missing locking when CM object is deletedShlomo Pongratz1-0/+3
2012-07-30IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz1-11/+5
2012-07-24Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-1/+1
2012-07-08IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-2/+3
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-nextRoland Dreier1-2/+3
2011-10-31infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker1-0/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-1/+1
2011-10-18IPoIB: Use the right function to do DMA unmap pagesDotan Barak1-2/+2
2011-10-13RDMA/core: Add SRQ type fieldSean Hefty1-0/+1
2011-08-26IPoIB: convert to SKB paged frag API.Ian Campbell1-2/+3
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław1-9/+2
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches1-7/+3
2011-01-10IPoIB: Add GRO supportOr Gerlitz1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-11IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz1-3/+5
2010-03-11IPoIB: Fix TX queue lockup with mixed UD/CM trafficEli Cohen1-0/+2
2010-02-18ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan1-1/+1
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+0
2009-09-05IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier1-1/+0
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-06-03net: skb->dst accessorsEric Dumazet1-2/+2
2009-05-18net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman1-2/+4
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-2/+2
2008-10-28infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison1-4/+4
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier1-36/+52
2008-08-08IPoIB/cm: Use vmalloc() to allocate rx_ringsDavid J. Wilder1-5/+12
2008-07-30IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()Roland Dreier1-1/+1
2008-07-14IPoIB/cm: Reduce connected mode TX object sizeEli Cohen1-6/+6
2008-07-14IPoIB: Use dev_set_mtu() to change mtuEli Cohen1-1/+1
2008-07-14IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen1-2/+6
2008-07-14IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()Roland Dreier1-16/+47
2008-07-14IPoIB: Copy small received SKBs in connected modeEli Cohen1-0/+19
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen1-4/+4
2008-04-16IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier1-2/+2