index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
/
ipoib_ib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
1
-11
/
+11
2015-07-14
IB/ipoib: Scatter-Gather support in connected mode
Yuval Shaia
1
-25
/
+11
2015-07-14
IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flush
Haggai Eran
1
-6
/
+7
2015-04-15
IB/ipoib: Handle QP in SQE state
Erez Shitrit
1
-1
/
+58
2015-04-15
IB/ipoib: Use one linear skb in RX flow
Erez Shitrit
1
-58
/
+9
2015-04-15
IB/ipoib: No longer use flush as a parameter
Doug Ledford
1
-18
/
+17
2015-04-15
IB/ipoib: Use dedicated workqueues per interface
Doug Ledford
1
-3
/
+3
2015-04-15
IB/ipoib: factor out ah flushing
Doug Ledford
1
-18
/
+28
2015-01-31
Revert "IPoIB: Use dedicated workqueues per interface"
Roland Dreier
1
-3
/
+3
2015-01-31
Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"
Roland Dreier
1
-2
/
+2
2015-01-31
Revert "IPoIB: No longer use flush as a parameter"
Roland Dreier
1
-9
/
+10
2014-12-16
IPoIB: No longer use flush as a parameter
Doug Ledford
1
-10
/
+9
2014-12-16
IPoIB: Make ipoib_mcast_stop_thread flush the workqueue
Doug Ledford
1
-2
/
+2
2014-12-16
IPoIB: Use dedicated workqueues per interface
Doug Ledford
1
-3
/
+3
2014-08-11
IB/ipoib: Avoid multicast join attempts with invalid P_key
Alex Estrin
1
-38
/
+42
2014-08-05
IB/ipoib: Avoid flushing the workqueue from worker context
Erez Shitrit
1
-4
/
+4
2014-08-05
IB/ipoib: Use P_Key change event instead of P_Key polling mechanism
Erez Shitrit
1
-59
/
+14
2013-11-09
IPoIB: Add path query flushing in ipoib_ib_dev_cleanup
Erez Shitrit
1
-0
/
+5
2013-11-09
IPoIB: Avoid flushing the driver workqueue on dev_down
Erez Shitrit
1
-3
/
+1
2013-11-09
IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()
Erez Shitrit
1
-2
/
+2
2013-11-09
IPoIB: Fix crash in dev_open error flow
Erez Shitrit
1
-4
/
+7
2013-08-01
IPoIB: Fix pkey change flow for virtualization environments
Erez Shitrit
1
-13
/
+63
2013-02-05
IPoIB: Fix crash due to skb double destruct
Shlomo Pongratz
1
-3
/
+3
2012-12-19
IPoIB: Call skb_dst_drop() once skb is enqueued for sending
Roland Dreier
1
-1
/
+2
2012-07-11
IPoIB: fix skb truesize underestimatiom
Eric Dumazet
1
-4
/
+8
2012-03-09
IB: Change CQE "csum_ok" field to a bit flag
Or Gerlitz
1
-1
/
+2
2011-11-30
IB/ipoib: Prevent hung task or softlockup processing multicast response
Mike Marciniszyn
1
-5
/
+8
2011-11-01
infiniband: add moduleparam.h to drivers/infiniband as required
Paul Gortmaker
1
-0
/
+1
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-8
/
+10
2011-08-26
IPoIB: convert to SKB paged frag API.
Ian Campbell
1
-2
/
+3
2011-04-20
net: infiniband/ulp/ipoib: convert to hw_features
Michał Mirosław
1
-1
/
+1
2011-01-11
IPoIB: Add GRO support
Or Gerlitz
1
-1
/
+1
2011-01-11
IPoIB: Remove LRO support
Or Gerlitz
1
-7
/
+1
2010-09-28
IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage)
Christoph Lameter
1
-3
/
+11
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-12
IPoIB: Include return code in trace message for ib_post_send() failures
Or Gerlitz
1
-4
/
+5
2009-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-1
/
+0
2009-09-06
IPoIB: Remove unused <rdma/ib_cache.h> includes
Roland Dreier
1
-1
/
+0
2009-09-03
drivers: Kill now superfluous ->last_rx stores
Eric Dumazet
1
-1
/
+0
2009-04-21
IPoIB: Disable NAPI while CQ is being drained
Yossi Etigin
1
-2
/
+4
2009-01-22
net: Remove redundant NAPI functions
Ben Hutchings
1
-3
/
+3
2008-12-23
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-3
/
+3
2008-10-11
IPoIB: Always initialize poll_timer to avoid crash on unload
Roland Dreier
1
-4
/
+3
2008-09-30
IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX
Roland Dreier
1
-8
/
+22
2008-07-15
IPoIB: Refresh paths instead of flushing them on SM change events
Moni Shoua
1
-15
/
+27
2008-07-15
IPoIB: add LRO support
Vladimir Sokolovsky
1
-1
/
+7
2008-07-15
RDMA: Remove subversion $Id tags
Roland Dreier
1
-2
/
+0
2008-05-01
IB/ipoib: Fix transmit queue stalling forever
Eli Cohen
1
-5
/
+42
2008-04-30
IPoIB: Use separate CQ for UD send completions
Eli Cohen
1
-19
/
+26
2008-04-23
IPoIB: Handle 4K IB MTU for UD (datagram) mode
Shirley Ma
1
-37
/
+88
[next]