index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
fcoe
/
fcoe_ctlr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-2
/
+2
2022-10-12
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-05-26
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-17
/
+9
2022-05-17
scsi: fcoe: Use per-CPU API to update per-CPU statistics
Sebastian Andrzej Siewior
1
-17
/
+9
2022-04-26
scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()
Gustavo A. R. Silva
1
-1
/
+1
2021-03-16
scsi: fcoe: Fix a couple of incorrectly named functions
Lee Jones
1
-2
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+4
2020-08-05
scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()
Javed Hasan
1
-1
/
+1
2020-07-25
scsi: fcoe: Use eth_zero_addr() to clear mac address
Miaohe Lin
1
-1
/
+1
2020-07-15
scsi: fcoe: Fix a myriad of documentation issues
Lee Jones
1
-14
/
+14
2019-07-30
scsi: fcoe: pass in fcoe_rport structure instead of fc_rport_priv
Hannes Reinecke
1
-48
/
+51
2019-07-30
scsi: fcoe: Embed fc_rport_priv in fcoe_rport structure
Hannes Reinecke
1
-31
/
+20
2019-07-24
scsi: fcoe: fix a typo
Christophe JAILLET
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
1
-13
/
+1
2019-02-20
scsi: fcoe: make use of fip_mode enum complete
Sedat Dilek
1
-2
/
+5
2018-08-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-8
/
+4
2018-08-02
scsi: fcoe: drop frames in ELS LOGO error path
Johannes Thumshirn
1
-2
/
+2
2018-08-02
scsi: fcoe: fix use-after-free in fcoe_ctlr_els_send
Johannes Thumshirn
1
-1
/
+1
2018-07-13
scsi: fcoe: hold disc_mutex when traversing rport lists
Hannes Reinecke
1
-8
/
+4
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+2
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+4
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-1
/
+1
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
1
-2
/
+1
2017-02-28
scripts/spelling.txt: add "omited" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2016-11-09
scsi: libfc: Remove fc_rport_init()
Hannes Reinecke
1
-1
/
+0
2016-11-09
scsi: libfc: Replace ->rport_flush_queue callback with function call
Hannes Reinecke
1
-1
/
+1
2016-11-09
scsi: libfc: Replace ->rport_logoff callback with function call
Hannes Reinecke
1
-4
/
+4
2016-11-09
scsi: libfc: Replace ->rport_login callback with function call
Hannes Reinecke
1
-2
/
+2
2016-11-09
scsi: libfc: Replace ->rport_create callback with function call
Hannes Reinecke
1
-1
/
+1
2016-11-09
scsi: libfc: Replace ->rport_lookup callback with function call
Hannes Reinecke
1
-2
/
+2
2016-11-09
scsi: libfc: Replace ->rport_destroy callback with function call
Hannes Reinecke
1
-6
/
+6
2016-11-09
scsi: libfc: Replace ->seq_els_rsp_send callback with function call
Hannes Reinecke
1
-1
/
+1
2016-11-09
scsi: fcoe: filter out frames from invalid vlans
Hannes Reinecke
1
-1
/
+11
2016-11-09
scsi: fcoe: FIP debugging
Hannes Reinecke
1
-4
/
+44
2016-11-09
scsi: fcoe: Harden CVL handling when we have not logged into the fabric.
Chad Dupuis
1
-3
/
+32
2016-11-09
scsi: libfc: Fixup disc_mutex handling
Hannes Reinecke
1
-8
/
+29
2016-08-05
fcoe: Use kfree_skb() instead of kfree()
Wei Yongjun
1
-1
/
+1
2016-07-21
fcoe: implement FIP VLAN responder
Hannes Reinecke
1
-0
/
+224
2016-07-21
fcoe: Rename 'fip_frame' to 'fip_vn2vn_notify_frame'
Hannes Reinecke
1
-2
/
+2
2016-07-14
fcoe: use enum for fip_mode
Hannes Reinecke
1
-1
/
+1
2016-07-14
fc_fip: Update to latest FC-BB-6 draft
Hannes Reinecke
1
-4
/
+4
2016-07-13
libfc: Update rport reference counting
Hannes Reinecke
1
-6
/
+1
2016-03-01
fcoe: fix reset of fip selection time.
Usha Ketineni
1
-1
/
+2
2013-10-14
scsi: Convert uses of compare_ether_addr to ether_addr_equal
Joe Perches
1
-11
/
+11
2013-10-14
fcoe: Fix missing mutex_unlock in fcoe_sysfs_fcf_add error path
Neil Horman
1
-0
/
+1
2013-10-12
libfcoe: Make fcoe_sysfs optional / fix fnic NULL exception
Robert Love
1
-31
/
+63
2013-09-05
fcoe: Reduce fcoe_sysfs_fcf_add() stack usage
Bart Van Assche
1
-17
/
+23
2013-09-05
fcoe: Declare fcoe_ctlr_mode_set() static
Bart Van Assche
1
-2
/
+2
2013-09-04
fcoe: ensure that skb placed on the fip_recv_list are unshared
Neil Horman
1
-0
/
+3
2013-07-09
fcoe: Stop fc_rport_priv structure leak
Mark Rustad
1
-0
/
+4
[next]