summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-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-022-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-081-11/+22
* | qed: PF enforce MAC limitation of VFsYuval Mintz2016-06-082-6/+79
* | qed: Move doorbell calculation from VF to PFYuval Mintz2016-06-082-11/+38
* | qed: Make PF more robust against malicious VFYuval Mintz2016-06-081-4/+68
* | qed: PF-VF resource negotiationYuval Mintz2016-06-083-69/+135
* | qed: Relax VF firmware requirementsYuval Mintz2016-06-084-50/+116
* | qed: Initialize hardware for new protocolsYuval Mintz2016-06-047-70/+1535
* | qed: Add iscsi/rdma personalitiesYuval Mintz2016-06-046-4/+47
* | qed: Add common HSI for new protocolsYuval Mintz2016-06-042-0/+3034
* | qed: Revisit chain implementationYuval Mintz2016-06-044-84/+283
* | qed: Utilize FW 8.10.3.0Yuval Mintz2016-06-0312-4539/+3899
|/
* qed: Don't config min BW on 100g on link flapYuval Mintz2016-05-261-0/+7
* qed: Prevent 100g from working in MSISudarsana Reddy Kalluru2016-05-262-8/+15
* qed: Add missing 100g init modeYuval Mintz2016-05-261-0/+7
* qed: Save min/max accross dcbx-changeYuval Mintz2016-05-261-2/+4
* qed: Fix allocation in interrupt contextSudarsana Reddy Kalluru2016-05-261-11/+16
* qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru2016-05-251-1/+1
* qed: signedness bug in qed_dcbx_process_tlv()Dan Carpenter2016-05-241-1/+2
* qed: add support for dcbx.Sudarsana Reddy Kalluru2016-05-1710-8/+825
* qed: Remove a stray tabDan Carpenter2016-05-171-1/+1
* qed: VFs gracefully accept lack of PMYuval Mintz2016-05-161-1/+1
* qed: Allow more than 16 VFsYuval Mintz2016-05-161-0/+3
* qed: Reset link on IOV disableManish Chopra2016-05-161-39/+51
* qed: Improve VF interrupt resetYuval Mintz2016-05-164-60/+41
* qed: Correct PF-sanity checkYuval Mintz2016-05-161-3/+3
* qed*: Tx-switching configurationYuval Mintz2016-05-128-3/+27
* qed*: support ndo_get_vf_configYuval Mintz2016-05-121-0/+93
* qed*: IOV support spoof-checkingYuval Mintz2016-05-124-0/+99
* qed*: IOV link controlYuval Mintz2016-05-124-0/+248
* qed*: Support forced MACYuval Mintz2016-05-125-0/+198
* qed*: Support PVID configurationYuval Mintz2016-05-127-7/+449
* qed: Align TLVsYuval Mintz2016-05-126-2/+375
* qed: Bulletin and LinkYuval Mintz2016-05-125-6/+425
* qed: IOV l2 functionalityYuval Mintz2016-05-129-246/+1957
* qed: IOV configure and FLRYuval Mintz2016-05-1213-11/+959