| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: qedf: Fix null ptr reference in qedf_stag_change_work | Ye Bin | 2020-08-24 | 1 | -1/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2020-08-06 | 3 | -42/+16 |
|\ |
|
| * | scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocks | Lee Jones | 2020-07-15 | 1 | -10/+8 |
| * | scsi: qedf: Remove a whole host of unused variables | Lee Jones | 2020-07-15 | 1 | -26/+4 |
| * | scsi: qedf: Remove set but not checked variable 'tmp' | Lee Jones | 2020-07-15 | 1 | -3/+2 |
| * | scsi: qedf: Demote obvious misuse of kerneldoc to standard comment blocks | Lee Jones | 2020-07-15 | 1 | -3/+2 |
* | | qed, qede, qedf: convert link mode from u32 to ETHTOOL_LINK_MODE | Alexander Lobakin | 2020-07-20 | 1 | -28/+50 |
|/ |
|
* | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-06-13 | 1 | -1/+1 |
|\ |
|
| * | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -1/+1 |
* | | scsi: qedf: Remove redundant initialization of variable rc | Colin Ian King | 2020-06-02 | 1 | -1/+1 |
|/ |
|
* | scsi: qedf: Get dev info after updating the params | Saurav Kashyap | 2020-04-17 | 1 | -0/+7 |
* | scsi: qedf: Fix crash when MFW calls for protocol stats while function is sti... | Chad Dupuis | 2020-04-17 | 2 | -4/+32 |
* | scsi: qedf: Add schedule recovery handler | Chad Dupuis | 2020-04-17 | 2 | -0/+44 |
* | scsi: qedf: Implement callback for bw_update | Saurav Kashyap | 2020-04-17 | 1 | -0/+27 |
* | scsi: qedf: Honor status qualifier in FCP_RSP per spec | Javed Hasan | 2020-04-17 | 1 | -10/+34 |
* | scsi: qedf: Acquire rport_lock for resetting the delay_timestamp | Javed Hasan | 2020-04-17 | 1 | -0/+4 |
* | scsi: qedf: Increase the upper limit of retry delay | Javed Hasan | 2020-04-17 | 1 | -1/+1 |
* | scsi: qedf: Keep track of num of pending flogi | Saurav Kashyap | 2020-04-17 | 2 | -0/+25 |
* | scsi: qedf: Simplify mutex_unlock() usage | Daniel Wagner | 2020-04-13 | 1 | -7/+3 |
* | scsi: qedf: Use pci_get_dsn() | Jacob Keller | 2020-03-05 | 1 | -13/+5 |
* | scsi: Fix various misspellings of "connect" | Geert Uytterhoeven | 2019-10-24 | 1 | -1/+1 |
* | Merge branch '5.4/scsi-fixes' into 5.5/scsi-queue | Martin K. Petersen | 2019-10-09 | 1 | -1/+1 |
|\ |
|
| * | scsi: qedf: Remove always false 'tmp_prio < 0' statement | Austin Kim | 2019-09-23 | 1 | -1/+1 |
* | | scsi: qedf: Add port_id getter | Daniel Wagner | 2019-09-30 | 1 | -0/+8 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-09-21 | 7 | -108/+233 |
|\| |
|
| * | scsi: qedf: Update the version to 8.42.3.0 | Saurav Kashyap | 2019-08-29 | 1 | -4/+4 |
| * | scsi: qedf: Fix race betwen fipvlan request and response path | Saurav Kashyap | 2019-08-29 | 1 | -13/+12 |
| * | scsi: qedf: Use discovery list to traverse rports | Hannes Reinecke | 2019-08-29 | 1 | -32/+7 |
| * | scsi: qedf: Decrease the LL2 MTU size to 2500 | Saurav Kashyap | 2019-08-29 | 2 | -1/+2 |
| * | scsi: qedf: Check for module unloading bit before processing link update AEN | Saurav Kashyap | 2019-08-29 | 1 | -0/+10 |
| * | scsi: qedf: Initiator fails to re-login to switch after link down | Saurav Kashyap | 2019-08-29 | 1 | -11/+17 |
| * | scsi: qedf: Add debug information for unsolicited processing | Saurav Kashyap | 2019-08-29 | 1 | -0/+5 |
| * | scsi: qedf: Add support for 20 Gbps speed | Saurav Kashyap | 2019-08-29 | 1 | -0/+5 |
| * | scsi: qedf: Interpret supported caps value correctly | Saurav Kashyap | 2019-08-29 | 1 | -5/+27 |
| * | scsi: qedf: Add shutdown callback handler | Saurav Kashyap | 2019-08-29 | 1 | -0/+7 |
| * | scsi: qedf: Update module description string | Nilesh Javali | 2019-08-29 | 1 | -1/+1 |
| * | scsi: qedf: Fix crash during sg_reset | Arun Easi | 2019-08-29 | 1 | -2/+2 |
| * | scsi: qedf: Stop sending fipvlan request on unload | Saurav Kashyap | 2019-08-29 | 1 | -0/+5 |
| * | scsi: qedf: Print message during bailout conditions | Saurav Kashyap | 2019-08-29 | 5 | -40/+130 |
* | | net: Use skb_frag_off accessors | Jonathan Lemon | 2019-07-30 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-17 | 15 | -60/+15 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440 | Thomas Gleixner | 2019-06-05 | 15 | -60/+15 |
* | | qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to use | Chad Dupuis | 2019-05-26 | 1 | -11/+28 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | scsi: qedf: remove set but not used variables | YueHaibing | 2019-04-29 | 1 | -9/+1 |
* | scsi: qedf: Update the driver version to 8.37.25.20 | Saurav Kashyap | 2019-04-29 | 1 | -2/+2 |
* | scsi: qedf: Add return value to log message if scsi_add_host fails | Saurav Kashyap | 2019-04-29 | 1 | -2/+3 |
* | scsi: qedf: Print fcport information on wait for upload timeout | Saurav Kashyap | 2019-04-29 | 1 | -3/+5 |
* | scsi: qedf: Check the return value of start_xmit | Saurav Kashyap | 2019-04-29 | 2 | -3/+21 |
* | scsi: qedf: Log message if scsi_add_host fails | Saurav Kashyap | 2019-04-29 | 1 | -1/+4 |