Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-04-17 | IPoIB: Handle case when P_Key is deleted and re-added at same index | Roland Dreier | 1 | -5/+5 |
2008-04-17 | IPoIB: Add LSO support | Eli Cohen | 1 | -31/+76 |
2008-04-17 | IPoIB: Use checksum offload support if available | Eli Cohen | 1 | -0/+9 |
2008-02-14 | IPoIB: On P_Key change event, reset state properly | Jack Morgenstein | 1 | -0/+1 |
2008-02-09 | IPoIB: Add send gather support | Eli Cohen | 1 | -20/+69 |
2008-01-26 | IPoIB: Trivial formatting cleanups | Roland Dreier | 1 | -4/+4 |
2007-10-20 | IPoIB/cm: Use common CQ for CM send completions | Michael S. Tsirkin | 1 | -19/+27 |
2007-10-16 | IPoIB: Use round_jiffies() for ah_reap_task | Anton Blanchard | 1 | -2/+4 |
2007-10-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -0/+8 |
2007-10-11 | [IPoIB]: Convert to netdevice internal stats | Roland Dreier | 1 | -9/+9 |
2007-10-11 | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 1 | -25/+18 |
2007-10-10 | IPoIB: Make sure no receives are handled when stopping device | Roland Dreier | 1 | -0/+8 |
2007-07-11 | IPoIB: Recycle loopback skbs instead of freeing and reallocating | Roland Dreier | 1 | -16/+17 |
2007-05-25 | IPoIB/cm: Drain cq in ipoib_cm_dev_stop() | Michael S. Tsirkin | 1 | -12/+19 |
2007-05-22 | IB/ipoib: Fix typos in error messages | Michael S. Tsirkin | 1 | -1/+1 |
2007-05-19 | IPoIB: Handle P_Key table reordering | Yosef Etigin | 1 | -17/+68 |
2007-05-07 | IPoIB: Convert to NAPI | Roland Dreier | 1 | -19/+70 |
2007-04-27 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 1 | -4/+4 |
2007-04-26 | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-19 | IPoIB: Remove pointless opcode field from debugging output | Roland Dreier | 1 | -4/+4 |
2007-03-23 | IB/ipoib: Fix thinko in packet length checks | Michael S. Tsirkin | 1 | -2/+2 |
2007-02-10 | IPoIB: Connected mode experimental support | Michael S. Tsirkin | 1 | -9/+20 |
2006-12-13 | IPoIB: Use the new verbs DMA mapping functions | Ralph Campbell | 1 | -39/+36 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 1 | -11/+14 |
2006-10-10 | IPoIB: Check for DMA mapping error for TX packets | Roland Dreier | 1 | -0/+5 |
2006-09-23 | IPoIB: Add some likely/unlikely annotations in hot path | Eli Cohen | 1 | -1/+1 |
2006-09-23 | IPoIB: Rejoin all multicast groups after a port event | Eli Cohen | 1 | -1/+3 |
2006-09-23 | IPoIB: Refactor completion handling | Roland Dreier | 1 | -88/+100 |
2006-06-18 | IPoIB: Avoid using stale last_send counter when reaping AHs | Roland Dreier | 1 | -18/+9 |
2006-06-05 | IPoIB: Fix AH leak at interface down | Eli Cohen | 1 | -0/+1 |
2006-04-10 | IPoIB: Make send and receive queue sizes tunable | Shirley Ma | 1 | -11/+11 |
2006-03-25 | IPoIB: P_Key change event handling | Leonid Arsh | 1 | -12/+30 |
2006-03-25 | IPoIB: Pass correct pointer when flushing child interfaces | Leonid Arsh | 1 | -1/+1 |
2006-03-20 | IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue | Jack Morgenstein | 1 | -4/+5 |
2006-03-20 | IPoIB: Clean up if posting receives fails | Eli Cohen | 1 | -0/+1 |
2006-01-14 | IB: convert from semaphores to mutexes | Ingo Molnar | 1 | -9/+9 |
2006-01-13 | IPoIB: Fix memory leak of multicast group structures | Eli Cohen | 1 | -12/+1 |
2005-11-29 | IPoIB: protect child list in ipoib_ib_dev_flush | Michael S. Tsirkin | 1 | -0/+4 |
2005-11-03 | [IPoIB] don't compile debug code if debugging isn't enabled | Roland Dreier | 1 | -1/+0 |
2005-10-31 | [IPoIB] cleanups: fix comment, remove useless variables | Roland Dreier | 1 | -6/+6 |
2005-10-29 | [IPoIB] Drop RX packets when out of memory | Roland Dreier | 1 | -48/+68 |
2005-10-18 | [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanup | Roland Dreier | 1 | -2/+2 |
2005-09-20 | [PATCH] IPoIB: Don't flush workqueue from within workqueue | Roland Dreier | 1 | -2/+2 |