aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-24bnxt_en: Fix allocation of zero statistics block size regression.Michael Chan1-2/+1
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2-10/+4
2019-08-21net: systemport: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-21net: bcmgenet: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-37/+60
2019-08-18bnxt_en: Fix to include flow direction in L2 keySomnath Kotur2-5/+5
2019-08-18bnxt_en: Use correct src_fid to determine direction of the flowVenkat Duvvuru1-3/+1
2019-08-18bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE commandVasundhara Volam1-3/+6
2019-08-18bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam1-7/+5
2019-08-18bnxt_en: Improve RX doorbell sequence.Michael Chan1-3/+7
2019-08-18bnxt_en: Fix VNIC clearing logic for 57500 chips.Michael Chan1-8/+18
2019-08-18bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra3-8/+18
2019-08-10bnxt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-29/+11
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-8/+7
2019-08-05cnic: Explicitly initialize all reference counts to 0.Michael Chan1-0/+5
2019-08-01net: broadcom: Fix manufacturer name in Kconfig help textGeert Uytterhoeven1-3/+3
2019-08-01bcm63xx_enet: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-6/+3
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-29bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan1-0/+12
2019-07-29bnxt_en: Support all variants of the 5750X chip family.Michael Chan1-2/+6
2019-07-29bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan2-53/+67
2019-07-29bnxt_en: Support TPA counters on 57500 chips.Michael Chan1-10/+31
2019-07-29bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan2-2/+9
2019-07-29bnxt_en: Refactor ethtool ring statistics logic.Michael Chan1-50/+70
2019-07-29bnxt_en: Add hardware GRO setup function for 57500 chips.Michael Chan1-1/+32
2019-07-29bnxt_en: Add TPA ID mapping logic for 57500 chips.Michael Chan2-2/+53
2019-07-29bnxt_en: Add fast path logic for TPA on 57500 chips.Michael Chan1-25/+75
2019-07-29bnxt_en: Set TPA GRO mode flags on 57500 chips properly.Michael Chan1-3/+5
2019-07-29bnxt_en: Refactor tunneled hardware GRO logic.Michael Chan1-41/+28
2019-07-29bnxt_en: Handle standalone RX_AGG completions.Michael Chan1-2/+18
2019-07-29bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips.Michael Chan2-6/+41
2019-07-29bnxt_en: Refactor TPA logic.Michael Chan1-48/+69
2019-07-29bnxt_en: Add TPA structure definitions for BCM57500 chips.Michael Chan1-0/+67
2019-07-29bnxt_en: Update firmware interface spec. to 1.10.0.89.Michael Chan2-16/+108
2019-07-25bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru1-2/+1
2019-07-25linux/dim: Fix overflow in dim calculationYamin Friedman3-3/+3
2019-07-23net: broadcom: Use dev_get_drvdataChuhong Yuan3-12/+6
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-2/+2
2019-07-21bnx2x: Prevent load reordering in tx completion processingBrian King1-0/+3
2019-07-18bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan1-2/+5
2019-07-18net: bcmgenet: use promisc for unsupported filtersJustin Chen1-31/+26
2019-07-15ethernet: remove redundant memsetFuqian Huang1-2/+0
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2-11/+11
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso2-2/+8
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2-44/+10
2019-07-09bnxt_en: Add page_pool_destroy() during RX ring cleanup.Michael Chan1-6/+2
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-23/+54
2019-07-08bnxt_en: add page_pool supportAndy Gospodarek4-7/+47
2019-07-08bnxt_en: optimized XDP_REDIRECT supportAndy Gospodarek4-10/+140