| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-04-09 |
|\ |
|
| *-. | Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linus | Roland Dreier | 2010-04-09 |
| |\ \ |
|
| | | * | RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp() | Chien Tung | 2010-04-07 |
| | |/
| |/| |
|
| | * | IB/mlx4: Check correct variable for allocation failure | Dan Carpenter | 2010-04-07 |
| |/ |
|
* / | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-03-13 |
|\ |
|
| *-. | Merge branches 'cxgb3', 'ipoib', 'misc' and 'nes' into for-next | Roland Dreier | 2010-03-12 |
| |\ \ |
|
| | | * | RDMA/nes: Fix CX4 link problem in back-to-back configuration | Chien Tung | 2010-03-12 |
| | | * | RDMA/nes: Clear stall bit before destroying NIC QP | Chien Tung | 2010-03-11 |
| | | * | RDMA/nes: Set assume_aligned_header bit | Faisal Latif | 2010-03-11 |
| | |/ |
|
| * / | RDMA/cxgb3: Wait at least one schedule cycle during device removal | Steve Wise | 2010-03-11 |
| |/ |
|
* | | Merge branch 'for-next' into for-linus | Jiri Kosina | 2010-03-08 |
|\ \
| |/
|/| |
|
| * | tree-wide: Assorted spelling fixes | Daniel Mack | 2010-02-09 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2010-03-03 |
|\ \ |
|
| * \ | Merge branch 'misc' into for-next | Roland Dreier | 2010-03-02 |
| |\ \ |
|
| | * | | IB/core: Fix and clean up ib_ud_header_init() | Eli Cohen | 2010-02-24 |
| | * | | RDMA: Use rlimit helpers | Jiri Slaby | 2010-02-11 |
| | |/ |
|
| * | | Merge branch 'nes' into for-next | Roland Dreier | 2010-03-02 |
| |\ \ |
|
| | * | | RDMA/nes: Add support for KR device id 0x0110 | Chien Tung | 2010-02-25 |
| | * | | RDMA/nes: Change WQ overflow return code | Or Gerlitz | 2010-02-19 |
| | * | | RDMA/nes: Multiple disconnects cause crash during AE handling | Faisal Latif | 2010-02-19 |
| | * | | RDMA/nes: Fix crash when listener destroyed during loopback setup | Faisal Latif | 2010-02-19 |
| | * | | RDMA/nes: Use atomic counters for CM listener create and destroy | Faisal Latif | 2010-02-19 |
| | |/ |
|
| * | | Merge branch 'mlx4' into for-next | Roland Dreier | 2010-03-02 |
| |\ \ |
|
| | * | | IB/mlx4: Simplify retrieval of ib_device | Eli Cohen | 2010-02-12 |
| | |/ |
|
| * | | Merge branch 'ehca' into for-next | Roland Dreier | 2010-03-02 |
| |\ \ |
|
| | * | | IB/ehca: Require in_wc in process_mad() | Alexander Schmidt | 2010-02-19 |
| | * | | IB/ehca: Allow access for ib_query_qp() | Alexander Schmidt | 2010-02-12 |
| | * | | IB/ehca: Do not turn off irqs in tasklet context | Alexander Schmidt | 2010-02-12 |
| | |/ |
|
| * | | RDMA/cxgb3: Mark RDMA device with CXIO_ERROR_FATAL when removing | Steve Wise | 2010-02-24 |
| * | | RDMA/cxgb3: Don't allocate the SW queue for user mode CQs | Steve Wise | 2010-02-24 |
| * | | RDMA/cxgb3: Increase the max CQ depth | Steve Wise | 2010-02-24 |
| * | | RDMA/cxgb3: Doorbell overflow avoidance and recovery | Steve Wise | 2010-02-24 |
| * | | RDMA/cxgb3: Remove BUG_ON() on CQ rearm failure | Steve Wise | 2010-02-11 |
| |/ |
|
* | | infiniband: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2010-02-26 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-17 |
|\| |
|
| * | Fix failure exit in ipathfs | Al Viro | 2010-01-26 |
* | | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-01-23 |
|\| |
|
| * | IB/mlx4: Fix queue overflow check in post_recv | Or Gerlitz | 2010-01-06 |
| * | IB/mlx4: Initialize SRQ scatter entries when creating an SRQ | Jack Morgenstein | 2010-01-06 |
* | | drivers/infiniband/hw/cxgb3/iwch_cm.c: use %pM to show MAC address | H Hartley Sweeten | 2010-01-07 |
|/ |
|
* | kfifo: fix warn_unused_result | Stefani Seibold | 2009-12-22 |
* | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... | Stefani Seibold | 2009-12-22 |
* | kfifo: cleanup namespace | Stefani Seibold | 2009-12-22 |
* | kfifo: move out spinlock | Stefani Seibold | 2009-12-22 |
* | kfifo: move struct kfifo in place | Stefani Seibold | 2009-12-22 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-12-16 |
|\ |
|
| *---------. | Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', ... | Roland Dreier | 2009-12-16 |
| |\ \ \ \ \ \ |
|
| | | | | | | * | RDMA/nes: Fix stale ARP issue | Faisal Latif | 2009-12-09 |