aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-08bgmac: fix "cmdcfg" calls for promisc and loopback modesRafał Miłecki1-4/+4
2013-02-08bgmac: validate (and random if needed) MAC addrRafał Miłecki1-0/+6
2013-02-06bgmac: add ndo_set_rx_mode netdev opsHauke Mehrtens1-4/+12
2013-02-06bgmac: add generic ndo_validate_addr netdev opsHauke Mehrtens1-0/+1
2013-02-06bgmac: write mac address to hardware in ndo_set_mac_addressHauke Mehrtens1-8/+25
2013-02-06bgmac: implement missing code for BCM53572Hauke Mehrtens1-2/+4
2013-01-09bgmac: driver for GBit MAC core on BCMA busRafał Miłecki1-0/+1422