summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_cm.c (follow)
Commit message (Expand)AuthorAge
* IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister2018-09-26
* IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud2017-11-15
* IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2017-03-15
* IB/ipoib: move back IB LL address into the hard headerPaolo Abeni2017-02-01
* IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib2017-01-26
* IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit2016-10-07
* IB: split struct ib_send_wrChristoph Hellwig2015-10-08
* IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-30
* IB/cm: Remove compare_data checksHaggai Eran2015-08-30
* IB/ipoib: Scatter-Gather support in connected modeYuval Shaia2015-07-14
* IPoIB/CM: Fix indentation levelBart Van Assche2015-05-05
* IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford2015-04-15
* Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier2015-01-30
* IPoIB: Use dedicated workqueues per interfaceDoug Ledford2014-12-15
* IB: Add a QP creation flag to use GFP_NOIO allocationsOr Gerlitz2014-06-02
* IPoIB: Change CM skb memory allocation to be non-atomic during initTal Alon2013-11-08
* IPoIB: Fix race in deleting ipoib_neigh entriesJim Foraker2013-08-13
* 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-02
* 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-02
* | 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-18
* net: replace %p6 with %pI6Harvey Harrison2008-10-29
* infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-28