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
/
bcmsysport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-19
net: add netif_tx_napi_add()
Eric Dumazet
1
-1
/
+1
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-1
/
+0
2015-09-22
net: systemport: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-08-01
net: systemport: Add netconsole support
Florian Fainelli
1
-0
/
+18
2015-07-10
net: systemport: Use eth_hw_addr_random
Vaishali Thakkar
1
-1
/
+1
2015-05-31
net: systemport: Add a check for oversized packets
Florian Fainelli
1
-0
/
+8
2015-05-31
net: systemport: rewrite bcm_sysport_rx_refill
Florian Fainelli
1
-40
/
+41
2015-05-31
net: systemport: Pre-calculate and utilize cb->bd_addr
Florian Fainelli
1
-9
/
+9
2015-05-13
net: systemport: Implement RX coalescing control knobs
Florian Fainelli
1
-6
/
+21
2015-05-13
net: systemport: Implement TX coalescing control knobs
Florian Fainelli
1
-0
/
+48
2015-03-01
net: systemport: fix software maintained statistics
Florian Fainelli
1
-3
/
+4
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-10
net: systemport: allow changing MAC address
Florian Fainelli
1
-0
/
+22
2014-11-21
net: systemport: log RX buffer allocation and RX/TX DMA failures
Florian Fainelli
1
-1
/
+9
2014-11-13
net: systemport: fix tx work done in TX napi poll
Florian Fainelli
1
-1
/
+3
2014-11-04
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-1
/
+0
2014-11-01
net: systemport: do not crash freeing an unitialized TX ring
Florian Fainelli
1
-0
/
+7
2014-11-01
net: systemport: fix DMA allocation/freeing sizes
Florian Fainelli
1
-2
/
+4
2014-10-29
net: systemport: reset UniMAC coming out of a suspend cycle
Florian Fainelli
1
-0
/
+2
2014-10-29
net: systemport: enable RX interrupts after NAPI
Florian Fainelli
1
-6
/
+3
2014-10-20
net: ethernet: broadcom: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-10
net: systemport: avoid unbalanced enable_irq_wake calls
Florian Fainelli
1
-1
/
+2
2014-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+7
2014-10-05
net: systemport: fix bcm_sysport_insert_tsb()
Florian Fainelli
1
-6
/
+7
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+19
2014-09-09
net: systemport: check harder for out of memory conditions
Florian Fainelli
1
-12
/
+19
2014-09-05
net: systemport: update UMAC_CMD only when link is detected
Florian Fainelli
1
-3
/
+6
2014-09-02
net: systemport: tell RXCHK if we are using Broadcom tags
Florian Fainelli
1
-0
/
+9
2014-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-32
/
+11
2014-07-10
net: systemport: use kcalloc instead of kzalloc
Florian Fainelli
1
-3
/
+3
2014-07-10
net: systemport: align multiple lines correctly
Florian Fainelli
1
-59
/
+58
2014-07-08
net: systemport: add Wake-on-LAN support
Florian Fainelli
1
-3
/
+152
2014-07-08
net: systemport: rename rx_csum_en to rx_chk_en
Florian Fainelli
1
-5
/
+5
2014-07-08
net: systemport: add suspend and resume support
Florian Fainelli
1
-4
/
+160
2014-07-08
net: systemport: add bcm_sysport_netif_{enable,stop}
Florian Fainelli
1
-13
/
+27
2014-07-08
net: systemport: update umac_enable_set to take a bitmask
Florian Fainelli
1
-12
/
+7
2014-07-02
net: systemport: fix TX NAPI work done return value
Florian Fainelli
1
-2
/
+2
2014-07-02
net: systemport: fix UniMAC reset logic
Florian Fainelli
1
-24
/
+9
2014-07-02
net: systemport: do not clear IFF_MULTICAST flag
Florian Fainelli
1
-6
/
+0
2014-06-06
net: systemport: start with carrier off
Florian Fainelli
1
-0
/
+3
2014-06-06
net: systemport: fix comment about HW prepending 2bytes
Florian Fainelli
1
-3
/
+3
2014-06-06
net: systemport: correctly check for RX_STATUS_OVFLOW flag
Florian Fainelli
1
-1
/
+1
2014-06-06
net: systemport: fix transmit locking scheme
Florian Fainelli
1
-5
/
+7
2014-06-03
drivers/net: fix broadcom/bcmsysport.c compile fail on SPARC
Paul Gortmaker
1
-6
/
+6
2014-05-22
net: systemport: use the new fixed PHY helpers
Florian Fainelli
1
-2
/
+15
2014-05-17
net: systemport: wait for packet in umac_enable_set()
Florian Fainelli
1
-0
/
+6
2014-05-17
net: systemport: fix dma_unmap_single() len
Florian Fainelli
1
-1
/
+1
2014-05-16
net: systemport: pad packets to a minimum of 68 bytes
Florian Fainelli
1
-4
/
+20
2014-05-16
net: systemport: only update UMAC_CMD if something changed
Florian Fainelli
1
-5
/
+6
2014-05-14
net: systemport: Use devm_ioremap_resource()
Jingoo Han
1
-4
/
+3
[next]