summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Fix filling time in bnxt_fill_coredump_record()Vasundhara Volam2018-11-151-2/+2
* bnxt_en: Add software "missed_irqs" counter.Michael Chan2018-11-153-1/+6
* bnxt_en: Workaround occasional TX timeout on 57500 A0.Michael Chan2018-11-152-0/+68
* bnxt_en: Disable RDMA support on the 57500 chips.Michael Chan2018-11-151-0/+3
* bnxt_en: Fix rx_l4_csum_errors counter on 57500 devices.Michael Chan2018-11-151-1/+1
* bnxt_en: Fix RSS context allocation.Michael Chan2018-11-151-1/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-7/+0Star
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-7/+0Star
* | bnxt_en: Copy and paste bug in extended tx_statsDan Carpenter2018-10-191-1/+1
* | bnxt_en: Add PCI ID for BCM57508 device.Michael Chan2018-10-161-0/+3
* | bnxt_en: Add new NAPI poll function for 57500 chips.Michael Chan2018-10-162-4/+114
* | bnxt_en: Refactor bnxt_poll_work().Michael Chan2018-10-162-11/+38
* | bnxt_en: Add coalescing setup for 57500 chips.Michael Chan2018-10-161-0/+46
* | bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.Michael Chan2018-10-162-43/+45
* | bnxt_en: Add RSS support for 57500 chips.Michael Chan2018-10-161-4/+109
* | bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.Michael Chan2018-10-162-10/+22
* | bnxt_en: Allocate/Free CP rings for 57500 series chips.Michael Chan2018-10-161-5/+66
* | bnxt_en: Modify bnxt_ring_alloc_send_msg() to support 57500 chips.Michael Chan2018-10-162-6/+56
* | bnxt_en: Add helper functions to get firmware CP ring ID.Michael Chan2018-10-161-11/+56
* | bnxt_en: Allocate completion ring structures for 57500 series chips.Michael Chan2018-10-162-0/+67
* | bnxt_en: Modify the ring reservation functions for 57500 series chips.Michael Chan2018-10-161-30/+97
* | bnxt_en: Adjust MSIX and ring groups for 57500 series chips.Michael Chan2018-10-161-1/+8
* | bnxt_en: Re-structure doorbells.Michael Chan2018-10-164-62/+171
* | bnxt_en: Add 57500 new chip ID and basic structures.Michael Chan2018-10-162-15/+88
* | bnxt_en: Configure context memory on new devices.Michael Chan2018-10-161-3/+120
* | bnxt_en: Check context memory requirements from firmware.Michael Chan2018-10-162-8/+248
* | bnxt_en: Add new flags to setup new page table PTE bits on newer devices.Michael Chan2018-10-162-2/+23
* | bnxt_en: Refactor bnxt_ring_struct.Michael Chan2018-10-162-67/+77
* | bnxt_en: Update interrupt coalescing logic.Michael Chan2018-10-162-21/+125
* | bnxt_en: Add maximum extended request length fw message support.Michael Chan2018-10-162-7/+28
* | bnxt_en: Add additional extended port statistics.Michael Chan2018-10-163-7/+121
* | bnxt_en: Update firmware interface spec. to 1.10.0.3.Michael Chan2018-10-162-92/+224
* | bnxt_en: Remove unnecessary unsigned integer comparison and initialize variableGustavo A. R. Silva2018-10-081-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-062-9/+11
|\ \
| * | bnxt_en: get the reduced max_irqs by the ones used by RDMAVasundhara Volam2018-10-051-1/+1
| * | bnxt_en: free hwrm resources, if driver probe fails.Venkat Duvvuru2018-10-051-4/+6
| * | bnxt_en: Fix enables field in HWRM_QUEUE_COS2BW_CFG requestVasundhara Volam2018-10-051-3/+3
| * | bnxt_en: Fix VNIC reservations on the PF.Michael Chan2018-10-051-1/+1
* | | bnxt_en: Add a driver specific gre_ver_check devlink parameter.Vasundhara Volam2018-10-042-1/+24
* | | bnxt_en: Use msix_vec_per_pf_max and msix_vec_per_pf_min devlink params.Vasundhara Volam2018-10-042-2/+53
* | | bnxt_en: return proper error when FW returns HWRM_ERR_CODE_RESOURCE_ACCESS_DE...Vasundhara Volam2018-10-041-1/+5
* | | bnxt_en: Use ignore_ari devlink parameterVasundhara Volam2018-10-042-0/+7
* | | Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-10-042-2/+4
|\ \ \
| * | | devlink: Add extack for eswitch operationsEli Britstein2018-10-042-2/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-3/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | bnxt_en: Fix TX timeout during netpoll.Michael Chan2018-09-271-3/+10
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-253-24/+17Star
|\| |
| * | bnxt: remove ndo_poll_controllerEric Dumazet2018-09-241-18/+0Star
| * | bnxt_en: don't try to offload VLAN 'modify' actionDavide Caratti2018-09-201-6/+14
| * | net: bnxt: Fix a uninitialized variable warning.zhong jiang2018-09-191-0/+3