summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2020-07-29bnxt_en: Fix race when modifying pause settings.Vasundhara Volam1-1/+4
2020-07-22bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1
2020-05-20bnxt_en: Fix VF anti-spoof filter setup.Michael Chan2-8/+2
2020-05-20bnxt_en: Improve AER slot reset.Michael Chan1-3/+6
2020-05-20bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan1-3/+6
2020-04-02bnxt_en: fix memory leaks in bnxt_dcbnl_ieee_getets()Edwin Peer1-5/+10
2020-03-20bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam1-2/+2
2020-02-15bnxt_en: Fix TC queue mapping.Michael Chan1-1/+1
2020-02-05bnxt_en: Fix ipv6 RFS filter matching logic.Michael Chan1-5/+17
2020-01-27bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam1-7/+5
2020-01-27bnxt_en: Fix ethtool selftest crash under error conditions.Michael Chan1-3/+3
2019-12-05bnxt_en: query force speeds before disabling autoneg mode.Vasundhara Volam1-1/+21
2019-12-05bnxt_en: Return linux standard errors in bnxt_ethtool.cVasundhara Volam1-17/+39
2019-06-09bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan1-0/+2
2019-05-08bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam1-0/+1
2019-05-08bnxt_en: Improve multicast address setup logic.Michael Chan1-1/+8
2019-04-17bnxt_en: Reset device on RX buffer errors.Michael Chan1-0/+6
2019-04-17bnxt_en: Improve RX consumer index validity check.Michael Chan1-3/+7
2019-03-14bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan1-0/+6
2018-10-18bnxt_en: don't try to offload VLAN 'modify' actionDavide Caratti1-6/+14
2018-10-18bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru1-4/+6
2018-10-18bnxt_en: Fix TX timeout during netpoll.Michael Chan1-3/+10
2018-08-24bnxt_en: Fix for system hang if request_irq failsVikas Gupta1-1/+3
2018-08-24bnxt_en: Always set output parameters in bnxt_get_max_rings().Michael Chan1-2/+2
2018-08-24bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic.Michael Chan1-1/+4
2018-08-03bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.Michael Chan1-0/+3
2018-05-30bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().Michael Chan1-0/+3
2018-03-19bnxt_en: Don't print "Link speed -1 no longer supported" messages.Michael Chan1-3/+7
2018-03-03bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine.Venkat Duvvuru1-1/+1
2018-03-03bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc()Sunil Challa1-1/+1
2018-02-25bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui1-1/+2
2018-02-03bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET1-2/+2
2018-01-02bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens1-2/+2
2017-10-15bnxt_en: Fix possible corruption in DCB parameters from firmware.Sankar Patchineelam1-5/+18
2017-10-15bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan3-1/+10
2017-10-15bnxt_en: Fix VF resource checking.Michael Chan1-2/+9
2017-10-15bnxt_en: Fix VF PCIe link speed and width logic.Vasundhara Volam1-1/+1
2017-10-15bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan3-12/+21
2017-10-15bnxt_en: Improve VF/PF link change logic.Michael Chan1-13/+53
2017-09-19bnxt_en: check for ingress qdisc in flower offloadSathya Perla1-0/+4
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-12/+31
2017-08-29bnxt_en: add a dummy definition for bnxt_vf_rep_get_fid()Sathya Perla1-0/+5
2017-08-29bnxt_en: add code to query TC flower offload statsSathya Perla1-0/+95
2017-08-29bnxt_en: add TC flower offload flow_alloc/free FW cmdsSathya Perla1-2/+139
2017-08-29bnxt_en: bnxt: add TC flower filter offload supportSathya Perla7-9/+841
2017-08-29bnxt_en: fix clearing devlink ptr from bnxt structSathya Perla2-7/+11
2017-08-29bnxt_en: Reduce default rings on multi-port cards.Michael Chan2-4/+10
2017-08-29bnxt_en: Improve -ENOMEM logic in NAPI poll loop.Michael Chan1-0/+7
2017-08-29bnxt: initialize board_info values with proper enumsScott Branden1-32/+32
2017-08-29bnxt: Add PCIe device IDs for bcm58802/bcm58808Ray Jui2-1/+15