- 2b94607 IB/mlx4: Fix queue overflow check in post_recv by Or Gerlitz · 15 years ago
- 4c42558 IB/mlx4: Initialize SRQ scatter entries when creating an SRQ by Jack Morgenstein · 15 years ago
- 9842c38 kfifo: fix warn_unused_result by Stefani Seibold · 15 years ago
- 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
- e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
- c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
- 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
- e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
- 14f369d1 Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', 'misc', 'mlx4' and 'nes' into for-next by Roland Dreier · 15 years ago
- 48617f8 RDMA/cxgb3: Fix error paths in post_send and post_recv by Frank Zago · 15 years ago
- d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
- 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
- 7a576df RDMA/nes: Fix stale ARP issue by Faisal Latif · 15 years ago
- b1190d3 RDMA/nes: FIN during MPA startup causes timeout by Faisal Latif · 15 years ago
- d2fa9b2 RDMA/nes: Free kmap() resources by Faisal Latif · 15 years ago
- fd000e1 RDMA/nes: Check for zero STag by Faisal Latif · 15 years ago
- 886f98a RDMA/nes: Fix Xansation test crash on cm_node ref_count by Faisal Latif · 15 years ago
- f9f3f1e RDMA/nes: Abnormal listener exit causes loopback node crash by Faisal Latif · 15 years ago
- c5a7d48 RDMA/nes: Fix crash in nes_accept() by Faisal Latif · 15 years ago
- 69524e1 RDMA/nes: Resource not freed for REJECTed connections by Faisal Latif · 15 years ago
- 1cf078c RDMA/nes: MPA request/response error checking by Faisal Latif · 15 years ago
- 8ac7f6e RDMA/nes: Fix query of ORD values by Faisal Latif · 15 years ago
- 9b84dbe RDMA/nes: Fix MAX_CM_BUFFER define by Faisal Latif · 15 years ago
- d85ddd8 RDMA/nes: Pass correct size to ioremap_nocache() by Julia Lawall · 15 years ago
- fa6c87d RDMA/nes: Update copyright and branding string by Chien Tung · 15 years ago
- 5924aea RDMA/nes: Add max_cqe check to nes_create_cq() by Chien Tung · 15 years ago
- 75742c6 RDMA/nes: Clean up struct nes_qp by Chien Tung · 15 years ago
- d14152d RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extension by Chien Tung · 15 years ago
- a276510 RDMA/nes: Add additional SFP+ PHY uC status check and PHY reset by Chien Tung · 15 years ago
- e293a26 RDMA/nes: Correct fast memory registration implementation by Chien Tung · 15 years ago
- e147de0 IB/ehca: Fix error paths in post_send and post_recv by Frank Zago · 15 years ago
- c597b02 RDMA/amso1100: Fix error paths in post_send and post_recv by Frank Zago · 15 years ago
- 649fe4a RDMA/nes: Add support for IB_WR_*INV by Chien Tung · 15 years ago
- 4293fdc1 RDMA/nes: In nes_post_recv() always set bad_wr on error by Frank Zago · 15 years ago
- e5dec39 RDMA/nes: In nes_post_send() always set bad_wr on error by Frank Zago · 15 years ago
- 9420269 IB/ehca: Rework destroy_eq() by Alexander Schmidt · 15 years ago
- 598cb6f IB/ipath: Use bitmap_weight() by Akinobu Mita · 15 years ago
- 18821b0 Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
- af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
- 3505d1a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 417608c IB/mlx4: Remove limitation on LSO header size by Eli Cohen · 15 years ago
- ecdc428 IB/mlx4: Remove unneeded code by Eli Cohen · 15 years ago
- 21ae295 tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" by Uwe Kleine-König · 15 years ago
- f96d301 inifiband: Remove BKL from ipath_open() by Thomas Gleixner · 15 years ago
- d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
- e5da4ed RDMA/cxgb3: Handle NULL inetdev pointer in iwch_query_port() by Steve Wise · 15 years ago
- 15f0a39 net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() by Ben Hutchings · 15 years ago
- ca0c958 this_cpu: Straight transformations by Christoph Lameter · 15 years ago
- f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
- d7757be Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
- 216c7f9 Merge branches 'ipoib', 'mad', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago
- d686159 IB/mthca: Fix access to freed memory in catastrophic event handling by Jack Morgenstein · 15 years ago
- bdf6438 RDMA/nes: Remove duplicate .ndo_set_mac_address field initialization by Julia Lawall · 15 years ago
- 908eedc walk system ram range by KAMEZAWA Hiroyuki · 15 years ago
- 411c940 trivial: fix typo "for for" in multiple files by Anand Gadiyar · 15 years ago
- a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
- d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
- 45c448a Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago
- ffc40c6 RDMA/cxgb3: Clean up properly on FW mismatch failures by Steve Wise · 15 years ago
- 13a2393 RDMA/cxgb3: Don't ignore insert_handle() failures by Steve Wise · 15 years ago
- cd1d3f7 RDMA/nes: Map MTU to IB_MTU_* and correctly report link state by Chien Tung · 15 years ago
- b29a4fc RDMA/nes: Rework the disconn routine for terminate and flushing by Don Wood · 15 years ago
- 320cdfd RDMA/nes: Use the flush code to fill in cqe error by Don Wood · 15 years ago
- 6eed5e7 RDMA/nes: Make poll_cq return correct number of wqes during flush by Don Wood · 15 years ago
- 4b281fa RDMA/nes: Use flush mechanism to set status for wqe in error by Don Wood · 15 years ago
- 8b1c9dc RDMA/nes: Implement Terminate Packet by Don Wood · 15 years ago
- 3c28b44 RDMA/nes: Add CQ error handling by Don Wood · 15 years ago
- 5ee21fe RDMA/nes: Clean out CQ completions when QP is destroyed by Don Wood · 15 years ago
- ba0c5d9 RDMA/nes: Change memory allocation for cqp request to GFP_ATOMIC by Don Wood · 15 years ago
- 873fcdd RDMA/nes: Allocate work item for disconnect event handling by Don Wood · 15 years ago
- c4c3f27 RDMA/nes: Update refcnt during disconnect by Don Wood · 15 years ago
- d841064 IB/mthca: Don't allow userspace open while recovering from catastrophic error by Jack Morgenstein · 15 years ago
- d94a868 IB/mthca: Distinguish multiple devices in /proc/interrupts by Arputham Benjamin · 15 years ago
- ffe063f IB/mthca: Annotate CQ locking by Roland Dreier · 15 years ago
- deecb5d IB/mthca: Remove unnecessary include of <linux/init.h> by Roland Dreier · 15 years ago
- fc12855 IB/mthca: Remove unnecessary include of <asm/page.h> by Roland Dreier · 15 years ago
- 3b4a8cd IB/mlx4: Don't allow userspace open while recovering from catastrophic error by Jack Morgenstein · 15 years ago
- 338a8fa IB/mlx4: Annotate CQ locking by Roland Dreier · 15 years ago
- 1493ab4 RDMA/amso1100: Check kmalloc() result in c2_register_device() by Roel Kluin · 15 years ago
- f1aa78b IB: Use printk_once() for driver versions by Marcin Slusarz · 15 years ago
- 181c74e RDMA/amso1100: Use %pM conversion specifier by Tobias Klauser · 15 years ago
- 286b63d IB/ipath: strncpy() doesn't always NUL-terminate by Roel Kluin · 15 years ago
- 6303e74 IB/ehca: Fix CQE flags reporting by Joachim Fenkes · 15 years ago
- d706834 IB/ehca: Construct MAD redirect replies from request MAD by Joachim Fenkes · 15 years ago
- 50d40b8 IB/ehca: Make port autodetect mode the default by Alexander Schmidt · 15 years ago
- a52bf98 RDMA/cxgb3: Wake up any waiters on peer close/abort by Steve Wise · 15 years ago
- 6e47fe4 RDMA/cxgb3: Don't free endpoints early by Steve Wise · 15 years ago
- fa0d4c1 RDMA/cxgb3: Handle port events properly by Steve Wise · 15 years ago
- b496fe8 RDMA/cxgb3: Set the appropriate IO channel in rdma_init work requests by Steve Wise · 15 years ago
- 3793d2f RDMA/cxgb3: iwch_unregister_device leaks memory by Steve Wise · 15 years ago
- 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
- 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
- 4a7eca8 Merge branches 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago
- 1d4d6da IB/ehca: Bump version number by Alexander Schmidt · 15 years ago
- 99987be IB/mthca: Replace dma_sync_single() use with proper functions by Roland Dreier · 15 years ago
- 68237a0 RDMA/nes: Fix FIN state handling under error conditions by Faisal Latif · 15 years ago
- 66388d6 RDMA/nes: Fix max_qp_init_rd_atom returned from query device by Faisal Latif · 15 years ago
- af04662 IB/ehca: Ensure that guid_entry index is not negative by Roel Kluin · 15 years ago
- 0cf89dc IB/ehca: Tolerate dynamic memory operations before driver load by Hannes Hering · 15 years ago
- f899c2d infiniband: ehca: remove driver_data direct access of struct device by Greg Kroah-Hartman · 16 years ago