summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.c
Commit message (Expand)AuthorAgeFilesLines
* bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki2015-02-121-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-151-2/+0Star
* bgmac: fix typosHauke Mehrtens2014-01-071-2/+2
* bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens2014-01-051-18/+45
* bgmac: reset all cores on Northstar SoCHauke Mehrtens2014-01-051-0/+21
* bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens2014-01-051-4/+4
* bgmac: initialize the DMA controller of core rev >= 4Hauke Mehrtens2014-01-051-0/+23
* bgmac: use phy_mii_ioctl in ioctl handlerHauke Mehrtens2013-12-271-21/+5Star
* bgmac: drop duplicated PHY definesRafał Miłecki2013-12-271-4/+2Star
* 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-111-0/+4
* bgmac: connect to PHY and make use of PHY deviceRafał Miłecki2013-12-101-130/+60Star
* 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-301-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-10-011-0/+10
|/
* bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki2013-09-171-10/+28
* bgmac: allow bigger et_swtype nvram variableHauke Mehrtens2013-09-171-2/+2
* bgmac: fix internal switch initializationRafał Miłecki2013-09-171-1/+1
* drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-3/+1Star
* bgmac: register MII busRafał Miłecki2013-03-071-1/+79
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-061-0/+4
|\
| * bgmac: omit the fcsHauke Mehrtens2013-02-281-0/+4
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-021-3/+3
|\ \ | |/ |/|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle2013-02-221-3/+3
* | bgmac: fix indexing of 2nd level loopsRafał Miłecki2013-02-251-7/+11
|/
* bgmac: fix unaligned accesses to network headersHauke Mehrtens2013-02-181-1/+1
* bgmac: add read of interrupt mask after disabling interruptsNathan Hintz2013-02-141-0/+1
* bgmac: return error on failed PHY writeRafał Miłecki2013-02-131-3/+7
* bgmac: fix "cmdcfg" calls for promisc and loopback modesRafał Miłecki2013-02-081-4/+4
* bgmac: validate (and random if needed) MAC addrRafał Miłecki2013-02-081-0/+6
* bgmac: add ndo_set_rx_mode netdev opsHauke Mehrtens2013-02-061-4/+12
* bgmac: add generic ndo_validate_addr netdev opsHauke Mehrtens2013-02-061-0/+1
* bgmac: write mac address to hardware in ndo_set_mac_addressHauke Mehrtens2013-02-061-8/+25
* bgmac: implement missing code for BCM53572Hauke Mehrtens2013-02-061-2/+4
* bgmac: driver for GBit MAC core on BCMA busRafał Miłecki2013-01-101-0/+1422