summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-212-1/+3
|\
| * bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-06-182-1/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-24/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-304-17/+23
|\
| * bnxt_en: Device serial number is supported only for PFs.Vasundhara Volam2019-05-221-5/+6
| * bnxt_en: Reduce memory usage when running in kdump kernel.Michael Chan2019-05-222-3/+5
| * bnxt_en: Fix possible BUG() condition when calling pci_disable_msix().Michael Chan2019-05-224-9/+10
| * bnxt_en: Fix aggregation buffer leak under OOM condition.Michael Chan2019-05-221-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0718-262/+548
|\
| * net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-074-4/+4
| * bnxt_en: Add device IDs 0x1806 and 0x1752 for 57500 devices.Michael Chan2019-05-051-0/+4
| * bnxt_en: Add support for aRFS on 57500 chips.Michael Chan2019-05-051-4/+12
| * bnxt_en: Query firmware capability to support aRFS on 57500 chips.Michael Chan2019-05-052-1/+44
| * bnxt_en: Improve NQ reservations.Michael Chan2019-05-051-2/+4
| * bnxt_en: Separate RDMA MR/AH context allocation.Devesh Sharma2019-05-052-1/+19
| * bnxt_en: read the clause type from the PHY IDVasundhara Volam2019-05-051-2/+2
| * bnxt_en: Read package version from firmware.Vasundhara Volam2019-05-053-1/+12
| * bnxt_en: Check new firmware capability to display extended stats.Vasundhara Volam2019-05-052-2/+7
| * bnxt_en: Add support for PCIe statisticsVasundhara Volam2019-05-053-1/+82
| * bnxt_en: Refactor bnxt_alloc_stats().Vasundhara Volam2019-05-051-39/+36
| * bnxt_en: Update firmware interface to 1.10.0.69.Michael Chan2019-05-052-53/+214
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-21/+32
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-1/+1
| |\ \
| | * | net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * | | cnic: Refactor code and mark expected switch fall-throughGustavo A. R. Silva2019-04-261-7/+6
| |/ /
| * | net: systemport: Remove need for DMA descriptorFlorian Fainelli2019-04-222-58/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-1/+1
| |\ \
| * | | bnx2x: Add support for detection of P2P event packets.Sudarsana Reddy Kalluru2019-04-161-10/+12
| * | | bnx2x: Replace magic numbers with macro definitions.Sudarsana Reddy Kalluru2019-04-161-20/+30
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-083-9/+19
| |\ \ \
| * | | | bnxt: remove ndo_get_port_parent_id implementation for physical portsJiri Pirko2019-04-041-1/+0
| * | | | bnxt: pass switch ID through devlink_port_attrs_set()Jiri Pirko2019-04-041-1/+2
| * | | | bnxt: move bp->switch_id initialization to PF probeJiri Pirko2019-04-042-25/+25
| * | | | net: devlink: extend port attrs for switch IDJiri Pirko2019-04-041-1/+1
| * | | | tg3: allow ethtool -p to work for NICs in down stateJon Maxwell2019-04-021-3/+0
| * | | | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-013-4/+4
| * | | | bnxt: remove ndo_get_phys_port_name implementationJiri Pirko2019-03-281-18/+0
| * | | | bnxt: implement ndo_get_devlink_portJiri Pirko2019-03-281-1/+9
| * | | | bnx2x: Utilize FW 7.13.11.0.Sudarsana Reddy Kalluru2019-03-271-7/+14
| * | | | net: devlink: select NET_DEVLINK from driversJiri Pirko2019-03-241-0/+1
| * | | | bnxt: set devlink port type after registrationJiri Pirko2019-03-241-1/+1
| * | | | bnxt: call devlink_port_type_eth_set() before port registerJiri Pirko2019-03-241-1/+1
| * | | | bnxt: set devlink port attrs properlyJiri Pirko2019-03-241-0/+2
| * | | | bnxt: add missing net/devlink.h includeJiri Pirko2019-03-241-0/+1
| * | | | net: systemport: Remove print of base addressFlorian Fainelli2019-03-211-3/+3
| * | | | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-203-9/+6
* | | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-0610-56/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |