summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2020-09-26bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-26bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer1-6/+13
2020-09-26bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam1-3/+5
2020-09-26bnxt_en: Fix NULL ptr dereference crash in bnxt_fw_reset_task()Vasundhara Volam1-3/+4
2020-09-26bnxt_en: Avoid sending firmware messages when AER error is detected.Vasundhara Volam2-3/+7
2020-09-09tg3: Fix soft lockup when tg3_reset_task() fails.Michael Chan1-4/+13
2020-09-09net: bcmgenet: fix mask check in bcmgenet_validate_flow()Denis Efremov1-1/+1
2020-09-09bnxt: don't enable NAPI until rings are readyJakub Kicinski1-8/+4
2020-09-09bnxt_en: fix HWRM error when querying VF temperatureEdwin Peer1-4/+7
2020-09-09bnxt_en: Fix possible crash in bnxt_fw_reset_task().Michael Chan1-2/+8
2020-09-09bnxt_en: Fix PCI AER error recovery flowVasundhara Volam1-0/+3
2020-09-09bnxt_en: Fix ethtool -S statitics with XDP or TCs enabled.Michael Chan1-9/+2
2020-09-09bnxt_en: Check for zero dir entries in NVRAM.Vasundhara Volam1-0/+3
2020-09-09bnxt_en: Don't query FW when netif_running() is false.Pavan Chebbi1-1/+1
2020-09-09net: systemport: Fix memleak in bcm_sysport_probeDinghao Liu1-2/+4
2020-07-21net: bcmgenet: add missed clk_disable_unprepare in bcmgenet_probeZhang Changzhong1-2/+2
2020-07-21net: bcmgenet: fix error returns in bcmgenet_probe()Zhang Changzhong1-1/+1
2020-07-17net: bcmgenet: restore HFB filters on resumeDoug Berger2-77/+62
2020-07-17net: bcmgenet: test RBUF_ACPI_EN when resumingDoug Berger1-3/+7
2020-07-17net: bcmgenet: test MPD_EN when resumingDoug Berger1-4/+8
2020-07-13bnxt_en: Fix completion ring sizing with TPA enabled.Michael Chan1-2/+10
2020-07-13bnxt_en: Init ethtool link settings after reading updated PHY configuration.Vasundhara Volam1-5/+5
2020-07-13bnxt_en: Fix race when modifying pause settings.Vasundhara Volam1-1/+4
2020-07-11bnxt_en: fix NULL dereference in case SR-IOV configuration failsDavide Caratti1-1/+1
2020-06-25net: bcmgenet: use hardware padding of runt framesDoug Berger1-5/+3
2020-06-25net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger1-1/+2
2020-06-25net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger1-77/+0
2020-06-24bnxt_en: Read VPD info only for PFsVasundhara Volam1-1/+2
2020-06-24bnxt_en: Fix statistics counters issue during ifdown with older firmware.Michael Chan1-1/+7
2020-06-24bnxt_en: Do not enable legacy TX push on older firmware.Michael Chan2-1/+3
2020-06-24bnxt_en: Store the running firmware version code.Michael Chan2-4/+22
2020-06-20net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-2/+2
2020-06-20flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu1-7/+12
2020-06-19tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen1-2/+2
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-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-16/+16
2020-06-01bnxt_tc: update indirect block supportPablo Neira Ayuso2-40/+12
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-20/+10
2020-05-27bnxt_en: fix firmware message length endiannessEdwin Peer2-15/+4
2020-05-27bnxt_en: Fix return code to "flash_device".Vasundhara Volam1-4/+5
2020-05-27bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan1-1/+1
2020-05-26bnx2x: allow bnx2x_bsc_read() to scheduleEric Dumazet1-11/+15
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-05-15bnxt: Add XDP frame size to driverJesper Dangaard Brouer1-0/+1
2020-05-13net: broadcom: Select BROADCOM_PHY for BCMGENETFlorian Fainelli1-0/+1
2020-05-09cnic: remove redundant assignment to variable retColin Ian King1-1/+0
2020-05-09net: tg3: tidy up loop, remove need to compute off with a multiplyColin Ian King1-5/+3