summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam2018-10-181-1/+1
* bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG requestVasundhara Volam2018-10-181-3/+3
* bnxt_en: Fix VNIC reservations on the PF.Michael Chan2018-10-181-1/+1
* bnxt_en: don't try to offload VLAN 'modify' actionDavide Caratti2018-10-181-6/+14
* net: systemport: Fix wake-up interrupt race during resumeFlorian Fainelli2018-10-181-11/+11
* bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru2018-10-181-4/+6
* bnxt_en: Fix TX timeout during netpoll.Michael Chan2018-10-181-3/+10
* bnxt_en: Fix VF mac address regression.Michael Chan2018-09-293-7/+13
* bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan2018-09-154-12/+9
* bnxt_en: Clean up unused functions.Michael Chan2018-09-154-18/+1
* net: bcmgenet: use MAC link status for fixed phyDoug Berger2018-09-152-2/+11
* bnx2x: Fix invalid memory access in rss hash config path.Sudarsana Reddy Kalluru2018-07-241-3/+10
* tg3: Add higher cpu clock for 5762.Sanjeev Bansal2018-07-161-0/+9
* tg3: Update copyrightSiva Reddy Kallam2018-07-162-0/+6
* net: systemport: Fix CRC forwarding check for SYSTEMPORT LiteFlorian Fainelli2018-07-122-3/+4
* bnxt_en: Fix for system hang if request_irq failsVikas Gupta2018-07-091-1/+3
* bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs.Michael Chan2018-07-093-4/+1
* bnxt_en: Support clearing of the IFF_BROADCAST flag.Michael Chan2018-07-091-2/+7
* bnxt_en: Always set output parameters in bnxt_get_max_rings().Michael Chan2018-07-091-2/+2
* bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic.Michael Chan2018-07-091-1/+4
* bnxt_en: Fix the vlan_tci exact match check.Venkat Duvvuru2018-07-091-3/+27
* bnx2x: Fix receiving tx-timeout in error or recovery state.Sudarsana Reddy Kalluru2018-06-303-0/+13
* cnic: tidy up a size calculationDan Carpenter2018-06-301-1/+1
* net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-231-2/+0
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-3/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-124-15/+17
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-3/+3
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-072-35/+7
|\
| * bnxt_en: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-251-18/+1
| * bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-251-17/+6
* | bnx2x: use the right constantJulia Lawall2018-06-061-1/+1
* | net: ethernet: bnx2: Replace NULL comparisonVarsha Rao2018-06-041-21/+21
* | net: ethernet: bnx2: Remove extra parenthesesVarsha Rao2018-06-041-1/+1
* | bnx2x: Collect the device debug information during Tx timeout.Sudarsana Reddy Kalluru2018-05-281-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-4/+5
|\ \
| * | tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().Michael Chan2018-05-041-4/+5
* | | bnxt_en: Always forward VF MAC address to the PF.Michael Chan2018-05-082-2/+3
* | | bnxt_en: Read phy eeprom A2h address only when optical diagnostics is supported.Vasundhara Volam2018-05-082-14/+9
* | | bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.Michael Chan2018-05-081-0/+3
* | | bnxt_en: Fix firmware message delay loop regression.Michael Chan2018-05-082-4/+15
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-5/+13
|\| |
| * | net: systemport: fix spelling mistake: "asymetric" -> "asymmetric"Colin Ian King2018-04-291-1/+1
| * | net: systemport: Correclty disambiguate driver instancesFlorian Fainelli2018-04-271-4/+12
* | | bnxt_en: Reserve rings at driver open if none was reserved at probe time.Michael Chan2018-04-271-0/+31
* | | bnxt_en: Reserve RSS and L2 contexts for VF.Michael Chan2018-04-273-5/+14
* | | bnxt_en: Don't reserve rings on VF when min rings were not provisioned by PF.Michael Chan2018-04-271-1/+26
* | | bnxt_en: Reserve rings in bnxt_set_channels() if device is down.Michael Chan2018-04-271-0/+2
* | | bnxt_en: add debugfs support for DIMAndy Gospodarek2018-04-275-0/+156
* | | bnxt_en: reduce timeout on initial HWRM callsAndy Gospodarek2018-04-272-3/+29
* | | bnxt_en: Increase RING_IDLE minimum threshold to 50Andy Gospodarek2018-04-271-1/+1