aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-22qed: FLR of active VFs might lead to FW assertYuval Mintz1-1/+10
2016-08-19qed: utilize FW 8.10.10.0Yuval Mintz9-594/+933
2016-08-18qede: Fix forcing high speedsYuval Mintz1-2/+2
2016-08-18qed*: Fix pause settingYuval Mintz1-1/+1
2016-08-18qede: Fix Tx timeout due to xmit_moreYuval Mintz1-1/+4
2016-08-18qed: Add support for NCSI statistics.Sudarsana Reddy Kalluru6-5/+127
2016-08-18qede: Add support for per-queue stats.Sudarsana Reddy Kalluru3-13/+57
2016-08-18qede: Add support for capturing additional stats in ethtool-stats display.Sudarsana Reddy Kalluru3-0/+6
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-54/+177
2016-08-15qed*: Add and modify some printsYuval Mintz6-24/+53
2016-08-15qed*: Trivial modificationsYuval Mintz6-46/+28
2016-08-15qed*: Semantic changesYuval Mintz13-640/+404
2016-08-14qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc()Wei Yongjun1-0/+1
2016-08-10qed*: Add support for ethtool link_ksettings callbacks.Sudarsana Reddy Kalluru4-84/+165
2016-08-08qed: Update app count when adding a new dcbx app entry to the table.Sudarsana Reddy Kalluru1-2/+6
2016-08-08qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru1-20/+104
2016-08-08qed: Use ieee mfw-mask to get ethtype in ieee-dcbx mode.Sudarsana Reddy Kalluru2-30/+66
2016-08-08qed: Remove the endian-ness conversion for pri_to_tc value.Sudarsana Reddy Kalluru1-2/+1
2016-08-08qed: Use DEFINE_SPINLOCK() for spinlockWei Yongjun1-7/+1
2016-08-03qlcnic: Update version to 5.3.65Manish Chopra1-2/+2
2016-08-03qlcnic: fix napi budget alterationManish Chopra1-2/+0
2016-08-03qlcnic: fix data structure corruption in async mbx command handlingManish Chopra2-44/+60
2016-08-01qed: Fail driver load in 100g MSI mode.Sudarsana Reddy Kalluru1-1/+6
2016-08-01qed: Fix error return code in qed_resc_alloc()Wei Yongjun1-0/+1
2016-08-01net: qlcnic: avoid superfluous assignementxypron.glpk@gmx.de1-1/+0
2016-08-01qed: do not use unitialized variablexypron.glpk@gmx.de1-1/+1
2016-08-01net: qlge: remove superfluous statementxypron.glpk@gmx.de1-1/+0
2016-07-30qed: Prevent over-usage of vlan credits by PFYuval Mintz1-1/+8
2016-07-30qed: Correct min bandwidth for 100gYuval Mintz1-1/+1
2016-07-30qede: Reset statistics on explicit downYuval Mintz1-0/+1
2016-07-30qed: Don't over-do producer cleanup for RxYuval Mintz2-4/+4
2016-07-30qed: Fix removal of spoof checking for VFsYuval Mintz1-1/+1
2016-07-30qede: Don't try removing unconfigured vlansYuval Mintz1-4/+7
2016-07-25qed: Fix setting/clearing bit in completion bitmapManish Chopra1-4/+3
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-07-01qede: Bump up driver version to 8.10.1.20Manish Chopra1-1/+1
2016-07-01qede: Add get/set rx copy break tunable supportManish Chopra3-1/+51
2016-07-01qede: Utilize xmit_moreManish Chopra1-14/+23
2016-07-01qede: qede_poll refactoringManish Chopra1-42/+35
2016-07-01qede: Add support for handling IP fragmented packets.Manish Chopra3-0/+23
2016-07-01qlcnic: add wmb() call in transmit data path.Sony Chacko1-0/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-19/+30
2016-06-29qed: Protect the doorbell BAR with the write barriers.Sudarsana Reddy Kalluru1-7/+3
2016-06-29qede: Fix the static checker warnings.Sudarsana Reddy Kalluru1-3/+5
2016-06-29qed: Fix static checker warnings.Sudarsana Reddy Kalluru1-2/+2
2016-06-29qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()Dan Carpenter1-1/+1
2016-06-23qede: Add support for coalescing config read/update.Sudarsana Reddy Kalluru1-0/+53
2016-06-23qed: Add support for coalescing config read/update.Sudarsana Reddy Kalluru7-5/+283
2016-06-19qed: Add missing port-modeYuval Mintz2-0/+2
2016-06-19qed: Fix returning unlimited SPQ entriesYuval Mintz1-3/+18