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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-25
drivers/net/wan: lapb: Corrected the usage of skb_cow
Xie He
2
-4
/
+8
2020-07-25
Merge tag 'wireless-drivers-2020-07-24' of git://git.kernel.org/pub/scm/linux...
David S. Miller
4
-43
/
+43
2020-07-25
xen-netfront: fix potential deadlock in xennet_remove()
Andrea Righi
1
-22
/
+42
2020-07-24
geneve: fix an uninitialized value in geneve_changelink()
Cong Wang
1
-1
/
+1
2020-07-24
bonding: check return value of register_netdevice() in bond_newlink()
Cong Wang
1
-2
/
+1
2020-07-23
cxgb4: add missing release on skb in uld_send()
Navid Emamdoost
1
-0
/
+1
2020-07-23
net: atlantic: fix PTP on AQC10X
Egor Pomozov
1
-1
/
+6
2020-07-23
enetc: Remove the mdio bus on PF probe bailout
Claudiu Manoil
1
-0
/
+1
2020-07-22
net: ethernet: ti: add NETIF_F_HW_TC hw feature flag for taprio offload
Murali Karicheri
1
-1
/
+2
2020-07-22
net: ethernet: ave: Fix error returns in ave_init
Wang Hai
1
-1
/
+1
2020-07-22
drivers/net/wan/x25_asy: Fix to make it work
Xie He
1
-7
/
+14
2020-07-22
qed: suppress false-positives interrupt error messages on HW init
Alexander Lobakin
3
-24
/
+32
2020-07-22
qed: suppress "don't support RoCE & iWARP" flooding on HW init
Alexander Lobakin
1
-2
/
+2
2020-07-22
netdevsim: fix unbalaced locking in nsim_create()
Taehee Yoo
1
-2
/
+2
2020-07-22
net: dsa: microchip: call phy_remove_link_mode during probe
Helmut Grohne
3
-23
/
+23
2020-07-22
net: hns3: fix return value error when query MAC link status fail
Jian Shen
2
-27
/
+25
2020-07-22
net: hns3: fix error handling for desc filling
Yunsheng Lin
2
-0
/
+9
2020-07-22
net: hns3: fix for not calculating TX BD send size correctly
Yunsheng Lin
2
-3
/
+1
2020-07-22
net: hns3: fix for not unmapping TX buffer correctly
Yunsheng Lin
1
-11
/
+3
2020-07-22
net: ethernet: ravb: exit if re-initialization fails in tx timeout
Yoshihiro Shimoda
1
-2
/
+24
2020-07-21
net: neterion: vxge: reduce stack usage in VXGE_COMPLETE_VPATH_TX
Bixuan Cui
1
-1
/
+1
2020-07-21
net: ag71xx: add missed clk_disable_unprepare in error path of probe
Huang Guobin
1
-1
/
+2
2020-07-21
ionic: use mutex to protect queue operations
Shannon Nelson
3
-25
/
+17
2020-07-21
ionic: keep rss hash after fw update
Shannon Nelson
1
-3
/
+2
2020-07-21
ionic: update filter id after replay
Shannon Nelson
1
-0
/
+24
2020-07-21
ionic: fix up filter locks and debug msgs
Shannon Nelson
2
-10
/
+12
2020-07-21
ionic: use offset for ethtool regs data
Shannon Nelson
1
-2
/
+5
2020-07-21
mlxsw: destroy workqueue when trap_register in mlxsw_emad_init
Liu Jian
1
-1
/
+2
2020-07-21
dpaa_eth: Fix one possible memleak in dpaa_eth_probe
Liu Jian
1
-1
/
+1
2020-07-21
Merge tag 'ieee802154-for-davem-2020-07-20' of git://git.kernel.org/pub/scm/l...
David S. Miller
1
-2
/
+4
2020-07-21
net: bcmgenet: add missed clk_disable_unprepare in bcmgenet_probe
Zhang Changzhong
1
-2
/
+2
2020-07-21
net: bcmgenet: fix error returns in bcmgenet_probe()
Zhang Changzhong
1
-1
/
+1
2020-07-20
ath10k: Fix NULL pointer dereference in AHB device probe
Hauke Mehrtens
2
-42
/
+38
2020-07-20
iwlwifi: Make some Killer Wireless-AC 1550 cards work again
Alessio Bonfiglio
1
-0
/
+2
2020-07-20
ath9k: Fix regression with Atheros 9271
Mark O'Donovan
1
-1
/
+3
2020-07-20
net: ieee802154: adf7242: Replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-1
/
+1
2020-07-20
bonding: check error value of register_netdevice() immediately
Taehee Yoo
1
-3
/
+7
2020-07-20
net: dsa: mv88e6xxx: fix in-band AN link establishment
Russell King
2
-3
/
+20
2020-07-18
mlxsw: core: Fix wrong SFP EEPROM reading for upper pages 1-3
Vadim Pasternak
1
-16
/
+32
2020-07-18
net: macb: use phy_interface_mode_is_rgmii everywhere
Alexandre Belloni
1
-1
/
+1
2020-07-18
net: atlantic: disable PTP on AQC111, AQC112
Nikita Danilov
7
-10
/
+68
2020-07-17
net: bcmgenet: restore HFB filters on resume
Doug Berger
2
-77
/
+62
2020-07-17
net: bcmgenet: test RBUF_ACPI_EN when resuming
Doug Berger
1
-3
/
+7
2020-07-17
net: bcmgenet: test MPD_EN when resuming
Doug Berger
1
-4
/
+8
2020-07-17
net: smc91x: Fix possible memory leak in smc_drv_probe()
Wang Hai
1
-2
/
+2
2020-07-17
ieee802154: fix one possible memleak in adf7242_probe
Liu Jian
1
-1
/
+3
2020-07-16
net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configuration
Sergey Organov
1
-0
/
+4
2020-07-16
net: fec: fix hardware time stamping by external devices
Sergey Organov
3
-6
/
+30
2020-07-16
ax88172a: fix ax88172a_unbind() failures
George Kennedy
1
-0
/
+1
2020-07-16
dpaa2-eth: check fsl_mc_get_endpoint for IS_ERR_OR_NULL()
Ioana Ciornei
1
-1
/
+1
[next]