summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c
Commit message (Expand)AuthorAgeFilesLines
* IB/ipoib: Add handling for sending of skb with many fragsHans Westgaard Ry2016-03-031-2/+21
* Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-221-1/+1
|\
| * IB: add a proper completion queue abstractionChristoph Hellwig2015-12-111-1/+1
* | IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-13/+6
|/
* IB: split struct ib_send_wrChristoph Hellwig2015-10-081-2/+2
* IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-301-1/+1
* IB/cm: Remove compare_data checksHaggai Eran2015-08-301-1/+1
* IB/ipoib: Scatter-Gather support in connected modeYuval Shaia2015-07-141-19/+14
* IPoIB/CM: Fix indentation levelBart Van Assche2015-05-051-2/+2
* IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford2015-04-151-9/+9
* Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier2015-01-301-9/+9
* IPoIB: Use dedicated workqueues per interfaceDoug Ledford2014-12-151-9/+9
* IB: Add a QP creation flag to use GFP_NOIO allocationsOr Gerlitz2014-06-021-3/+15
* IPoIB: Change CM skb memory allocation to be non-atomic during initTal Alon2013-11-081-5/+9
* IPoIB: Fix race in deleting ipoib_neigh entriesJim Foraker2013-08-131-3/+0
* drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton2013-05-071-1/+1
* IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn2013-03-221-2/+6
* IPoIB: Fix crash due to skb double destructShlomo Pongratz2013-02-051-3/+3
* IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier2012-12-191-0/+3
* IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier2012-10-021-31/+0
* IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz2012-10-011-10/+24
* IB/ipoib: Add missing locking when CM object is deletedShlomo Pongratz2012-08-141-0/+3
* IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz2012-07-301-11/+5
* Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-07-241-1/+1
|\
| * IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-081-1/+1
* | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-1/+1
|/
* 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