index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
/
ipoib
Age
Commit message (
Expand
)
Author
Lines
2008-05-20
IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()
Jack Morgenstein
-0
/
+6
2008-04-30
IB/ipoib: Fix transmit queue stalling forever
Eli Cohen
-6
/
+46
2008-04-29
IPoIB: Copy child MTU from parent
Eli Cohen
-0
/
+3
2008-04-29
IPoIB: Use separate CQ for UD send completions
Eli Cohen
-40
/
+64
2008-04-23
IPoIB: Handle 4K IB MTU for UD (datagram) mode
Shirley Ma
-49
/
+134
2008-04-16
IPoIB: Handle case when P_Key is deleted and re-added at same index
Roland Dreier
-7
/
+7
2008-04-16
IPoIB: Support modifying IPoIB CQ event moderation
Eli Cohen
-0
/
+52
2008-04-16
IPoIB: Add basic ethtool support
Eli Cohen
-1
/
+59
2008-04-16
IPoIB: Add LSO support
Eli Cohen
-36
/
+92
2008-04-16
IB: Use shorter list_splice_init() for brevity
Robert P. J. Day
-2
/
+1
2008-04-16
IPoIB: Use checksum offload support if available
Eli Cohen
-1
/
+41
2008-03-12
IPoIB: Allocate priv->tx_ring with vmalloc()
Roland Dreier
-7
/
+10
2008-03-11
IPoIB/cm: Set tx_wr.num_sge in connected mode post_send()
Roland Dreier
-0
/
+1
2008-03-11
IPoIB: Don't drop multicast sends when they can be queued
Or Gerlitz
-1
/
+1
2008-02-19
IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out
Pradeep Satyanarayana
-4
/
+6
2008-02-14
IPoIB: Remove unused struct ipoib_cm_tx.ibwc member
Eli Cohen
-1
/
+0
2008-02-14
IPoIB: On P_Key change event, reset state properly
Jack Morgenstein
-0
/
+1
2008-02-08
IPoIB: Add send gather support
Eli Cohen
-30
/
+83
2008-02-08
IPoIB: Add high DMA feature flag
Eli Cohen
-1
/
+3
2008-02-04
IPoIB: Remove a misleading debug print
Or Gerlitz
-4
/
+2
2008-02-04
IPoIB: Handle bonding failover race for connected neighbours too
Or Gerlitz
-6
/
+7
2008-01-25
IPoIB: Constify seq_operations function pointer tables
Jan Engelhardt
-2
/
+2
2008-01-25
IPoIB: Remove redundant check of netif_queue_stopped() in xmit handler
Krishna Kumar
-10
/
+0
2008-01-25
IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entries
Pradeep Satyanarayana
-14
/
+49
2008-01-25
IPoIB: improve IPv4/IPv6 to IB mcast mapping functions
Rolf Manderscheid
-4
/
+0
2008-01-25
IPoIB/cm: Add connected mode support for devices without SRQs
Pradeep Satyanarayana
-43
/
+200
2008-01-25
IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list()
Roland Dreier
-22
/
+21
2008-01-25
IPoIB/cm: Factor out ipoib_cm_create_srq()
Roland Dreier
-17
/
+30
2008-01-25
IPoIB/cm: Factor out ipoib_cm_free_rx_ring()
Roland Dreier
-9
/
+19
2008-01-25
IPoIB: Trivial formatting cleanups
Roland Dreier
-130
/
+130
2007-11-27
IPoIB: Fix oops if xmit is called when priv->broadcast is NULL
Jack Morgenstein
-0
/
+3
2007-10-26
IPoIB/cm: Fix receive QP cleanup
Roland Dreier
-1
/
+1
2007-10-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
-98
/
+87
2007-10-19
IPoIB/cm: Use common CQ for CM send completions
Michael S. Tsirkin
-95
/
+82
2007-10-17
IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))"
Roland Dreier
-1
/
+1
2007-10-16
IPoIB: Use round_jiffies() for ah_reap_task
Anton Blanchard
-2
/
+4
2007-10-15
IB/ipoib: Verify address handle validity on send
Moni Shoua
-2
/
+3
2007-10-15
IB/ipoib: Bound the net device to the ipoib_neigh structue
Moni Shoua
-11
/
+20
2007-10-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
-37
/
+93
2007-10-10
IPoIB: Fix unused variable warning
Roland Dreier
-1
/
+0
2007-10-10
[IPoIB]: Convert to netdevice internal stats
Roland Dreier
-41
/
+31
2007-10-10
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
-2
/
+6
2007-10-10
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
-2
/
+0
2007-10-10
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
-29
/
+29
2007-10-10
IPoIB: Allow setting policy to ignore multicast groups
Or Gerlitz
-0
/
+46
2007-10-09
IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp()
Dotan Barak
-8
/
+10
2007-10-09
IPoIB: Specify Traffic Class with path record queries for QoS support
Sean Hefty
-26
/
+26
2007-10-09
IPoIB: Fix error path memory leak
Eli Cohen
-2
/
+2
2007-10-09
IPoIB: Fix typo to end statement with ';' instead of ','
Eli Cohen
-1
/
+1
2007-10-09
IPoIB: Make sure no receives are handled when stopping device
Roland Dreier
-0
/
+8
[next]