1. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  2. cc8bdf0 fcoe: correct checking for bonding by Jiri Pirko · 14 years ago
  3. d2f8095 [SCSI] fcoe: fix broken fcoe interface reset by Vasu Dev · 14 years ago
  4. f2f96d2 [SCSI] fcoe: precedence bug in fcoe_filter_frames() by Dan Carpenter · 14 years ago
  5. 72fa396 [SCSI] fcoe, libfc: initialize EM anchors list and then update npiv EMs by Vasu Dev · 14 years ago
  6. 8597ae8 [SCSI] libfcoe: Move common code from fcoe to libfcoe module by Bhanu Prakash Gollapudi · 14 years ago
  7. 2ca32b4 [SCSI] fcoe: use dedicated workqueue instead of system_wq by Tejun Heo · 14 years ago
  8. 78a5824 [SCSI] fcoe: convert fcoe.ko to become an fcoe transport provider driver by Yi Zou · 14 years ago
  9. 8ca86f8 [SCSI] fcoe: prepare fcoe for using fcoe transport by Yi Zou · 14 years ago
  10. 52ee832 [SCSI] fcoe: drop FCoE LOGO in FIP mode by Vasu Dev · 14 years ago
  11. 7287fb9 [SCSI] fcoe: Fix module reference count for vports by Robert Love · 14 years ago
  12. 80e736f [SCSI] libfc: fix NULL pointer dereference bug in fc_fcp_pkt_release by Yi Zou · 14 years ago
  13. 0ee31cb [SCSI] fcoe: Fix broken NPIV with correction to MAC validation by Robert Love · 14 years ago
  14. 3067817 [SCSI] fcoe: set default FIP mode as FIP_MODE_FABRIC by Vasu Dev · 14 years ago
  15. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  16. 03da309 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  17. cf4aebc [SCSI] Revert "[SCSI] fcoe: Fix using VLAN ID in creating lport's WWWN/WWPN" by Vasu Dev · 14 years ago
  18. 54a5b21 [SCSI] fcoe: fix offload feature flag change from netdev by Yi Zou · 14 years ago
  19. 1dd454d [SCSI] fcoe: config via separate create_vn2vn module parameter by Joe Eykholt · 14 years ago
  20. cd229e4 [SCSI] fcoe libfcoe: use correct FC-MAP for VN2VN mode by Joe Eykholt · 14 years ago
  21. e10f8c6 [SCSI] libfcoe: fcoe: fnic: add FIP VN2VN point-to-multipoint support by Joe Eykholt · 14 years ago
  22. 3d902ac [SCSI] libfcoe: fcoe: fnic: change fcoe_ctlr_init interface to specify mode by Joe Eykholt · 14 years ago
  23. 519e513 [SCSI] fcoe: adds src and dest mac address checking for fcoe frames by Vasu Dev · 14 years ago
  24. 9d4cbc0 [SCSI] fcoe: cleans up fcoe_disable and fcoe_enable by Vasu Dev · 14 years ago
  25. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  26. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  27. 65155b3 fix typos concerning "management" by Uwe Kleine-König · 14 years ago
  28. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  29. 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  30. 15af974 [SCSI] fcoe: fix fcoe module ref counting by Vasu Dev · 14 years ago
  31. 34ce27b [SCSI] fcoe: fix a circular locking issue with rtnl and sysfs mutex by Vasu Dev · 14 years ago
  32. 5e4f8fe [SCSI] fcoe: move link speed checking into its own routine by Robert Love · 14 years ago
  33. 721cafa [SCSI] fcoe: fixes wrong error exit in fcoe_create by Vasu Dev · 14 years ago
  34. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  35. 9f8f3aa [SCSI] libfc, fcoe: normalize format specifies for world wide names by Chris Leech · 15 years ago
  36. da87bfa [SCSI] fcoe, fnic, libfc: increased CDB size to 16 bytes for fcoe. by Vasu Dev · 15 years ago
  37. 8ba00a4 [SCSI] fcoe: removes unused shost in fcoe_shost_config by Vasu Dev · 15 years ago
  38. 03d29bc [SCSI] fcoe: check netif operstate instead of IFF_UP & link state by Chris Leech · 15 years ago
  39. 9ee50e4 [SCSI] fcoe: reset FIP ctlr link state on disable/enable by Chris Leech · 15 years ago
  40. f018b73 [SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabled by Joe Eykholt · 15 years ago
  41. 50036bba [SCSI] fcoe: remove an unused variable in fcoe_recv_frame() by Joe Eykholt · 15 years ago
  42. 7d65b0d [SCSI] fcoe: save gateway address when receiving FLOGI request by Joe Eykholt · 15 years ago
  43. 9860eeb [SCSI] fcoe: call fcoe_ctlr_els_send even for ELS responses by Joe Eykholt · 15 years ago
  44. 22bedad net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  45. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 15 years ago
  46. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  47. 6409ea6 [SCSI] fcoe: Only rmmod fcoe.ko if there are no active connections by Rob Love · 15 years ago
  48. 55db493b Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 15 years ago
  49. 6957177 cpumask: use modern cpumask style in drivers/scsi/fcoe/fcoe.c by Rusty Russell · 15 years ago
  50. 55a66d3 [SCSI] fcoe, libfc: adds enable/disable for fcoe interface by Vasu Dev · 15 years ago
  51. dcece41 [SCSI] fcoe: Use LLD's WWPN and WWNN for lport if LLD supports ndo_fcoe_get_wwn by Yi Zou · 15 years ago
  52. b84056b [SCSI] fcoe, libfc: add get_lesb() to allow LLD to fill the link error status block (LESB) by Yi Zou · 15 years ago
  53. 859b7b6 [SCSI] fcoe: allow SCSI-FCP to be processed directly in softirq context by Chris Leech · 15 years ago
  54. b94f895 [SCSI] libfc fcoe: increase ELS and CT timeouts by Joe Eykholt · 15 years ago
  55. 18fa11e [SCSI] libfc, fcoe: fixes for highmem skb linearize panics by Chris Leech · 15 years ago
  56. cc0136c [SCSI] fcoe: Fix using VLAN ID in creating lport's WWWN/WWPN by Yi Zou · 15 years ago
  57. 75ea89e [SCSI] fcoe: Fix setting lport's WWNN/WWPN to use san mac address by Yi Zou · 15 years ago
  58. 5bab87e [SCSI] fcoe: Fix getting san mac for VLAN interface by Yi Zou · 15 years ago
  59. bf36170 [SCSI] fcoe: Fix checking san mac address by Yi Zou · 15 years ago
  60. 386309c [SCSI] libfcoe: fcoe: simplify receive FLOGI response by Joe Eykholt · 15 years ago
  61. 59d9251 [SCSI] fcoe: add check to fail gracefully in bonding mode by john fastabend · 15 years ago
  62. 4e5ad00 [SCSI] fcoe: remove extra function decalrations by Yi Zou · 15 years ago
  63. 1875f27 [SCSI] fcoe: Formatting cleanups and commenting by Robert Love · 15 years ago
  64. a51ab39 [SCSI] libfc, fcoe: Add FC passthrough support by Steve Ma · 15 years ago
  65. dc8596d [SCSI] fcoe: vport symbolic name support by Chris Leech · 15 years ago
  66. 5baa17c [SCSI] libfc: Register Symbolic Node Name (RSNN_NN) by Chris Leech · 15 years ago
  67. 9a05753 [SCSI] fcoe: NPIV vport create/destroy by Chris Leech · 15 years ago
  68. e9084bb [SCSI] fcoe: add a separate scsi transport template for NPIV vports by Chris Leech · 15 years ago
  69. 11b5618 [SCSI] libfcoe, fcoe: libfcoe NPIV support by Chris Leech · 15 years ago
  70. 8622196 [SCSI] libfc: changes to libfc_host_alloc to consolidate initialization with allocation by Chris Leech · 15 years ago
  71. 14caf44 [SCSI] fcoe, libfc: fix an libfc issue with queue ramp down in libfc by Vasu Dev · 15 years ago
  72. b7a727f [SCSI] fcoe: Call ndo_fcoe_enable/disable to turn FCoE feature on/off in LLD by Yi Zou · 15 years ago
  73. 7221d7e [SCSI] fcoe: Use NETIF_F_FCOE_MTU flag to set up max frame size (lport->mfs) by Yi Zou · 15 years ago
  74. 8eca355 [SCSI] fcoe: initialize return value in fcoe_destroy by Mike Christie · 15 years ago
  75. b04d023 [SCSI] fcoe: remove redundant checking of netdev->netdev_ops by Yi Zou · 15 years ago
  76. e7a5199 [SCSI] fcoe: flush per-cpu thread work when destroying interface by Joe Eykholt · 15 years ago
  77. 090eb6c [SCSI] fcoe: use rtnl mutex in place of hostlist lock by Chris Leech · 15 years ago
  78. 2e70e24 [SCSI] fcoe: Fix module ref count bug by adding NETDEV UNREGISTER handling by Chris Leech · 15 years ago
  79. c863df3 [SCSI] fcoe: move the host-list add/remove to keep out VN_Ports by Chris Leech · 15 years ago
  80. dfc1d0f [SCSI] fcoe: add mutex to protect create and destroy by Chris Leech · 15 years ago
  81. 54b649f [SCSI] fcoe: split out per interface setup by Chris Leech · 15 years ago
  82. 030f4e0 [SCSI] fcoe: fcoe_interface create, destroy and refcounting by Chris Leech · 15 years ago
  83. cb0a6ca [SCSI] fcoe: remove fcoe_interface->priv pointer by Chris Leech · 15 years ago
  84. 991cbb6 [SCSI] fcoe: move offload exchange manager pointer from fcoe_port to fcoe_interface by Chris Leech · 15 years ago
  85. 3fe9a0b [SCSI] fcoe: move FIP controller from fcoe_port to fcoe_interface by Chris Leech · 15 years ago
  86. 259ad85 [SCSI] fcoe: move packet handlers from fcoe_port to fcoe_interface by Chris Leech · 15 years ago
  87. 2502498 [SCSI] fcoe: move netdev to fcoe_interface by Chris Leech · 15 years ago
  88. 014f5c3 [SCSI] fcoe: Introduce and allocate fcoe_interface structure, 1:1 with net_device by Chris Leech · 15 years ago
  89. af7f85d [SCSI] fcoe: interface changes to fcoe_if_create and fcoe_if_destroy by Chris Leech · 15 years ago
  90. 36eb7fc [SCSI] fcoe: remove unnecessary list and lock initializations. by Joe Eykholt · 15 years ago
  91. 5892c32 [SCSI] fcoe: fix missing error check in call to fcoe_if_init by Chris Leech · 15 years ago
  92. 05cc739 [SCSI] fcoe: Add sysfs parameter to fcoe for minimum DDP read I/O size by Yi Zou · 15 years ago
  93. b2f0091 [SCSI] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_lock by Vasu Dev · 15 years ago
  94. 1d1b88d [SCSI] fcoe: removes phys_dev and renames real_dev to netdev. by Vasu Dev · 15 years ago
  95. 15a521b [SCSI] fcoe: Remove ifdef for NETIF_F_FCOE_CRC and NETIF_F_FSO by Yi Zou · 15 years ago
  96. d717968 [SCSI] fcoe, libfc: adds offload EM per eth device with only single xid range per EM by Vasu Dev · 15 years ago
  97. e8af4d4 [SCSI] fcoe: modifies fcoe_hostlist_lock uses as prep work to add shared offload EM by Vasu Dev · 15 years ago
  98. 52ff878 [SCSI] fcoe, fnic, libfc: modifies current code paths to use EM anchor list by Vasu Dev · 15 years ago
  99. 9631609 [SCSI] fcoe, libfc: adds exchange manager(EM) anchor list per lport and related APIs by Vasu Dev · 15 years ago
  100. f161fb7 [SCSI] fcoe: stop delivery of received frames before doing lport_destroy() by Joe Eykholt · 15 years ago