aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-23qed: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+4
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-22/+22
2019-01-04qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrierDenis Bolotin1-0/+4
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-12-21net: netxen: fix a missing check and an uninitialized useKangjie Lu1-1/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2018-12-18qlcnic: remove set but not used variables 'op, cmd_op'YueHaibing1-5/+1
2018-12-18qed: Fix an error code qed_ll2_start_xmit()Dan Carpenter1-0/+1
2018-12-13qed: Fix command number mismatch between driver and the mfwSudarsana Reddy Kalluru1-1/+2
2018-12-04qed: fix spelling mistake "Dispalying" -> "Displaying"Colin Ian King1-1/+1
2018-11-30qede: Register l2 queues with doorbell overflow recovery mechanismAriel Elior1-0/+9
2018-11-30qed: Expose the doorbell overflow recovery mechanism to the protocol driversAriel Elior1-0/+2
2018-11-30qed: Register light L2 queues with doorbell overflow recovery mechanismAriel Elior2-10/+21
2018-11-30qed: Register slowpath queue doorbell with doorbell overflow recovery mechanismAriel Elior2-13/+38
2018-11-30qed: Use the doorbell overflow recovery mechanism in case of doorbell overflowAriel Elior6-24/+280
2018-11-30qed: Add doorbell overflow recovery mechanismAriel Elior3-0/+365
2018-11-29qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.Michael Shteinbok3-2/+4
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-11-28qlcnic: remove set but not used variables 'cur_rings, max_hw_rings, tx_desc_info'YueHaibing1-11/+2
2018-11-27qed: fix spelling mistake "attnetion" -> "attention"Colin Ian King1-1/+1
2018-11-27qed: Add support for MBI upgrade over MFW.Sudarsana Reddy Kalluru4-34/+40
2018-11-27qede: Update link status only when interface is ready.Sudarsana Reddy Kalluru2-2/+7
2018-11-27qede: Simplify the usage of qede-flags.Sudarsana Reddy Kalluru3-8/+11
2018-11-27qed: Display port_id in the UFP debug messages.Sudarsana Reddy Kalluru1-7/+13
2018-11-19qed: Fix QM getters to always return a valid pqDenis Bolotin1-4/+20
2018-11-19qed: Fix bitmap_weight() checkDenis Bolotin1-1/+4
2018-11-15drivers/net/ethernet/qlogic/qed/qed_rdma.h: fix typoAndrew Morton1-1/+1
2018-11-13qed: Fix reading wrong value in loop conditionDenis Bolotin1-0/+2
2018-11-13qed: Fix rdma_info structure allocationMichal Kalderon3-25/+45
2018-11-13qed: Fix overriding offload_tc by protocols without APP TLVDenis Bolotin1-7/+7
2018-11-13qed: Fix PTT leak in qed_drain()Denis Bolotin1-1/+1
2018-11-08qed: Fix potential memory corruptionSagiv Ozeri1-7/+5
2018-11-08qed: Fix SPQ entries not returned to pool in error flowsDenis Bolotin8-15/+45
2018-11-08qed: Fix blocking/unlimited SPQ entries leakDenis Bolotin2-27/+33
2018-11-08qed: Fix memory/entry leak in qed_init_sp_request()Denis Bolotin1-2/+14
2018-11-07qlcnic: remove assumption that vlan_tci != 0Michał Mirosław1-3/+5
2018-11-03qed: fix link config error handlingArnd Bergmann1-2/+5
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-8/+0
2018-10-23qed: Fix static checker warningRahul Verma1-3/+3
2018-10-22qlcnic: fix a return in qlcnic_dcb_get_capability()Dan Carpenter1-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+1
2018-10-18qed: fix spelling mistake "transcevier" -> "transceiver"Colin Ian King1-1/+1
2018-10-17net: qla3xxx: Remove overflowing shift statementNathan Chancellor1-2/+0
2018-10-16qed: Prevent link getting down in case of autoneg-off.Rahul Verma1-7/+33
2018-10-16qede: Check available link modes before link set from ethtool.Rahul Verma1-19/+45
2018-10-16qed: Add supported link and advertise link to display in ethtool.Rahul Verma4-55/+403
2018-10-16qed: Added supported transceiver modes, speed capability and board config to HSI.Rahul Verma1-1/+53
2018-10-16qed: Align local and global PTT to propagate through the APIs.Rahul Verma5-23/+35