Age | Commit message (Expand) | Author | Files | Lines |
2008-10-01 | RDMA/nes: Add wqm_quanta module option | Chien Tung | 4 | -2/+63 |
2008-10-01 | RDMA/nes: Module parameter permissions | Chien Tung | 1 | -4/+4 |
2008-10-01 | RDMA/cxgb3: Set active_mtu in ib_port_attr | Jon Mason | 1 | -6/+3 |
2008-10-01 | RDMA/nes: Add support for 4-port 1G HP blade card | Chien Tung | 3 | -20/+76 |
2008-10-01 | RDMA/nes: Make mini_cm_connect() static | Faisal Latif | 1 | -1/+1 |
2008-09-30 | IB/cm: Correctly free cm_device structure | Hefty, Sean | 1 | -0/+2 |
2008-09-30 | IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX | Roland Dreier | 5 | -107/+118 |
2008-09-30 | IB/mthca: Use pci_request_regions() | Roland Dreier | 3 | -111/+14 |
2008-09-30 | IB/ipath: Fix hang on module unload | Yannick Cote | 1 | -0/+7 |
2008-09-26 | IPoIB: Fix crash when path record fails after path flush | Roland Dreier | 1 | -4/+4 |
2008-09-21 | IB: Drop code after return statement | Julia Lawall | 2 | -4/+0 |
2008-09-21 | IB/mad: Don't discard BMA responses in kernel | Michael Brooks | 1 | -3/+2 |
2008-09-21 | IB/ipath: Fix SLID generation for RC/UC QPs when LMC > 0 | Ralph Campbell | 2 | -2/+4 |
2008-09-21 | IB/ehca: Generate flush status CQ entries | Alexander Schmidt | 5 | -43/+412 |
2008-09-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 5 | -19/+32 |
2008-09-16 | Merge branches 'ipoib', 'mlx4' and 'nes' into for-linus | Roland Dreier | 2 | -9/+8 |
2008-09-16 | IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() | Yossi Etigin | 3 | -10/+24 |
2008-09-16 | RDMA/nes: Fix client side QP destroy | Faisal Latif | 1 | -9/+2 |
2008-09-16 | IB/mlx4: Fix up fast register page list format | Vladimir Sokolovsky | 1 | -0/+6 |
2008-08-28 | IB/mlx4: Actually return L_Key and R_Key for fast register MRs | Vladimir Sokolovsky | 1 | -0/+2 |
2008-08-23 | removed unused #include <linux/version.h>'s | Adrian Bunk | 4 | -4/+0 |
2008-08-20 | Merge branches 'ipath' and 'ipoib' into for-linus | Roland Dreier | 2 | -11/+18 |
2008-08-20 | IPoIB: Fix deadlock on RTNL in ipoib_stop() | Roland Dreier | 2 | -11/+18 |
2008-08-15 | IB/ipath: Fix incorrect check for max physical address in TID | Dave Olson | 1 | -1/+1 |
2008-08-15 | IB/ipath: Fix lost UD send work request | Ralph Campbell | 1 | -2/+6 |
2008-08-13 | Merge branches 'ehca' and 'ipoib' into for-linus | Roland Dreier | 1 | -5/+12 |
2008-08-12 | IB/ehca: Discard double CQE for one WR | Alexander Schmidt | 4 | -20/+78 |
2008-08-12 | IB/ehca: Check idr_find() return value | Alexander Schmidt | 1 | -1/+3 |
2008-08-12 | IB/ehca: Repoll CQ on invalid opcode | Alexander Schmidt | 1 | -1/+1 |
2008-08-12 | IB/ehca: Rename goto label in ehca_poll_cq_one() | Alexander Schmidt | 1 | -3/+3 |
2008-08-12 | IB/ehca: Update qp_state on cached modify_qp() | Alexander Schmidt | 1 | -4/+10 |
2008-08-09 | IPoIB/cm: Use vmalloc() to allocate rx_rings | David J. Wilder | 1 | -5/+12 |
2008-08-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 14 | -104/+82 |
2008-08-08 | Merge branches 'cma', 'cxgb3', 'ipath', 'ipoib', 'mad' and 'mlx4' into for-linus | Roland Dreier | 12 | -77/+58 |
2008-08-08 | IB/mad: Test ib_create_send_mad() return with IS_ERR(), not == NULL | Julien Brunel | 1 | -1/+1 |
2008-08-08 | IB/mlx4: Allow 4K messages for UD QPs | Alex Naslednikov | 1 | -1/+1 |
2008-08-07 | mlx4_core: Add ethernet fields to CQE struct | Yevgeny Petrilin | 1 | -17/+16 |
2008-08-04 | IB/ipath: Fix printk format warnings | Alexander Beregalov | 3 | -9/+15 |
2008-08-04 | RDMA/cxgb3: Fix deadlock initializing iw_cxgb3 device | Steve Wise | 1 | -25/+3 |
2008-08-04 | RDMA/cxgb3: Fix up MW access rights | Steve Wise | 3 | -4/+11 |
2008-08-04 | RDMA/cxgb3: Fix QP capabilities | Steve Wise | 1 | -16/+7 |
2008-08-04 | RDMA/cma: Remove padding arrays by using struct sockaddr_storage | Roland Dreier | 2 | -27/+24 |
2008-08-04 | powerpc: Move include files to arch/powerpc/include/asm | Stephen Rothwell | 1 | -1/+1 |
2008-08-01 | Remove newline from the description of module parameters | Niels de Vos | 1 | -1/+1 |
2008-07-30 | IB/ipath: Use unsigned long for irq flags | Vegard Nossum | 1 | -3/+3 |
2008-07-30 | IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr() | Roland Dreier | 1 | -1/+1 |
2008-07-27 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 15 | -944/+1191 |
2008-07-27 | Merge branches 'bkl-removal', 'ipoib', 'mlx4' and 'nes' into for-linus | Roland Dreier | 13 | -939/+1175 |
2008-07-26 | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 3 | -5/+5 |
2008-07-25 | mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files | Jack Morgenstein | 7 | -0/+7 |