summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
Commit message (Expand)AuthorAgeFilesLines
* qed: Add infrastructure for debug data collectionTomer Tayar2016-09-064-0/+131
* qed: Remove OOM messagesJoe Perches2016-09-0611-141/+47
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-021-3/+4
* qede: hide 32-bit compile warningArnd Bergmann2016-08-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-302-2/+14
|\
| * qed: FLR of active VFs might lead to FW assertYuval Mintz2016-08-231-1/+10
| * qede: Fix Tx timeout due to xmit_moreYuval Mintz2016-08-191-1/+4
* | qede: Add support for Tx/Rx-only queues.Sudarsana Reddy Kalluru2016-08-243-157/+297
* | qed: Change locking scheme for VF channelYuval Mintz2016-08-231-34/+90
* | qed*: Add support for VFs over legacy PFsYuval Mintz2016-08-235-20/+106
* | qed: Prevent VFs from pause floodingYuval Mintz2016-08-233-0/+6
* | qed: Add support for legacy VFsYuval Mintz2016-08-234-25/+104
* | qed: utilize FW 8.10.10.0Yuval Mintz2016-08-209-594/+933
* | qede: Fix forcing high speedsYuval Mintz2016-08-191-2/+2
* | qed*: Fix pause settingYuval Mintz2016-08-191-1/+1
* | qed: Add support for NCSI statistics.Sudarsana Reddy Kalluru2016-08-196-5/+127
* | qede: Add support for per-queue stats.Sudarsana Reddy Kalluru2016-08-193-13/+57
* | qede: Add support for capturing additional stats in ethtool-stats display.Sudarsana Reddy Kalluru2016-08-193-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-182-54/+177
|\|
| * qed: Update app count when adding a new dcbx app entry to the table.Sudarsana Reddy Kalluru2016-08-091-2/+6
| * qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru2016-08-091-20/+104
| * qed: Use ieee mfw-mask to get ethtype in ieee-dcbx mode.Sudarsana Reddy Kalluru2016-08-092-30/+66
| * qed: Remove the endian-ness conversion for pri_to_tc value.Sudarsana Reddy Kalluru2016-08-091-2/+1
* | qed*: Add and modify some printsYuval Mintz2016-08-156-24/+53
* | qed*: Trivial modificationsYuval Mintz2016-08-156-46/+28
* | qed*: Semantic changesYuval Mintz2016-08-1513-640/+404
* | qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc()Wei Yongjun2016-08-151-0/+1
* | qed*: Add support for ethtool link_ksettings callbacks.Sudarsana Reddy Kalluru2016-08-114-84/+165
* | qed: Use DEFINE_SPINLOCK() for spinlockWei Yongjun2016-08-091-7/+1
|/
* qlcnic: Update version to 5.3.65Manish Chopra2016-08-031-2/+2
* qlcnic: fix napi budget alterationManish Chopra2016-08-031-2/+0
* qlcnic: fix data structure corruption in async mbx command handlingManish Chopra2016-08-032-44/+60
* qed: Fail driver load in 100g MSI mode.Sudarsana Reddy Kalluru2016-08-021-1/+6
* qed: Fix error return code in qed_resc_alloc()Wei Yongjun2016-08-021-0/+1
* net: qlcnic: avoid superfluous assignementxypron.glpk@gmx.de2016-08-011-1/+0
* qed: do not use unitialized variablexypron.glpk@gmx.de2016-08-011-1/+1
* net: qlge: remove superfluous statementxypron.glpk@gmx.de2016-08-011-1/+0
* qed: Prevent over-usage of vlan credits by PFYuval Mintz2016-07-311-1/+8
* qed: Correct min bandwidth for 100gYuval Mintz2016-07-311-1/+1
* qede: Reset statistics on explicit downYuval Mintz2016-07-311-0/+1
* qed: Don't over-do producer cleanup for RxYuval Mintz2016-07-312-4/+4
* qed: Fix removal of spoof checking for VFsYuval Mintz2016-07-311-1/+1
* qede: Don't try removing unconfigured vlansYuval Mintz2016-07-311-4/+7
* qed: Fix setting/clearing bit in completion bitmapManish Chopra2016-07-261-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-0/+2
|\
| * qlcnic: add wmb() call in transmit data path.Sony Chacko2016-07-011-0/+2
* | qede: Bump up driver version to 8.10.1.20Manish Chopra2016-07-011-1/+1
* | qede: Add get/set rx copy break tunable supportManish Chopra2016-07-013-1/+51
* | qede: Utilize xmit_moreManish Chopra2016-07-011-14/+23
* | qede: qede_poll refactoringManish Chopra2016-07-011-42/+35