summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed
Commit message (Expand)AuthorAgeFilesLines
* qed: Add iSCSI out of order packet handling.Yuval Mintz2016-12-029-30/+1234
* qed: Add support for hardware offloaded iSCSI.Yuval Mintz2016-12-028-2/+1368
* qed*: Handle-based L2-queues.Mintz, Yuval2016-11-308-494/+698
* qed: Optimize qed_chain datapath usageMintz, Yuval2016-11-302-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-153-12/+9
|\
| * qed: Correct rdma params configurationRam Amrani2016-11-101-9/+8
| * qed: configure ll2 RoCE v1/v2 flavor correctlyRam Amrani2016-11-102-3/+1
* | qed: Prevent stack corruption on MFW interactionMintz, Yuval2016-11-092-5/+12
* | qed: Correct VF mac numberMintz, Yuval2016-11-013-0/+22
* | qed: Learn resources from management firmwareTomer Tayar2016-10-316-62/+340
* | qed: Use VF-queue featureMintz, Yuval2016-10-314-16/+54
* | qed: Learn of RDMA capabilities per-deviceMintz, Yuval2016-10-312-8/+77
* | qed*: Add support for WoLMintz, Yuval2016-10-315-5/+114
* | qed: Add nvram selftestMintz, Yuval2016-10-316-0/+251
* | qed*: Management firmware - notifications and defaultsSudarsana Kalluru2016-10-316-3/+449
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-3012-305/+180
|\|
| * qed: Zero-out the buffer paased to dcbx_query() APISudarsana Reddy Kalluru2016-10-221-0/+2
| * qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru2016-10-221-0/+1
| * qed: Use list_move_tail instead of list_del/list_add_tailWei Yongjun2016-10-181-7/+4
| * qed: Additional work toward cleaning C=1Yuval Mintz2016-10-148-164/+58
| * qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz2016-10-149-128/+114
| * qed: Fix static checker warning.Yuval Mintz2016-10-141-6/+1
* | qed: Remove useless set memory to zero use memset()Wei Yongjun2016-10-181-1/+0
* | qed: Fix possible race when reading firmware return code.Manish Chopra2016-10-142-8/+8
* | qed: Handle malicious VFs eventsYuval Mintz2016-10-143-20/+96
* | qed: Allow chance for fast ramrod completionsYuval Mintz2016-10-141-26/+59
* | qed*: Allow unicast filteringYuval Mintz2016-10-141-2/+10
* | qed: Pass MAC hints to VFsYuval Mintz2016-10-141-2/+2
|/
* qed: fix old-style function definitionArnd Bergmann2016-10-131-1/+1
* qed: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2016-10-131-2/+2
* qed: Add RoCE ll2 & GSI supportRam Amrani2016-10-036-12/+444
* qed: Add support for memory registeration verbsRam Amrani2016-10-031-0/+240
* qed: Add support for QP verbsRam Amrani2016-10-033-0/+1269
* qed: PD,PKEY and CQ verb supportRam Amrani2016-10-032-0/+345
* qed: Add support for RoCE hw initRam Amrani2016-10-0313-7/+1269
* qed: Add Light L2 supportYuval Mintz2016-10-0310-3/+2186
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-2/+2
|\
| * qed: Fix stack corruption on probeYuval Mintz2016-09-201-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-3/+17
|\|
| * qed: fix kzalloc-simple.cocci warningsWu Fengguang2016-09-011-4/+2
| * qed: Clear dcbx memory buffers before the usage.Sudarsana Reddy Kalluru2016-08-311-0/+4
| * qed: Set selection-field while configuring the app entry in ieee mode.Sudarsana Reddy Kalluru2016-08-311-1/+9
| * qed*: Disallow dcbx configuration for VF interfaces.Sudarsana Reddy Kalluru2016-08-311-0/+4
* | qed: mark symbols static where possibleBaoyou Xie2016-09-094-28/+35
* | qed*: Add support for the ethtool get_regs operationTomer Tayar2016-09-071-0/+2
* | qed: Add support for debug data collectionTomer Tayar2016-09-077-12/+8916
* | qed: add missing header dependenciesBaoyou Xie2016-09-071-0/+1
* | qed: Add infrastructure for debug data collectionTomer Tayar2016-09-064-0/+131
* | qed: Remove OOM messagesJoe Perches2016-09-0611-141/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+10
|\|