summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\
| * treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
* | bgmac: reset & enable Ethernet core before using itRafał Miłecki2016-04-141-0/+5
|/
* bgmac: support Ethernet device on BCM47094 SoCRafał Miłecki2016-02-241-2/+4
* bgmac: add helper checking for BCM4707 / BCM53018 chip idRafał Miłecki2016-02-061-14/+16
* bgmac: Fix reversed test of build_skb() return value.David S. Miller2016-01-151-1/+1
* bgmac: fix a missing check for build_skbwangweidong2016-01-131-0/+5
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-13/+2
* bgmac: Update fixed_phy_register()Fabio Estevam2015-09-021-1/+1
* bgmac: support up to 3 cores (devices) on a busRafał Miłecki2015-08-271-5/+23
* bgmac: fix requests for extra polling calls from NAPIRafał Miłecki2015-04-241-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-171-1/+1
|\
| * MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2015-04-011-1/+1
* | bgmac: drop ring->num_slotsFelix Fietkau2015-04-141-13/+14
* | bgmac: fix DMA rx corruptionFelix Fietkau2015-04-141-9/+18
* | bgmac: simplify dma init/cleanupFelix Fietkau2015-04-141-39/+40
* | bgmac: add check for oversized packetsFelix Fietkau2015-04-141-0/+7
* | bgmac: simplify/optimize rx DMA error handlingFelix Fietkau2015-04-141-37/+34
* | bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau2015-04-141-6/+8
* | bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau2015-04-141-21/+10
* | bgmac: simplify tx ring index handlingFelix Fietkau2015-04-141-26/+20
* | bgmac: implement scatter/gather supportFelix Fietkau2015-03-231-43/+121
* | bgmac: implement GRO and use build_skbFelix Fietkau2015-03-231-24/+56
* | bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsetsRafał Miłecki2015-03-201-0/+34
|/
* bgmac: Clean warning messagesPeter Senna Tschudin2015-03-081-7/+0
* bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki2015-02-111-2/+3
* treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches2015-02-111-1/+1
* bgmac: activate irqs only if there is nothing to pollHauke Mehrtens2015-01-191-3/+3
* bgmac: register napi before the deviceHauke Mehrtens2015-01-191-3/+3
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* bgmac: propagate error codes in bgmac_probe()Florian Fainelli2014-01-141-2/+0
* bgmac: fix typosHauke Mehrtens2014-01-061-2/+2
* bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens2014-01-041-18/+45
* bgmac: reset all cores on Northstar SoCHauke Mehrtens2014-01-041-0/+21
* bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens2014-01-041-4/+4
* bgmac: initialize the DMA controller of core rev >= 4Hauke Mehrtens2014-01-041-0/+23
* bgmac: use phy_mii_ioctl in ioctl handlerHauke Mehrtens2013-12-271-21/+5
* bgmac: drop duplicated PHY definesRafał Miłecki2013-12-271-4/+2
* bgmac: replace some magic values with definesRafał Miłecki2013-12-111-8/+13
* bgmac: reset cached MAC state during chip resetRafał Miłecki2013-12-111-0/+2
* bgmac: start/stop PHY on netdev open/stopRafał Miłecki2013-12-101-0/+4
* bgmac: connect to PHY and make use of PHY deviceRafał Miłecki2013-12-091-130/+60
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-6/+14
|\
| * bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz2013-10-291-6/+14
* | bgmac: pass received packet to the netif instead of copying itRafał Miłecki2013-10-301-27/+39
* | bgmac: separate RX descriptor setup code into a new functionRafał Miłecki2013-10-291-19/+22
* | bgmac: add support for Byte Queue LimitsHauke Mehrtens2013-09-301-0/+10
|/
* bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki2013-09-161-10/+28
* bgmac: allow bigger et_swtype nvram variableHauke Mehrtens2013-09-161-2/+2
* bgmac: fix internal switch initializationRafał Miłecki2013-09-161-1/+1
OpenPOWER on IntegriCloud