Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-02bgmac: Update fixed_phy_register()Fabio Estevam
2015-08-27bgmac: support up to 3 cores (devices) on a busRafał Miłecki
2015-04-24bgmac: fix requests for extra polling calls from NAPIRafał Miłecki
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-04-14bgmac: drop ring->num_slotsFelix Fietkau
2015-04-14bgmac: fix DMA rx corruptionFelix Fietkau
2015-04-14bgmac: simplify dma init/cleanupFelix Fietkau
2015-04-14bgmac: add check for oversized packetsFelix Fietkau
2015-04-14bgmac: simplify/optimize rx DMA error handlingFelix Fietkau
2015-04-14bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau
2015-04-14bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau
2015-04-14bgmac: simplify tx ring index handlingFelix Fietkau
2015-04-01MIPS: BCM47xx: Move NVRAM header to the include/linux/.Rafał Miłecki
2015-03-23bgmac: implement scatter/gather supportFelix Fietkau
2015-03-23bgmac: implement GRO and use build_skbFelix Fietkau
2015-03-21bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsetsRafał Miłecki
2015-03-09bgmac: Clean warning messagesPeter Senna Tschudin
2015-02-12bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki
2015-02-12treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches
2015-01-19bgmac: activate irqs only if there is nothing to pollHauke Mehrtens
2015-01-19bgmac: register napi before the deviceHauke Mehrtens
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-01-15bgmac: propagate error codes in bgmac_probe()Florian Fainelli
2014-01-07bgmac: fix typosHauke Mehrtens
2014-01-05bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens
2014-01-05bgmac: reset all cores on Northstar SoCHauke Mehrtens
2014-01-05bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens
2014-01-05bgmac: initialize the DMA controller of core rev >= 4Hauke Mehrtens
2013-12-27bgmac: use phy_mii_ioctl in ioctl handlerHauke Mehrtens
2013-12-27bgmac: drop duplicated PHY definesRafał Miłecki
2013-12-11bgmac: replace some magic values with definesRafał Miłecki
2013-12-11bgmac: reset cached MAC state during chip resetRafał Miłecki
2013-12-11bgmac: start/stop PHY on netdev open/stopRafał Miłecki
2013-12-10bgmac: connect to PHY and make use of PHY deviceRafał Miłecki
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-31bgmac: pass received packet to the netif instead of copying itRafał Miłecki
2013-10-30bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz
2013-10-30bgmac: separate RX descriptor setup code into a new functionRafał Miłecki
2013-10-01bgmac: add support for Byte Queue LimitsHauke Mehrtens
2013-09-17bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki
2013-09-17bgmac: allow bigger et_swtype nvram variableHauke Mehrtens
2013-09-17bgmac: fix internal switch initializationRafał Miłecki
2013-03-10drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-03-08bgmac: register MII busRafał Miłecki
2013-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-03-01bgmac: omit the fcsHauke Mehrtens
2013-02-26bgmac: fix indexing of 2nd level loopsRafał Miłecki
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle
2013-02-18bgmac: fix unaligned accesses to network headersHauke Mehrtens