summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)AuthorFilesLines
2017-04-04bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King2-12/+12
2017-03-29bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown.Michael Chan1-5/+10
2017-03-29bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa()Sankar Patchineelam1-1/+1
2017-03-29bnxt_en: Fix NULL pointer dereference in reopen failure pathSankar Patchineelam1-0/+13
2017-03-22net: bcmgenet: remove bcmgenet_internal_phy_setup()Doug Berger1-15/+0
2017-03-15net: bcmgenet: Do not suspend PHY if Wake-on-LAN is enabledFlorian Fainelli1-2/+4
2017-03-09net: bcmgenet: decouple flow control from bcmgenet_tx_reclaimDoug Berger1-9/+11
2017-03-09net: bcmgenet: add begin/complete ethtool opsEdwin Chan1-0/+18
2017-03-09net: bcmgenet: Power up the internal PHY before probing the MIIDoug Berger1-0/+8
2017-03-09net: bcmgenet: synchronize irq0 status between the isr and taskDoug Berger2-35/+44
2017-03-09net: bcmgenet: power down internal phy if open or resume failsDoug Berger1-0/+4
2017-03-09net: bcmgenet: reserved phy revisions must be checked firstDoug Berger1-6/+6
2017-03-09net: bcmgenet: correct MIB access of UniMAC RUNT countersDoug Berger1-4/+7
2017-03-09net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB valuesDoug Berger2-10/+60
2017-03-09bnxt_en: Ignore 0 value in autoneg supported speed from firmware.Michael Chan1-2/+3
2017-03-09bnxt_en: Check if firmware LLDP agent is running.Michael Chan3-1/+6
2017-03-09bnxt_en: Call bnxt_ulp_stop() during tx timeout.Michael Chan1-1/+7
2017-03-09bnxt_en: Perform function reset earlier during probe.Michael Chan1-4/+4
2017-03-07bnx2x: add missing configuration of VF VLAN filtersMichal Schmidt1-0/+17
2017-03-07bnx2x: fix incorrect filter count in an error messageMichal Schmidt1-1/+1
2017-03-07bnx2x: do not rollback VF MAC/VLAN filters we did not configureMichal Schmidt2-1/+8
2017-03-07bnx2x: fix detection of VLAN filtering feature for VFMichal Schmidt1-5/+11
2017-03-07bnx2x: fix possible overrun of VFPF multicast addresses arrayMichal Schmidt1-12/+11
2017-03-07bnx2x: lower verbosity of VF stats debug messagesMichal Schmidt1-6/+8
2017-03-07bnx2x: prevent crash when accessing PTP with interface downMichal Schmidt1-1/+19
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-12/+41
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas1-1/+5
2017-03-03net: ethernet: bgmac: init sequence bugJon Mason2-9/+34
2017-03-02drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov1-2/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-02-27scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "initialiazation" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-21bnxt_en: use eth_hw_addr_random()Tobias Klauser1-1/+1
2017-02-20bnxt_en: fix pci cleanup in bnxt_init_one() failure pathSathya Perla1-37/+39
2017-02-20bnxt_en: Fix NULL pointer dereference in a failure path during open.Michael Chan1-1/+3
2017-02-20bnxt_en: Reject driver probe against all bridge devicesRay Jui1-1/+1
2017-02-17net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser4-8/+6
2017-02-12bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICsDeepak Khungar1-0/+6
2017-02-12bnxt_en: Fix bnxt_setup_tc() error message.Michael Chan1-1/+1
2017-02-12bnxt_en: Print FEC settings as part of the linkup dmesg.Michael Chan2-1/+16
2017-02-12bnxt_en: Do not setup PHY unless driving a single PF.Michael Chan1-0/+3
2017-02-12bnxt_en: Add hardware NTUPLE filter for encapsulated packets.Michael Chan1-3/+14
2017-02-12bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.Michael Chan1-1/+1
2017-02-12bnxt_en: Fix ethtool -l pre-set max combined channel.Michael Chan1-1/+1
2017-02-12bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.Kshitij Soni1-6/+26
2017-02-12bnxt_en: Update to firmware interface spec 1.7.0.Michael Chan3-88/+363
2017-02-10net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King1-0/+2
2017-02-07bnxt_en: Add support for XDP_TX action.Michael Chan4-17/+122
2017-02-07bnxt_en: Add basic XDP support.Michael Chan5-8/+214
2017-02-07bnxt_en: Refactor tx completion path.Michael Chan2-1/+9