summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed
Commit message (Expand)AuthorAgeFilesLines
...
| * qed: FLR of active VFs might lead to FW assertYuval Mintz2016-08-221-1/+10
* | qed: Change locking scheme for VF channelYuval Mintz2016-08-221-34/+90
* | qed*: Add support for VFs over legacy PFsYuval Mintz2016-08-223-20/+94
* | qed: Prevent VFs from pause floodingYuval Mintz2016-08-223-0/+6
* | qed: Add support for legacy VFsYuval Mintz2016-08-224-25/+104
* | qed: utilize FW 8.10.10.0Yuval Mintz2016-08-198-593/+932
* | qed: Add support for NCSI statistics.Sudarsana Reddy Kalluru2016-08-186-5/+127
* | 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-081-2/+6
| * qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru2016-08-081-20/+104
| * qed: Use ieee mfw-mask to get ethtype in ieee-dcbx mode.Sudarsana Reddy Kalluru2016-08-082-30/+66
| * qed: Remove the endian-ness conversion for pri_to_tc value.Sudarsana Reddy Kalluru2016-08-081-2/+1
* | qed*: Add and modify some printsYuval Mintz2016-08-155-16/+41
* | qed*: Trivial modificationsYuval Mintz2016-08-155-43/+28
* | qed*: Semantic changesYuval Mintz2016-08-1511-561/+356
* | qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc()Wei Yongjun2016-08-141-0/+1
* | qed*: Add support for ethtool link_ksettings callbacks.Sudarsana Reddy Kalluru2016-08-103-54/+63
* | qed: Use DEFINE_SPINLOCK() for spinlockWei Yongjun2016-08-081-7/+1
|/
* qed: Fail driver load in 100g MSI mode.Sudarsana Reddy Kalluru2016-08-011-1/+6
* qed: Fix error return code in qed_resc_alloc()Wei Yongjun2016-08-011-0/+1
* qed: do not use unitialized variablexypron.glpk@gmx.de2016-08-011-1/+1
* qed: Prevent over-usage of vlan credits by PFYuval Mintz2016-07-301-1/+8
* qed: Correct min bandwidth for 100gYuval Mintz2016-07-301-1/+1
* qed: Don't over-do producer cleanup for RxYuval Mintz2016-07-302-4/+4
* qed: Fix removal of spoof checking for VFsYuval Mintz2016-07-301-1/+1
* qed: Fix setting/clearing bit in completion bitmapManish Chopra2016-07-251-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-303-15/+25
|\
| * qed: Protect the doorbell BAR with the write barriers.Sudarsana Reddy Kalluru2016-06-291-7/+3
| * qed: Add missing port-modeYuval Mintz2016-06-192-0/+2
| * qed: Fix returning unlimited SPQ entriesYuval Mintz2016-06-191-3/+18
| * qed*: Don't reset statistics on inner reloadYuval Mintz2016-06-191-1/+2
| * qed: Prevent VF from Tx-switching 'promisc'Yuval Mintz2016-06-191-4/+0
| * qed: Correct default vlan behaviorYuval Mintz2016-06-191-0/+1
* | qed: Fix static checker warnings.Sudarsana Reddy Kalluru2016-06-291-2/+2
* | qed: Add support for coalescing config read/update.Sudarsana Reddy Kalluru2016-06-237-5/+283
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-102-10/+39
|\|
| * qed: fix qed_fill_link() error handlingArnd Bergmann2016-06-012-10/+39
* | qed: Add dcbnl support.Sudarsana Reddy Kalluru2016-06-082-0/+1097
* | qed: Add support for query/config dcbx.Sudarsana Reddy Kalluru2016-06-083-1/+563
* | qed: potential overflow in qed_cxt_src_t2_alloc()Dan Carpenter2016-06-081-1/+1
* | qed: PF to reply to unknown messagesYuval Mintz2016-06-071-11/+22
* | qed: PF enforce MAC limitation of VFsYuval Mintz2016-06-072-6/+79
* | qed: Move doorbell calculation from VF to PFYuval Mintz2016-06-072-11/+38
* | qed: Make PF more robust against malicious VFYuval Mintz2016-06-071-4/+68
* | qed: PF-VF resource negotiationYuval Mintz2016-06-073-69/+135
* | qed: Relax VF firmware requirementsYuval Mintz2016-06-074-50/+116
* | qed: Initialize hardware for new protocolsYuval Mintz2016-06-037-70/+1535
* | qed: Add iscsi/rdma personalitiesYuval Mintz2016-06-036-4/+47
* | qed: Add common HSI for new protocolsYuval Mintz2016-06-032-0/+3034
* | qed: Revisit chain implementationYuval Mintz2016-06-034-84/+283