summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2017-03-22net: bcmgenet: remove bcmgenet_internal_phy_setup()Doug Berger
2017-03-15net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabledFlorian Fainelli
2017-03-09net: bcmgenet: decouple flow control from bcmgenet_tx_reclaimDoug Berger
2017-03-09net: bcmgenet: add begin/complete ethtool opsEdwin Chan
2017-03-09net: bcmgenet: Power up the internal PHY before probing the MIIDoug Berger
2017-03-09net: bcmgenet: synchronize irq0 status between the isr and taskDoug Berger
2017-03-09net: bcmgenet: power down internal phy if open or resume failsDoug Berger
2017-03-09net: bcmgenet: reserved phy revisions must be checked firstDoug Berger
2017-03-09net: bcmgenet: correct MIB access of UniMAC RUNT countersDoug Berger
2017-03-09net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB valuesDoug Berger
2017-03-09bnxt_en: Ignore 0 value in autoneg supported speed from firmware.Michael Chan
2017-03-09bnxt_en: Check if firmware LLDP agent is running.Michael Chan
2017-03-09bnxt_en: Call bnxt_ulp_stop() during tx timeout.Michael Chan
2017-03-09bnxt_en: Perform function reset earlier during probe.Michael Chan
2017-03-07bnx2x: add missing configuration of VF VLAN filtersMichal Schmidt
2017-03-07bnx2x: fix incorrect filter count in an error messageMichal Schmidt
2017-03-07bnx2x: do not rollback VF MAC/VLAN filters we did not configureMichal Schmidt
2017-03-07bnx2x: fix detection of VLAN filtering feature for VFMichal Schmidt
2017-03-07bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt
2017-03-07bnx2x: lower verbosity of VF stats debug messagesMichal Schmidt
2017-03-07bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas
2017-03-03net: ethernet: bgmac: init sequence bugJon Mason
2017-03-02drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada
2017-02-27scripts/spelling.txt: add "initialiazation" pattern and fix typo instancesMasahiro Yamada
2017-02-21bnxt_en: use eth_hw_addr_random()Tobias Klauser
2017-02-20bnxt_en: fix pci cleanup in bnxt_init_one() failure pathSathya Perla
2017-02-20bnxt_en: Fix NULL pointer dereference in a failure path during open.Michael Chan
2017-02-20bnxt_en: Reject driver probe against all bridge devicesRay Jui
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser
2017-02-12bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICsDeepak Khungar
2017-02-12bnxt_en: Fix bnxt_setup_tc() error message.Michael Chan
2017-02-12bnxt_en: Print FEC settings as part of the linkup dmesg.Michael Chan
2017-02-12bnxt_en: Do not setup PHY unless driving a single PF.Michael Chan
2017-02-12bnxt_en: Add hardware NTUPLE filter for encapsulated packets.Michael Chan
2017-02-12bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.Michael Chan
2017-02-12bnxt_en: Fix ethtool -l pre-set max combined channel.Michael Chan
2017-02-12bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.Kshitij Soni
2017-02-12bnxt_en: Update to firmware interface spec 1.7.0.Michael Chan
2017-02-10net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King
2017-02-07bnxt_en: Add support for XDP_TX action.Michael Chan
2017-02-07bnxt_en: Add basic XDP support.Michael Chan
2017-02-07bnxt_en: Refactor tx completion path.Michael Chan
2017-02-07bnxt_en: Add a set of TX rings to support XDP.Michael Chan
2017-02-07bnxt_en: Add tx ring mapping logic.Michael Chan
2017-02-07bnxt_en: Centralize logic to reserve rings.Michael Chan
2017-02-07bnxt_en: Use event bit map in RX path.Michael Chan