| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'ehca', 'ipoib' and 'mlx4' into for-linus | Roland Dreier | 2009-01-16 | 4 | -25/+43 |
|\ \ |
|
| | * | IB/mlx4: Fix memory ordering problem when posting LSO sends | Roland Dreier | 2009-01-16 | 1 | -9/+19 |
| * | | IPoIB: Do not print error messages for multicast join retries | Yossi Etigin | 2009-01-16 | 1 | -1/+1 |
| * | | IPoIB: Fix deadlock between ipoib_open() and child interface create | Roland Dreier | 2009-01-14 | 1 | -3/+8 |
| * | | IPoIB: Fix hang in napi_disable() if P_Key is never found | Roland Dreier | 2009-01-14 | 1 | -12/+15 |
| |/ |
|
* | | IB/ehca: Use consistent types for ehca_plpar_hcall9() | Stephen Rothwell | 2009-01-16 | 1 | -13/+13 |
* | | IB/ehca: Fix printk format warnings from u64 type change | Stephen Rothwell | 2009-01-16 | 12 | -130/+130 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-01-13 | 7 | -29/+45 |
|\ |
|
| *-----. | Merge branches 'ehca', 'ipoib', 'iser', 'mlx4' and 'nes' into for-next | Roland Dreier | 2009-01-12 | 6 | -28/+44 |
| |\ \ \ \ |
|
| | | | | * | RDMA/nes: Fix for NIPQUAD removal | Harvey Harrison | 2009-01-10 | 2 | -4/+12 |
| | | | * | | IB/mlx4: Don't register IB device for adapters with no IB ports | Roland Dreier | 2009-01-09 | 1 | -4/+9 |
| | | | |/ |
|
| | | * | | IB/iser: Add dependency on INFINIBAND_ADDR_TRANS | Randy Dunlap | 2009-01-12 | 1 | -1/+1 |
| | | |/ |
|
| | * | | IPoIB: Do not join broadcast group if interface is brought down | Yossi Etigin | 2009-01-12 | 1 | -0/+3 |
| | * | | IPoIB: Fix loss of connectivity after bonding failover on both sides | Yossi Etigin | 2009-01-09 | 1 | -19/+19 |
| | |/ |
|
| * | | IB/ehca: spin_lock_irqsave() takes an unsigned long | Stephen Rothwell | 2009-01-07 | 1 | -1/+1 |
| |/ |
|
* | | fix similar typos to successfull | Coly Li | 2009-01-08 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 1 | -1/+1 |
|\ \ |
|
| * | | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 1 | -1/+1 |
* | | | infiniband: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 3 | -5/+3 |
|/ / |
|
* | | zero i_uid/i_gid on inode allocation | Al Viro | 2009-01-05 | 1 | -3/+0 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-31 | 5 | -34/+69 |
|\ \
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-12-30 | 3 | -8/+42 |
| |\ |
|
| | * | Merge branches 'cma' and 'mlx4' into for-linus | Roland Dreier | 2008-12-30 | 1 | -1/+1 |
| | |\ |
|
| | | * | IB/mlx4: Fix reading SL field out of cqe->sl_vid | Roland Dreier | 2008-12-30 | 1 | -1/+1 |
| | * | | RDMA/addr: Fix build breakage when IPv6 is disabled | Roland Dreier | 2008-12-29 | 2 | -7/+41 |
| | |/ |
|
| * | | [SCSI] libiscsi: pass opcode into alloc_pdu callout | Mike Christie | 2008-12-29 | 1 | -1/+1 |
| * | | [SCSI] iser: convert iser to new alloc_pdu api | Mike Christie | 2008-12-29 | 2 | -26/+27 |
| |/ |
|
* | | cpumask: use new cpumask API in drivers/infiniband/hw/ipath | Rusty Russell | 2008-12-30 | 1 | -4/+4 |
* | | cpumask: use new cpumask API in drivers/infiniband/hw/ehca | Rusty Russell | 2008-12-30 | 1 | -5/+5 |
* | | cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.c | Rusty Russell | 2008-12-30 | 1 | -4/+3 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 | 15 | -191/+89 |
|\ |
|
| * | net: Fix warning fallout from recent NAPI interface changes. | David S. Miller | 2008-12-26 | 1 | -1/+0 |
| * | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 2008-12-22 | 3 | -5/+5 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-12-02 | 5 | -30/+59 |
| |\ |
|
| * | | infiniband: Kill directly reference of netdev->priv | Wang Chen | 2008-11-24 | 1 | -4/+4 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-18 | 10 | -51/+103 |
| |\ \ |
|
| * \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-06 | 1 | -2/+0 |
| |\ \ \ |
|
| * | | | | drivers: replace NIPQUAD() | Harvey Harrison | 2008-10-31 | 3 | -19/+15 |
| * | | | | net: easy removals of HIPQUAD using %pI4 format | Harvey Harrison | 2008-10-29 | 1 | -8/+3 |
| * | | | | net: replace %p6 with %pI6 | Harvey Harrison | 2008-10-29 | 6 | -29/+29 |
| * | | | | infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMT | Harvey Harrison | 2008-10-28 | 1 | -23/+0 |
| * | | | | infiniband: ipoib replace IPOIB_GID_FMT with %p6 | Harvey Harrison | 2008-10-28 | 3 | -58/+45 |
| * | | | | infiniband: use %p6 for printing message ids | Harvey Harrison | 2008-10-28 | 3 | -57/+7 |
| * | | | | net: convert print_mac to %pM | Johannes Berg | 2008-10-27 | 3 | -16/+10 |
| | | | | | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
*-------. \ \ \ \ | Merge branches 'cma', 'ehca', 'ipath', 'iser', 'mlx4' and 'nes' into for-next | Roland Dreier | 2008-12-24 | 32 | -343/+599 |
|\ \ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | RDMA/nes: Remove tx_free_list | Faisal Latif | 2008-12-24 | 2 | -75/+6 |
| | | | | * | | | | | RDMA/nes: Cleanup warnings | Chien Tung | 2008-12-05 | 2 | -13/+13 |
| | | | | * | | | | | RDMA/nes: Add loopback check to make_cm_node() | Chien Tung | 2008-12-05 | 1 | -1/+4 |
| | | | | * | | | | | RDMA/nes: Check cqp_avail_reqs is empty after locking the list | Faisal Latif | 2008-12-05 | 1 | -3/+6 |
| | | | | * | | | | | RDMA/nes: Fix TCP compliance test failures | Faisal Latif | 2008-12-05 | 1 | -7/+37 |