index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bgmac.c
Age
Commit message (
Expand
)
Author
2015-02-11
bgmac: fix device initialization on Northstar SoCs (condition typo)
Rafał Miłecki
2015-02-11
treewide: Remove unnecessary BCMA_CORETABLE_END macro
Joe Perches
2015-01-19
bgmac: activate irqs only if there is nothing to poll
Hauke Mehrtens
2015-01-19
bgmac: register napi before the device
Hauke Mehrtens
2014-05-13
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-01-14
bgmac: propagate error codes in bgmac_probe()
Florian Fainelli
2014-01-06
bgmac: fix typos
Hauke Mehrtens
2014-01-04
bgmac: add support for Northstar SoC (BCM4707, BCM53018)
Hauke Mehrtens
2014-01-04
bgmac: reset all cores on Northstar SoC
Hauke Mehrtens
2014-01-04
bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4
Hauke Mehrtens
2014-01-04
bgmac: initialize the DMA controller of core rev >= 4
Hauke Mehrtens
2013-12-27
bgmac: use phy_mii_ioctl in ioctl handler
Hauke Mehrtens
2013-12-27
bgmac: drop duplicated PHY defines
Rafał Miłecki
2013-12-11
bgmac: replace some magic values with defines
Rafał Miłecki
2013-12-11
bgmac: reset cached MAC state during chip reset
Rafał Miłecki
2013-12-10
bgmac: start/stop PHY on netdev open/stop
Rafał Miłecki
2013-12-09
bgmac: connect to PHY and make use of PHY device
Rafał Miłecki
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-30
bgmac: pass received packet to the netif instead of copying it
Rafał Miłecki
2013-10-29
bgmac: don't update slot on skb alloc/dma mapping error
Nathan Hintz
2013-10-29
bgmac: separate RX descriptor setup code into a new function
Rafał Miłecki
2013-09-30
bgmac: add support for Byte Queue Limits
Hauke Mehrtens
2013-09-16
bgmac: implement unaligned addressing for DMA rings that support it
Rafał Miłecki
2013-09-16
bgmac: allow bigger et_swtype nvram variable
Hauke Mehrtens
2013-09-16
bgmac: fix internal switch initialization
Rafał Miłecki
2013-03-09
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
2013-03-07
bgmac: register MII bus
Rafał Miłecki
2013-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-03-02
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2013-02-28
bgmac: omit the fcs
Hauke Mehrtens
2013-02-25
bgmac: fix indexing of 2nd level loops
Rafał Miłecki
2013-02-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Ralf Baechle
2013-02-18
bgmac: fix unaligned accesses to network headers
Hauke Mehrtens
2013-02-14
bgmac: add read of interrupt mask after disabling interrupts
Nathan Hintz
2013-02-13
bgmac: return error on failed PHY write
Rafał Miłecki
2013-02-08
bgmac: fix "cmdcfg" calls for promisc and loopback modes
Rafał Miłecki
2013-02-08
bgmac: validate (and random if needed) MAC addr
Rafał Miłecki
2013-02-06
bgmac: add ndo_set_rx_mode netdev ops
Hauke Mehrtens
2013-02-06
bgmac: add generic ndo_validate_addr netdev ops
Hauke Mehrtens
2013-02-06
bgmac: write mac address to hardware in ndo_set_mac_address
Hauke Mehrtens
2013-02-06
bgmac: implement missing code for BCM53572
Hauke Mehrtens
2013-01-09
bgmac: driver for GBit MAC core on BCMA bus
Rafał Miłecki