8f8b21 - patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change

Authored and Committed by Bernhard Walle 16 years ago
28 files changed. 2615 lines added. 0 lines removed.
kernel-source.changes
file modified
+59 -0
patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff
file added
+23
patches.drivers/fcoe-check-return-for-fc_set_m.diff
file added
+24
patches.drivers/fcoe-fix-frame-length-validati.diff
file added
+149
patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff
file added
+51
patches.drivers/fcoe-improved-load-balancing-i.diff
file added
+43
patches.drivers/fcoe-logoff-of-the-fabric-when.diff
file added
+26
patches.drivers/fcoe-remove-warn_on-in-fc_set.diff
file added
+46
patches.drivers/fcoe-user_mfs-is-never-used.diff
file added
+34
patches.drivers/libfc-add-fc_disc-c-locking-co.diff
file added
+29
patches.drivers/libfc-ensure-correct-device_pu.diff
file added
+214
patches.drivers/libfc-fix-rport-recursive-lock.diff
file added
+37
patches.drivers/libfc-handle-rrq-exch-timeout.diff
file added
+27
patches.drivers/libfc-improve-fc_lport-c-locki.diff
file added
+114
patches.drivers/libfc-improve-fc_rport-c-locki.diff
file added
+50
patches.drivers/libfc-make-fc_disc-inline-with.diff
file added
+217
patches.drivers/libfc-make-rscn-parsing-more-r.diff
file added
+59
patches.drivers/libfc-make-sure-we-access-the.diff
file added
+114
patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff
file added
+90
patches.drivers/libfc-remove-debug-print-state.diff
file added
+35
patches.drivers/libfc-set-the-release-function.diff
file added
+91
patches.drivers/libfc-updated-comment-for-orde.diff
file added
+56
patches.drivers/libfc-updated-libfc-fcoe-modul.diff
file added
+35
patches.drivers/libfc-use-an-operations-struct.diff
file added
+275
patches.drivers/libfc-when-rport-goes-away-re.diff
file added
+41
patches.drivers/libfc_locking.diff
file added
+377
patches.drivers/libfc_rport.diff
file added
+265
series.conf
file modified
+34 -0
    - patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change
      fcoe_sw sg_tablesize to SG_ALL (bnc #459142).
    - patches.drivers/fcoe-check-return-for-fc_set_m.diff: check
      return for fc_set_mfs (bnc #459142).
    - patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame
      length validation in the early receive path (bnc #459142).
    - patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff:
      fcoe: fix incorrect use of struct module (bnc #468051).
    - patches.drivers/fcoe-improved-load-balancing-i.diff: improved
      load balancing in rx path (bnc #459142).
    - patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff
      of the fabric when destroying interface (bnc #459142).
    - patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove
      WARN_ON in fc_set_mfs (bnc #459142).
    - patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is
      never used (bnc #459142).
    - patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add
      fc_disc.c locking comment block (bnc #459142).
    - patches.drivers/libfc-ensure-correct-device_pu.diff: libfc:
      Ensure correct device_put/get usage (round 2).
    - patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc:
      Fix rport recursive lock on rport mutex (bnc #459142).
    - patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc:
      handle RRQ exch timeout (bnc #465596).
    - patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve
      fc_lport.c locking comment block (bnc #459142).
    - patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve
      fc_rport.c locking comment block (459142).
    - patches.drivers/libfc-make-fc_disc-inline-with.diff: make
      fc_disc inline with the fc_lport structure (bnc #459142).
    - patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN
      parsing more robust (bnc #459142).
    - patches.drivers/libfc-make-sure-we-access-the.diff: make sure
      we access the CRC safely (bnc #459142).
    - patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc:
      Pass lport in exch_mgr_reset (bnc #465596).
    - patches.drivers/libfc-remove-debug-print-state.diff: libfc:
      Remove debug print statement, too verbose (bnc #459142).
    - patches.drivers/libfc-set-the-release-function.diff: Set
      the release function for the rport's kobject (round 2)
      (bnc #459142).
    - patches.drivers/libfc-updated-comment-for-orde.diff: updated
      comment for order of em and ex locks (bnc #459142).
    - patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated
      libfc fcoe module ver to 1.0.6 (bnc #459142).
    - patches.drivers/libfc-use-an-operations-struct.diff: use an
      operations structure for rport callbacks (bnc #459142).
    - patches.drivers/libfc-when-rport-goes-away-re.diff: libfc:
      when rport goes away (re-plogi), clean up exchanges to/from
      rport (bnc #465596).
    - patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking
      issues with lport->lp_mutex around lport->link_status (bnc
      #468053).
    - patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT
      from certain ELS (bnc #468054).
    
        
file modified
+59 -0
file modified
+34 -0