aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt/bnxt.c
AgeCommit message (Expand)Author
2020-09-12bnxt: don't enable NAPI until rings are readyJakub Kicinski
2020-09-09bnxt_en: Fix PCI AER error recovery flowVasundhara Volam
2020-05-20bnxt_en: Improve AER slot reset.Michael Chan
2020-05-20bnxt_en: Fix VLAN acceleration handling in bnxt_fix_features().Michael Chan
2020-03-20bnxt_en: reinitialize IRQs when MTU is modifiedVasundhara Volam
2020-02-14bnxt_en: Fix TC queue mapping.Michael Chan
2020-02-05bnxt_en: Fix ipv6 RFS filter matching logic.Michael Chan
2019-06-09bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan
2019-05-08bnxt_en: Free short FW command HWRM memory in error path in bnxt_init_one()Vasundhara Volam
2019-05-08bnxt_en: Improve multicast address setup logic.Michael Chan
2019-04-17bnxt_en: Reset device on RX buffer errors.Michael Chan
2019-04-17bnxt_en: Improve RX consumer index validity check.Michael Chan
2019-03-13bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan
2018-10-18bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru
2018-10-18bnxt_en: Fix TX timeout during netpoll.Michael Chan
2018-08-24bnxt_en: Fix for system hang if request_irq failsVikas Gupta
2018-08-24bnxt_en: Always set output parameters in bnxt_get_max_rings().Michael Chan
2018-08-24bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic.Michael Chan
2018-08-03bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.Michael Chan
2018-05-30bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().Michael Chan
2018-03-19bnxt_en: Don't print "Link speed -1 no longer supported" messages.Michael Chan
2018-02-25bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui
2018-01-02bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens
2017-10-14bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan
2017-10-14bnxt_en: Fix VF PCIe link speed and width logic.Vasundhara Volam
2017-10-14bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan
2017-10-14bnxt_en: Improve VF/PF link change logic.Michael Chan
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-28bnxt_en: bnxt: add TC flower filter offload supportSathya Perla
2017-08-28bnxt_en: Reduce default rings on multi-port cards.Michael Chan
2017-08-28bnxt_en: Improve -ENOMEM logic in NAPI poll loop.Michael Chan
2017-08-28bnxt: initialize board_info values with proper enumsScott Branden
2017-08-28bnxt: Add PCIe device IDs for bcm58802/bcm58808Ray Jui
2017-08-28bnxt_en: assign CPU affinity hints to bnxt_en IRQsVasundhara Volam
2017-08-28bnxt_en: Improve tx ring reservation logic.Michael Chan
2017-08-23bnxt_en: Do not setup MAC address in bnxt_hwrm_func_qcaps().Michael Chan
2017-08-23bnxt_en: Fix .ndo_setup_tc() to include XDP rings.Michael Chan
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-07-25bnxt_en: fix switchdev port naming for external-port-rep and vf-repsSathya Perla
2017-07-25bnxt: fix unused variable warningsstephen hemminger
2017-07-24bnxt_en: Use SWITCHDEV_SET_OPS().David S. Miller
2017-07-24bnxt_en: add support for port_attr_get and and get_phys_port_nameSathya Perla
2017-07-24bnxt_en: add vf-rep RX/TX and netdev implementationSathya Perla
2017-07-24bnxt_en: add support to enable VF-representorsSathya Perla
2017-07-24bnxt_en: Report firmware DCBX agent.Michael Chan
2017-07-24bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan
2017-07-24bnxt_en: Implement ndo_bridge_{get|set}link methods.Michael Chan