summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qed: fix spelling mistake "Dispalying" -> "Displaying"Colin Ian King2018-12-051-1/+1
* qede: Register l2 queues with doorbell overflow recovery mechanismAriel Elior2018-11-301-0/+9
* qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior2018-11-301-0/+2
* qed: Register light L2 queues with doorbell overflow recovery mechanismAriel Elior2018-11-302-10/+21
* qed: Register slowpath queue doorbell with doorbell overflow recovery mechanismAriel Elior2018-11-302-13/+38
* qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior2018-11-306-24/+280
* qed: Add doorbell overflow recovery mechanismAriel Elior2018-11-303-0/+365
* qede - Add a statistic for a case where driver drops tx packet due to memory ...Michael Shteinbok2018-11-293-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-291-1/+1
|\
| * qed: fix spelling mistake "attnetion" -> "attention"Colin Ian King2018-11-281-1/+1
* | qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_i...YueHaibing2018-11-281-11/+2Star
* | qed: Add support for MBI upgrade over MFW.Sudarsana Reddy Kalluru2018-11-284-34/+40
* | qede: Update link status only when interface is ready.Sudarsana Reddy Kalluru2018-11-282-2/+7
* | qede: Simplify the usage of qede-flags.Sudarsana Reddy Kalluru2018-11-283-8/+11
* | qed: Display port_id in the UFP debug messages.Sudarsana Reddy Kalluru2018-11-281-7/+13
|/
* qed: Fix QM getters to always return a valid pqDenis Bolotin2018-11-201-4/+20
* qed: Fix bitmap_weight() checkDenis Bolotin2018-11-201-1/+4
* drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typoAndrew Morton2018-11-161-1/+1
* qed: Fix reading wrong value in loop conditionDenis Bolotin2018-11-131-0/+2
* qed: Fix rdma_info structure allocationMichal Kalderon2018-11-133-25/+45
* qed: Fix overriding offload_tc by protocols without APP TLVDenis Bolotin2018-11-131-7/+7
* qed: Fix PTT leak in qed_drain()Denis Bolotin2018-11-131-1/+1
* qed: Fix potential memory corruptionSagiv Ozeri2018-11-091-7/+5Star
* qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin2018-11-098-15/+45
* qed: Fix blocking/unlimited SPQ entries leakDenis Bolotin2018-11-092-27/+33
* qed: Fix memory/entry leak in qed_init_sp_request()Denis Bolotin2018-11-091-2/+14
* qlcnic: remove assumption that vlan_tci != 0Michał Mirosław2018-11-081-3/+5
* qed: fix link config error handlingArnd Bergmann2018-11-041-2/+5
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-253-8/+0Star
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-023-8/+0Star
* | qed: Fix static checker warningRahul Verma2018-10-231-3/+3
* | qlcnic: fix a return in qlcnic_dcb_get_capability()Dan Carpenter2018-10-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-192-3/+1Star
|\ \
| * | net: qla3xxx: Remove overflowing shift statementNathan Chancellor2018-10-181-2/+0Star
| * | qed: fix spelling mistake "Ireelevant" -> "Irrelevant"Colin Ian King2018-10-161-1/+1
* | | qed: fix spelling mistake "transcevier" -> "transceiver"Colin Ian King2018-10-191-1/+1
* | | qed: Prevent link getting down in case of autoneg-off.Rahul Verma2018-10-161-7/+33
* | | qede: Check available link modes before link set from ethtool.Rahul Verma2018-10-161-19/+45
* | | qed: Add supported link and advertise link to display in ethtool.Rahul Verma2018-10-164-55/+403
* | | qed: Added supported transceiver modes, speed capability and board config to ...Rahul Verma2018-10-161-1/+53
* | | qed: Align local and global PTT to propagate through the APIs.Rahul Verma2018-10-165-23/+35
* | | qed: Add support for virtual link.Sudarsana Reddy Kalluru2018-10-102-52/+73
* | | qed: Avoid implicit enum conversion in qed_ooo_submit_tx_buffersNathan Chancellor2018-10-041-1/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-0413-98/+28Star
|\| |
| * | qlcnic: fix Tx descriptor corruption on 82xx devicesShahed Shaikh2018-09-295-12/+17
| * | qlogic: netxen: remove ndo_poll_controllerEric Dumazet2018-09-281-23/+0Star
| * | qlcnic: remove ndo_poll_controllerEric Dumazet2018-09-281-45/+0Star
| * | qed: Fix shmem structure inconsistency between driver and the mfw.Sudarsana Reddy Kalluru2018-09-281-0/+1
| * | qed: Avoid implicit enum conversion in qed_iwarp_parse_rx_pktNathan Chancellor2018-09-271-2/+2
| * | qed: Avoid constant logical operation warning in qed_vf_pf_acquireNathan Chancellor2018-09-271-1/+0Star