summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qed: Add Multi-TC RoCE supportDenis Bolotin2018-08-073-32/+121
* qed: Add a flag which indicates if offload TC is setDenis Bolotin2018-08-074-7/+33
* qed: Add DCBX API - qed_dcbx_get_priority_tc()Denis Bolotin2018-08-072-0/+21
* qed: Make some functions staticYueHaibing2018-08-0112-38/+43
* qed: remove redundant functions qed_get_cm_pq_idx_rlYueHaibing2018-07-291-10/+0Star
* qed: remove redundant functions qed_set_gft_event_id_cm_hdrYueHaibing2018-07-291-13/+0Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-256-16/+27
|\
| * qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru2018-07-225-13/+17
| * qed: Fix possible race for the link state value.Sudarsana Reddy Kalluru2018-07-221-0/+1
| * qed: Fix link flap issue due to mismatching EEE capabilities.Sudarsana Reddy Kalluru2018-07-221-3/+9
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-215-14/+32
|\|
| * qlogic: check kstrtoul() for errorsDan Carpenter2018-07-141-0/+2
| * qed: fix spelling mistake "successffuly" -> "successfully"Ewan D. Milne2018-07-121-1/+1
| * qed: off by one in qed_parse_mcp_trace_buf()Dan Carpenter2018-07-051-1/+1
| * qed: Fix reading stale configuration informationDenis Bolotin2018-07-052-12/+28
* | qede: Add driver callbacks for eeprom module query.Sudarsana Reddy Kalluru2018-07-201-0/+88
* | qed: Add qed APIs for PHY module query.Sudarsana Reddy Kalluru2018-07-204-0/+104
* | xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0Star
* | qlogic: netxen: remove various redundant variablesColin Ian King2018-07-052-11/+3Star
* | qed: remove redundant pointer 'name'Colin Ian King2018-07-041-2/+0Star
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-035-9/+38
|\|
| * qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru2018-07-021-2/+8
| * qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru2018-07-021-4/+4
| * qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru2018-07-022-3/+18
| * qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru2018-07-021-0/+8
* | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
|/
* qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru2018-06-201-7/+4Star
* qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru2018-06-201-2/+10
* qed: Fix possible memory leak in Rx error path handling.Sudarsana Reddy Kalluru2018-06-201-2/+9
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-134-7/+10
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-136-21/+24
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-4/+5
* qed*: Utilize FW 8.37.2.0Michal Kalderon2018-06-0512-435/+662
* qed: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-06-041-4/+3Star
* qed: Add srq core support for RoCE and iWARPYuval Bason2018-06-048-7/+223
* qed: Fix use of incorrect shmem address.Sudarsana Reddy Kalluru2018-06-041-2/+3
* qed: Fix shared memory inconsistency between driver and the MFW.Sudarsana Reddy Kalluru2018-06-041-0/+1
* qed*: Add link change count value to ethtool statistics display.Sudarsana Reddy Kalluru2018-05-314-2/+14
* drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-303-7/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-271-1/+1
|\
| * qed: Fix mask for physical address in ILT entryShahed Shaikh2018-05-221-1/+1
* | qed*: Support drop action classificationManish Chopra2018-05-255-15/+37
* | qede: Support flow classification to the VFs.Manish Chopra2018-05-251-4/+30
* | qed*: Support other classification modes.Manish Chopra2018-05-252-2/+31
* | qede: Validate unsupported configurationsManish Chopra2018-05-251-0/+73
* | qede: Refactor ethtool rx classification flow.Manish Chopra2018-05-251-182/+330
* | qede: Add support for populating ethernet TLVs.Sudarsana Reddy Kalluru2018-05-231-0/+101
* | qed: Add driver infrastucture for handling mfw requests.Sudarsana Reddy Kalluru2018-05-233-1/+160
* | qed: Add support for processing iscsi tlv request.Sudarsana Reddy Kalluru2018-05-232-1/+134
* | qed: Add support for processing fcoe tlv request.Sudarsana Reddy Kalluru2018-05-232-1/+831