summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Fix allocation of zero statistics block size regression.Michael Chan2019-08-241-2/+1
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-222-10/+4
* net: systemport: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* net: bcmgenet: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-211-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-198-37/+60
|\
| * bnxt_en: Fix to include flow direction in L2 keySomnath Kotur2019-08-182-5/+5
| * bnxt_en: Use correct src_fid to determine direction of the flowVenkat Duvvuru2019-08-181-3/+1
| * bnxt_en: Suppress HWRM errors for HWRM_NVM_GET_VARIABLE commandVasundhara Volam2019-08-181-3/+6
| * bnxt_en: Fix handling FRAG_ERR when NVM_INSTALL_UPDATE cmd failsVasundhara Volam2019-08-181-7/+5
| * bnxt_en: Improve RX doorbell sequence.Michael Chan2019-08-181-3/+7
| * bnxt_en: Fix VNIC clearing logic for 57500 chips.Michael Chan2019-08-181-8/+18
| * bnx2x: Fix VF's VLAN reconfiguration in reload.Manish Chopra2019-08-183-8/+18
* | bnxt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-102-29/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-065-8/+7
|\|
| * net: broadcom: Fix manufacturer name in Kconfig help textGeert Uytterhoeven2019-08-011-3/+3
| * bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru2019-07-251-2/+1
| * linux/dim: Fix overflow in dim calculationYamin Friedman2019-07-253-3/+3
* | cnic: Explicitly initialize all reference counts to 0.Michael Chan2019-08-051-0/+5
* | bcm63xx_enet: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-6/+3
* | net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | bnxt_en: Add PCI IDs for 57500 series NPAR devices.Michael Chan2019-07-291-0/+12
* | bnxt_en: Support all variants of the 5750X chip family.Michael Chan2019-07-291-2/+6
* | bnxt_en: Refactor bnxt_init_one() and turn on TPA support on 57500 chips.Michael Chan2019-07-292-53/+67
* | bnxt_en: Support TPA counters on 57500 chips.Michael Chan2019-07-291-10/+31
* | bnxt_en: Allocate the larger per-ring statistics block for 57500 chips.Michael Chan2019-07-292-2/+9
* | bnxt_en: Refactor ethtool ring statistics logic.Michael Chan2019-07-291-50/+70
* | bnxt_en: Add hardware GRO setup function for 57500 chips.Michael Chan2019-07-291-1/+32
* | bnxt_en: Add TPA ID mapping logic for 57500 chips.Michael Chan2019-07-292-2/+53
* | bnxt_en: Add fast path logic for TPA on 57500 chips.Michael Chan2019-07-291-25/+75
* | bnxt_en: Set TPA GRO mode flags on 57500 chips properly.Michael Chan2019-07-291-3/+5
* | bnxt_en: Refactor tunneled hardware GRO logic.Michael Chan2019-07-291-41/+28
* | bnxt_en: Handle standalone RX_AGG completions.Michael Chan2019-07-291-2/+18
* | bnxt_en: Expand bnxt_tpa_info struct to support 57500 chips.Michael Chan2019-07-292-6/+41
* | bnxt_en: Refactor TPA logic.Michael Chan2019-07-291-48/+69
* | bnxt_en: Add TPA structure definitions for BCM57500 chips.Michael Chan2019-07-291-0/+67
* | bnxt_en: Update firmware interface spec. to 1.10.0.89.Michael Chan2019-07-292-16/+108
* | net: broadcom: Use dev_get_drvdataChuhong Yuan2019-07-233-12/+6
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-222-2/+2
|/
* bnx2x: Prevent load reordering in tx completion processingBrian King2019-07-211-0/+3
* bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan2019-07-181-2/+5
* net: bcmgenet: use promisc for unsupported filtersJustin Chen2019-07-181-31/+26
* ethernet: remove redundant memsetFuqian Huang2019-07-151-2/+0
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-092-11/+11
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-092-2/+8
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-092-44/+10
* bnxt_en: Add page_pool_destroy() during RX ring cleanup.Michael Chan2019-07-091-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-088-23/+54
|\
| * bnxt_en: Suppress error messages when querying DSCP DCB capabilities.Michael Chan2019-06-301-1/+1
| * bnxt_en: Cap the returned MSIX vectors to the RDMA driver.Michael Chan2019-06-301-1/+3