summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qed
AgeCommit message (Expand)AuthorFilesLines
2016-08-23qed: FLR of active VFs might lead to FW assertYuval Mintz1-1/+10
2016-08-09qed: Update app count when adding a new dcbx app entry to the table.Sudarsana Reddy Kalluru1-2/+6
2016-08-09qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru1-20/+104
2016-08-09qed: Use ieee mfw-mask to get ethtype in ieee-dcbx mode.Sudarsana Reddy Kalluru2-30/+66
2016-08-09qed: Remove the endian-ness conversion for pri_to_tc value.Sudarsana Reddy Kalluru1-2/+1
2016-08-02qed: Fail driver load in 100g MSI mode.Sudarsana Reddy Kalluru1-1/+6
2016-08-02qed: 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-31qed: Prevent over-usage of vlan credits by PFYuval Mintz1-1/+8
2016-07-31qed: Correct min bandwidth for 100gYuval Mintz1-1/+1
2016-07-31qed: Don't over-do producer cleanup for RxYuval Mintz2-4/+4
2016-07-31qed: Fix removal of spoof checking for VFsYuval Mintz1-1/+1
2016-07-26qed: 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-08qed: PF to reply to unknown messagesYuval Mintz1-11/+22
2016-06-08qed: PF enforce MAC limitation of VFsYuval Mintz2-6/+79
2016-06-08qed: Move doorbell calculation from VF to PFYuval Mintz2-11/+38
2016-06-08qed: Make PF more robust against malicious VFYuval Mintz1-4/+68
2016-06-08qed: PF-VF resource negotiationYuval Mintz3-69/+135
2016-06-08qed: Relax VF firmware requirementsYuval Mintz4-50/+116
2016-06-04qed: Initialize hardware for new protocolsYuval Mintz7-70/+1535
2016-06-04qed: Add iscsi/rdma personalitiesYuval Mintz6-4/+47
2016-06-04qed: Add common HSI for new protocolsYuval Mintz2-0/+3034
2016-06-04qed: Revisit chain implementationYuval Mintz4-84/+283
2016-06-03qed: Utilize FW 8.10.3.0Yuval Mintz12-4539/+3899
2016-06-02qed: fix qed_fill_link() error handlingArnd Bergmann2-10/+39
2016-05-26qed: Don't config min BW on 100g on link flapYuval Mintz1-0/+7
2016-05-26qed: Prevent 100g from working in MSISudarsana Reddy Kalluru2-8/+15
2016-05-26qed: Add missing 100g init modeYuval Mintz1-0/+7
2016-05-26qed: Save min/max accross dcbx-changeYuval Mintz1-2/+4
2016-05-26qed: Fix allocation in interrupt contextSudarsana Reddy Kalluru1-11/+16
2016-05-25qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru1-1/+1
2016-05-24qed: signedness bug in qed_dcbx_process_tlv()Dan Carpenter1-1/+2
2016-05-17qed: add support for dcbx.Sudarsana Reddy Kalluru10-8/+825
2016-05-17qed: Remove a stray tabDan Carpenter1-1/+1
2016-05-16qed: VFs gracefully accept lack of PMYuval Mintz1-1/+1
2016-05-16qed: Allow more than 16 VFsYuval Mintz1-0/+3
2016-05-16qed: Reset link on IOV disableManish Chopra1-39/+51