| Commit message (Expand) | Author | Age | Files | Lines |
* | IPoIB: Fix oops if xmit is called when priv->broadcast is NULL | Jack Morgenstein | 2007-11-27 | 1 | -0/+3 |
* | IB/iser: Add missing counter increment in iser_data_buf_aligned_len() | Erez Zilber | 2007-11-24 | 1 | -2/+4 |
* | IPoIB/cm: Fix receive QP cleanup | Roland Dreier | 2007-10-26 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-23 | 4 | -98/+87 |
|\ |
|
| * | IPoIB/cm: Use common CQ for CM send completions | Michael S. Tsirkin | 2007-10-19 | 4 | -95/+82 |
| * | IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))" | Roland Dreier | 2007-10-17 | 1 | -1/+1 |
| * | IPoIB: Use round_jiffies() for ah_reap_task | Anton Blanchard | 2007-10-16 | 1 | -2/+4 |
* | | [SG] Update drivers to use sg helpers | Jens Axboe | 2007-10-22 | 1 | -4/+4 |
* | | infiniband: sg chaining support | Jens Axboe | 2007-10-16 | 1 | -34/+41 |
* | | IB/ipoib: Verify address handle validity on send | Moni Shoua | 2007-10-15 | 1 | -2/+3 |
* | | IB/ipoib: Bound the net device to the ipoib_neigh structue | Moni Shoua | 2007-10-15 | 3 | -11/+20 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-10-15 | 2 | -0/+29 |
|\ \
| |/
|/| |
|
| * | [SCSI] transport_srp: add rport roles attribute | FUJITA Tomonori | 2007-10-12 | 1 | -0/+1 |
| * | [SCSI] ib_srp: convert to use the srp transport class | FUJITA Tomonori | 2007-10-12 | 2 | -0/+28 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2007-10-11 | 11 | -42/+95 |
|\ \ |
|
| * | | IPoIB: Allow setting policy to ignore multicast groups | Or Gerlitz | 2007-10-10 | 4 | -0/+46 |
| * | | IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp() | Dotan Barak | 2007-10-09 | 1 | -8/+10 |
| * | | IB/iser: Remove unnecessary includes | Roland Dreier | 2007-10-09 | 3 | -5/+0 |
| * | | IB/srp: Add QoS support through service ID | Sean Hefty | 2007-10-09 | 1 | -0/+2 |
| * | | IPoIB: Specify Traffic Class with path record queries for QoS support | Sean Hefty | 2007-10-09 | 3 | -26/+26 |
| * | | IPoIB: Fix error path memory leak | Eli Cohen | 2007-10-09 | 1 | -2/+2 |
| * | | IPoIB: Fix typo to end statement with ';' instead of ',' | Eli Cohen | 2007-10-09 | 1 | -1/+1 |
| * | | IPoIB: Make sure no receives are handled when stopping device | Roland Dreier | 2007-10-09 | 1 | -0/+8 |
* | | | IPoIB: Fix unused variable warning | Roland Dreier | 2007-10-10 | 1 | -1/+0 |
* | | | [IPoIB]: Convert to netdevice internal stats | Roland Dreier | 2007-10-10 | 5 | -41/+31 |
* | | | [NET]: Move hardware header operations out of netdevice. | Stephen Hemminger | 2007-10-10 | 1 | -2/+6 |
* | | | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 2007-10-10 | 1 | -2/+0 |
* | | | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-10 | 3 | -29/+29 |
|/ / |
|
* | | IPoIB: Fix leak in ipoib_transport_dev_init() error path | Jack Morgenstein | 2007-08-07 | 1 | -0/+1 |
* | | IB/srp: Add OUI for new Cisco targets | Raghava Kondapalli | 2007-08-03 | 1 | -1/+3 |
* | | IB/srp: Wrap OUI checking for workarounds in helper functions | Roland Dreier | 2007-08-03 | 1 | -9/+20 |
|/ |
|
* | [SCSI] iscsi_tcp, ib_iser Enable module refcounting for iscsi host template | Mike Christie | 2007-07-27 | 1 | -0/+1 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 1 | -1/+1 |
* | IB/iser: Make a couple of functions static | Roland Dreier | 2007-07-17 | 3 | -31/+25 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-07-15 | 6 | -76/+54 |
|\ |
|
| * | [SCSI] iscsi_iser: convert to use the data buffer accessors | FUJITA Tomonori | 2007-06-18 | 2 | -12/+6 |
| * | [SCSI] ib_srp: convert to use the data buffer accessors | FUJITA Tomonori | 2007-06-07 | 2 | -48/+20 |
| * | [SCSI] iscsi class, iscsi_tcp, iser, qla4xxx: add netdevname sysfs attr | Mike Christie | 2007-06-02 | 1 | -0/+1 |
| * | [SCSI] libiscsi: make can_queue configurable | Mike Christie | 2007-06-02 | 3 | -6/+13 |
| * | [SCSI] libiscsi: fix iscsi cmdsn allocation | Mike Christie | 2007-06-02 | 1 | -10/+8 |
| * | [SCSI] iscsi class, iscsi_tcp, ib_iser: add sysfs chap file | Mike Christie | 2007-06-01 | 1 | -2/+3 |
| * | [SCSI] iscsi: Some fixes in preparation for bidirectional support - total_length | Mike Christie | 2007-06-01 | 1 | -2/+2 |
| * | [SCSI] iscsi class, qla4xxx, iscsi_tcp, ib_iser: export/set initiator name | Mike Christie | 2007-06-01 | 1 | -1/+2 |
| * | [SCSI] libiscsi, iscsi_tcp, ib_iser : add sw iscsi host get/set params helpers | Mike Christie | 2007-06-01 | 1 | -0/+4 |
* | | IB/cm: Include HCA ACK delay in local ACK timeout | Sean Hefty | 2007-07-10 | 1 | -1/+0 |
* | | IPoIB: Recycle loopback skbs instead of freeing and reallocating | Roland Dreier | 2007-07-10 | 1 | -16/+17 |
* | | IPoIB/cm: Fix warning if IPV6 is not enabled | Roland Dreier | 2007-07-10 | 1 | -2/+1 |
* | | IB: Use menuconfig for InfiniBand menu | Jan Engelhardt | 2007-07-09 | 3 | -3/+3 |
* | | IPoIB/cm: Partial error clean up unmaps wrong address | Ralph Campbell | 2007-07-02 | 1 | -2/+2 |
* | | IPoIB/cm: Remove dead definition of struct ipoib_cm_id | Roland Dreier | 2007-06-21 | 1 | -7/+0 |