| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/ehca: Fix static rate if path faster than link | Joachim Fenkes | 2007-11-30 | 1 | -2/+6 |
* | IPoIB: Fix oops if xmit is called when priv->broadcast is NULL | Jack Morgenstein | 2007-11-27 | 1 | -0/+3 |
* | IB/iser: Add missing counter increment in iser_data_buf_aligned_len() | Erez Zilber | 2007-11-24 | 1 | -2/+4 |
* | IB/ehca: Fix static rate regression | Joachim Fenkes | 2007-11-24 | 1 | -2/+2 |
* | IB/ipath: Normalize error return codes for posting work requests | Ralph Campbell | 2007-11-20 | 2 | -4/+6 |
* | IB/ipath: Fix offset returned to ibv_modify_srq() | Ralph Campbell | 2007-11-20 | 1 | -17/+25 |
* | IB/ipath: Fix error path in QP creation | Ralph Campbell | 2007-11-20 | 1 | -6/+9 |
* | IB/ipath: Fix offset returned to ibv_resize_cq() | Ralph Campbell | 2007-11-20 | 1 | -5/+14 |
* | RDMA/cxgb3: Set the max_qp_init_rd_atom attribute in query_device | Steve Wise | 2007-11-13 | 1 | -0/+1 |
* | IB/ehca: Fix static rate calculation | Joachim Fenkes | 2007-11-13 | 5 | -30/+54 |
* | IB/ehca: Return physical link information in query_port() | Joachim Fenkes | 2007-11-13 | 2 | -7/+19 |
* | IB/ipath: Fix race with ACK retry timeout list management | Ralph Campbell | 2007-11-13 | 1 | -2/+3 |
* | IB/ipath: Fix memory leak in ipath_resize_cq() if copy_to_user() fails | Ralph Campbell | 2007-11-13 | 1 | -4/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-30 | 6 | -22/+34 |
|\ |
|
| * | IB/fmr_pool: Stop ib_fmr threads from contributing to load average | Anton Blanchard | 2007-10-30 | 1 | -4/+4 |
| * | IB/ipath: Fix incorrect use of sizeof on msg buffer (function argument) | Dave Olson | 2007-10-30 | 1 | -9/+9 |
| * | IB/ipath: Limit length checksummed in eeprom | Michael Albaugh | 2007-10-30 | 1 | -1/+9 |
| * | IB/ipath: Fix a race where s_last is updated without lock held | Ralph Campbell | 2007-10-30 | 1 | -5/+9 |
| * | IB/mlx4: Lock SQ lock in mlx4_ib_post_send() | Roland Dreier | 2007-10-30 | 1 | -2/+2 |
| * | IPoIB/cm: Fix receive QP cleanup | Roland Dreier | 2007-10-26 | 1 | -1/+1 |
* | | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 2007-10-24 | 2 | -9/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-23 | 17 | -312/+283 |
|\ |
|
| * | IPoIB/cm: Use common CQ for CM send completions | Michael S. Tsirkin | 2007-10-19 | 4 | -95/+82 |
| * | IB/uverbs: Fix checking of userspace object ownership | Roland Dreier | 2007-10-19 | 1 | -2/+6 |
| * | IB/mlx4: Sanity check userspace send queue sizes | Jack Morgenstein | 2007-10-18 | 1 | -2/+14 |
| * | IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))" | Roland Dreier | 2007-10-17 | 1 | -1/+1 |
| * | IB/ehca: Enable large page MRs by default | Joachim Fenkes | 2007-10-17 | 1 | -1/+1 |
| * | IB/ehca: Change meaning of hca_cap_mr_pgsize | Joachim Fenkes | 2007-10-17 | 4 | -22/+36 |
| * | IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr() | Joachim Fenkes | 2007-10-17 | 1 | -11/+4 |
| * | IB/ehca: Fix masking error in {,re}reg_phys_mr() | Joachim Fenkes | 2007-10-17 | 1 | -2/+2 |
| * | IB/ehca: Supply QP token for SRQ base QPs | Joachim Fenkes | 2007-10-17 | 1 | -1/+3 |
| * | IPoIB: Use round_jiffies() for ah_reap_task | Anton Blanchard | 2007-10-16 | 1 | -2/+4 |
| * | RDMA/cma: Fix deadlock destroying listen requests | Sean Hefty | 2007-10-16 | 1 | -47/+23 |
| * | RDMA/cma: Add locking around QP accesses | Sean Hefty | 2007-10-16 | 1 | -30/+60 |
| * | IB/mthca: Avoid alignment traps when writing doorbells | Roland Dreier | 2007-10-15 | 5 | -96/+47 |
* | | IB/ehca: Fix sg_page() fallout | Olof Johansson | 2007-10-23 | 1 | -3/+3 |
* | | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 | 5 | -20/+29 |
* | | [INET]: Justification for local port range robustness. | Anton Arapov | 2007-10-18 | 1 | -2/+3 |
* | | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 2007-10-18 | 1 | -2/+2 |
* | | [POWERPC] ibmebus: Move to of_device and of_platform_driver, match eHCA and e... | Joachim Fenkes | 2007-10-17 | 3 | -20/+20 |
* | | infiniband: sg chaining support | Jens Axboe | 2007-10-16 | 2 | -38/+47 |
* | | IB/ipoib: Verify address handle validity on send | Moni Shoua | 2007-10-15 | 1 | -2/+3 |
* | | IB/ipoib: Bound the net device to the ipoib_neigh structue | Moni Shoua | 2007-10-15 | 3 | -11/+20 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-15 | 2 | -0/+29 |
|\ \
| |/
|/| |
|
| * | [SCSI] transport_srp: add rport roles attribute | FUJITA Tomonori | 2007-10-12 | 1 | -0/+1 |
| * | [SCSI] ib_srp: convert to use the srp transport class | FUJITA Tomonori | 2007-10-12 | 2 | -0/+28 |
* | | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -6/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-11 | 68 | -1550/+1930 |
|\ \ |
|
| * | | IPoIB: Allow setting policy to ignore multicast groups | Or Gerlitz | 2007-10-10 | 4 | -0/+46 |
| * | | IB/mthca: Mark error paths as unlikely() in post_srq_recv functions | Eli Cohen | 2007-10-10 | 1 | -4/+4 |