summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: Remove set but not used variables 'fw_mbx' and 'hdr_size'Yue Haibing2018-09-121-5/+1
* qed*: Utilize FW 8.37.7.0Denis Bolotin2018-09-064-196/+361
* qed: Lower the severity of a dcbx log message.Sudarsana Reddy Kalluru2018-09-011-2/+3
* qed: fix spelling mistake "comparsion" -> "comparison"Colin Ian King2018-08-251-1/+1
* qlge: Fix netdev features configuration.Manish Chopra2018-08-251-15/+8
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2
* 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/+0
* 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-071-0/+1
* qlcnic: Mark expected switch fall-througsGustavo A. R. Silva2018-08-071-1/+2
* qede: qede_fp: Mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+2
* netxen_nic: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-071-1/+2
* qed: qed_dev: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-071-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/+0
* qed: remove redundant functions qed_set_gft_event_id_cm_hdrYueHaibing2018-07-291-13/+0
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-246-16/+27
|\
| * qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru2018-07-215-13/+17
| * qed: Fix possible race for the link state value.Sudarsana Reddy Kalluru2018-07-211-0/+1
| * qed: Fix link flap issue due to mismatching EEE capabilities.Sudarsana Reddy Kalluru2018-07-211-3/+9
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-205-14/+32
|\ \ | |/
| * qlogic: check kstrtoul() for errorsDan Carpenter2018-07-131-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-191-0/+88
* | qed: Add qed APIs for PHY module query.Sudarsana Reddy Kalluru2018-07-194-0/+104
* | xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0
* | qlogic: netxen: remove various redundant variablesColin Ian King2018-07-052-11/+3
* | qed: remove redundant pointer 'name'Colin Ian King2018-07-041-2/+0
* | 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/+4
* 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-124-7/+10
OpenPOWER on IntegriCloud