summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-093-3/+5
* bnxt_en: Add bnxt_en initial params table and register it.Vasundhara Volam2018-07-054-11/+147
* cnic: remove redundant pointer req and variable funcColin Ian King2018-07-041-4/+1Star
* net: bgmac: remove redundant variable 'freed'Colin Ian King2018-07-041-2/+0Star
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-034-1/+14
|\
| * 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
* | bnx2x: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-305-5/+9
* | tg3: Mark expected switch fall-throughsGustavo A. R. Silva2018-06-291-0/+14
* | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-262-2/+2
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-261-2/+0Star
|\|
| * net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-231-2/+0Star
* | bnxt: simplify cls_flower command switch and handle default caseJiri Pirko2018-06-251-11/+5Star
|/
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-3/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-134-15/+17
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-132-3/+3
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-072-35/+7Star
|\
| * bnxt_en: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-261-18/+1Star
| * bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-261-17/+6Star
* | 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-291-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-121-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/+9Star
* | | 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-301-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
* | | bnxt_en: Do not allow VF to read EEPROM.Michael Chan2018-04-271-0/+5
* | | bnxt_en: Display function level rx/tx_discard_pkts via ethtoolVasundhara Volam2018-04-271-0/+33
* | | bnxt_en: Simplify ring alloc/free error messages.Michael Chan2018-04-271-37/+6Star
* | | bnxt_en: Do not set firmware time from VF driver on older firmware.Michael Chan2018-04-271-1/+2
* | | bnxt_en: Check the lengths of encapsulated firmware responses.Michael Chan2018-04-272-0/+21
* | | bnxt_en: Remap TC to hardware queues when configuring PFC.Michael Chan2018-04-271-41/+60
* | | bnxt_en: Add TC to hardware QoS queue mapping logic.Michael Chan2018-04-273-24/+47
* | | net/dim: Rename *_get_profile() functions to *_get_rx_moderation()Tal Gilboa2018-04-243-10/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-212-24/+27
|\| |
| * | bnxt_en: Fix memory fault in bnxt_ethtool_init()Vasundhara Volam2018-04-192-24/+27
| |/
* / bpf: make bnxt compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
|/