summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-044-12/+41
|\
| * net: ethernet: bgmac: mac address change bugHari Vyas2017-03-031-1/+5
| * net: ethernet: bgmac: init sequence bugJon Mason2017-03-032-9/+34
| * drivers: net: ethernet: remove incorrect __exit markupsDmitry Torokhov2017-03-021-2/+2
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
|/
* scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scripts/spelling.txt: add "initialiazation" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* bnxt_en: use eth_hw_addr_random()Tobias Klauser2017-02-211-1/+1
* bnxt_en: fix pci cleanup in bnxt_init_one() failure pathSathya Perla2017-02-201-37/+39
* bnxt_en: Fix NULL pointer dereference in a failure path during open.Michael Chan2017-02-201-1/+3
* bnxt_en: Reject driver probe against all bridge devicesRay Jui2017-02-201-1/+1
* net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser2017-02-174-8/+6
* bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICsDeepak Khungar2017-02-121-0/+6
* bnxt_en: Fix bnxt_setup_tc() error message.Michael Chan2017-02-121-1/+1
* bnxt_en: Print FEC settings as part of the linkup dmesg.Michael Chan2017-02-122-1/+16
* bnxt_en: Do not setup PHY unless driving a single PF.Michael Chan2017-02-121-0/+3
* bnxt_en: Add hardware NTUPLE filter for encapsulated packets.Michael Chan2017-02-121-3/+14
* bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.Michael Chan2017-02-121-1/+1
* bnxt_en: Fix ethtool -l pre-set max combined channel.Michael Chan2017-02-121-1/+1
* bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.Kshitij Soni2017-02-121-6/+26
* bnxt_en: Update to firmware interface spec 1.7.0.Michael Chan2017-02-123-88/+363
* net: bgmac: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+2
* bnxt_en: Add support for XDP_TX action.Michael Chan2017-02-074-17/+122
* bnxt_en: Add basic XDP support.Michael Chan2017-02-075-8/+214
* bnxt_en: Refactor tx completion path.Michael Chan2017-02-072-1/+9
OpenPOWER on IntegriCloud