| Commit message (Expand) | Author | Age | Files | Lines |
* | infiniband: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 1 | -2/+1 |
* | [SCSI] libiscsi: pass opcode into alloc_pdu callout | Mike Christie | 2008-12-29 | 1 | -1/+1 |
* | [SCSI] iser: convert iser to new alloc_pdu api | Mike Christie | 2008-12-29 | 2 | -26/+27 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2008-12-28 | 7 | -115/+56 |
|\ |
|
| * | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 2008-12-22 | 1 | -3/+3 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-11-18 | 1 | -2/+4 |
| |\ |
|
| * | | drivers: replace NIPQUAD() | Harvey Harrison | 2008-10-31 | 1 | -4/+4 |
| * | | net: replace %p6 with %pI6 | Harvey Harrison | 2008-10-29 | 4 | -26/+26 |
| * | | infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMT | Harvey Harrison | 2008-10-28 | 1 | -23/+0 |
| * | | infiniband: ipoib replace IPOIB_GID_FMT with %p6 | Harvey Harrison | 2008-10-28 | 3 | -58/+45 |
| * | | infiniband: use %p6 for printing message ids | Harvey Harrison | 2008-10-28 | 1 | -27/+4 |
* | | | IB/iser: Avoid recv buffer exhaustion caused by unexpected PDUs | David Disseldorp | 2008-12-21 | 3 | -41/+95 |
| |/
|/| |
|
* | | IPoIB: Fix crash in path_rec_completion() | Yossi Etigin | 2008-11-12 | 1 | -1/+1 |
* | | IPoIB: Fix hang in ipoib_flush_paths() | Yossi Etigin | 2008-11-12 | 1 | -0/+1 |
* | | IPoIB: Don't enable NAPI when it's already enabled | Yossi Etigin | 2008-11-12 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-10-23 | 5 | -33/+55 |
|\ |
|
| * | IPoIB: Set netdev offload features properly for child (VLAN) interfaces | Or Gerlitz | 2008-10-22 | 3 | -28/+44 |
| * | IPoIB: Clean up ethtool support | Or Gerlitz | 2008-10-22 | 1 | -1/+8 |
| * | IPoIB: Always initialize poll_timer to avoid crash on unload | Roland Dreier | 2008-10-10 | 1 | -4/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-10-17 | 1 | -1/+2 |
|\ \ |
|
| * | | [SCSI] libiscsi: rename host reset to target reset | Mike Christie | 2008-10-13 | 1 | -1/+1 |
| * | | [SCSI] libiscsi: Support drivers initiating session removal | Mike Christie | 2008-10-13 | 1 | -0/+1 |
| |/ |
|
* | | vfs: Use const for kernel parser table | Steven Whitehouse | 2008-10-13 | 1 | -1/+1 |
|/ |
|
* | IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX | Roland Dreier | 2008-09-30 | 5 | -107/+118 |
* | IPoIB: Fix crash when path record fails after path flush | Roland Dreier | 2008-09-25 | 1 | -4/+4 |
* | IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop() | Yossi Etigin | 2008-09-16 | 3 | -10/+24 |
* | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |
* | IPoIB: Fix deadlock on RTNL in ipoib_stop() | Roland Dreier | 2008-08-19 | 2 | -11/+18 |
* | IPoIB/cm: Use vmalloc() to allocate rx_rings | David J. Wilder | 2008-08-08 | 1 | -5/+12 |
* | IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr() | Roland Dreier | 2008-07-30 | 1 | -1/+1 |
* | IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG | Roland Dreier | 2008-07-24 | 1 | -3/+4 |
* | IPoIB/cm: Connected mode is no longer EXPERIMENTAL | Roland Dreier | 2008-07-24 | 1 | -7/+8 |
*-. | Merge branches 'bkl-removal', 'cma', 'ehca', 'for-2.6.27', 'mlx4', 'mthca' an... | Roland Dreier | 2008-07-24 | 1 | -1/+1 |
|\ \ |
|
| | * | IPoIB: Include err code in trace message for ib_sa_path_rec_get() failures | Or Gerlitz | 2008-07-22 | 1 | -1/+1 |
| |/ |
|
* | | IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE event | Or Gerlitz | 2008-07-22 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-07-18 | 17 | -481/+727 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-07-15 | 5 | -334/+380 |
| |\ |
|
| | * | [SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools. | Mike Christie | 2008-07-12 | 1 | -1/+0 |
| | * | [SCSI] libiscsi, iser, tcp: remove recv_lock | Mike Christie | 2008-07-12 | 3 | -12/+16 |
| | * | [SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs. | Mike Christie | 2008-07-12 | 1 | -1/+2 |
| | * | [SCSI] iser: Modify iser to take a iscsi_endpoint struct in ep callouts and s... | Mike Christie | 2008-07-12 | 3 | -62/+43 |
| | * | [SCSI] iscsi class: user device_for_each_child instead of duplicating session... | Mike Christie | 2008-07-12 | 1 | -1/+1 |
| | * | [SCSI] iser: handle iscsi_cmd_task rename | Mike Christie | 2008-07-12 | 4 | -202/+203 |
| | * | [SCSI] iser: convert ib_iser to support merged tasks | Mike Christie | 2008-07-12 | 3 | -70/+68 |
| | * | [SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessor | Mike Christie | 2008-07-12 | 2 | -20/+11 |
| | * | [SCSI] iser: fix handling of scsi cmnds during recovery. | Mike Christie | 2008-07-12 | 3 | -4/+57 |
| | * | [SCSI] iscsi: remove session/conn_data_size from iscsi_transport | Mike Christie | 2008-07-12 | 1 | -13/+3 |
| | * | [SCSI] iscsi: add iscsi host helpers | Mike Christie | 2008-07-12 | 1 | -11/+6 |
| | * | [SCSI] iscsi: remove session and host binding in libiscsi | Mike Christie | 2008-07-12 | 1 | -20/+54 |
| | * | [SCSI] iscsi class, iscsi drivers: remove unused iscsi_transport attrs | Mike Christie | 2008-07-12 | 2 | -2/+0 |