aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bnxt (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-06bnxt_en: remove set but not used variable 'addr_type'YueHaibing1-15/+0
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-33/+20
2018-09-03bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan4-12/+9
2018-09-03bnxt_en: Clean up unused functions.Michael Chan4-18/+1
2018-09-03bnxt_en: Fix firmware signaled resource change logic in open.Michael Chan1-3/+10
2018-09-01bnxt_en: remove set but not used variable 'rx_stats'YueHaibing1-2/+0
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2
2018-08-13bnxt_en: take coredump_record structure off stackArnd Bergmann1-6/+3
2018-08-13bnxt_en: avoid string overflow for record->system_nameArnd Bergmann1-2/+2
2018-08-10bnxt_en: Fix strcpy() warnings in bnxt_ethtool.cVasundhara Volam1-3/+3
2018-08-07bnx2x: Mark expected switch fall-thoughsGustavo A. R. Silva1-1/+1
2018-08-05bnxt_en: Do not use the CNP CoS queue for networking traffic.Michael Chan2-8/+18
2018-08-05bnxt_en: Add DCBNL DSCP application protocol support.Michael Chan3-1/+89
2018-08-05bnxt_en: Add hwmon sysfs support to read temperatureVasundhara Volam2-0/+63
2018-08-05bnxt_en: Notify firmware about IF state changes.Michael Chan2-2/+52
2018-08-05bnxt_en: Move firmware related flags to a new fw_cap field in struct bnxt.Michael Chan3-15/+16
2018-08-05bnxt_en: Add BNXT_NEW_RM() macro.Michael Chan5-18/+18
2018-08-05bnxt_en: Add support for ethtool get dump.Vasundhara Volam3-0/+436
2018-08-05bnxt_en: Update RSS setup and GRO-HW logic according to the latest spec.Michael Chan2-1/+6
2018-08-05bnxt_en: Add new VF resource allocation strategy mode.Michael Chan3-10/+16
2018-08-05bnxt_en: Add PHY retry logic.Michael Chan2-1/+34
2018-08-05bnxt_en: Add external loopback test to ethtool selftest.Michael Chan3-6/+32
2018-08-05bnxt_en: Adjust timer based on ethtool stats-block-usecs settings.Michael Chan1-0/+5
2018-08-05bnxt_en: Update firmware interface version to 1.9.2.25.Michael Chan4-321/+924
2018-08-03bnxt_en: combine 'else if' and 'else' into single branchYueHaibing1-2/+6
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