summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bnxt
AgeCommit message (Expand)AuthorFilesLines
2018-12-18bnxt_en: Save ring statistics before reset.Michael Chan2-14/+44
2018-12-18bnxt_en: Return linux standard errors in bnxt_ethtool.cVasundhara Volam1-17/+39
2018-12-18bnxt_en: Don't set ETS on unused TCs.Michael Chan1-1/+4
2018-12-18bnxt_en: Add ethtool -S priority counters.Michael Chan3-1/+144
2018-12-18bnxt_en: Add SR-IOV support for 57500 chips.Michael Chan3-4/+19
2018-12-18bnxt_en: Disable MSIX before re-reserving NQs/CMPL rings.Michael Chan1-8/+11
2018-12-18bnxt_en: Reserve 1 stat_ctx for RDMA driver.Vasundhara Volam2-28/+52
2018-12-18bnxt_en: Do not modify max_stat_ctxs after RDMA driver requests/frees stat_ctxsVasundhara Volam3-15/+2
2018-12-18bnxt_en: get rid of num_stat_ctxs variableVasundhara Volam7-16/+25
2018-12-18bnxt_en: Add bnxt_get_avail_cp_rings_for_en() helper function.Michael Chan3-6/+16
2018-12-18bnxt_en: Store the maximum NQs available on the PF.Michael Chan2-1/+5
2018-12-13net: ndo_bridge_setlink: Add extackPetr Machata1-1/+1
2018-12-13bnxt: remove printing of hwrm messageJonathan Toppins1-1/+2
2018-12-09bnxt_en: Fix _bnxt_get_max_rings() for 57500 chips.Michael Chan1-4/+12
2018-12-09bnxt_en: Fix NQ/CP rings accounting on the new 57500 chips.Michael Chan1-6/+23
2018-12-09bnxt_en: Keep track of reserved IRQs.Michael Chan3-3/+8
2018-12-09bnxt_en: Fix CNP CoS queue regression.Michael Chan1-0/+7
2018-11-15bnxt_en: Fix filling time in bnxt_fill_coredump_record()Vasundhara Volam1-2/+2
2018-11-15bnxt_en: Add software "missed_irqs" counter.Michael Chan3-1/+6
2018-11-15bnxt_en: Workaround occasional TX timeout on 57500 A0.Michael Chan2-0/+68
2018-11-15bnxt_en: Disable RDMA support on the 57500 chips.Michael Chan1-0/+3
2018-11-15bnxt_en: Fix rx_l4_csum_errors counter on 57500 devices.Michael Chan1-1/+1
2018-11-15bnxt_en: Fix RSS context allocation.Michael Chan1-1/+1
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+0
2018-10-19bnxt_en: Copy and paste bug in extended tx_statsDan Carpenter1-1/+1
2018-10-16bnxt_en: Add PCI ID for BCM57508 device.Michael Chan1-0/+3
2018-10-16bnxt_en: Add new NAPI poll function for 57500 chips.Michael Chan2-4/+114
2018-10-16bnxt_en: Refactor bnxt_poll_work().Michael Chan2-11/+38
2018-10-16bnxt_en: Add coalescing setup for 57500 chips.Michael Chan1-0/+46
2018-10-16bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.Michael Chan2-43/+45
2018-10-16bnxt_en: Add RSS support for 57500 chips.Michael Chan1-4/+109
2018-10-16bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.Michael Chan2-10/+22
2018-10-16bnxt_en: Allocate/Free CP rings for 57500 series chips.Michael Chan1-5/+66
2018-10-16bnxt_en: Modify bnxt_ring_alloc_send_msg() to support 57500 chips.Michael Chan2-6/+56
2018-10-16bnxt_en: Add helper functions to get firmware CP ring ID.Michael Chan1-11/+56
2018-10-16bnxt_en: Allocate completion ring structures for 57500 series chips.Michael Chan2-0/+67
2018-10-16bnxt_en: Modify the ring reservation functions for 57500 series chips.Michael Chan1-30/+97
2018-10-16bnxt_en: Adjust MSIX and ring groups for 57500 series chips.Michael Chan1-1/+8
2018-10-16bnxt_en: Re-structure doorbells.Michael Chan4-62/+171
2018-10-16bnxt_en: Add 57500 new chip ID and basic structures.Michael Chan2-15/+88
2018-10-16bnxt_en: Configure context memory on new devices.Michael Chan1-3/+120
2018-10-16bnxt_en: Check context memory requirements from firmware.Michael Chan2-8/+248
2018-10-16bnxt_en: Add new flags to setup new page table PTE bits on newer devices.Michael Chan2-2/+23
2018-10-16bnxt_en: Refactor bnxt_ring_struct.Michael Chan2-67/+77
2018-10-16bnxt_en: Update interrupt coalescing logic.Michael Chan2-21/+125
2018-10-16bnxt_en: Add maximum extended request length fw message support.Michael Chan2-7/+28
2018-10-16bnxt_en: Add additional extended port statistics.Michael Chan3-7/+121
2018-10-16bnxt_en: Update firmware interface spec. to 1.10.0.3.Michael Chan2-92/+224
2018-10-08bnxt_en: Remove unnecessary unsigned integer comparison and initialize variableGustavo A. R. Silva1-2/+2
2018-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+11