Age | Commit message (Expand) | Author | Files | Lines |
2010-05-25 | RDMA/cxgb4: CQ size must be IQ size - 2 | Steve Wise | 1 | -1/+4 |
2010-05-25 | RDMA/cxgb4: Register RDMA provider based on LLD state_change events | Steve Wise | 3 | -10/+39 |
2010-05-25 | RDMA/cxgb4: Detach from the LLD after unregistering RDMA device | Steve Wise | 1 | -3/+1 |
2010-05-24 | IB/ipath: Remove support for QLogic PCIe QLE devices | Ralph Campbell | 9 | -7131/+7 |
2010-05-24 | IB/qib: Add new qib driver for QLogic PCIe InfiniBand adapters | Ralph Campbell | 51 | -0/+52965 |
2010-05-24 | IB/mad: Make needlessly global mad_sendq_size/mad_recvq_size static | Roland Dreier | 1 | -2/+2 |
2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 51 | -267/+9820 |
2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 1 | -3/+4 |
2010-05-21 | IB/core: Allow device-specific per-port sysfs files | Ralph Campbell | 11 | -15/+32 |
2010-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2 | -14/+8 |
2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -4/+4 |
2010-05-19 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 1 | -5/+6 |
2010-05-16 | Merge branches 'amso1100', 'bkl', 'cma', 'cxgb3', 'cxgb4', 'ipoib', 'iser', '... | Roland Dreier | 41 | -236/+9795 |
2010-05-16 | IB/core: Use kmemdup() instead of kmalloc()+memcpy() | Julia Lawall | 2 | -5/+3 |
2010-05-12 | IB/iser: Fix error flow in iser_create_ib_conn_res() | Dan Carpenter | 1 | -16/+9 |
2010-05-12 | IB/iser: Enhance disconnection logic for multi-pathing | Or Gerlitz | 3 | -38/+46 |
2010-05-12 | IB/iser: Remove buggy back-pointer setting | Or Gerlitz | 1 | -2/+0 |
2010-05-12 | IB/iser: Add asynchronous event handler | Or Gerlitz | 2 | -1/+16 |
2010-05-06 | MAINTAINERS: Add cxgb4 and iw_cxgb4 entries | Roland Dreier | 6 | -164/+224 |
2010-04-29 | RDMA/cxgb3: Shrink .text with compile-time init of handlers arrays | Roland Dreier | 2 | -66/+65 |
2010-04-23 | Merge branch 'master' into for-next | Jiri Kosina | 83 | -21/+158 |
2010-04-22 | IPoIB: Allow disabling/enabling TSO on the fly through ethtool | Or Gerlitz | 1 | -0/+20 |
2010-04-22 | IB/mlx4: Add support for masked atomic operations | Vladimir Sokolovsky | 3 | -11/+48 |
2010-04-22 | RDMA/cma: Randomize local port allocation | Tetsuo Handa | 1 | -45/+25 |
2010-04-22 | RDMA/nes: Make unnecessarily global functions static | Roland Dreier | 2 | -3/+3 |
2010-04-22 | RDMA/nes: Make nesadapter->phy_lock usage consistent | Chien Tung | 3 | -20/+14 |
2010-04-22 | RDMA/cxgb4: Add driver for Chelsio T4 RNIC | Steve Wise | 16 | -0/+9447 |
2010-04-22 | IB/mthca: Use the dma state API instead of pci equivalents | FUJITA Tomonori | 3 | -8/+8 |
2010-04-22 | RDMA/amso1100: Use the dma state API instead of pci equivalents | FUJITA Tomonori | 6 | -13/+13 |
2010-04-22 | RDMA/cxgb3: Don't free skbs on NET_XMIT_* indications from LLD | Steve Wise | 1 | -2/+2 |
2010-04-22 | RDMA/cxgb3: Use the dma state API instead of pci equivalents | FUJITA Tomonori | 3 | -9/+9 |
2010-04-21 | IB: Explicitly rule out llseek to avoid BKL in default_llseek() | Roland Dreier | 4 | -10/+20 |
2010-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 80 | -11/+101 |
2010-04-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 4 | -7/+7 |
2010-04-09 | Merge branches 'cma', 'misc', 'mlx4' and 'nes' into for-linus | Roland Dreier | 3 | -7/+6 |
2010-04-08 | IB/mlx4: Check correct variable for allocation failure | Dan Carpenter | 1 | -1/+1 |
2010-04-08 | RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp() | Chien Tung | 1 | -5/+4 |
2010-04-08 | RDMA/cm: Set num_paths when manually assigning path records | Sean Hefty | 1 | -0/+1 |
2010-04-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2 | -1/+2 |
2010-04-04 | net: convert multicast list to list_head | Jiri Pirko | 2 | -9/+7 |
2010-04-01 | IB/cm: Fix device_create() return value check | Jani Nikula | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 80 | -4/+94 |
2010-03-23 | ipoib: remove addrlen check for mc addresses | Jiri Pirko | 1 | -5/+1 |
2010-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -0/+1 |
2010-03-19 | sysfs: fix sysfs lockdep warning in infiniband code | Greg Kroah-Hartman | 1 | -0/+1 |
2010-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 1 | -1/+1 |
2010-03-16 | Fix typos in comments | Thomas Weber | 3 | -4/+4 |
2010-03-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 8 | -9/+55 |
2010-03-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -3/+3 |
2010-03-12 | Merge branches 'cxgb3', 'ipoib', 'misc' and 'nes' into for-next | Roland Dreier | 7 | -9/+53 |