summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_ib.c
AgeCommit message (Expand)Author
2017-12-20IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker
2017-02-01IB/ipoib: move back IB LL address into the hard headerPaolo Abeni
2016-10-07IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker
2016-09-15IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto
2015-10-08IB: split struct ib_send_wrChristoph Hellwig
2015-07-14IB/ipoib: Scatter-Gather support in connected modeYuval Shaia
2015-07-14IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flushHaggai Eran
2015-04-15IB/ipoib: Handle QP in SQE stateErez Shitrit
2015-04-15IB/ipoib: Use one linear skb in RX flowErez Shitrit
2015-04-15IB/ipoib: No longer use flush as a parameterDoug Ledford
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford
2015-04-15IB/ipoib: factor out ah flushingDoug Ledford
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier
2015-01-30Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier
2015-01-30Revert "IPoIB: No longer use flush as a parameter"Roland Dreier
2014-12-15IPoIB: No longer use flush as a parameterDoug Ledford
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford
2014-08-10IB/ipoib: Avoid multicast join attempts with invalid P_keyAlex Estrin
2014-08-05IB/ipoib: Avoid flushing the workqueue from worker contextErez Shitrit
2014-08-05IB/ipoib: Use P_Key change event instead of P_Key polling mechanismErez Shitrit
2013-11-08IPoIB: Add path query flushing in ipoib_ib_dev_cleanupErez Shitrit
2013-11-08IPoIB: Avoid flushing the driver workqueue on dev_downErez Shitrit
2013-11-08IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit
2013-11-08IPoIB: Fix crash in dev_open error flowErez Shitrit
2013-07-31IPoIB: Fix pkey change flow for virtualization environmentsErez Shitrit
2013-02-05IPoIB: Fix crash due to skb double destructShlomo Pongratz
2012-12-19IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier
2012-07-10IPoIB: fix skb truesize underestimatiomEric Dumazet
2012-03-08IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz
2011-11-29IB/ipoib: Prevent hung task or softlockup processing multicast responseMike Marciniszyn
2011-10-31infiniband: add moduleparam.h to drivers/infiniband as requiredPaul Gortmaker
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-08-26IPoIB: convert to SKB paged frag API.Ian Campbell
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław
2011-01-10IPoIB: Add GRO supportOr Gerlitz
2011-01-10IPoIB: Remove LRO supportOr Gerlitz
2010-09-28IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage)Christoph Lameter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-11IPoIB: Include return code in trace message for ib_post_send() failuresOr Gerlitz
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-05IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet
2009-04-20IPoIB: Disable NAPI while CQ is being drainedYossi Etigin
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-10-10IPoIB: Always initialize poll_timer to avoid crash on unloadRoland Dreier
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier
2008-07-14IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua
2008-07-14IPoIB: add LRO supportVladimir Sokolovsky