summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.c
AgeCommit message (Expand)AuthorFilesLines
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/torval...Ralf 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