summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qed: fix spelling mistake "comparsion" -> "comparison"Colin Ian King2018-08-261-1/+1
* qlge: Fix netdev features configuration.Manish Chopra2018-08-261-15/+8Star
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2Star
* qed: Avoid sending mailbox commands when MFW is not responsiveTomer Tayar2018-08-203-3/+56
* qed: Prevent a possible deadlock during driver load and unloadTomer Tayar2018-08-202-20/+44
* qed: Wait for MCP halt and resume commands to take placeTomer Tayar2018-08-202-8/+39
* qed: Wait for ready indication before rereading the shmemTomer Tayar2018-08-201-9/+41
* qed/qede: qede_setup_tc() can be statickbuild test robot2018-08-101-1/+1
* ethernet/qlogic: remove unused array msi_tgt_statusColin Ian King2018-08-091-7/+0Star
* qede: Ingress tc flower offload (drop action) support.Manish Chopra2018-08-094-11/+362
* qede: Add destination ip based flow profile.Manish Chopra2018-08-091-48/+66
* qed/qede: Multi CoS support.Manish Chopra2018-08-096-49/+194
* qlge: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* qlcnic: Mark expected switch fall-througsGustavo A. R. Silva2018-08-081-1/+2
* qede: qede_fp: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+2
* netxen_nic: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-1/+2
* qed: qed_dev: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-2/+2
* 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