Age | Commit message (Expand) | Author |
2006-12-12 | IPoIB: Make sure struct ipoib_neigh.queue is always initialized | Roland Dreier |
2006-12-12 | IPoIB: Use the new verbs DMA mapping functions | Ralph Campbell |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells |
2006-11-29 | IPoIB: Fix skb leak when freeing neighbour | Michael S. Tsirkin |
2006-11-22 | WorkStruct: make allyesconfig | David Howells |
2006-11-16 | IPoIB: Clear high octet in QP number | Michael S. Tsirkin |
2006-10-10 | IPoIB: Check for DMA mapping error for TX packets | Roland Dreier |
2006-10-03 | Still more typo fixes | Matt LaPlante |
2006-09-27 | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o |
2006-09-22 | IPoIB: Add some likely/unlikely annotations in hot path | Eli Cohen |
2006-09-22 | IPoIB: Remove unused include of vmalloc.h | Dotan Barak |
2006-09-22 | IPoIB: Rejoin all multicast groups after a port event | Eli Cohen |
2006-09-22 | IPoIB: Create MCGs with all attributes required by RFC | Roland Dreier |
2006-09-22 | IB/sa: Require SA registration | Michael S. Tsirkin |
2006-09-22 | IPoIB: Refactor completion handling | Roland Dreier |
2006-09-22 | RDMA: iWARP Core Changes. | Tom Tucker |
2006-09-22 | IB: Whitespace fixes | Roland Dreier |
2006-09-22 | IB/ipoib: Fix flush/start xmit race (from code review) | Michael S. Tsirkin |
2006-09-14 | IPoIB: Retry failed send-only multicast group joins | Eli Cohen |
2006-08-03 | IB/ipoib: Remove broken link from Kconfig and documentation | Or Gerlitz |
2006-07-24 | IB/ipoib: Fix packet loss after hardware address update | Michael S. Tsirkin |
2006-07-24 | IB/ipoib: Fix oops with ipoib_debug_mcast set | Or Gerlitz |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel |
2006-06-26 | [PATCH] drivers: use list_move() | Akinobu Mita |
2006-06-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds |
2006-06-17 | [NET]: Add netif_tx_lock | Herbert Xu |
2006-06-17 | IPoIB: Handle client reregister events | Leonid Arsh |
2006-06-17 | IPoIB: Fix kernel unaligned access on ia64 | Jack Morgenstein |
2006-06-17 | IPoIB: Avoid using stale last_send counter when reaping AHs | Roland Dreier |
2006-06-05 | IPoIB: Fix AH leak at interface down | Eli Cohen |
2006-05-09 | IPoIB: Free child interfaces properly | Roland Dreier |
2006-04-10 | IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave() | Roland Dreier |
2006-04-10 | IPoIB: Close race in ipoib_flush_paths() | Eli Cohen |
2006-04-10 | IPoIB: Make send and receive queue sizes tunable | Shirley Ma |
2006-04-10 | IPoIB: Wait for join to finish before freeing mcast struct | Eli Cohen |
2006-04-10 | IB: simplify static rate encoding | Jack Morgenstein |
2006-04-04 | IPoIB: Consolidate private neighbour data handling | Michael S. Tsirkin |
2006-04-02 | IPoIB: Always build debugging code unless CONFIG_EMBEDDED=y | Roland Dreier |
2006-03-29 | IPoIB: Fix oops with raw sockets | Roland Dreier |
2006-03-24 | IPoIB: P_Key change event handling | Leonid Arsh |
2006-03-24 | IPoIB: Fix network interface "RUNNING" status | Leonid Arsh |
2006-03-24 | IPoIB: Pass correct pointer when flushing child interfaces | Leonid Arsh |
2006-03-21 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2006-03-20 | [INFINIBAND] ipoib: Remove leftover use of neigh_ops->destructor | Arnaldo Carvalho de Melo |
2006-03-20 | [NET]: Move destructor from neigh->ops to neigh_params | Michael S. Tsirkin |
2006-03-20 | IPoIB: Get rid of useless test of queue length | Roland Dreier |
2006-03-20 | IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueue | Jack Morgenstein |
2006-03-20 | IPoIB: Fix build now that neighbour destructor is in neigh_params | Roland Dreier |
2006-03-20 | IPoIB: Fix multicast race between canceling and completing | Michael S. Tsirkin |
2006-03-20 | IPoIB: Clean up if posting receives fails | Eli Cohen |