summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-30/+51
|\
| * scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTERHannes Reinecke2017-09-151-5/+13
| * scsi: fcoe: separate out fcoe_vport_remove()Hannes Reinecke2017-09-151-22/+33
| * scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()Hannes Reinecke2017-09-151-5/+7
* | scsi: fcoe: Convert timers to use timer_setup()Kees Cook2017-10-271-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-6/+6
|\
| * scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi2017-06-121-2/+2
| * scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi2017-06-121-4/+4
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
|/
* scsi: fcoe: make fcoe_e_d_tov and fcoe_r_a_tov staticColin Ian King2017-04-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-7/+6
|\
| * net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-7/+6
* | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
|/
* scsi: fcoe: Fixup missing initialisation in fcoe_dcb_create()Hannes Reinecke2016-11-081-1/+1
* scsi: fcoe: correct sending FIP VLAN packets on VLAN 0Hannes Reinecke2016-11-081-1/+2
* scsi: fcoe: set default TC priorityHannes Reinecke2016-11-081-2/+6
* scsi: fcoe: make R_A_TOV and E_D_TOV configurableHannes Reinecke2016-11-081-2/+10
* fcoe: add missing destroy_workqueue() on error in fcoe_init()Wei Yongjun2016-08-021-1/+2
* fcoe: Use default VLAN for FIP VLAN discoveryHannes Reinecke2016-07-271-1/+48
* fcoe: implement FIP VLAN responderHannes Reinecke2016-07-201-0/+6
* fcoe: Update multicast addresses on FIP mode changeHannes Reinecke2016-07-131-2/+29
* fcoe: fcoe->realdev is always setHannes Reinecke2016-07-131-3/+0
* fcoe: use enum for fip_modeHannes Reinecke2016-07-131-3/+3
* fcoe: convert to kworkerSebastian Andrzej Siewior2016-07-121-250/+26
* fcoe: Use CHECKSUM_PARTIAL to indicate CRC offloadTom Herbert2015-12-151-1/+1
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-1/+0
* fcoe: use continue instead of goto+labelJiri Slaby2015-11-091-2/+1
* fcoe: Convert use of __constant_htons to htonsVaishali Thakkar2015-09-061-1/+1
* Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-181-1/+0
|\
| * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-4/+2
|\ \ | |/ |/|
| * vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko2014-11-211-4/+2
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-1/+1
* | scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-0/+1
* | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-0/+1
* | scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-1/+1
|/
* sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0
* Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-071-2/+13
|\
| * scsi, fcoe: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-2/+13
* | sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
|/
* scsi: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-10-141-1/+1
* libfcoe: Make fcoe_sysfs optional / fix fnic NULL exceptionRobert Love2013-10-111-0/+1
* fcoe: Add missing newlines in debug messagesBart Van Assche2013-09-041-6/+6
* fcoe: cleanup return codes from fcoe_rcvNeil Horman2013-09-041-2/+2
* fcoe: make sure fcoe frames are unshared prior to manipulating themNeil Horman2013-09-041-0/+6
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-07-131-11/+15
|\
| * fcoe: Fix smatch warning in fcoe_fdmi_info functionNeerav Parikh2013-07-091-11/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-2/+5
|\|
| * fcoe: Use correct API to set vlan tag for FCoE Ethertype skbsRobert Love2013-06-251-2/+5
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
|/