summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/bgmac.c
AgeCommit message (Expand)Author
2018-05-30net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()Florian Fainelli
2017-07-15bgmac: reset & enable Ethernet core before using itRafał Miłecki
2017-07-05net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli
2017-07-05net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli
2017-07-05net: bgmac: Fix SOF bit checkingFlorian Fainelli
2017-07-05bgmac: Fix reversed test of build_skb() return value.David S. Miller
2017-07-05bgmac: fix a missing check for build_skbwangweidong
2016-11-21bgmac: stop clearing DMA receive control register right after it is setAndy Gospodarek
2016-08-16net: bgmac: Fix infinite loop in bgmac_dma_tx_add()Florian Fainelli
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-20bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsetsRafał Miłecki
2015-03-08bgmac: Clean warning messagesPeter Senna Tschudin
2015-02-11bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki
2015-02-11treewide: 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-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-01-14bgmac: propagate error codes in bgmac_probe()Florian Fainelli
2014-01-06bgmac: fix typosHauke Mehrtens
2014-01-04bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens
2014-01-04bgmac: reset all cores on Northstar SoCHauke Mehrtens
2014-01-04bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens
2014-01-04bgmac: 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-10bgmac: start/stop PHY on netdev open/stopRafał Miłecki
2013-12-09bgmac: 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-30bgmac: pass received packet to the netif instead of copying itRafał Miłecki
2013-10-29bgmac: don't update slot on skb alloc/dma mapping errorNathan Hintz
2013-10-29bgmac: separate RX descriptor setup code into a new functionRafał Miłecki
2013-09-30bgmac: add support for Byte Queue LimitsHauke Mehrtens
2013-09-16bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki
2013-09-16bgmac: allow bigger et_swtype nvram variableHauke Mehrtens