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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-17
IPoIB: Do not print error messages for multicast join retries
Yossi Etigin
1
-1
/
+1
2009-01-15
IPoIB: Fix deadlock between ipoib_open() and child interface create
Roland Dreier
1
-3
/
+8
2009-01-15
IPoIB: Fix hang in napi_disable() if P_Key is never found
Roland Dreier
1
-12
/
+15
2009-01-13
IPoIB: Do not join broadcast group if interface is brought down
Yossi Etigin
1
-0
/
+3
2009-01-10
IPoIB: Fix loss of connectivity after bonding failover on both sides
Yossi Etigin
1
-19
/
+19
2008-12-23
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
1
-3
/
+3
2008-11-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+4
2008-11-12
IPoIB: Fix crash in path_rec_completion()
Yossi Etigin
1
-1
/
+1
2008-11-12
IPoIB: Fix hang in ipoib_flush_paths()
Yossi Etigin
1
-0
/
+1
2008-11-12
IPoIB: Don't enable NAPI when it's already enabled
Yossi Etigin
1
-1
/
+2
2008-10-29
net: replace %p6 with %pI6
Harvey Harrison
3
-23
/
+23
2008-10-29
infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMT
Harvey Harrison
1
-23
/
+0
2008-10-29
infiniband: ipoib replace IPOIB_GID_FMT with %p6
Harvey Harrison
3
-58
/
+45
2008-10-23
IPoIB: Set netdev offload features properly for child (VLAN) interfaces
Or Gerlitz
3
-28
/
+44
2008-10-23
IPoIB: Clean up ethtool support
Or Gerlitz
1
-1
/
+8
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
5
-107
/
+118
2008-09-26
IPoIB: Fix crash when path record fails after path flush
Roland Dreier
1
-4
/
+4
2008-09-16
IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()
Yossi Etigin
3
-10
/
+24
2008-08-20
IPoIB: Fix deadlock on RTNL in ipoib_stop()
Roland Dreier
2
-11
/
+18
2008-08-09
IPoIB/cm: Use vmalloc() to allocate rx_rings
David J. Wilder
1
-5
/
+12
2008-07-30
IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()
Roland Dreier
1
-1
/
+1
2008-07-25
IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG
Roland Dreier
1
-3
/
+4
2008-07-25
IPoIB/cm: Connected mode is no longer EXPERIMENTAL
Roland Dreier
1
-7
/
+8
2008-07-23
IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures
Or Gerlitz
1
-1
/
+1
2008-07-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
10
-124
/
+342
2008-07-15
netdev: Do not use TX lock to protect address lists.
David S. Miller
1
-2
/
+0
2008-07-15
netdev: Add netdev->addr_list_lock protection.
David S. Miller
1
-0
/
+2
2008-07-15
IPoIB: Double default RX/TX ring sizes
Eli Cohen
1
-2
/
+2
2008-07-15
IPoIB/cm: Reduce connected mode TX object size
Eli Cohen
2
-7
/
+12
2008-07-15
IPoIB: Use dev_set_mtu() to change mtu
Eli Cohen
2
-2
/
+2
2008-07-15
IPoIB: Use rtnl lock/unlock when changing device flags
Eli Cohen
2
-3
/
+10
2008-07-15
IPoIB: Get rid of ipoib_mcast_detach() wrapper
Roland Dreier
3
-17
/
+3
2008-07-15
IPoIB: Only set Q_Key once: after joining broadcast group
Eli Cohen
3
-15
/
+19
2008-07-15
IPoIB: Remove priv->mcast_mutex
Eli Cohen
3
-6
/
+0
2008-07-15
IPoIB: Remove unused IPOIB_MCAST_STARTED code
Eli Cohen
2
-9
/
+0
2008-07-15
IPoIB: Refresh paths instead of flushing them on SM change events
Moni Shoua
4
-30
/
+91
2008-07-15
IPoIB: add LRO support
Vladimir Sokolovsky
5
-1
/
+127
2008-07-15
IPoIB: Use multicast loopback blocking if available
Ron Livne
1
-1
/
+4
2008-07-15
IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()
Roland Dreier
1
-16
/
+47
2008-07-15
IPoIB: Copy small received SKBs in connected mode
Eli Cohen
3
-0
/
+26
2008-07-15
RDMA: Remove subversion $Id tags
Roland Dreier
8
-16
/
+0
2008-05-21
IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()
Jack Morgenstein
1
-0
/
+6
2008-05-01
IB/ipoib: Fix transmit queue stalling forever
Eli Cohen
3
-6
/
+46
2008-04-30
IPoIB: Copy child MTU from parent
Eli Cohen
1
-0
/
+3
2008-04-30
IPoIB: Use separate CQ for UD send completions
Eli Cohen
6
-40
/
+64
2008-04-23
IPoIB: Handle 4K IB MTU for UD (datagram) mode
Shirley Ma
6
-49
/
+134
2008-04-17
IPoIB: Handle case when P_Key is deleted and re-added at same index
Roland Dreier
2
-7
/
+7
2008-04-17
IPoIB: Support modifying IPoIB CQ event moderation
Eli Cohen
2
-0
/
+52
2008-04-17
IPoIB: Add basic ethtool support
Eli Cohen
4
-1
/
+59
[next]