1. a75ee6e Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  2. 2280512 [SCSI] fcoe: Drop the rtnl_mutex before calling fcoe_ctlr_link_up by Robert Love · 13 years ago
  3. 20dc381 [SCSI] fcoe: reduce contention for fcoe_rx_list lock [v2] by Neil Horman · 13 years ago
  4. dd060e7 [SCSI] fcoe: remove frame dropping code from fcoe_percpu_clean by Neil Horman · 13 years ago
  5. 94aa29f [SCSI] foce: remove bh disable from fcoe sw transport rcv function by Neil Horman · 13 years ago
  6. 5e70c4c [SCSI] fcoe: Ensure fcoe_recv_frame is always called in process context by Neil Horman · 13 years ago
  7. 424a6f6 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  8. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  9. 77dfce0 scsi: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  10. cf64bc8 fcoe: use CHECKSUM_UNNECESSARY instead of CHECKSUM_PARTIAL on tx by Yi Zou · 13 years ago
  11. 1a8ef41 [SCSI] fcoe: Remove reference counting on 'stuct fcoe_interface' by Robert Love · 13 years ago
  12. ccefd23 [SCSI] fcoe: Do not switch context in vport_delete callback by Robert Love · 13 years ago
  13. 6f68794 [SCSI] fcoe: Rename out_nomod label to out_putmod by Robert Love · 13 years ago
  14. 7e5adcf [SCSI] fcoe: Allow exposing FDMI attributes via sysfs by Neerav Parikh · 13 years ago
  15. 9f71af2 [SCSI] fcoe: Allow exposing FDMI attributes via sysfs by Neerav Parikh · 13 years ago
  16. 6fef390 [SCSI] fcoe: Add support for FDMI in fcoe by Neerav Parikh · 13 years ago
  17. 7c9c684 [SCSI] fcoe: Move fcoe_debug_logging from fcoe.h to fcoe.c by Bart Van Assche · 13 years ago
  18. a762dce [SCSI] fcoe: fix regression on offload em matching function for initiator/target by Yi Zou · 13 years ago
  19. f163301 [SCSI] fcoe: remove double check if skb is nonlinear by Robert Love · 13 years ago
  20. 6f6c2aa [SCSI] fcoe: fix fcoe in a DCB environment by adding DCB notifiers to set skb priority by john fastabend · 13 years ago
  21. 7e1e7ea [SCSI] fcoe: Fix preempt count leak in fcoe_filter_frames() by Thomas Gleixner · 13 years ago
  22. 907c07d [SCSI] libfc: improve flogi retries to avoid lport stuck by Vasu Dev · 13 years ago
  23. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  24. 8a9ea32 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  25. 814740d [SCSI] fcoe,libfcoe: Move common code for fcoe_get_lesb to fcoe_transport by Bhanu Prakash Gollapudi · 13 years ago
  26. 860eca2 [SCSI] fcoe: setup default initial value for DDP threshold by Vasu Dev · 13 years ago
  27. d1483bb [SCSI] fcoe: use real dev in case of HW vlan acceleration by Vasu Dev · 13 years ago
  28. 5c609ff9 [SCSI] fcoe: use kthread_create_on_node by Eric Dumazet · 13 years ago
  29. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  30. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  31. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  32. 101ae14 Remove unneeded version.h includes from drivers/scsi/ by Jesper Juhl · 13 years ago
  33. 848e7d5 [SCSI] fcoe: Fix deadlock between fip's recv_work and rtnl by Robert Love · 13 years ago
  34. d834895 [SCSI] fcoe: Move common functions to fcoe_transport library by Bhanu Prakash Gollapudi · 13 years ago
  35. 165c68d fcoe: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  36. d272281 [SCSI] fcoe: cleanup cpu selection for incoming requests by Vasu Dev · 13 years ago
  37. 980f515 [SCSI] fcoe: add fip retry to avoid missing critical keep alive by Vasu Dev · 13 years ago
  38. 324f667 [SCSI] libfc, fcoe: ignore rx frame with wrong xid info by Vasu Dev · 13 years ago
  39. 302ff54 [SCSI] fcoe: remove unused ptype field in fcoe_rcv_info by Yi Zou · 13 years ago
  40. b2085a4 [SCSI] fcoe: Rearrange fcoe port and NPIV port cleanup by Neerav Parikh · 13 years ago
  41. 29bdd2b [SCSI] fcoe: Amends previous patch, Round-robin based selection of CPU for post processing of incoming request for FCoE target by Kiran Patil · 13 years ago
  42. 064287e [SCSI] fcoe: Round-robin based selection of CPU for post-processing of incoming commands by Kiran Patil · 13 years ago
  43. 1ff9918 [SCSI] fcoe: Unable to select the exchangeID from offload pool for storage targets by Kiran Patil · 13 years ago
  44. 71f8949 [SCSI] fcoe: support ndo_fcoe_ddp_target() for DDP in FCoE targe by Yi Zou · 13 years ago
  45. bdf2521 [SCSI] fcoe: Prevent creation of an NPIV port with duplicate WWPN by Neerav Parikh · 13 years ago
  46. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  47. f04ca1b [SCSI] fcoe: have fcoe log off and lport destroy before ndo_fcoe_disable by Vasu Dev · 14 years ago
  48. 38b34ac [SCSI] fcoe: remove unnecessary module state check by Yi Zou · 14 years ago
  49. ee5df62 [SCSI] fcoe: Remove mutex_trylock/restart_syscall checks by Robert Love · 14 years ago
  50. 8ae6dac ethtool: Call ethtool's get/set_settings callbacks with cleaned data by David Decotigny · 14 years ago
  51. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  52. cc8bdf0 fcoe: correct checking for bonding by Jiri Pirko · 14 years ago
  53. d2f8095 [SCSI] fcoe: fix broken fcoe interface reset by Vasu Dev · 14 years ago
  54. f2f96d2 [SCSI] fcoe: precedence bug in fcoe_filter_frames() by Dan Carpenter · 14 years ago
  55. 72fa396 [SCSI] fcoe, libfc: initialize EM anchors list and then update npiv EMs by Vasu Dev · 14 years ago
  56. 8597ae8 [SCSI] libfcoe: Move common code from fcoe to libfcoe module by Bhanu Prakash Gollapudi · 14 years ago
  57. 2ca32b4 [SCSI] fcoe: use dedicated workqueue instead of system_wq by Tejun Heo · 14 years ago
  58. 78a5824 [SCSI] fcoe: convert fcoe.ko to become an fcoe transport provider driver by Yi Zou · 14 years ago
  59. 8ca86f8 [SCSI] fcoe: prepare fcoe for using fcoe transport by Yi Zou · 14 years ago
  60. 52ee832 [SCSI] fcoe: drop FCoE LOGO in FIP mode by Vasu Dev · 14 years ago
  61. 7287fb9 [SCSI] fcoe: Fix module reference count for vports by Robert Love · 14 years ago
  62. 80e736f [SCSI] libfc: fix NULL pointer dereference bug in fc_fcp_pkt_release by Yi Zou · 14 years ago
  63. 0ee31cb [SCSI] fcoe: Fix broken NPIV with correction to MAC validation by Robert Love · 14 years ago
  64. 3067817 [SCSI] fcoe: set default FIP mode as FIP_MODE_FABRIC by Vasu Dev · 14 years ago
  65. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  66. 03da309 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  67. cf4aebc [SCSI] Revert "[SCSI] fcoe: Fix using VLAN ID in creating lport's WWWN/WWPN" by Vasu Dev · 14 years ago
  68. 54a5b21 [SCSI] fcoe: fix offload feature flag change from netdev by Yi Zou · 14 years ago
  69. 1dd454d [SCSI] fcoe: config via separate create_vn2vn module parameter by Joe Eykholt · 14 years ago
  70. cd229e4 [SCSI] fcoe libfcoe: use correct FC-MAP for VN2VN mode by Joe Eykholt · 14 years ago
  71. e10f8c6 [SCSI] libfcoe: fcoe: fnic: add FIP VN2VN point-to-multipoint support by Joe Eykholt · 14 years ago
  72. 3d902ac [SCSI] libfcoe: fcoe: fnic: change fcoe_ctlr_init interface to specify mode by Joe Eykholt · 14 years ago
  73. 519e513 [SCSI] fcoe: adds src and dest mac address checking for fcoe frames by Vasu Dev · 14 years ago
  74. 9d4cbc0 [SCSI] fcoe: cleans up fcoe_disable and fcoe_enable by Vasu Dev · 14 years ago
  75. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  76. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  77. 65155b3 fix typos concerning "management" by Uwe Kleine-König · 14 years ago
  78. 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
  79. 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  80. 15af974 [SCSI] fcoe: fix fcoe module ref counting by Vasu Dev · 15 years ago
  81. 34ce27b [SCSI] fcoe: fix a circular locking issue with rtnl and sysfs mutex by Vasu Dev · 15 years ago
  82. 5e4f8fe [SCSI] fcoe: move link speed checking into its own routine by Robert Love · 15 years ago
  83. 721cafa [SCSI] fcoe: fixes wrong error exit in fcoe_create by Vasu Dev · 15 years ago
  84. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  85. 9f8f3aa [SCSI] libfc, fcoe: normalize format specifies for world wide names by Chris Leech · 15 years ago
  86. da87bfa [SCSI] fcoe, fnic, libfc: increased CDB size to 16 bytes for fcoe. by Vasu Dev · 15 years ago
  87. 8ba00a4 [SCSI] fcoe: removes unused shost in fcoe_shost_config by Vasu Dev · 15 years ago
  88. 03d29bc [SCSI] fcoe: check netif operstate instead of IFF_UP & link state by Chris Leech · 15 years ago
  89. 9ee50e4 [SCSI] fcoe: reset FIP ctlr link state on disable/enable by Chris Leech · 15 years ago
  90. f018b73 [SCSI] libfc, libfcoe, fcoe: use smp_processor_id() only when preempt disabled by Joe Eykholt · 15 years ago
  91. 50036bba [SCSI] fcoe: remove an unused variable in fcoe_recv_frame() by Joe Eykholt · 15 years ago
  92. 7d65b0d [SCSI] fcoe: save gateway address when receiving FLOGI request by Joe Eykholt · 15 years ago
  93. 9860eeb [SCSI] fcoe: call fcoe_ctlr_els_send even for ELS responses by Joe Eykholt · 15 years ago
  94. 22bedad net: convert multicast list to list_head by Jiri Pirko · 15 years ago
  95. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 15 years ago
  96. 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
  97. 6409ea6 [SCSI] fcoe: Only rmmod fcoe.ko if there are no active connections by Rob Love · 15 years ago
  98. 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
  99. 6957177 cpumask: use modern cpumask style in drivers/scsi/fcoe/fcoe.c by Rusty Russell · 15 years ago
  100. 55a66d3 [SCSI] fcoe, libfc: adds enable/disable for fcoe interface by Vasu Dev · 15 years ago