Age | Commit message (Expand) | Author | Files | Lines |
2009-03-26 | RDMA/nes: Fix mis-merge | Roland Dreier | 1 | -2/+0 |
2009-03-26 | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
2009-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 8 | -50/+68 |
2009-03-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 34 | -486/+827 |
2009-03-26 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 3 | -5/+37 |
2009-03-26 | Merge branches 'timers/new-apis', 'timers/ntp' and 'timers/urgent' into timer... | Ingo Molnar | 1 | -3/+3 |
2009-03-24 | Merge branches 'cxgb3', 'endian', 'ipath', 'ipoib', 'iser', 'mad', 'misc', 'm... | Roland Dreier | 29 | -471/+782 |
2009-03-24 | RDMA/cxgb3: Enforce required firmware | Steve Wise | 2 | -0/+20 |
2009-03-21 | infiniband: convert nes driver to net_device_ops | Stephen Hemminger | 1 | -12/+15 |
2009-03-21 | infiniband: convert c2 to net_device_ops | Stephen Hemminger | 3 | -35/+30 |
2009-03-18 | IB/mlx4: Unregister IB device prior to CLOSE PORT command | Yevgeny Petrilin | 1 | -2/+3 |
2009-03-12 | RDMA/nes: Don't allow userspace QPs to use STag zero | Faisal Latif | 3 | -5/+37 |
2009-03-06 | RDMA/nes: Handle MPA Reject message properly | Faisal Latif | 2 | -191/+399 |
2009-03-06 | RDMA/nes: Improve use of PBLs | Don Wood | 1 | -57/+134 |
2009-03-06 | RDMA/nes: Remove LLTX | Faisal Latif | 3 | -84/+63 |
2009-03-06 | RDMA/nes: Inform hardware that asynchronous event has been handled | Don Wood | 2 | -0/+3 |
2009-03-06 | RDMA/nes: Fix tmp_addr compilation warning | Chien Tung | 1 | -4/+0 |
2009-03-06 | RDMA/nes: Report correct vendor_id and vendor_part_id | Chien Tung | 1 | -0/+8 |
2009-03-06 | RDMA/nes: Update copyright to new legal entity and year | Chien Tung | 12 | -12/+12 |
2009-03-06 | RDMA/nes: Account for freed PBL after HW operation | Don Wood | 1 | -28/+42 |
2009-02-22 | IB/ipath: Really run work in ipath_release_user_pages_on_close() | Roland Dreier | 1 | -4/+4 |
2009-02-22 | IB/ipath: Fix memory leak in init_shadow_tids() error path | Roland Dreier | 1 | -1/+1 |
2009-02-18 | timers: add mod_timer_pending() | Ingo Molnar | 1 | -3/+3 |
2009-02-16 | RDMA/cxgb3: Remove modulo math from build_rdma_recv() | Steve Wise | 1 | -2/+2 |
2009-02-10 | RDMA/cxgb3: Connection termination fixes | Steve Wise | 4 | -7/+20 |
2009-02-10 | RDMA/cxgb3: sgl/pbl offset calculation needs 64 bits | Steve Wise | 1 | -6/+3 |
2009-01-28 | IB/mthca: Fix dispatch of IB_EVENT_LID_CHANGE event | Moni Shoua | 1 | -6/+19 |
2009-01-28 | IB/mlx4: Fix dispatch of IB_EVENT_LID_CHANGE event | Moni Shoua | 1 | -7/+20 |
2009-01-26 | iw_cxgb3: handle chip reset notifications | Divy Le Ray | 3 | -1/+19 |
2009-01-21 | net: Remove redundant NAPI functions | Ben Hutchings | 2 | -2/+2 |
2009-01-17 | IB: Remove __constant_{endian} uses | Harvey Harrison | 12 | -82/+81 |
2009-01-16 | Merge branches 'ehca', 'ipoib' and 'mlx4' into for-linus | Roland Dreier | 1 | -9/+19 |
2009-01-16 | IB/ehca: Use consistent types for ehca_plpar_hcall9() | Stephen Rothwell | 1 | -13/+13 |
2009-01-16 | IB/ehca: Fix printk format warnings from u64 type change | Stephen Rothwell | 12 | -130/+130 |
2009-01-16 | IB/mlx4: Fix memory ordering problem when posting LSO sends | Roland Dreier | 1 | -9/+19 |
2009-01-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 4 | -9/+22 |
2009-01-12 | Merge branches 'ehca', 'ipoib', 'iser', 'mlx4' and 'nes' into for-next | Roland Dreier | 3 | -8/+21 |
2009-01-10 | RDMA/nes: Fix for NIPQUAD removal | Harvey Harrison | 2 | -4/+12 |
2009-01-09 | IB/mlx4: Don't register IB device for adapters with no IB ports | Roland Dreier | 1 | -4/+9 |
2009-01-08 | fix similar typos to successfull | Coly Li | 1 | -1/+1 |
2009-01-07 | IB/ehca: spin_lock_irqsave() takes an unsigned long | Stephen Rothwell | 1 | -1/+1 |
2009-01-06 | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 1 | -1/+1 |
2009-01-05 | zero i_uid/i_gid on inode allocation | Al Viro | 1 | -3/+0 |
2008-12-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 1 | -1/+1 |
2008-12-30 | IB/mlx4: Fix reading SL field out of cqe->sl_vid | Roland Dreier | 1 | -1/+1 |
2008-12-30 | cpumask: use new cpumask API in drivers/infiniband/hw/ipath | Rusty Russell | 1 | -4/+4 |
2008-12-30 | cpumask: use new cpumask API in drivers/infiniband/hw/ehca | Rusty Russell | 1 | -5/+5 |
2008-12-30 | cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.c | Rusty Russell | 1 | -4/+3 |
2008-12-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 7 | -67/+32 |
2008-12-26 | net: Fix warning fallout from recent NAPI interface changes. | David S. Miller | 1 | -1/+0 |