aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-21net: bcmgenet: Track per TX/RX rings statisticsFlorian Fainelli2-8/+75
2017-03-16net: ethernet: bgmac: Allow MAC address to be specified in DTBSteve Lin1-16/+23
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2-2/+7
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-82/+254
2017-03-13net: bcmgenet: add support for the GENETv5 hardwareDoug Berger3-49/+116
2017-03-13net: bcmgenet: return EOPNOTSUPP for unknown ioctl commandsDoug Berger1-16/+3
2017-03-13net: bcmgenet: correct return value of __bcmgenet_tx_reclaimDoug Berger1-2/+2
2017-03-13net: bcmgenet: clear status to reduce spurious interruptsDoug Berger1-1/+20
2017-03-13net: bcmgenet: remove handling of wol interrupts from isr0Doug Berger2-23/+2
2017-03-13net: bcmgenet: manage dma interrupts in napi codeDoug Berger1-17/+22
2017-03-13net: bcmgenet: remove meaningless linesDoug Berger1-10/+3
2017-03-13net: bcmgenet: simplify circular pointer arithmeticDoug Berger1-14/+5
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-09tg3: Add the ability to conditionally build w/ HWMONFlorian Fainelli2-1/+14
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-06net: ethernet: bgmac: driver power manangementJoey Zhong3-0/+87
2017-03-06net: ethernet: bgmac: unify code of the same familyJon Mason1-36/+28
2017-03-06net: ethernet: bgmac: use #defines for MAX sizeJon Mason1-1/+1
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/sched.h> into <linux/sched/signal.h>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