Age | Commit message (Expand) | Author | Files | Lines |
2009-12-09 | 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 | IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() | David J. Wilder | 1 | -0/+1 |
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 | [SCSI] iser: set tgt and lu reset timeout | Mike Christie | 1 | -0/+1 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 3 | -4/+4 |
2009-12-04 | tree-wide: fix some typos and punctuation in comments | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
2009-11-19 | IB/addr: Fix IPv6 routing lookup | Sean Hefty | 2 | -117/+74 |
2009-11-19 | IB/addr: Simplify resolving IPv4 addresses | Sean Hefty | 1 | -58/+23 |
2009-11-19 | RDMA/cm: fix loopback address support | Sean Hefty | 2 | -38/+47 |
2009-11-19 | IB/addr: Store net_device type instead of translating to RDMA transport | Sean Hefty | 2 | -15/+4 |
2009-11-19 | IB/addr: Verify source and destination address families match | Sean Hefty | 1 | -8/+19 |
2009-11-19 | RDMA/cma: Replace net_device pointer with index | Sean Hefty | 2 | -2/+14 |
2009-11-19 | RDMA/cma: Fix AF_INET6 support in multicast joining | Jason Gunthorpe | 1 | -0/+5 |
2009-11-19 | RDMA/cma: Correct detection of SA Created MGID | Jason Gunthorpe | 1 | -1/+1 |
2009-11-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 15 | -6/+24 |
2009-11-18 | RDMA/addr: Use appropriate locking with for_each_netdev() | Eric Dumazet | 1 | -1/+7 |
2009-11-16 | RDMA/ucma: Add option to manually set IB path | Sean Hefty | 2 | -0/+55 |
2009-11-12 | IB/iser: Rewrite SG handling for RDMA logic | Or Gerlitz | 1 | -66/+56 |
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 | 13 | -0/+13 |
2009-10-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-10-07 | Merge branches 'cxgb3', 'misc' and 'mlx4' into for-next | Roland Dreier | 2 | -1/+3 |
2009-10-07 | RDMA/addr: Fix resolution of local IPv6 addresses | David J. Wilder | 1 | -1/+1 |
2009-10-07 | RDMA/cxgb3: Handle NULL inetdev pointer in iwch_query_port() | Steve Wise | 1 | -4/+7 |
2009-10-07 | RDMA/iwcm: Don't call provider reject func with irqs disabled | Steve Wise | 1 | -0/+2 |
2009-10-05 | net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() | Ben Hutchings | 1 | -5/+7 |
2009-10-04 | headers: remove sched.h from poll.h | Alexey Dobriyan | 3 | -0/+3 |
2009-10-03 | this_cpu: Straight transformations | Christoph Lameter | 1 | -2/+1 |
2009-10-02 | [SCSI] libiscsi: iscsi_session_setup to allow for private space | Jayamohan Kallickal | 1 | -1/+1 |
2009-09-27 | const: mark struct vm_struct_operations | Alexey Dobriyan | 3 | -3/+3 |
2009-09-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 4 | -8/+28 |
2009-09-24 | Merge branches 'ipoib', 'mad', 'mlx4', 'mthca' and 'nes' into for-linus | Roland Dreier | 3 | -8/+21 |
2009-09-24 | IPoIB: Don't turn on carrier for a non-active port | Moni Shoua | 1 | -0/+7 |
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 | IB/mad: Fix lock-lock-timer deadlock in RMPP code | Roland Dreier | 1 | -4/+13 |
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 | 5 | -5/+2 |
2009-09-10 | Merge branch 'mad' into for-linus | Roland Dreier | 3 | -8/+34 |
2009-09-10 | Merge branches 'cxgb3', 'ehca', 'ipath', 'ipoib', 'misc', 'mlx4', 'mthca' and... | Roland Dreier | 37 | -413/+1048 |
2009-09-09 | RDMA/iwcm: Reject the connection when the cm_id is destroyed | Steve Wise | 1 | -0/+1 |
2009-09-09 | RDMA/cxgb3: Clean up properly on FW mismatch failures | Steve Wise | 2 | -1/+5 |
2009-09-09 | RDMA/cxgb3: Don't ignore insert_handle() failures | Steve Wise | 2 | -22/+49 |