summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: fix deadlock bugJunxiao Bi2018-02-131-9/+9
* qed: Fix interrupt flags on Rx LL2Ram Amrani2017-12-201-4/+5
* qed: Fix mapping leak on LL2 rx flowMintz, Yuval2017-12-201-0/+2
* qed: Align CIDs according to DORQ requirementRam Amrani2017-12-201-1/+2
* qed: Read queue state before releasing bufferRam Amrani2017-10-211-6/+6
* qed: Reserve doorbell BAR space for present CPUsRam Amrani2017-10-211-1/+1
* qede: Prevent index problems in loopback testSudarsana Reddy Kalluru2017-10-211-3/+3
* qed: Don't use attention PTT for configuring BWMintz, Yuval2017-10-213-5/+8
* qed: Fix possible system hang in the dcbnl-getdcbx() path.sudarsana.kalluru@cavium.com2017-10-081-1/+1
* qlge: avoid memcpy buffer overflowArnd Bergmann2017-09-201-1/+1
* net: ethernet: qlogic: set error code on failurePan Bian2016-12-051-0/+1
* qed: Correct rdma params configurationRam Amrani2016-11-101-9/+8
* qed: configure ll2 RoCE v1/v2 flavor correctlyRam Amrani2016-11-102-3/+1
* qede: Correctly map aggregation replacement pagesMintz, Yuval2016-11-031-1/+1
* qede: Fix statistics' strings for Tx/Rx queuesMintz, Yuval2016-10-311-9/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-2917-350/+257
|\
| * qede: Fix out-of-bound fastpath memory accessMintz, Yuval2016-10-291-2/+2
| * qede: Fix incorrrect usage of APIs for un-mapping DMA memoryManish Chopra2016-10-222-6/+6
| * qed: Zero-out the buffer paased to dcbx_query() APISudarsana Reddy Kalluru2016-10-221-0/+2
| * qede: Reconfigure rss indirection direction table when rss count is updatedSudarsana Reddy Kalluru2016-10-221-0/+7
| * qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru2016-10-222-1/+2
| * qede: Loopback implementation should ignore the normal trafficSudarsana Reddy Kalluru2016-10-223-35/+49
| * qede: Do not allow RSS config for 100G devicesSudarsana Reddy Kalluru2016-10-221-0/+6
| * qede: get_channels() need to populate max tx/rx coalesce valuesSudarsana Reddy Kalluru2016-10-221-0/+2
| * 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-1411-129/+119
| * qed: Fix static checker warning.Yuval Mintz2016-10-141-6/+1
* | qedr: Add RoCE driver frameworkRam Amrani2016-10-141-11/+0
|/
* 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
* qede: Add qedr frameworkRam Amrani2016-10-035-15/+362
* qed: Add Light L2 supportYuval Mintz2016-10-0311-3/+2194
* net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh2016-09-243-3/+10
* 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-122-4/+19
|\ \ | |/
| * 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-312-1/+6
* | qed: mark symbols static where possibleBaoyou Xie2016-09-094-28/+35
* | qede: mark qede_set_features() staticBaoyou Xie2016-09-091-1/+1
* | qed*: Add support for the ethtool get_regs operationTomer Tayar2016-09-072-0/+26
* | qed: Add support for debug data collectionTomer Tayar2016-09-077-12/+8916