summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 440Thomas Gleixner2019-06-053-12/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 15Thomas Gleixner2019-05-219-153/+9
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-076-17/+32
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-177-81/+109
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-081-1/+1
| |\ \
| * | | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-2/+2
| * | | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-202-5/+3
| * | | qed: Define new MF bit for no_vlan configSudarsana Reddy Kalluru2019-03-203-5/+8
| * | | qede: Populate mbi version in ethtool driver query data.Sudarsana Reddy Kalluru2019-03-201-5/+19
* | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-067-35/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-087-35/+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
* | | qede: fix write to free'd pointer error and double free of ptpColin Ian King2019-04-121-4/+3
| |/ |/|
* | qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-081-1/+1
|/
* qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-03-151-0/+2
* net: qlogic: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+6
* net: qlge: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* qede: Fix internal loopback failure with jumbo mtu configurationSudarsana Reddy Kalluru2019-03-071-2/+5
* 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
* | qlge: fix some indentation issuesColin Ian King2019-02-132-4/+4
* | qed: fix indentation issue with statements in an if-blockColin Ian King2019-02-131-6/+6
* | qede: Add ethtool interface for SmartAN query.Sudarsana Reddy Kalluru2019-02-081-1/+10
* | 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-088-13/+37
|\|
| * qed*: Advance drivers version to 8.37.0.20Manish Chopra2019-02-062-2/+2
| * qed: Change verbosity for coalescing message.Rahul Verma2019-02-061-1/+2
| * qede: Fix system crash on configuring channels.Sudarsana Reddy Kalluru2019-02-063-0/+19
| * 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
* | qede: use ethtool_rx_flow_rule() to remove duplicated parser codePablo Neira Ayuso2019-02-061-203/+76
* | qede: place ethtool_rx_flow_spec after code after TC flower codebasePablo Neira Ayuso2019-02-061-132/+132
* | drivers: net: use flow action infrastructurePablo Neira Ayuso2019-02-061-6/+6
* | flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-49/+36
* | 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
* | qede: Error recovery processTomer Tayar2019-01-283-70/+288
* | qed: Add infrastructure for error detection and recoveryTomer Tayar2019-01-2810-16/+231