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
starfive-6.6.48-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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-16
bgmac: Fix reversed test of build_skb() return value.
David S. Miller
1
-1
/
+1
2016-01-13
bgmac: fix a missing check for build_skb
wangweidong
1
-0
/
+5
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
1
-13
/
+2
2015-09-02
bgmac: Update fixed_phy_register()
Fabio Estevam
1
-1
/
+1
2015-08-27
bgmac: support up to 3 cores (devices) on a bus
Rafał Miłecki
1
-5
/
+23
2015-04-24
bgmac: fix requests for extra polling calls from NAPI
Rafał Miłecki
1
-1
/
+1
2015-04-17
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+1
2015-04-14
bgmac: drop ring->num_slots
Felix Fietkau
1
-13
/
+14
2015-04-14
bgmac: fix DMA rx corruption
Felix Fietkau
1
-9
/
+18
2015-04-14
bgmac: simplify dma init/cleanup
Felix Fietkau
1
-39
/
+40
2015-04-14
bgmac: add check for oversized packets
Felix Fietkau
1
-0
/
+7
2015-04-14
bgmac: simplify/optimize rx DMA error handling
Felix Fietkau
1
-37
/
+34
2015-04-14
bgmac: set received skb headroom to NET_SKB_PAD
Felix Fietkau
1
-6
/
+8
2015-04-14
bgmac: leave interrupts disabled as long as there is work to do
Felix Fietkau
1
-21
/
+10
2015-04-14
bgmac: simplify tx ring index handling
Felix Fietkau
1
-26
/
+20
2015-04-01
MIPS: BCM47xx: Move NVRAM header to the include/linux/.
Rafał Miłecki
1
-1
/
+1
2015-03-23
bgmac: implement scatter/gather support
Felix Fietkau
1
-43
/
+121
2015-03-23
bgmac: implement GRO and use build_skb
Felix Fietkau
1
-24
/
+56
2015-03-21
bgmac: register fixed PHY for ARM BCM470X / BCM5301X chipsets
Rafał Miłecki
1
-0
/
+34
2015-03-09
bgmac: Clean warning messages
Peter Senna Tschudin
1
-7
/
+0
2015-02-12
bgmac: fix device initialization on Northstar SoCs (condition typo)
Rafał Miłecki
1
-2
/
+3
2015-02-12
treewide: Remove unnecessary BCMA_CORETABLE_END macro
Joe Perches
1
-1
/
+1
2015-01-19
bgmac: activate irqs only if there is nothing to poll
Hauke Mehrtens
1
-3
/
+3
2015-01-19
bgmac: register napi before the device
Hauke Mehrtens
1
-3
/
+3
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-01-15
bgmac: propagate error codes in bgmac_probe()
Florian Fainelli
1
-2
/
+0
2014-01-07
bgmac: fix typos
Hauke Mehrtens
1
-2
/
+2
2014-01-05
bgmac: add support for Northstar SoC (BCM4707, BCM53018)
Hauke Mehrtens
1
-18
/
+45
2014-01-05
bgmac: reset all cores on Northstar SoC
Hauke Mehrtens
1
-0
/
+21
2014-01-05
bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4
Hauke Mehrtens
1
-4
/
+4
2014-01-05
bgmac: initialize the DMA controller of core rev >= 4
Hauke Mehrtens
1
-0
/
+23
2013-12-27
bgmac: use phy_mii_ioctl in ioctl handler
Hauke Mehrtens
1
-21
/
+5
2013-12-27
bgmac: drop duplicated PHY defines
Rafał Miłecki
1
-4
/
+2
2013-12-11
bgmac: replace some magic values with defines
Rafał Miłecki
1
-8
/
+13
2013-12-11
bgmac: reset cached MAC state during chip reset
Rafał Miłecki
1
-0
/
+2
2013-12-11
bgmac: start/stop PHY on netdev open/stop
Rafał Miłecki
1
-0
/
+4
2013-12-10
bgmac: connect to PHY and make use of PHY device
Rafał Miłecki
1
-130
/
+60
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+14
2013-10-31
bgmac: pass received packet to the netif instead of copying it
Rafał Miłecki
1
-27
/
+39
2013-10-30
bgmac: don't update slot on skb alloc/dma mapping error
Nathan Hintz
1
-6
/
+14
2013-10-30
bgmac: separate RX descriptor setup code into a new function
Rafał Miłecki
1
-19
/
+22
2013-10-01
bgmac: add support for Byte Queue Limits
Hauke Mehrtens
1
-0
/
+10
2013-09-17
bgmac: implement unaligned addressing for DMA rings that support it
Rafał Miłecki
1
-10
/
+28
2013-09-17
bgmac: allow bigger et_swtype nvram variable
Hauke Mehrtens
1
-2
/
+2
2013-09-17
bgmac: fix internal switch initialization
Rafał Miłecki
1
-1
/
+1
2013-03-10
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
Joe Perches
1
-3
/
+1
2013-03-08
bgmac: register MII bus
Rafał Miłecki
1
-1
/
+79
2013-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+4
2013-03-02
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-3
/
+3
2013-03-01
bgmac: omit the fcs
Hauke Mehrtens
1
-0
/
+4
[next]