aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24bgmac: fix requests for extra polling calls from NAPIRafał Miłecki1-1/+1
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2015-04-14bgmac: drop ring->num_slotsFelix Fietkau1-13/+14
2015-04-14bgmac: fix DMA rx corruptionFelix Fietkau1-9/+18
2015-04-14bgmac: simplify dma init/cleanupFelix Fietkau1-39/+40
2015-04-14bgmac: add check for oversized packetsFelix Fietkau1-0/+7
2015-04-14bgmac: simplify/optimize rx DMA error handlingFelix Fietkau1-37/+34
2015-04-14bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau1-6/+8
2015-04-14bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau1-21/+10
2015-04-14bgmac: simplify tx ring index handlingFelix Fietkau1-26/+20
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki1-1/+1
2015-03-23bgmac: implement scatter/gather supportFelix Fietkau1-43/+121
2015-03-23bgmac: implement GRO and use build_skbFelix Fietkau1-24/+56
2015-03-20bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsetsRafał Miłecki1-0/+34
2015-03-08bgmac: Clean warning messagesPeter Senna Tschudin1-7/+0
2015-02-11bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki1-2/+3
2015-02-11treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches1-1/+1
2015-01-19bgmac: activate irqs only if there is nothing to pollHauke Mehrtens1-3/+3
2015-01-19bgmac: register napi before the deviceHauke Mehrtens1-3/+3
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-14bgmac: propagate error codes in bgmac_probe()Florian Fainelli1-2/+0
2014-01-06bgmac: fix typosHauke Mehrtens1-2/+2
2014-01-04bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens1-18/+45
2014-01-04bgmac: reset all cores on Northstar SoCHauke Mehrtens1-0/+21
2014-01-04bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens1-4/+4
2014-01-04bgmac: initialize the DMA controller of core rev >= 4Hauke Mehrtens1-0/+23
2013-12-27bgmac: use phy_mii_ioctl in ioctl handlerHauke Mehrtens1-21/+5
2013-12-27bgmac: drop duplicated PHY definesRafał Miłecki1-4/+2
2013-12-11bgmac: replace some magic values with definesRafał Miłecki1-8/+13
2013-12-11bgmac: reset cached MAC state during chip resetRafał Miłecki1-0/+2
2013-12-10bgmac: start/stop PHY on netdev open/stopRafał Miłecki1-0/+4
2013-12-09bgmac: connect to PHY and make use of PHY deviceRafał Miłecki1-130/+60
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+14
2013-10-30bgmac: pass received packet to the netif instead of copying itRafał Miłecki1-27/+39
2013-10-29bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz1-6/+14
2013-10-29bgmac: separate RX descriptor setup code into a new functionRafał Miłecki1-19/+22
2013-09-30bgmac: add support for Byte Queue LimitsHauke Mehrtens1-0/+10
2013-09-16bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki1-10/+28
2013-09-16bgmac: allow bigger et_swtype nvram variableHauke Mehrtens1-2/+2
2013-09-16bgmac: fix internal switch initializationRafał Miłecki1-1/+1
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches1-3/+1
2013-03-07bgmac: register MII busRafał Miłecki1-1/+79
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+4
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-3/+3
2013-02-28bgmac: omit the fcsHauke Mehrtens1-0/+4
2013-02-25bgmac: fix indexing of 2nd level loopsRafał Miłecki1-7/+11
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mips-for-linux-nextRalf Baechle1-0/+1461
2013-02-18bgmac: fix unaligned accesses to network headersHauke Mehrtens1-1/+1
2013-02-14bgmac: add read of interrupt mask after disabling interruptsNathan Hintz1-0/+1
2013-02-13bgmac: return error on failed PHY writeRafał Miłecki1-3/+7