Age | Commit message (Expand) | Author | Files | Lines |
2013-03-25 | libfcoe: Fix fcoe_sysfs VN2VN mode | Robert Love | 1 | -15/+45 |
2013-03-25 | libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config} | Robert Love | 1 | -1/+2 |
2013-03-25 | libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa... | Robert Love | 1 | -5/+6 |
2013-03-25 | fcoe: Fix deadlock between create and destroy paths | Robert Love | 1 | -4/+11 |
2013-03-01 | [SCSI] Merge tag 'fcoe-02-19-13' into for-linus | James Bottomley | 6 | -158/+564 |
2013-02-19 | libfcoe: Check for unusable FCFs before looking for conflicting FCFs | Bhanu Prakash Gollapudi | 1 | -9/+9 |
2013-02-11 | libfcoe: Handle CVL while waiting to select an FCF | Bhanu Prakash Gollapudi | 1 | -1/+9 |
2013-01-28 | fcoe: Fix deadlock while deleting FCoE interface with NPIV ports | Neerav Parikh | 1 | -0/+23 |
2013-01-28 | fcoe: close race on link speed detection in fcoe code | Neil Horman | 1 | -4/+27 |
2012-12-17 | random32: rename random32 to prandom | Akinobu Mita | 1 | -2/+2 |
2012-12-14 | debris left by "[SCSI] libfcoe: Remove mutex_trylock/restart_syscall checks" | Al Viro | 1 | -5/+1 |
2012-12-14 | libfcoe, fcoe: consolidate the fcoe_ctlr_get_lesb/fcoe_get_lesb | Yi Zou | 2 | -40/+54 |
2012-12-14 | libfcoe, fcoe: move fcoe_link_speed_update() to libfcoe and export it | Yi Zou | 2 | -35/+35 |
2012-12-14 | fcoe: add support to the get_netdev() for fcoe_interface | Yi Zou | 1 | -0/+1 |
2012-12-14 | libfc, libfcoe, fcoe: Convert debug_logging macros to pr_info | Robert Love | 2 | -8/+7 |
2012-12-14 | fcoe: Use the fcoe_sysfs control interface | Robert Love | 2 | -24/+140 |
2012-12-14 | libfcoe, fcoe, bnx2fc: Add new fcoe control interface | Robert Love | 3 | -8/+234 |
2012-12-14 | libfcoe: Add fcoe_sysfs debug logging level | Robert Love | 2 | -3/+15 |
2012-12-04 | libfcoe: Save some memory and optimize name lookups | Robert Love | 1 | -28/+16 |
2012-10-07 | [SCSI] fcoe: Fix write errors on NPIV ports | Neerav Parikh | 2 | -9/+7 |
2012-07-20 | [SCSI] fcoe: Cleanup locking on fcoe_percpu_receive_thread | Neil Horman | 1 | -8/+10 |
2012-07-20 | [SCSI] fcoe: Remove redundant 'less than zero' check | Robert Love | 1 | -1/+1 |
2012-07-20 | [SCSI] libfcoe: Fix section mismatch | Mark Rustad | 1 | -1/+1 |
2012-07-20 | [SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_stats | Vasu Dev | 3 | -21/+20 |
2012-05-23 | [SCSI] fcoe, bnx2fc, libfcoe: SW FCoE and bnx2fc use FCoE Syfs | Robert Love | 2 | -21/+209 |
2012-05-23 | [SCSI] libfcoe: Add fcoe_sysfs | Robert Love | 3 | -3/+844 |
2012-05-23 | [SCSI] fcoe: Allocate fcoe_ctlr with fcoe_interface, not as a member | Robert Love | 2 | -52/+93 |
2012-05-10 | [SCSI] fcoe: remove a stray unlock | Dan Carpenter | 1 | -3/+2 |
2012-05-10 | [SCSI] libfcoe: fix VN2VN N_Port_ID Beacon source MAC | Yi Zou | 1 | -1/+7 |
2012-05-10 | [SCSI] fcoe: Don't hold rtnl_mutex in fcoe_update_src_mac | Robert Love | 1 | -2/+0 |
2012-05-10 | [SCSI] libfc: defer releasing master lport until complete fcoe interface clea... | Vasu Dev | 1 | -2/+7 |
2012-05-10 | [SCSI] fcoe: remove lport from net device before doing per cpu rx thread cleanup | Vasu Dev | 2 | -5/+24 |
2012-03-31 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s... | Linus Torvalds | 2 | -58/+63 |
2012-03-28 | [SCSI] fcoe: Drop the rtnl_mutex before calling fcoe_ctlr_link_up | Robert Love | 1 | -1/+5 |
2012-03-28 | [SCSI] fcoe: reduce contention for fcoe_rx_list lock [v2] | Neil Horman | 1 | -8/+14 |
2012-03-28 | [SCSI] fcoe: remove frame dropping code from fcoe_percpu_clean | Neil Horman | 1 | -19/+3 |
2012-03-28 | [SCSI] foce: remove bh disable from fcoe sw transport rcv function | Neil Horman | 1 | -5/+5 |
2012-03-28 | [SCSI] libfcoe: Support extra MAC descriptor to be used as FCoE MAC | Bhanu Prakash Gollapudi | 1 | -5/+23 |
2012-03-28 | [SCSI] libfcoe: Do not sends FDISCs before FLOGI during CVL | Bhanu Prakash Gollapudi | 1 | -5/+5 |
2012-03-28 | [SCSI] fcoe: Ensure fcoe_recv_frame is always called in process context | Neil Horman | 1 | -17/+10 |
2012-03-22 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s... | Linus Torvalds | 3 | -60/+114 |
2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds | 2 | -5/+4 |
2012-03-20 | scsi: remove the second argument of k[un]map_atomic() | Cong Wang | 2 | -5/+4 |
2012-03-19 | fcoe: use CHECKSUM_UNNECESSARY instead of CHECKSUM_PARTIAL on tx | Yi Zou | 1 | -1/+1 |
2012-02-19 | [SCSI] fcoe: Remove reference counting on 'stuct fcoe_interface' | Robert Love | 2 | -46/+5 |
2012-02-19 | [SCSI] fcoe: Do not switch context in vport_delete callback | Robert Love | 1 | -9/+6 |
2012-02-19 | [SCSI] fcoe: Rename out_nomod label to out_putmod | Robert Love | 1 | -3/+3 |
2012-02-19 | [SCSI] fcoe: Allow exposing FDMI attributes via sysfs | Neerav Parikh | 1 | -0/+8 |
2012-02-19 | [SCSI] libfcoe: Don't KERN_ERR on netdev notification | Robert Love | 1 | -2/+2 |
2012-02-19 | [SCSI] fcoe: Allow exposing FDMI attributes via sysfs | Neerav Parikh | 1 | -0/+8 |