Age | Commit message (Expand) | Author | Files | Lines |
2009-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 22 | -574/+730 |
2009-12-16 | Merge branches 'amso1100', 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'iser', ... | Roland Dreier | 21 | -570/+720 |
2009-12-16 | RDMA/cxgb3: Fix error paths in post_send and post_recv | Frank Zago | 1 | -12/+20 |
2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -2/+1 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 4 | -5/+5 |
2009-12-10 | RDMA/nes: Fix stale ARP issue | Faisal Latif | 1 | -10/+27 |
2009-12-10 | RDMA/nes: FIN during MPA startup causes timeout | Faisal Latif | 1 | -1/+8 |
2009-12-10 | RDMA/nes: Free kmap() resources | Faisal Latif | 3 | -2/+19 |
2009-12-10 | RDMA/nes: Check for zero STag | Faisal Latif | 2 | -4/+2 |
2009-12-10 | RDMA/nes: Fix Xansation test crash on cm_node ref_count | Faisal Latif | 1 | -1/+16 |
2009-12-10 | RDMA/nes: Abnormal listener exit causes loopback node crash | Faisal Latif | 1 | -13/+3 |
2009-12-10 | RDMA/nes: Fix crash in nes_accept() | Faisal Latif | 2 | -28/+50 |
2009-12-10 | RDMA/nes: Resource not freed for REJECTed connections | Faisal Latif | 1 | -0/+2 |
2009-12-10 | RDMA/nes: MPA request/response error checking | Faisal Latif | 1 | -2/+29 |
2009-12-10 | RDMA/nes: Fix query of ORD values | Faisal Latif | 1 | -4/+4 |
2009-12-10 | RDMA/nes: Fix MAX_CM_BUFFER define | Faisal Latif | 1 | -1/+3 |
2009-12-10 | RDMA/nes: Pass correct size to ioremap_nocache() | Julia Lawall | 1 | -1/+2 |
2009-12-10 | RDMA/nes: Update copyright and branding string | Chien Tung | 13 | -17/+16 |
2009-12-10 | RDMA/nes: Add max_cqe check to nes_create_cq() | Chien Tung | 2 | -2/+5 |
2009-12-10 | RDMA/nes: Clean up struct nes_qp | Chien Tung | 2 | -14/+1 |
2009-12-10 | RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extension | Chien Tung | 2 | -8/+13 |
2009-12-10 | RDMA/nes: Add additional SFP+ PHY uC status check and PHY reset | Chien Tung | 1 | -6/+22 |
2009-12-10 | RDMA/nes: Correct fast memory registration implementation | Chien Tung | 4 | -291/+299 |
2009-12-10 | IB/ehca: Fix error paths in post_send and post_recv | Frank Zago | 1 | -36/+31 |
2009-12-10 | RDMA/amso1100: Fix error paths in post_send and post_recv | Frank Zago | 1 | -4/+10 |
2009-12-10 | RDMA/nes: Add support for IB_WR_*INV | Chien Tung | 1 | -90/+113 |
2009-12-10 | RDMA/nes: In nes_post_recv() always set bad_wr on error | Frank Zago | 1 | -2/+5 |
2009-12-10 | RDMA/nes: In nes_post_send() always set bad_wr on error | Frank Zago | 1 | -2/+8 |
2009-12-09 | IB/ehca: Rework destroy_eq() | Alexander Schmidt | 3 | -4/+8 |
2009-12-09 | IB/ipath: Use bitmap_weight() | Akinobu Mita | 1 | -7/+3 |
2009-12-09 | Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+0 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 3 | -4/+4 |
2009-11-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 11 | -4/+18 |
2009-11-12 | IB/mlx4: Remove limitation on LSO header size | Eli Cohen | 2 | -13/+13 |
2009-11-12 | IB/mlx4: Remove unneeded code | Eli Cohen | 1 | -1/+0 |
2009-11-09 | tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed" | Uwe Kleine-König | 1 | -1/+1 |
2009-10-14 | inifiband: Remove BKL from ipath_open() | Thomas Gleixner | 1 | -1/+0 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 11 | -0/+11 |
2009-10-08 | RDMA/cxgb3: Handle NULL inetdev pointer in iwch_query_port() | Steve Wise | 1 | -4/+7 |
2009-10-05 | net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() | Ben Hutchings | 1 | -5/+7 |
2009-10-03 | this_cpu: Straight transformations | Christoph Lameter | 1 | -2/+1 |
2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 3 | -3/+3 |
2009-09-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2 | -4/+8 |
2009-09-24 | Merge branches 'ipoib', 'mad', 'mlx4', 'mthca' and 'nes' into for-linus | Roland Dreier | 2 | -4/+8 |
2009-09-24 | IB/mthca: Fix access to freed memory in catastrophic event handling | Jack Morgenstein | 1 | -3/+8 |
2009-09-24 | RDMA/nes: Remove duplicate .ndo_set_mac_address field initialization | Julia Lawall | 1 | -1/+0 |
2009-09-23 | walk system ram range | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2009-09-21 | trivial: fix typo "for for" in multiple files | Anand Gadiyar | 1 | -1/+1 |
2009-09-15 | driver model: constify attribute groups | David Brownell | 3 | -3/+3 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 3 | -3/+2 |