summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2018-09-15net: bcmgenet: use MAC link status for fixed phyDoug Berger2-2/+11
2018-09-05bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru1-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-24bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru3-0/+13
2018-08-03bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.Michael Chan1-0/+3
2018-07-25net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli2-3/+4
2018-07-25tg3: Add higher cpu clock for 5762.Sanjeev Bansal1-0/+9
2018-07-22bcm63xx_enet: do not write to random DMA channel on BCM6345Jonas Gorski1-1/+2
2018-07-22bcm63xx_enet: correct clock usageJonas Gorski1-8/+23
2018-06-11bnx2x: use the right constantJulia Lawall1-1/+1
2018-05-30net: bgmac: Correctly annotate register spaceFlorian Fainelli1-3/+3
2018-05-30net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli1-1/+2
2018-05-30bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().Michael Chan1-0/+3
2018-05-19tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan1-4/+5
2018-03-31net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli2-19/+16
2018-03-19bnxt_en: Don't print "Link speed -1 no longer supported" messages.Michael Chan1-3/+7
2018-03-03bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine.Venkat Duvvuru1-1/+1
2018-03-03bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc()Sunil Challa1-1/+1
2018-03-03bnx2x: Improve reliability in case of nested PCI errorsGuilherme G. Piccoli2-3/+15
2018-03-03tg3: Enable PHY reset in MTU change path for 5720Siva Reddy Kallam1-1/+2
2018-03-03tg3: Add workaround to restrict 5762 MRRS to 2048Siva Reddy Kallam2-0/+14
2018-02-25bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui1-1/+2
2018-02-03bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'Christophe JAILLET1-2/+2
2018-01-02bnxt_en: Fix sources of spurious netpoll warningsCalvin Owens1-2/+2
2018-01-02tg3: Fix rx hang on MTU change with 5717/5719Brian King1-1/+3
2017-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+6
2017-11-03net: systemport: Correct IPG length settingsFlorian Fainelli1-4/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-15bnxt_en: Fix possible corruption in DCB parameters from firmware.Sankar Patchineelam1-5/+18
2017-10-15bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan3-1/+10
2017-10-15bnxt_en: Fix VF resource checking.Michael Chan1-2/+9
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 Chan3-12/+21
2017-10-15bnxt_en: Improve VF/PF link change logic.Michael Chan1-13/+53
2017-09-24cnic: Fix an error handling path in 'cnic_alloc_bnx2x_resc()'Christophe JAILLET1-1/+1
2017-09-19net: systemport: Fix 64-bit statistics dependencyFlorian Fainelli1-20/+32
2017-09-19bnxt_en: check for ingress qdisc in flower offloadSathya Perla1-0/+4
2017-09-16net: systemport: Fix 64-bit stats deadlockFlorian Fainelli1-3/+0
2017-09-14tg3: clean up redundant initialization of tnapiColin Ian King1-2/+2
2017-09-02net: systemport: Correctly set TSB endian for hostFlorian Fainelli2-1/+15
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-16/+37
2017-08-31net: bcm63xx_enet: make bcm_enetsw_ethtool_ops constBhumika Goyal1-1/+1
2017-08-30net: bcmgenet: Do not return from void functionFlorian Fainelli1-1/+1
2017-08-30net: bcmgenet: Use correct I/O accessorsFlorian Fainelli2-30/+58
2017-08-30net: systemport: Set correct RSB endian bits based on hostFlorian Fainelli1-2/+6
2017-08-30net: systemport: Use correct I/O accessorsFlorian Fainelli1-6/+6
2017-08-29bnxt_en: add a dummy definition for bnxt_vf_rep_get_fid()Sathya Perla1-0/+5
2017-08-29bnxt_en: add code to query TC flower offload statsSathya Perla1-0/+95