开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bgmac.c
Age
Commit message (
Expand
)
Author
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-04-28
treewide: Fix typos in printk
Masanari Iida
2016-04-14
bgmac: reset & enable Ethernet core before using it
Rafał Miłecki
2016-02-24
bgmac: support Ethernet device on BCM47094 SoC
Rafał Miłecki
2016-02-06
bgmac: add helper checking for BCM4707 / BCM53018 chip id
Rafał Miłecki
2016-01-15
bgmac: Fix reversed test of build_skb() return value.
David S. Miller
2016-01-13
bgmac: fix a missing check for build_skb
wangweidong
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
2015-09-02
bgmac: Update fixed_phy_register()
Fabio Estevam
2015-08-27
bgmac: support up to 3 cores (devices) on a bus
Rafał Miłecki
2015-04-24
bgmac: fix requests for extra polling calls from NAPI
Rafał Miłecki
2015-04-17
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2015-04-14
bgmac: drop ring->num_slots
Felix Fietkau
2015-04-14
bgmac: fix DMA rx corruption
Felix Fietkau
2015-04-14
bgmac: simplify dma init/cleanup
Felix Fietkau
2015-04-14
bgmac: add check for oversized packets
Felix Fietkau
2015-04-14
bgmac: simplify/optimize rx DMA error handling
Felix Fietkau
2015-04-14
bgmac: set received skb headroom to NET_SKB_PAD
Felix Fietkau
2015-04-14
bgmac: leave interrupts disabled as long as there is work to do
Felix Fietkau
2015-04-14
bgmac: simplify tx ring index handling
Felix Fietkau
2015-04-01
MIPS: BCM47xx: Move NVRAM header to the include/linux/.
Rafał Miłecki
2015-03-23
bgmac: implement scatter/gather support
Felix Fietkau
2015-03-23
bgmac: implement GRO and use build_skb
Felix Fietkau
2015-03-20
bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsets
Rafał Miłecki
2015-03-08
bgmac: Clean warning messages
Peter Senna Tschudin
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
[next]