aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2016-08-22qed: Change locking scheme for VF channelYuval Mintz1-34/+90
2016-08-22qed*: Add support for VFs over legacy PFsYuval Mintz3-20/+94
2016-08-22qed: Prevent VFs from pause floodingYuval Mintz3-0/+6
2016-08-22qed: Add support for legacy VFsYuval Mintz4-25/+104
2016-08-22qed: FLR of active VFs might lead to FW assertYuval Mintz1-1/+10
2016-08-19qed: utilize FW 8.10.10.0Yuval Mintz8-593/+932
2016-08-18qed: Add support for NCSI statistics.Sudarsana Reddy Kalluru6-5/+127
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 Mintz5-16/+41
2016-08-15qed*: Trivial modificationsYuval Mintz5-43/+28
2016-08-15qed*: Semantic changesYuval Mintz11-561/+356
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 Kalluru3-54/+63
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-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-01qed: do not use unitialized variablexypron.glpk@gmx.de1-1/+1
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-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-25qed: Fix setting/clearing bit in completion bitmapManish Chopra1-4/+3
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-15/+25
2016-06-29qed: Protect the doorbell BAR with the write barriers.Sudarsana Reddy Kalluru1-7/+3
2016-06-29qed: Fix static checker warnings.Sudarsana Reddy Kalluru1-2/+2
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
2016-06-19qed*: Don't reset statistics on inner reloadYuval Mintz1-1/+2
2016-06-19qed: Prevent VF from Tx-switching 'promisc'Yuval Mintz1-4/+0
2016-06-19qed: Correct default vlan behaviorYuval Mintz1-0/+1
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-10/+39
2016-06-08qed: Add dcbnl support.Sudarsana Reddy Kalluru2-0/+1097
2016-06-08qed: Add support for query/config dcbx.Sudarsana Reddy Kalluru3-1/+563
2016-06-08qed: potential overflow in qed_cxt_src_t2_alloc()Dan Carpenter1-1/+1
2016-06-07qed: PF to reply to unknown messagesYuval Mintz1-11/+22
2016-06-07qed: PF enforce MAC limitation of VFsYuval Mintz2-6/+79
2016-06-07qed: Move doorbell calculation from VF to PFYuval Mintz2-11/+38
2016-06-07qed: Make PF more robust against malicious VFYuval Mintz1-4/+68
2016-06-07qed: PF-VF resource negotiationYuval Mintz3-69/+135
2016-06-07qed: Relax VF firmware requirementsYuval Mintz4-50/+116
2016-06-03qed: Initialize hardware for new protocolsYuval Mintz7-70/+1535
2016-06-03qed: Add iscsi/rdma personalitiesYuval Mintz6-4/+47
2016-06-03qed: Add common HSI for new protocolsYuval Mintz2-0/+3034
2016-06-03qed: Revisit chain implementationYuval Mintz4-84/+283