summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-3/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-124-15/+17
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-3/+3
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-072-35/+7
|\
| * bnxt_en: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-251-18/+1
| * bnx2x: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-251-17/+6
* | 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-281-1/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-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/+9
* | | 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-291-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/+6
* | | 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
|/
* bnxt_en: Fix NULL pointer dereference at bnxt_free_irq().Michael Chan2018-04-111-1/+1
* bnxt_en: Need to include RDMA rings in bnxt_check_rings().Michael Chan2018-04-111-0/+2
* bnxt_en: Support max-mtu with VF-repsSriharsha Basavapatna2018-04-111-0/+30
* bnxt_en: Ignore src port field in decap filter nodesSriharsha Basavapatna2018-04-111-1/+3
* bnxt_en: do not allow wildcard matches for L2 flowsAndy Gospodarek2018-04-111-0/+59
* bnxt_en: Fix ethtool -x crash when device is down.Michael Chan2018-04-111-3/+8
* net: systemport: Fix sparse warnings in bcm_sysport_insert_tsb()Florian Fainelli2018-04-041-5/+6
* net: bcmgenet: Fix sparse warnings in bcmgenet_put_tx_csum()Florian Fainelli2018-04-041-5/+6
* net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli2018-04-011-1/+2
* net: bgmac: Correctly annotate register spaceFlorian Fainelli2018-04-011-3/+3
* bnxt_en: Add ULP calls to stop and restart IRQs.Michael Chan2018-03-313-17/+90
* bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver.Michael Chan2018-03-313-16/+65
* bnxt_en: Refactor bnxt_need_reserve_rings().Michael Chan2018-03-311-32/+25
OpenPOWER on IntegriCloud