aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller4-13/+44
2018-07-16bnxt_en: remove redundant debug register dma mem allocationYueHaibing2-16/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-07-09bnxt_en: Fix for system hang if request_irq failsVikas Gupta1-1/+3
2018-07-09bnxt_en: Do not modify max IRQ count after RDMA driver requests/frees IRQs.Michael Chan3-4/+1
2018-07-09bnxt_en: Support clearing of the IFF_BROADCAST flag.Michael Chan1-2/+7
2018-07-09bnxt_en: Always set output parameters in bnxt_get_max_rings().Michael Chan1-2/+2
2018-07-09bnxt_en: Fix inconsistent BNXT_FLAG_AGG_RINGS logic.Michael Chan1-1/+4
2018-07-09bnxt_en: Fix the vlan_tci exact match check.Venkat Duvvuru1-3/+27
2018-07-05bnxt_en: Add bnxt_en initial params table and register it.Vasundhara Volam4-11/+147
2018-06-30bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2-2/+2
2018-06-25bnxt: simplify cls_flower command switch and handle default caseJiri Pirko1-11/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-18/+1
2018-05-25bnxt_en: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-18/+1
2018-05-08bnxt_en: Always forward VF MAC address to the PF.Michael Chan2-2/+3
2018-05-08bnxt_en: Read phy eeprom A2h address only when optical diagnostics is supported.Vasundhara Volam2-14/+9
2018-05-08bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.Michael Chan1-0/+3
2018-05-08bnxt_en: Fix firmware message delay loop regression.Michael Chan2-4/+15
2018-04-27bnxt_en: Reserve rings at driver open if none was reserved at probe time.Michael Chan1-0/+31
2018-04-27bnxt_en: Reserve RSS and L2 contexts for VF.Michael Chan3-5/+14
2018-04-27bnxt_en: Don't reserve rings on VF when min rings were not provisioned by PF.Michael Chan1-1/+26
2018-04-27bnxt_en: Reserve rings in bnxt_set_channels() if device is down.Michael Chan1-0/+2
2018-04-27bnxt_en: add debugfs support for DIMAndy Gospodarek5-0/+156
2018-04-27bnxt_en: reduce timeout on initial HWRM callsAndy Gospodarek2-3/+29
2018-04-27bnxt_en: Increase RING_IDLE minimum threshold to 50Andy Gospodarek1-1/+1
2018-04-27bnxt_en: Do not allow VF to read EEPROM.Michael Chan1-0/+5
2018-04-27bnxt_en: Display function level rx/tx_discard_pkts via ethtoolVasundhara Volam1-0/+33
2018-04-27bnxt_en: Simplify ring alloc/free error messages.Michael Chan1-37/+6
2018-04-27bnxt_en: Do not set firmware time from VF driver on older firmware.Michael Chan1-1/+2
2018-04-27bnxt_en: Check the lengths of encapsulated firmware responses.Michael Chan2-0/+21
2018-04-27bnxt_en: Remap TC to hardware queues when configuring PFC.Michael Chan1-41/+60
2018-04-27bnxt_en: Add TC to hardware QoS queue mapping logic.Michael Chan3-24/+47
2018-04-24net/dim: Rename *_get_profile() functions to *_get_rx_moderation()Tal Gilboa1-4/+4
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-24/+27
2018-04-19bnxt_en: Fix memory fault in bnxt_ethtool_init()Vasundhara Volam2-24/+27
2018-04-18bpf: make bnxt compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+1
2018-04-11bnxt_en: Fix NULL pointer dereference at bnxt_free_irq().Michael Chan1-1/+1
2018-04-11bnxt_en: Need to include RDMA rings in bnxt_check_rings().Michael Chan1-0/+2
2018-04-11bnxt_en: Support max-mtu with VF-repsSriharsha Basavapatna1-0/+30
2018-04-11bnxt_en: Ignore src port field in decap filter nodesSriharsha Basavapatna1-1/+3
2018-04-11bnxt_en: do not allow wildcard matches for L2 flowsAndy Gospodarek1-0/+59
2018-04-11bnxt_en: Fix ethtool -x crash when device is down.Michael Chan1-3/+8
2018-03-31bnxt_en: Add ULP calls to stop and restart IRQs.Michael Chan3-17/+90
2018-03-31bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver.Michael Chan3-16/+65
2018-03-31bnxt_en: Refactor bnxt_need_reserve_rings().Michael Chan1-32/+25
2018-03-31bnxt_en: Add IRQ remapping logic.Michael Chan1-17/+42
2018-03-31bnxt_en: Change IRQ assignment for RDMA driver.Michael Chan3-3/+61
2018-03-31bnxt_en: Improve ring allocation logic.Michael Chan2-15/+21