index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-08-19
IPoIB: Fix deadlock on RTNL in ipoib_stop()
Roland Dreier
2
-11
/
+18
2008-08-08
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-24
IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG
Roland Dreier
1
-3
/
+4
2008-07-24
IPoIB/cm: Connected mode is no longer EXPERIMENTAL
Roland Dreier
1
-7
/
+8
2008-07-22
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-14
IPoIB: Double default RX/TX ring sizes
Eli Cohen
1
-2
/
+2
2008-07-14
IPoIB/cm: Reduce connected mode TX object size
Eli Cohen
2
-7
/
+12
2008-07-14
IPoIB: Use dev_set_mtu() to change mtu
Eli Cohen
2
-2
/
+2
2008-07-14
IPoIB: Use rtnl lock/unlock when changing device flags
Eli Cohen
2
-3
/
+10
2008-07-14
IPoIB: Get rid of ipoib_mcast_detach() wrapper
Roland Dreier
3
-17
/
+3
2008-07-14
IPoIB: Only set Q_Key once: after joining broadcast group
Eli Cohen
3
-15
/
+19
2008-07-14
IPoIB: Remove priv->mcast_mutex
Eli Cohen
3
-6
/
+0
2008-07-14
IPoIB: Remove unused IPOIB_MCAST_STARTED code
Eli Cohen
2
-9
/
+0
2008-07-14
IPoIB: Refresh paths instead of flushing them on SM change events
Moni Shoua
4
-30
/
+91
2008-07-14
IPoIB: add LRO support
Vladimir Sokolovsky
5
-1
/
+127
2008-07-14
IPoIB: Use multicast loopback blocking if available
Ron Livne
1
-1
/
+4
2008-07-14
IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()
Roland Dreier
1
-16
/
+47
2008-07-14
IPoIB: Copy small received SKBs in connected mode
Eli Cohen
3
-0
/
+26
2008-07-14
RDMA: Remove subversion $Id tags
Roland Dreier
8
-16
/
+0
2008-05-20
IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()
Jack Morgenstein
1
-0
/
+6
2008-04-30
IB/ipoib: Fix transmit queue stalling forever
Eli Cohen
3
-6
/
+46
2008-04-29
IPoIB: Copy child MTU from parent
Eli Cohen
1
-0
/
+3
2008-04-29
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-16
IPoIB: Handle case when P_Key is deleted and re-added at same index
Roland Dreier
2
-7
/
+7
2008-04-16
IPoIB: Support modifying IPoIB CQ event moderation
Eli Cohen
2
-0
/
+52
2008-04-16
IPoIB: Add basic ethtool support
Eli Cohen
4
-1
/
+59
2008-04-16
IPoIB: Add LSO support
Eli Cohen
5
-36
/
+92
2008-04-16
IB: Use shorter list_splice_init() for brevity
Robert P. J. Day
1
-2
/
+1
2008-04-16
IPoIB: Use checksum offload support if available
Eli Cohen
4
-1
/
+41
2008-03-12
IPoIB: Allocate priv->tx_ring with vmalloc()
Roland Dreier
2
-7
/
+10
2008-03-11
IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()
Roland Dreier
1
-0
/
+1
2008-03-11
IPoIB: Don't drop multicast sends when they can be queued
Or Gerlitz
1
-1
/
+1
2008-02-19
IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out
Pradeep Satyanarayana
1
-4
/
+6
2008-02-14
IPoIB: Remove unused struct ipoib_cm_tx.ibwc member
Eli Cohen
1
-1
/
+0
2008-02-14
IPoIB: On P_Key change event, reset state properly
Jack Morgenstein
1
-0
/
+1
2008-02-08
IPoIB: Add send gather support
Eli Cohen
4
-30
/
+83
2008-02-08
IPoIB: Add high DMA feature flag
Eli Cohen
1
-1
/
+3
2008-02-04
IPoIB: Remove a misleading debug print
Or Gerlitz
1
-4
/
+2
2008-02-04
IPoIB: Handle bonding failover race for connected neighbours too
Or Gerlitz
1
-6
/
+7
2008-01-25
IPoIB: Constify seq_operations function pointer tables
Jan Engelhardt
1
-2
/
+2
2008-01-25
IPoIB: Remove redundant check of netif_queue_stopped() in xmit handler
Krishna Kumar
1
-10
/
+0
2008-01-25
IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entries
Pradeep Satyanarayana
3
-14
/
+49
2008-01-25
IPoIB: improve IPv4/IPv6 to IB mcast mapping functions
Rolf Manderscheid
1
-4
/
+0
2008-01-25
IPoIB/cm: Add connected mode support for devices without SRQs
Pradeep Satyanarayana
4
-43
/
+200
2008-01-25
IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()
Roland Dreier
1
-22
/
+21
[next]