aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-12/+12
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+0
2020-07-30bnxt_en: Remove superfluous memset()Li Heng1-2/+0
2020-07-27bnxt_en: Add support for 'ethtool -d'Vasundhara Volam4-0/+94
2020-07-27bnxt_en: Switch over to use the 64-bit software accumulated counters.Michael Chan3-53/+64
2020-07-27bnxt_en: Accumulate all counters.Michael Chan2-2/+90
2020-07-27bnxt_en: Retrieve hardware masks for port counters.Michael Chan1-5/+70
2020-07-27bnxt_en: Retrieve hardware counter masks from firmware if available.Michael Chan1-0/+64
2020-07-27bnxt_en: Allocate additional memory for all statistics blocks.Michael Chan2-5/+26
2020-07-27bnxt_en: Refactor statistics code and structures.Michael Chan4-89/+76
2020-07-27bnxt_en: Use macros to define port statistics size and offset.Michael Chan2-5/+11
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan5-130/+390
2020-07-27bnxt_en: Remove PCIe non-counters from ethtool statisticsVasundhara Volam3-79/+1
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-4/+0
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-8/+19
2020-07-17net: bnxt: don't complain if TC flower can't be supportedJakub Kicinski2-6/+6
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-5/+4
2020-07-12bnxt_en: Fix completion ring sizing with TPA enabled.Michael Chan1-2/+10
2020-07-12bnxt_en: Init ethtool link settings after reading updated PHY configuration.Vasundhara Volam1-5/+5
2020-07-12bnxt_en: Fix race when modifying pause settings.Vasundhara Volam1-1/+4
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-10bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1
2020-07-10bnxt: convert to new udp_tunnel_nic infraJakub Kicinski2-113/+40
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-3/+6
2020-07-08bnxt_en: allow firmware to disable VLAN offloadsEdwin Peer2-3/+22
2020-07-08bnxt_en: clean up VLAN feature bit handlingEdwin Peer2-21/+18
2020-07-08bnxt_en: Implement ethtool -X to set indirection table.Michael Chan2-1/+67
2020-07-08bnxt_en: Return correct RSS indirection table entries to ethtool -x.Michael Chan1-4/+5
2020-07-08bnxt_en: Fill HW RSS table from the RSS logical indirection table.Michael Chan1-36/+52
2020-07-08bnxt_en: Add helper function to return the number of RSS contexts.Michael Chan2-2/+12
2020-07-08bnxt_en: Add logical RSS indirection table structure.Michael Chan2-0/+52
2020-07-08bnxt_en: Fix up bnxt_get_rxfh_indir_size().Michael Chan2-1/+6
2020-07-08bnxt_en: Set up the chip specific RSS table size.Michael Chan2-4/+15
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-15/+47
2020-06-23bnxt_en: Read VPD info only for PFsVasundhara Volam1-1/+2
2020-06-23bnxt_en: Fix statistics counters issue during ifdown with older firmware.Michael Chan1-1/+7
2020-06-23bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan2-1/+3
2020-06-23bnxt_en: Store the running firmware version code.Michael Chan2-4/+22
2020-06-22bnxt_en: Add board.serial_number field to info_get cbVasundhara Volam1-0/+6
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-2/+2
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-7/+12
2020-06-19net: qos offload add flow status with dropped countPo Liu1-1/+1
2020-06-15bnxt_en: Return from timer if interface is not in open state.Vasundhara Volam1-1/+1
2020-06-15bnxt_en: Fix AER reset logic on 57500 chips.Michael Chan1-5/+12
2020-06-15bnxt_en: Re-enable SRIOV during resume.Michael Chan1-0/+2
2020-06-15bnxt_en: Simplify bnxt_resume().Michael Chan1-12/+2
2020-06-01bnxt_tc: update indirect block supportPablo Neira Ayuso2-40/+12
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-20/+10
2020-05-26bnxt_en: fix firmware message length endiannessEdwin Peer2-15/+4
2020-05-26bnxt_en: Fix return code to "flash_device".Vasundhara Volam1-4/+5