summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-06bnxt_en: Fix TX timeout when TX ring size is set to the smallestMichael Chan1-4/+4
2021-08-26bnxt: don't lock the tx queue from napi pollJakub Kicinski1-22/+32
2021-06-10bnxt_en: Remove the setting of dev_port.Michael Chan1-1/+0
2021-03-03bnxt_en: reverse order of TX disable and carrier offEdwin Peer1-1/+2
2020-12-02bnxt_en: Release PCI regions when DMA mask setup fails during probe.Michael Chan1-1/+1
2020-12-02bnxt_en: fix error return code in bnxt_init_board()Zhang Changzhong1-0/+1
2020-12-02bnxt_en: fix error return code in bnxt_init_one()Zhang Changzhong1-0/+1
2020-11-05bnxt_en: Log unknown link speed appropriately.Michael Chan1-1/+5
2020-09-12bnxt: don't enable NAPI until rings are readyJakub Kicinski1-6/+3
2020-09-09bnxt_en: Fix PCI AER error recovery flowVasundhara Volam1-0/+3
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-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
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: 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-02-25bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui1-1/+2
2018-01-02bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens1-2/+2
2017-10-15bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan1-0/+6
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 Chan1-12/+13
2017-10-15bnxt_en: Improve VF/PF link change logic.Michael Chan1-13/+53
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+29
2017-08-29bnxt_en: bnxt: add TC flower filter offload supportSathya Perla1-8/+31
2017-08-29bnxt_en: Reduce default rings on multi-port cards.Michael Chan1-4/+9
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 Jui1-1/+7
2017-08-29bnxt_en: assign CPU affinity hints to bnxt_en IRQsVasundhara Volam1-1/+24
2017-08-29bnxt_en: Improve tx ring reservation logic.Michael Chan1-8/+38
2017-08-24bnxt_en: Do not setup MAC address in bnxt_hwrm_func_qcaps().Michael Chan1-12/+28
2017-08-24bnxt_en: Fix .ndo_setup_tc() to include XDP rings.Michael Chan1-0/+1
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+5
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+4
2017-07-25bnxt_en: fix switchdev port naming for external-port-rep and vf-repsSathya Perla1-5/+1