summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* net/ethernet/broadcom: fix spelling typoWang Qing2020-09-241-8/+8
* bnxt_en: Fix wrong flag value passed to HWRM_PORT_QSTATS_EXT fw call.Michael Chan2020-09-201-1/+1
* bnxt_en: Fix HWRM_FUNC_QSTATS_EXT firmware call.Michael Chan2020-09-201-0/+1
* bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.Vasundhara Volam2020-09-201-0/+3
* bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan2020-09-201-11/+20
* bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer2020-09-201-6/+13
* bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam2020-09-201-3/+5
* bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()Vasundhara Volam2020-09-071-3/+4
* bnxt_en: Avoid sending firmware messages when AER error is detected.Vasundhara Volam2020-09-072-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-035-48/+83
|\
| * tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan2020-09-031-4/+13
| * net: bcmgenet: fix mask check in bcmgenet_validate_flow()Denis Efremov2020-09-021-1/+1
| * bnxt: don't enable NAPI until rings are readyJakub Kicinski2020-08-261-8/+4
| * bnxt_en: Setup default RSS map in all scenarios.Michael Chan2020-08-261-9/+30
| * bnxt_en: init RSS table for Minimal-Static VF reservationEdwin Peer2020-08-261-8/+7
| * bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer2020-08-261-4/+7
| * bnxt_en: Fix possible crash in bnxt_fw_reset_task().Michael Chan2020-08-261-2/+8
| * bnxt_en: Fix PCI AER error recovery flowVasundhara Volam2020-08-261-0/+3
| * bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.Michael Chan2020-08-261-9/+2
| * bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam2020-08-261-0/+3
| * bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi2020-08-261-1/+1
| * net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu2020-08-241-2/+4
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2314-66/+66
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0521-693/+4535
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-4/+0
| |\
| | * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-4/+0
| * | bnxt_en: Remove superfluous memset()Li Heng2020-07-301-2/+0
| * | bnxt_en: Add support for 'ethtool -d'Vasundhara Volam2020-07-274-0/+94
| * | bnxt_en: Switch over to use the 64-bit software accumulated counters.Michael Chan2020-07-273-53/+64
| * | bnxt_en: Accumulate all counters.Michael Chan2020-07-272-2/+90
| * | bnxt_en: Retrieve hardware masks for port counters.Michael Chan2020-07-271-5/+70
| * | bnxt_en: Retrieve hardware counter masks from firmware if available.Michael Chan2020-07-271-0/+64
| * | bnxt_en: Allocate additional memory for all statistics blocks.Michael Chan2020-07-272-5/+26
| * | bnxt_en: Refactor statistics code and structures.Michael Chan2020-07-274-89/+76
| * | bnxt_en: Use macros to define port statistics size and offset.Michael Chan2020-07-272-5/+11
| * | bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan2020-07-275-130/+390
| * | bnxt_en: Remove PCIe non-counters from ethtool statisticsVasundhara Volam2020-07-273-79/+1
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-255-95/+99
| |\
| * | tg3: Avoid the use of one-element arrayGustavo A. R. Silva2020-07-221-1/+1
| * | net: bnxt: don't complain if TC flower can't be supportedJakub Kicinski2020-07-172-6/+6
| * | bnx2x: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-143-123/+29
| * | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-131-5/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-1/+1
| |\ \
| * | | bnxt: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-102-113/+40
| * | | devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson2020-07-091-3/+6
| * | | net: systemport: fix double shift of a vlan_tci by VLAN_PRIO_SHIFTColin Ian King2020-07-091-2/+1
| * | | bnxt_en: allow firmware to disable VLAN offloadsEdwin Peer2020-07-082-3/+22
| * | | bnxt_en: clean up VLAN feature bit handlingEdwin Peer2020-07-082-21/+18
| * | | bnxt_en: Implement ethtool -X to set indirection table.Michael Chan2020-07-082-1/+67
| * | | bnxt_en: Return correct RSS indirection table entries to ethtool -x.Michael Chan2020-07-081-4/+5