summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bgmac.c
Commit message (Expand)AuthorAge
* bgmac: fix requests for extra polling calls from NAPIRafał Miłecki2015-04-24
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-04-17
|\
| * MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki2015-04-01
* | bgmac: drop ring->num_slotsFelix Fietkau2015-04-14
* | bgmac: fix DMA rx corruptionFelix Fietkau2015-04-14
* | bgmac: simplify dma init/cleanupFelix Fietkau2015-04-14
* | bgmac: add check for oversized packetsFelix Fietkau2015-04-14
* | bgmac: simplify/optimize rx DMA error handlingFelix Fietkau2015-04-14
* | bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau2015-04-14
* | bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau2015-04-14
* | bgmac: simplify tx ring index handlingFelix Fietkau2015-04-14
* | bgmac: implement scatter/gather supportFelix Fietkau2015-03-23
* | bgmac: implement GRO and use build_skbFelix Fietkau2015-03-23
* | bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsetsRafał Miłecki2015-03-20
|/
* bgmac: Clean warning messagesPeter Senna Tschudin2015-03-08
* bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki2015-02-11
* treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches2015-02-11
* bgmac: activate irqs only if there is nothing to pollHauke Mehrtens2015-01-19
* bgmac: register napi before the deviceHauke Mehrtens2015-01-19
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* bgmac: propagate error codes in bgmac_probe()Florian Fainelli2014-01-14
* bgmac: fix typosHauke Mehrtens2014-01-06
* bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens2014-01-04
* bgmac: reset all cores on Northstar SoCHauke Mehrtens2014-01-04
* bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens2014-01-04
* bgmac: initialize the DMA controller of core rev >= 4Hauke Mehrtens2014-01-04
* bgmac: use phy_mii_ioctl in ioctl handlerHauke Mehrtens2013-12-27
* bgmac: drop duplicated PHY definesRafał Miłecki2013-12-27
* bgmac: replace some magic values with definesRafał Miłecki2013-12-11
* bgmac: reset cached MAC state during chip resetRafał Miłecki2013-12-11
* bgmac: start/stop PHY on netdev open/stopRafał Miłecki2013-12-10
* bgmac: connect to PHY and make use of PHY deviceRafał Miłecki2013-12-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-04
|\
| * bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz2013-10-29
* | bgmac: pass received packet to the netif instead of copying itRafał Miłecki2013-10-30
* | bgmac: separate RX descriptor setup code into a new functionRafał Miłecki2013-10-29
* | bgmac: add support for Byte Queue LimitsHauke Mehrtens2013-09-30
|/
* bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki2013-09-16
* bgmac: allow bigger et_swtype nvram variableHauke Mehrtens2013-09-16
* bgmac: fix internal switch initializationRafał Miłecki2013-09-16
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-09
* bgmac: register MII busRafał Miłecki2013-03-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-05
|\
| * bgmac: omit the fcsHauke Mehrtens2013-02-28
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-02
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle2013-02-22
* | bgmac: fix indexing of 2nd level loopsRafał Miłecki2013-02-25
|/
* bgmac: fix unaligned accesses to network headersHauke Mehrtens2013-02-18
* bgmac: add read of interrupt mask after disabling interruptsNathan Hintz2013-02-14
* bgmac: return error on failed PHY writeRafał Miłecki2013-02-13