summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed
Commit message (Expand)AuthorAgeFilesLines
* qed: Add support for Timestamping the unicast PTP packets.Sudarsana Reddy Kalluru2019-07-031-2/+6
* qed: Fix -Wmaybe-uninitialized false positiveArnd Bergmann2019-06-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-172-8/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner2019-06-052-8/+2
* | qed: iWARP - Fix default window size to be based on chipMichal Kalderon2019-06-141-5/+25
* | qed: iWARP - Fix tc for MPA ll2 connectionMichal Kalderon2019-06-141-0/+2
* | qed: iWARP - fix uninitialized callbackMichal Kalderon2019-06-141-0/+1
* | qed: iWARP - Use READ_ONCE and smp_store_release to access ep->stateMichal Kalderon2019-06-141-5/+11
* | qed: remove redundant assignment to rcColin Ian King2019-06-021-1/+1
* | qed: Fix static checker warningMichal Kalderon2019-05-301-12/+12
* | qed: fix spelling mistake "inculde" -> "include"Colin Ian King2019-05-291-1/+1
* | qed: Reduce the severity of ptp debug message.Sudarsana Reddy Kalluru2019-05-291-1/+2
* | qed*: Add iWARP 100g supportMichal Kalderon2019-05-261-0/+31
* | qed: Add qed devlink parameters tableMichal Kalderon2019-05-262-0/+113
* | qed: Set the doorbell address correctlyMichal Kalderon2019-05-262-12/+19
* | qedr: Change the MSI-X vectors selection to be based on affined engineMichal Kalderon2019-05-261-2/+2
* | qed: Modify offload protocols to use the affined engineMichal Kalderon2019-05-264-189/+273
* | qed*: Change hwfn used for sb initializationMichal Kalderon2019-05-261-20/+27
* | qed: Add llh ppfid interface and 100g support for offload protocolsMichal Kalderon2019-05-2611-339/+1203
* | qed: Modify api for performing a dmae to another PFMichal Kalderon2019-05-268-39/+52
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-073-5/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-176-77/+106
| |\
| * | qed: Define new MF bit for no_vlan configSudarsana Reddy Kalluru2019-03-203-5/+8
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-16/+0
|\ \ \ | |_|/ |/| |
| * | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-082-16/+0
| |/
* | qed: fix spelling mistake "faspath" -> "fastpath"Colin Ian King2019-04-161-1/+1
* | qed: Fix the DORQ's attentions handlingDenis Bolotin2019-04-142-16/+48
* | qed: Fix missing DORQ attentionsDenis Bolotin2019-04-143-3/+20
* | qed: Fix the doorbell address sanity checkDenis Bolotin2019-04-141-8/+8
* | qed: Delete redundant doorbell recovery typesDenis Bolotin2019-04-144-51/+31
|/
* qed: Read device port count from the shmemSudarsana Reddy Kalluru2019-02-215-67/+44
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-202-7/+15
|\
| * qed: Fix iWARP syn packet mac address validation.Michal Kalderon2019-02-181-0/+9
| * qed: Fix iWARP buffer size provided for syn packet processing.Michal Kalderon2019-02-182-7/+6
* | qed: fix indentation issue with statements in an if-blockColin Ian King2019-02-131-6/+6
* | qed: Add API for SmartAN query.Sudarsana Reddy Kalluru2019-02-084-0/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-085-12/+17
|\|
| * qed*: Advance drivers version to 8.37.0.20Manish Chopra2019-02-061-1/+1
| * qed: Change verbosity for coalescing message.Rahul Verma2019-02-061-1/+2
| * qed: Consider TX tcs while deriving the max num_queues for PF.Sudarsana Reddy Kalluru2019-02-061-2/+3
| * qed: Assign UFP TC value to vlan priority in UFP mode.Sudarsana Reddy Kalluru2019-02-061-0/+3
| * qed: Fix EQ full firmware assert.Manish Chopra2019-02-062-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-296-12/+51
|\|
| * qed: Fix stack out of bounds bugManish Chopra2019-01-281-4/+4
| * qed: Fix system crash in ll2 xmitManish Chopra2019-01-281-5/+15
| * qed: Fix VF probe failure while FLRManish Chopra2019-01-281-0/+10
| * qed: Fix LACP pdu drops for VFsManish Chopra2019-01-283-2/+16
| * qed: Fix bug in tx promiscuous mode settingsManish Chopra2019-01-281-1/+6
* | qed: Add infrastructure for error detection and recoveryTomer Tayar2019-01-2810-16/+231
* | qed: Revise load sequence to avoid PCI errorsTomer Tayar2019-01-287-112/+178