aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_ib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-04IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto1-2/+0
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-11/+11
2015-07-14IB/ipoib: Scatter-Gather support in connected modeYuval Shaia1-25/+11
2015-07-14IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flushHaggai Eran1-6/+7
2015-04-15IB/ipoib: Handle QP in SQE stateErez Shitrit1-1/+58
2015-04-15IB/ipoib: Use one linear skb in RX flowErez Shitrit1-58/+9
2015-04-15IB/ipoib: No longer use flush as a parameterDoug Ledford1-18/+17
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford1-3/+3
2015-04-15IB/ipoib: factor out ah flushingDoug Ledford1-18/+28
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier1-3/+3
2015-01-30Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier1-2/+2
2015-01-30Revert "IPoIB: No longer use flush as a parameter"Roland Dreier1-9/+10
2014-12-15IPoIB: No longer use flush as a parameterDoug Ledford1-10/+9
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford1-2/+2
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford1-3/+3
2014-08-10IB/ipoib: Avoid multicast join attempts with invalid P_keyAlex Estrin1-38/+42
2014-08-05IB/ipoib: Avoid flushing the workqueue from worker contextErez Shitrit1-4/+4
2014-08-05IB/ipoib: Use P_Key change event instead of P_Key polling mechanismErez Shitrit1-59/+14
2013-11-08IPoIB: Add path query flushing in ipoib_ib_dev_cleanupErez Shitrit1-0/+5
2013-11-08IPoIB: Avoid flushing the driver workqueue on dev_downErez Shitrit1-3/+1
2013-11-08IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit1-2/+2
2013-11-08IPoIB: Fix crash in dev_open error flowErez Shitrit1-4/+7
2013-07-31IPoIB: Fix pkey change flow for virtualization environmentsErez Shitrit1-13/+63
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-1/+2
2012-07-10IPoIB: fix skb truesize underestimatiomEric Dumazet1-4/+8
2012-03-08IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz1-1/+2
2011-11-29IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn1-5/+8
2011-10-31infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker1-0/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-8/+10
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-1/+1
2011-01-10IPoIB: Add GRO supportOr Gerlitz1-1/+1
2011-01-10IPoIB: Remove LRO supportOr Gerlitz1-7/+1
2010-09-28IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage)Christoph Lameter1-3/+11
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-4/+5
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-04-20IPoIB: Disable NAPI while CQ is being drainedYossi Etigin1-2/+4
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-10-10IPoIB: Always initialize poll_timer to avoid crash on unloadRoland Dreier1-4/+3
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier1-8/+22
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua1-15/+27
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky1-1/+7
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-30IB/ipoib: Fix transmit queue stalling foreverEli Cohen1-5/+42
2008-04-29IPoIB: Use separate CQ for UD send completionsEli Cohen1-19/+26