index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
bnx2fc
/
bnx2fc_fcoe.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-12
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+7
2023-12-19
scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()
Wei Yongjun
1
-6
/
+3
2023-11-15
scsi: bnx2fc: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-7
/
+7
2022-05-17
scsi: fcoe: Use per-CPU API to update per-CPU statistics
Sebastian Andrzej Siewior
1
-16
/
+6
2022-02-23
scsi: bnx2fc: Stop using the SCSI pointer
Bart Van Assche
1
-0
/
+1
2022-02-15
Merge branch '5.17/scsi-fixes' into 5.18/scsi-staging
Martin K. Petersen
1
-23
/
+18
2022-02-01
scsi: bnx2fc: Make use of the helper macro kthread_run()
Yin Xiujiang
1
-4
/
+3
2022-01-31
scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe
John Meneghini
1
-8
/
+13
2022-01-25
scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()
John Meneghini
1
-15
/
+5
2021-10-17
scsi: bnx2fc: Switch to attribute groups
Bart Van Assche
1
-3
/
+5
2021-03-25
scsi: bnx2fc: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2020-12-17
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+3
2020-11-24
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+2
2020-11-11
scsi: bnx2fc: Fix comparison to bool warning
Kaixu Xia
1
-2
/
+2
2020-11-05
scsi: bnx2fc: Remove unneeded semicolon
Tom Rix
1
-1
/
+1
2020-09-16
scsi: bnx2fc: Make a bunch of symbols static in bnx2fc_fcoe.c
Jason Yan
1
-5
/
+5
2020-07-15
scsi: bnx2fc: Repair a range of kerneldoc issues
Lee Jones
1
-10
/
+8
2020-04-25
scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.c
Jason Yan
1
-2
/
+2
2020-03-30
scsi: bnx2fc: Process the RQE with CQE in interrupt context
Javed Hasan
1
-2
/
+6
2019-09-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+0
2019-08-30
scsi: bnx2fc: remove set but not used variable 'fh'
zhengbin
1
-2
/
+0
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
1
-1
/
+1
2019-06-27
scsi: bnx2fc: Limit the IO size according to the FW capability
Saurav Kashyap
1
-1
/
+2
2019-02-20
scsi: fcoe: make use of fip_mode enum complete
Sedat Dilek
1
-1
/
+1
2018-12-29
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-1
/
+0
2018-12-19
scsi: flip the default on use_clustering
Christoph Hellwig
1
-1
/
+0
2018-12-08
scsi: bnx2fc: Fix NULL dereference in error handling
Dan Carpenter
1
-1
/
+1
2018-10-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+0
2018-09-17
scsi: bnx2fc: Remove set but not used variable 'oxid'
YueHaibing
1
-3
/
+0
2018-09-10
bnx2fc_fcoe: Use skb_queue_walk_safe().
David S. Miller
1
-5
/
+1
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2017-12-05
scsi: bnx2fc: fix spelling mistake: "Couldnt" -> "Couldn't"
Colin Ian King
1
-2
/
+2
2017-10-27
scsi: fcoe: Convert timers to use timer_setup()
Kees Cook
1
-6
/
+5
2017-07-27
scsi: bnx2fc: Simplify CPU hotplug code
Thomas Gleixner
1
-54
/
+15
2017-07-27
scsi: bnx2fc: Prevent recursive cpuhotplug locking
Thomas Gleixner
1
-7
/
+8
2017-07-06
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-4
/
+58
2017-06-28
scsi: bnx2fc: Make rport_terminate_io callback a NOOP.
Chad Dupuis
1
-1
/
+6
2017-06-28
scsi: bnx2fc: Adjust bnx2fc_npiv_create_vports for WWNNs from NVRAM that are ...
Chad Dupuis
1
-1
/
+16
2017-06-28
scsi: bnx2fc: Update copyright for 2017.
Chad Dupuis
1
-1
/
+2
2017-06-28
scsi: bnx2fc: Add filters to the non-offload FCoE receive path.
Chad Dupuis
1
-1
/
+34
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-1
/
+1
2017-05-24
scsi: bnx2fc: fix race condition in bnx2fc_get_host_stats()
Maurizio Lombardi
1
-2
/
+8
2017-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+3
2017-02-07
scsi: remove eh_timed_out methods in the transport template
Christoph Hellwig
1
-0
/
+1
2017-02-07
net-next: treewide use is_vlan_dev() helper function.
Parav Pandit
1
-3
/
+3
2016-12-25
scsi/bnx2fc: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-46
/
+33
2016-11-09
scsi: libfc: Remove fc_rport_init()
Hannes Reinecke
1
-1
/
+0
2016-09-09
scsi: bnx2fc: Mark symbols static where possible
Baoyou Xie
1
-4
/
+5
2016-09-09
scsi: bnx2fc: Simplify code
Christophe JAILLET
1
-2
/
+1
2016-07-14
fcoe: use enum for fip_mode
Hannes Reinecke
1
-3
/
+3
[next]