sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / drivers / scsi / fcoe /
2009-09-20 Jaswinder Singh... includecheck fix: drivers/scsi, libfcoe.c
2009-09-10 Joe Eykholt[SCSI] fcoe: flush per-cpu thread work when destroying...
2009-09-10 Chris Leech[SCSI] fcoe: use rtnl mutex in place of hostlist lock
2009-09-10 Chris Leech[SCSI] fcoe: Fix module ref count bug by adding NETDEV...
2009-09-10 Chris Leech[SCSI] fcoe: move the host-list add/remove to keep...
2009-09-10 Chris Leech[SCSI] fcoe: add mutex to protect create and destroy
2009-09-10 Chris Leech[SCSI] fcoe: split out per interface setup
2009-09-10 Chris Leech[SCSI] fcoe: fcoe_interface create, destroy and refcounting
2009-09-10 Chris Leech[SCSI] fcoe: remove fcoe_interface->priv pointer
2009-09-10 Chris Leech[SCSI] fcoe: move offload exchange manager pointer...
2009-09-10 Chris Leech[SCSI] fcoe: move FIP controller from fcoe_port to...
2009-09-10 Chris Leech[SCSI] fcoe: move packet handlers from fcoe_port to...
2009-09-10 Chris Leech[SCSI] fcoe: move netdev to fcoe_interface
2009-09-10 Chris Leech[SCSI] fcoe: Introduce and allocate fcoe_interface...
2009-09-10 Chris Leech[SCSI] fcoe: interface changes to fcoe_if_create and...
2009-09-10 Joe Eykholt[SCSI] fcoe: remove unnecessary list and lock initializ...
2009-09-10 Chris Leech[SCSI] fcoe: fix missing error check in call to fcoe_if...
2009-09-10 Chris Leech[SCSI] libfcoe: fcoe_ctlr_destroy use cancel_work_sync...
2009-09-10 Yi Zou[SCSI] fcoe: Add sysfs parameter to fcoe for minimum...
2009-09-05 Vasu Dev[SCSI] fcoe, libfc: fully makes use of per cpu exch...
2009-09-05 Vasu Dev[SCSI] fcoe, libfc: adds per cpu exch pool within excha...
2009-09-05 Joe Eykholt[SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING...
2009-09-05 Robert Love[SCSI] fcoe: Add format spacing to FCOE_NETDEV_DBG...
2009-08-22 Vasu Dev[SCSI] fcoe: removes phys_dev and renames real_dev...
2009-08-22 Yi Zou[SCSI] fcoe: Remove ifdef for NETIF_F_FCOE_CRC and...
2009-08-22 Vasu Dev[SCSI] fcoe, libfc: adds offload EM per eth device...
2009-08-22 Vasu Dev[SCSI] fcoe: modifies fcoe_hostlist_lock uses as prep...
2009-08-22 Vasu Dev[SCSI] fcoe, fnic, libfc: modifies current code paths...
2009-08-22 Vasu Dev[SCSI] fcoe, libfc: adds exchange manager(EM) anchor...
2009-08-22 Joe Eykholt[SCSI] fcoe: stop delivery of received frames before...
2009-08-22 Yi Zou[SCSI] fcoe: Call dev_ethtool_get_settings() in fcoe_li...
2009-08-22 Yi Zou[SCSI] libfcoe: Set fip_flags according to fcf and...
2009-08-22 Yi Zou[SCSI] fcoe: Fix validation of mac address when checkin...
2009-08-22 Johannes Berg[SCSI] fcoe: convert to %pM
2009-06-21 Robert Lovelibfcoe: Add runtime debugging with module param debug_...
2009-06-21 Robert Lovefcoe: Add runtime debug logging with module parameter...
2009-06-15 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2009-06-08 Vasu Dev[SCSI] fcoe: removes reserving memory for vlan_ethdr...
2009-06-08 Vasu Dev[SCSI] fcoe: removes fcoe_watchdog
2009-06-08 Vasu Dev[SCSI] fcoe: reduces lock cost when adding a new skb...
2009-06-08 Chris Leech[SCSI] fcoe: use ETH_P_FIP for skb->protocol of FIP...
2009-06-08 Joe Eykholt[SCSI] libfcoe: fip: fix non-FIP-mode FLOGI state after...
2009-05-30 Jiri Pirkonet: convert unicast addr list
2009-05-23 Abhijeet Joglekar[SCSI] libfc,fcoe,fnic: Separate rport and lport max...
2009-05-20 Randy Dunlap[SCSI] fcoe, libfc: fix function declarations to be...
2009-05-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-18 Vasu Devfcoe: adds spma mode support
2009-05-18 Vasu Devfcoe: consolidates netdev related config and cleanup...
2009-04-27 Joe Eykholt[SCSI] fcoe: fip: add multicast filter to receive FIP...
2009-04-27 Chris Leech[SCSI] fcoe: fix spelling typos and bad comments
2009-04-27 Chris Leech[SCSI] fcoe: don't export functions that are internal...
2009-04-27 Dan Carpenter[SCSI] fcoe: kfree() -> kfree_skb()
2009-04-03 Joe Eykholt[SCSI] fcoe, libfcoe: Add support for FIP. FCoE discove...
2009-04-03 Vasu Dev[SCSI] fcoe, libfc: fix double fcoe_softc memory alloc
2009-04-03 Vasu Dev[SCSI] fcoe: cleans up libfcoe.h and adds fcoe.h for...
2009-04-03 Vasu Dev[SCSI] fcoe: moves common FCoE library API functions...
2009-04-03 Vasu Dev[SCSI] fcoe, libfc: add libfcoe module
2009-04-03 Vasu Dev[SCSI] fcoe: renames libfcoe.c to fcoe.c as the only...
2009-04-03 Vasu Dev[SCSI] fcoe: removes default sw transport code file...
2009-04-03 Vasu Dev[SCSI] fcoe: removes fc_transport_fcoe.[ch] code files
2009-04-03 Vasu Dev[SCSI] fcoe: prep work to completely remove fc_transpor...
2009-04-03 Robert Love[SCSI] fcoe: create/destroy fcoe Rx threads on CPU...
2009-04-03 Robert Love[SCSI] fcoe: Use per-CPU kernel function for dev_stats...
2009-04-03 Robert Love[SCSI] fcoe: Use percpu kernel funcs for struct fcoe_pe...
2009-04-03 Robert Love[SCSI] fcoe: Initialize all possilbe skb_queue(s) when...
2009-03-13 Yi Zou[SCSI] fcoe: fcoe fc crc offload indication by skb...
2009-03-13 Yi Zou[SCSI] fcoe: add support to FCoE offload support in...
2009-03-13 Yi Zou[SCSI] fcoe: add support to large send by gso through...
2009-03-13 Yi Zou[SCSI] fcoe, libfc: check offload features from LLD...
2009-03-13 Yi Zou[SCSI] net, fcoe: add ETH_P_FCOE for Fibre Channel...
2009-03-10 Robert Love[SCSI] fcoe: Change fcoe receive thread nice value...
2009-03-10 Chris Leech[SCSI] fcoe: fix handling of pending queue, prevent...
2009-03-10 Vasu Dev[SCSI] fcoe: Out of order tx frames was causing several...
2009-03-10 Roel Kluin[SCSI] fcoe: fix kfree(skb)
2009-03-10 Robert Love[SCSI] fcoe: Correct fcoe_transports initialization...
2009-03-10 Robert Love[SCSI] fcoe: Use setup_timer() and mod_timer()
2009-03-10 Robert Love[SCSI] libfc, fcoe: Remove unnecessary cast by removing...
2009-03-10 Robert Love[SCSI] libfc, fcoe: Cleanup function formatting and...
2009-03-10 Robert Love[SCSI] libfc, fcoe: Fix kerneldoc comments
2009-03-06 Vasu Dev[SCSI] libfc, fcoe: fixed locking issues with lport...
2008-12-30 James Bottomley[SCSI] fcoe: fix incorrect use of struct module
2008-12-29 Robert Love[SCSI] fcoe: Fibre Channel over Ethernet