aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-22/+0
2018-10-23net: bcmgenet: fix OF child-node lookupJohan Hovold1-1/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-10-18bnxt_en: Copy and paste bug in extended tx_statsDan Carpenter1-1/+1
2018-10-15bnxt_en: Add PCI ID for BCM57508 device.Michael Chan1-0/+3
2018-10-15bnxt_en: Add new NAPI poll function for 57500 chips.Michael Chan2-4/+114
2018-10-15bnxt_en: Refactor bnxt_poll_work().Michael Chan2-11/+38
2018-10-15bnxt_en: Add coalescing setup for 57500 chips.Michael Chan1-0/+46
2018-10-15bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.Michael Chan2-43/+45
2018-10-15bnxt_en: Add RSS support for 57500 chips.Michael Chan1-4/+109
2018-10-15bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.Michael Chan2-10/+22
2018-10-15bnxt_en: Allocate/Free CP rings for 57500 series chips.Michael Chan1-5/+66
2018-10-15bnxt_en: Modify bnxt_ring_alloc_send_msg() to support 57500 chips.Michael Chan2-6/+56
2018-10-15bnxt_en: Add helper functions to get firmware CP ring ID.Michael Chan1-11/+56
2018-10-15bnxt_en: Allocate completion ring structures for 57500 series chips.Michael Chan2-0/+67
2018-10-15bnxt_en: Modify the ring reservation functions for 57500 series chips.Michael Chan1-30/+97
2018-10-15bnxt_en: Adjust MSIX and ring groups for 57500 series chips.Michael Chan1-1/+8
2018-10-15bnxt_en: Re-structure doorbells.Michael Chan4-62/+171
2018-10-15bnxt_en: Add 57500 new chip ID and basic structures.Michael Chan2-15/+88
2018-10-15bnxt_en: Configure context memory on new devices.Michael Chan1-3/+120
2018-10-15bnxt_en: Check context memory requirements from firmware.Michael Chan2-8/+248
2018-10-15bnxt_en: Add new flags to setup new page table PTE bits on newer devices.Michael Chan2-2/+23
2018-10-15bnxt_en: Refactor bnxt_ring_struct.Michael Chan2-67/+77
2018-10-15bnxt_en: Update interrupt coalescing logic.Michael Chan2-21/+125
2018-10-15bnxt_en: Add maximum extended request length fw message support.Michael Chan2-7/+28
2018-10-15bnxt_en: Add additional extended port statistics.Michael Chan3-7/+121
2018-10-15bnxt_en: Update firmware interface spec. to 1.10.0.3.Michael Chan2-92/+224
2018-10-15net: bcmgenet: Poll internal PHY for GENETv5Florian Fainelli1-2/+5
2018-10-07bnxt_en: Remove unnecessary unsigned integer comparison and initialize variableGustavo A. R. Silva1-2/+2
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+11
2018-10-04bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam1-1/+1
2018-10-04bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru1-4/+6
2018-10-04bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG requestVasundhara Volam1-3/+3
2018-10-04bnxt_en: Fix VNIC reservations on the PF.Michael Chan1-1/+1
2018-10-04bnxt_en: Add a driver specific gre_ver_check devlink parameter.Vasundhara Volam2-1/+24
2018-10-04bnxt_en: Use msix_vec_per_pf_max and msix_vec_per_pf_min devlink params.Vasundhara Volam2-2/+53
2018-10-04bnxt_en: return proper error when FW returns HWRM_ERR_CODE_RESOURCE_ACCESS_DENIEDVasundhara Volam1-1/+5
2018-10-04bnxt_en: Use ignore_ari devlink parameterVasundhara Volam2-0/+7
2018-10-04Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-2/+4
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-20/+21
2018-10-03devlink: Add extack for eswitch operationsEli Britstein2-2/+4
2018-10-02net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli1-17/+11
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep3-22/+0
2018-10-01net: systemport: Add software counters to track reallocationsFlorian Fainelli2-0/+7
2018-10-01net: systemport: Be drop monitor friendly while re-allocating headroomFlorian Fainelli1-1/+2
2018-10-01net: systemport: Turn on offloads by defaultFlorian Fainelli1-3/+4
2018-10-01net: systemport: Utilize bcm_sysport_set_features() during resume/openFlorian Fainelli1-7/+7