summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-063-18/+36
|\
| * bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King2017-04-042-12/+12
| * bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown.Michael Chan2017-03-291-5/+10
| * bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa()Sankar Patchineelam2017-03-291-1/+1
| * bnxt_en: Fix NULL pointer dereference in reopen failure pathSankar Patchineelam2017-03-291-0/+13
* | bnxt_en: Cap the msix vector with the max completion rings.Michael Chan2017-04-051-2/+3
* | bnxt_en: Use short TX BDs for the XDP TX ring.Michael Chan2017-04-051-14/+2
* | bnxt_en: Add interrupt test to ethtool -t selftest.Michael Chan2017-04-051-1/+31
* | bnxt_en: Add PHY loopback to ethtool self-test.Michael Chan2017-04-051-2/+60
* | bnxt_en: Add ethtool mac loopback self test.Michael Chan2017-04-055-11/+199
* | bnxt_en: Add basic ethtool -t selftest support.Michael Chan2017-04-054-3/+150
* | bnxt_en: Add suspend/resume callbacks.Michael Chan2017-04-051-0/+57
* | bnxt_en: Add ethtool set_wol method.Michael Chan2017-04-053-0/+60
* | bnxt_en: Add ethtool get_wol method.Michael Chan2017-04-052-0/+17
* | bnxt_en: Add pci shutdown method.Michael Chan2017-04-051-0/+31
* | bnxt_en: Add basic WoL infrastructure.Michael Chan2017-04-052-0/+47
* | bnxt_en: Update firmware interface spec to 1.7.6.2.Michael Chan2017-04-053-37/+297
* | drivers: add explicit interrupt.h includesFlorian Westphal2017-03-302-0/+3
* | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+1
* | net: systemport: Simplify circular pointer arithmeticFlorian Fainelli2017-03-241-5/+1
* | net: systemport: Clear status to reduce spurious interruptsFlorian Fainelli2017-03-241-0/+10
* | net: systemport: Track per TX ring statisticsFlorian Fainelli2017-03-242-7/+63
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-232-19/+4
|\|
| * net: bcmgenet: remove bcmgenet_internal_phy_setup()Doug Berger2017-03-221-15/+0
| * net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabledFlorian Fainelli2017-03-151-2/+4
* | net: bcmgenet: Track per TX/RX rings statisticsFlorian Fainelli2017-03-212-8/+75
* | net: ethernet: bgmac: Allow MAC address to be specified in DTBSteve Lin2017-03-161-16/+23
* | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-152-2/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-159-82/+254
|\|
| * net: bcmgenet: decouple flow control from bcmgenet_tx_reclaimDoug Berger2017-03-091-9/+11
| * net: bcmgenet: add begin/complete ethtool opsEdwin Chan2017-03-091-0/+18
| * net: bcmgenet: Power up the internal PHY before probing the MIIDoug Berger2017-03-091-0/+8
| * net: bcmgenet: synchronize irq0 status between the isr and taskDoug Berger2017-03-092-35/+44
| * net: bcmgenet: power down internal phy if open or resume failsDoug Berger2017-03-091-0/+4
| * net: bcmgenet: reserved phy revisions must be checked firstDoug Berger2017-03-091-6/+6
| * net: bcmgenet: correct MIB access of UniMAC RUNT countersDoug Berger2017-03-091-4/+7
| * net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB valuesDoug Berger2017-03-092-10/+60
| * bnxt_en: Ignore 0 value in autoneg supported speed from firmware.Michael Chan2017-03-091-2/+3
| * bnxt_en: Check if firmware LLDP agent is running.Michael Chan2017-03-093-1/+6
| * bnxt_en: Call bnxt_ulp_stop() during tx timeout.Michael Chan2017-03-091-1/+7
| * bnxt_en: Perform function reset earlier during probe.Michael Chan2017-03-091-4/+4
| * bnx2x: add missing configuration of VF VLAN filtersMichal Schmidt2017-03-071-0/+17
| * bnx2x: fix incorrect filter count in an error messageMichal Schmidt2017-03-071-1/+1
| * bnx2x: do not rollback VF MAC/VLAN filters we did not configureMichal Schmidt2017-03-072-1/+8
| * bnx2x: fix detection of VLAN filtering feature for VFMichal Schmidt2017-03-071-5/+11
| * bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt2017-03-071-12/+11
| * bnx2x: lower verbosity of VF stats debug messagesMichal Schmidt2017-03-071-6/+8
| * bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt2017-03-071-1/+19
* | net: bcmgenet: add support for the GENETv5 hardwareDoug Berger2017-03-133-49/+116
* | net: bcmgenet: return EOPNOTSUPP for unknown ioctl commandsDoug Berger2017-03-131-16/+3