index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
broadcom
/
bgmac.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-09
net: broadcom: share header defining UniMAC registers
Rafał Miłecki
1
-44
/
+6
2021-01-09
bgmac: add bgmac_umac_*() helpers for accessing UniMAC registers
Rafał Miłecki
1
-0
/
+15
2020-03-28
bgmac: configure MTU and add support for frames beyond 8192 byte size
Murali Krishna Policharla
1
-2
/
+3
2018-04-02
net: bgmac: Correctly annotate register space
Florian Fainelli
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-16
net: ethernet: bgmac: Make IDM register space optional
Abhishek Shah
1
-0
/
+1
2017-03-07
net: ethernet: bgmac: driver power manangement
Joey Zhong
1
-0
/
+2
2017-03-07
net: ethernet: bgmac: use #defines for MAX size
Jon Mason
1
-1
/
+1
2017-03-03
net: ethernet: bgmac: init sequence bug
Jon Mason
1
-0
/
+16
2017-02-17
net: bgmac: store MAC address directly in netdev->dev_addr
Tobias Klauser
1
-1
/
+0
2017-01-31
net: bgmac: drop struct bcma_mdio we don't need anymore
Rafał Miłecki
1
-1
/
+1
2017-01-31
net: bgmac: allocate struct bgmac just once & don't copy it
Rafał Miłecki
1
-1
/
+2
2016-11-07
net: ethernet: bgmac: add NS2 support
Jon Mason
1
-0
/
+1
2016-11-07
net: ethernet: bgmac: device tree phy enablement
Jon Mason
1
-0
/
+8
2016-08-19
net: bgmac: support Ethernet core on BCM53573 SoCs
Rafał Miłecki
1
-0
/
+19
2016-07-10
net: ethernet: bgmac: Add platform device support
Jon Mason
1
-6
/
+67
2016-07-10
net: ethernet: bgmac: convert to feature flags
Jon Mason
1
-1
/
+20
2016-07-10
net: ethernet: bgmac: move BCMA MDIO Phy code into a separate file
Jon Mason
1
-0
/
+3
2016-07-10
net: ethernet: bgmac: add dma_dev pointer
Jon Mason
1
-0
/
+1
2016-07-10
net: ethernet: bgmac: change bgmac_* prints to dev_* prints
Jon Mason
1
-12
/
+2
2016-06-22
net: ethernet: bgmac: use phydev from struct net_device
Philippe Reynes
1
-1
/
+0
2016-06-10
bgmac: Add support for ethtool statistics
Florian Fainelli
1
-2
/
+2
2016-04-15
bgmac: fix MAC soft-reset bit for corerev > 4
Felix Fietkau
1
-3
/
+3
2015-06-11
bgmac: Utilize BRCM_PSEUDO_PHY_ADDR
Florian Fainelli
1
-1
/
+2
2015-04-14
bgmac: drop ring->num_slots
Felix Fietkau
1
-2
/
+1
2015-04-14
bgmac: increase rx ring size from 511 to 512
Felix Fietkau
1
-1
/
+1
2015-04-14
bgmac: set received skb headroom to NET_SKB_PAD
Felix Fietkau
1
-1
/
+3
2015-04-14
bgmac: leave interrupts disabled as long as there is work to do
Felix Fietkau
1
-1
/
+0
2015-04-14
bgmac: simplify tx ring index handling
Felix Fietkau
1
-3
/
+3
2015-03-23
bgmac: implement GRO and use build_skb
Felix Fietkau
1
-1
/
+6
2015-03-23
bgmac: fix descriptor frame start/end definitions
Felix Fietkau
1
-2
/
+2
2014-01-05
bgmac: add support for Northstar SoC (BCM4707, BCM53018)
Hauke Mehrtens
1
-0
/
+1
2014-01-05
bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4
Hauke Mehrtens
1
-1
/
+3
2014-01-05
bgmac: initialize the DMA controller of core rev >= 4
Hauke Mehrtens
1
-0
/
+50
2013-12-27
bgmac: drop duplicated PHY defines
Rafał Miłecki
1
-21
/
+0
2013-12-11
bgmac: replace some magic values with defines
Rafał Miłecki
1
-1
/
+5
2013-12-10
bgmac: connect to PHY and make use of PHY device
Rafał Miłecki
1
-8
/
+4
2013-09-17
bgmac: implement unaligned addressing for DMA rings that support it
Rafał Miłecki
1
-0
/
+2
2013-09-17
bgmac: fix internal switch initialization
Rafał Miłecki
1
-1
/
+1
2013-03-08
bgmac: register MII bus
Rafał Miłecki
1
-0
/
+1
2013-02-13
bgmac: return error on failed PHY write
Rafał Miłecki
1
-3
/
+0
2013-02-07
bgmac: implement missing code for BCM53572
Hauke Mehrtens
1
-1
/
+1
2013-01-10
bgmac: driver for GBit MAC core on BCMA bus
Rafał Miłecki
1
-0
/
+456