summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_dev.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Correct min bandwidth for 100gYuval Mintz2016-07-301-1/+1
* qed: Add support for coalescing config read/update.Sudarsana Reddy Kalluru2016-06-231-0/+104
* qed: Initialize hardware for new protocolsYuval Mintz2016-06-031-25/+129
* qed: Add iscsi/rdma personalitiesYuval Mintz2016-06-031-0/+6
* qed: Revisit chain implementationYuval Mintz2016-06-031-60/+254
* qed: Utilize FW 8.10.3.0Yuval Mintz2016-06-021-13/+55
* 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-261-0/+5
* 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: add support for dcbx.Sudarsana Reddy Kalluru2016-05-171-5/+100
* qed*: Tx-switching configurationYuval Mintz2016-05-121-1/+2
* qed*: IOV link controlYuval Mintz2016-05-121-0/+76
* qed*: Support PVID configurationYuval Mintz2016-05-121-1/+8
* qed: IOV l2 functionalityYuval Mintz2016-05-121-1/+9
* qed: IOV configure and FLRYuval Mintz2016-05-121-6/+11
* qed: Introduce VFsYuval Mintz2016-05-121-32/+150
* qed: Add CONFIG_QED_SRIOVYuval Mintz2016-05-121-0/+19
* qed: Add PF min bandwidth configuration supportManish Chopra2016-04-261-0/+71
* qed: Add PF max bandwidth configuration supportManish Chopra2016-04-261-1/+67
* qed: Add vport WFQ configuration APIsManish Chopra2016-04-261-4/+184
* qed: Add infrastructure support for tunnelingManish Chopra2016-04-151-2/+4
* qed: Remove unused NVM vendor IDYuval Mintz2016-03-021-7/+0
* qed: Fix error flow on slowpath startYuval Mintz2016-03-021-40/+49
* qed: Move statistics to L2 codeYuval Mintz2016-03-021-243/+1
* qed: Support B0 instead of A0Yuval Mintz2016-03-021-18/+23
* qed: Correct BAR sizes for older MFWRam Amrani2016-03-021-13/+29
* qed: Semantic refactoring of interrupt codeYuval Mintz2016-03-011-1/+5
* qed: Turn most GFP_ATOMIC into GFP_KERNELYuval Mintz2016-02-211-3/+3
* qed/qede: use 8.7.3.0 FW.Yuval Mintz2016-02-171-46/+42
* qed: Fix BAR size split for some serversAriel Elior2015-12-071-21/+32
* qlogic: qed: fix error codes in qed_resc_alloc()Dan Carpenter2015-11-051-3/+9
* qlogic: qed: fix a test for MODE_MF_SIDan Carpenter2015-11-041-1/+1
* qed: Add statistics supportManish Chopra2015-10-271-1/+243
* qed: Add link supportYuval Mintz2015-10-271-2/+104
* qed: Add slowpath L2 supportManish Chopra2015-10-271-0/+114
* qed: Add basic L2 interfaceYuval Mintz2015-10-271-0/+62
* qed: Add module with basic common supportYuval Mintz2015-10-271-0/+1277