Age | Commit message (Expand) | Author | Files | Lines |
2011-05-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2 | -3/+3 |
2011-05-25 | Merge branches 'cma', 'cxgb3', 'cxgb4', 'misc', 'nes', 'netlink', 'srp' and '... | Roland Dreier | 2 | -3/+3 |
2011-05-25 | RDMA/cma: Pass QP type into rdma_create_id() | Sean Hefty | 1 | -1/+1 |
2011-05-23 | IB/srp: Fix integer -> pointer cast warnings | Roland Dreier | 1 | -2/+2 |
2011-04-20 | net: infiniband/ulp/ipoib: convert to hw_features | Michał Mirosław | 5 | -46/+20 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-03-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2 | -249/+514 |
2011-03-15 | IB/srp: try to use larger FMR sizes to cover our mappings | David Dillow | 2 | -13/+21 |
2011-03-15 | IB/srp: add support for indirect tables that don't fit in SRP_CMD | David Dillow | 2 | -12/+110 |
2011-03-15 | IB/srp: rework mapping engine to use multiple FMR entries | David Dillow | 2 | -129/+266 |
2011-03-15 | IB/srp: allow sg_tablesize to be set for each target | David Dillow | 2 | -24/+59 |
2011-03-15 | IB/srp: move IB CM setup completion into its own function | David Dillow | 1 | -71/+73 |
2011-03-15 | IB/srp: always avoid non-zero offsets into an FMR | David Dillow | 1 | -16/+1 |
2011-02-24 | [SCSI] iser: export addr and port | Mike Christie | 1 | -0/+26 |
2011-01-20 | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 1 | -1/+1 |
2011-01-16 | Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-next | Roland Dreier | 1 | -8/+7 |
2011-01-16 | RDMA: Update workqueue usage | Tejun Heo | 1 | -2/+2 |
2011-01-13 | IB/srp: Test only once whether iu allocation succeeded | Bart Van Assche | 1 | -8/+7 |
2011-01-12 | RDMA: Use vzalloc() to replace vmalloc()+memset(0) | Joe Perches | 2 | -9/+4 |
2011-01-10 | Merge branches 'cxgb4', 'ipath', 'ipoib', 'mlx4', 'mthca', 'nes', 'qib' and '... | Roland Dreier | 8 | -363/+210 |
2011-01-10 | IPoIB: Add GRO support | Or Gerlitz | 3 | -1/+4 |
2011-01-10 | IPoIB: Remove LRO support | Or Gerlitz | 5 | -132/+2 |
2011-01-10 | IB/srp: consolidate hot-path variables into cache lines | David Dillow | 2 | -17/+26 |
2011-01-10 | IB/srp: stop sharing the host lock with SCSI | Bart Van Assche | 2 | -23/+25 |
2011-01-10 | IB/srp: reduce lock coverage of command completion | Bart Van Assche | 1 | -23/+14 |
2011-01-10 | IB/srp: reduce local coverage for command submission and EH | Bart Van Assche | 2 | -58/+67 |
2011-01-10 | IB/srp: don't move active requests to their own list | Bart Van Assche | 2 | -11/+13 |
2011-01-05 | IB/srp: allow lockless work posting | Bart Van Assche | 2 | -44/+28 |
2011-01-05 | IB/srp: consolidate state change code | Bart Van Assche | 1 | -21/+24 |
2011-01-05 | IB/srp: allow task management without a previous request | David Dillow | 2 | -63/+37 |
2010-11-16 | SCSI host lock push-down | Jeff Garzik | 1 | -1/+3 |
2010-10-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 4 | -77/+197 |
2010-10-26 | replace nested max/min macros with {max,min}3 macro | Hagen Paul Pfeifer | 1 | -2/+1 |
2010-10-26 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ... | Roland Dreier | 4 | -77/+197 |
2010-10-24 | IB/srp: Sync buffer before posting send | David Dillow | 1 | -0/+5 |
2010-10-24 | IB/srp: Use list_first_entry() | Bart Van Assche | 1 | -1/+1 |
2010-10-24 | IB/srp: Reduce number of BUSY conditions | Bart Van Assche | 1 | -2/+7 |
2010-10-24 | IB/srp: Eliminate two forward declarations | David Dillow | 1 | -73/+69 |
2010-10-23 | IPoIB: Set dev_id field of net_device | Eli Cohen | 1 | -0/+1 |
2010-10-22 | IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ | David Dillow | 2 | -10/+103 |
2010-10-22 | IB/srp: Preparation for transmit ring response allocation | Bart Van Assche | 2 | -15/+25 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -1/+1 |
2010-10-13 | IPoIB: Skip IBoE ports | Eli Cohen | 1 | -0/+2 |
2010-09-28 | IPoIB: Set pkt_type correctly for multicast packets (fix IGMP breakage) | Christoph Lameter | 1 | -3/+11 |
2010-08-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2 | -59/+61 |
2010-08-05 | Merge branches 'cxgb3', 'cxgb4', 'ehca', 'ipath', 'misc', 'nes', 'qib' and 's... | Roland Dreier | 2 | -59/+61 |
2010-08-04 | IB/srp: Export req_lim via sysfs | Bart Van Assche | 1 | -0/+14 |
2010-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -1/+6 |
2010-08-04 | IB/srp: Make receive buffer handling more robust | Bart Van Assche | 1 | -45/+44 |
2010-08-04 | IB/srp: Use print_hex_dump() | Bart Van Assche | 1 | -13/+2 |