summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt (follow)
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Add support for flashing the device via devlinkVasundhara Volam2019-11-243-2/+24
* bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW.Michael Chan2019-11-243-5/+12
* bnxt_en: Add async. event logic for PHY configuration changes.Michael Chan2019-11-242-0/+11
* bnxt_en: Refactor the initialization of the ethtool link settings.Michael Chan2019-11-241-20/+26
* bnxt_en: Skip disabling autoneg before PHY loopback when appropriate.Michael Chan2019-11-243-3/+10
* bnxt_en: Assign more RSS context resources to the VFs.Michael Chan2019-11-241-2/+6
* bnxt_en: Initialize context memory to the value specified by firmware.Michael Chan2019-11-242-9/+19
* bnxt_en: Fix suspend/resume path on 57500 chipsVasundhara Volam2019-11-241-0/+14
* bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume()Vasundhara Volam2019-11-241-2/+10
* bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command.Vasundhara Volam2019-11-243-47/+35
* bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path.Vasundhara Volam2019-11-242-3/+11
* bnxt_en: Disable/enable Bus master during suspend/resume.Michael Chan2019-11-241-0/+8
* bnxt_en: Add chip IDs for 57452 and 57454 chips.Michael Chan2019-11-241-1/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-211-7/+2
|\
| * bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko2019-11-181-7/+2
* | bnxt_en: Abort waiting for firmware response if there is no heartbeat.Pavan Chebbi2019-11-191-0/+10
* | bnxt_en: Add a warning message for driver initiated resetVasundhara Volam2019-11-191-0/+1
* | bnxt_en: Return proper error code for non-existent NVM variableVasundhara Volam2019-11-191-1/+8
* | bnxt_en: Report health status update after reset is doneVasundhara Volam2019-11-194-0/+26
* | bnxt_en: Set MASTER flag during driver registration.Vasundhara Volam2019-11-191-1/+2
* | bnxt_en: Extend ETHTOOL_RESET to hot reset driver.Vasundhara Volam2019-11-193-2/+10
* | bnxt_en: Increase firmware response timeout for coredump commands.Vasundhara Volam2019-11-191-1/+2
* | bnxt_en: Improve RX buffer error handling.Michael Chan2019-11-193-2/+9
* | bnxt_en: Update firmware interface spec to 1.10.1.12.Michael Chan2019-11-193-44/+77
* | bnxt_en: Fix array overrun in bnxt_fill_l2_rewrite_fields().Venkat Duvvuru2019-11-132-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-023-52/+73
|\
| * bnxt_en: Avoid disabling pci device in bnxt_remove_one() for already disabled...Vasundhara Volam2019-10-221-1/+2
| * bnxt_en: Minor formatting changes in FW devlink_health_reporterVasundhara Volam2019-10-221-11/+6
| * bnxt_en: Adjust the time to wait before polling firmware readiness.Vasundhara Volam2019-10-221-5/+2
| * bnxt_en: Fix devlink NVRAM related byte order related issues.Michael Chan2019-10-221-27/+54
| * bnxt_en: Fix the size of devlink MSIX parameters.Vasundhara Volam2019-10-222-15/+16
* | bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during suspend/resume.Pavan Chebbi2019-10-311-0/+2
* | bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during error recovery.Vasundhara Volam2019-10-311-9/+14
* | bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence.Vasundhara Volam2019-10-313-11/+20
* | bnxt_en: flow_offload: offload tunnel decap rules via indirect callbacksSriharsha Basavapatna2019-10-313-2/+165
* | bnxt_en: Add support for NAT(L3/L4 rewrite)Somnath Kotur2019-10-312-7/+144
* | bnxt: Avoid logging an unnecessary message when a flow can't be offloadedSomnath Kotur2019-10-311-1/+2
* | bnxt_en: Add support for L2 rewriteVenkat Duvvuru2019-10-312-0/+143
* | bnxt_en: Add support to collect crash dump via ethtoolVasundhara Volam2019-10-313-2/+40
* | bnxt_en: Add support to invoke OP-TEE API to reset firmwareVasundhara Volam2019-10-312-2/+14
* | broadcom: bnxt: Fix use true/false for boolSaurav Girepunje2019-10-301-1/+1
* | devlink: propagate extack down to health reporter opsJiri Pirko2019-10-121-3/+6
|/
* bnxt_en: Add a new BNXT_FW_RESET_STATE_POLL_FW_DOWN state.Vasundhara Volam2019-09-162-5/+46
* bnxt_en: Update firmware interface spec. to 1.10.0.100.Michael Chan2019-09-161-43/+103
* bnxt_en: Increase timeout for HWRM_DBG_COREDUMP_XX commandsVasundhara Volam2019-09-162-1/+2
* bnxt_en: Don't proceed in .ndo_set_rx_mode() when device is not in open state.Michael Chan2019-09-161-3/+5
* bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.Michael Chan2019-08-311-30/+52
* bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam2019-08-303-2/+141
* bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.Michael Chan2019-08-302-0/+45
* bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().Michael Chan2019-08-301-0/+64