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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-16
net: phy: replace if-else statements with switch
Weihang Li
1
-4
/
+9
2021-06-16
net: phy: remove unnecessary line continuation
Wenpeng Liang
2
-6
/
+6
2021-06-16
net: phy: print the function name by __func__ instead of an fixed string
Wenpeng Liang
1
-2
/
+2
2021-06-16
net: phy: fix formatting issues with braces
Wenpeng Liang
4
-12
/
+9
2021-06-16
net: phy: fix space alignment issues
Wenpeng Liang
4
-25
/
+25
2021-06-16
net: phy: delete repeated words of comments
Wenpeng Liang
2
-2
/
+2
2021-06-16
net: phy: correct format of block comments
Wenpeng Liang
5
-9
/
+16
2021-06-16
net: phy: change format of some declarations
Wenpeng Liang
5
-5
/
+9
2021-06-16
net: qualcomm: rmnet: Remove some unneeded casts
Subash Abhinov Kasiviswanathan
1
-6
/
+5
2021-06-16
net: iosm: remove the repeated declaration and comment
Shaokun Zhang
1
-10
/
+0
2021-06-16
net: dsa: xrs700x: forward HSR supervision frames
George McCollister
1
-8
/
+19
2021-06-16
net: qualcomm: rmnet: Allow partial updates of IFLA_FLAGS
Bjorn Andersson
1
-2
/
+4
2021-06-16
net: stmmac: Fix error return code in ingenic_mac_probe()
Wei Yongjun
1
-0
/
+1
2021-06-16
net: chelsio: cxgb4: use eth_zero_addr() to assign zero address
Yang Yingliang
1
-2
/
+1
2021-06-16
net: cosa: remove redundant spaces
Peng Li
1
-5
/
+5
2021-06-16
net: cosa: remove trailing whitespaces
Peng Li
1
-13
/
+13
2021-06-16
net: cosa: add some required spaces
Peng Li
1
-68
/
+69
2021-06-16
net: cosa: fix the code style issue about trailing statements
Peng Li
1
-42
/
+79
2021-06-16
net: cosa: fix the alignment issue
Peng Li
1
-10
/
+12
2021-06-16
net: cosa: use BIT macro
Peng Li
1
-3
/
+3
2021-06-16
net: cosa: add necessary () to macro argument
Peng Li
1
-8
/
+8
2021-06-16
net: cosa: remove redundant braces {}
Peng Li
1
-3
/
+3
2021-06-16
net: cosa: add braces {} to all arms of the statement
Peng Li
1
-3
/
+3
2021-06-16
net: cosa: fix the comments style issue
Peng Li
1
-56
/
+33
2021-06-16
net: cosa: move out assignment in if condition
Peng Li
1
-10
/
+15
2021-06-16
net: cosa: replace comparison to NULL with "!chan->rx_skb"
Peng Li
1
-3
/
+3
2021-06-16
net: cosa: fix the code style issue about "foo* bar"
Peng Li
1
-1
/
+1
2021-06-16
net: cosa: add blank line after declarations
Peng Li
1
-0
/
+15
2021-06-16
net: cosa: remove redundant blank lines
Peng Li
1
-10
/
+0
2021-06-16
net: iosm: add missing MODULE_DEVICE_TABLE
Zou Wei
1
-0
/
+1
2021-06-16
qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.c
Wang Hai
1
-3
/
+1
2021-06-16
net: mhi_net: make mhi_wwan_ops static
Jiapeng Chong
1
-1
/
+1
2021-06-16
net: hns3: use bounce buffer when rx page can not be reused
Yunsheng Lin
4
-0
/
+41
2021-06-16
net: hns3: optimize the rx page reuse handling process
Yunsheng Lin
1
-22
/
+22
2021-06-16
net: hns3: support dma_map_sg() for multi frags skb
Yunsheng Lin
3
-5
/
+113
2021-06-16
net: hns3: add support to query tx spare buffer size for pf
Huazhong Tan
5
-2
/
+24
2021-06-16
net: hns3: use tx bounce buffer for small packets
Yunsheng Lin
4
-15
/
+420
2021-06-16
net: hns3: refactor for hns3_fill_desc() function
Yunsheng Lin
1
-39
/
+48
2021-06-16
net: hns3: minor refactor related to desc_cb handling
Yunsheng Lin
3
-29
/
+25
2021-06-15
net: ti: add pp skb recycling support
Lorenzo Bianconi
2
-4
/
+4
2021-06-15
octeontx2-pf: Fix spelling mistake "morethan" -> "more than"
Colin Ian King
1
-1
/
+1
2021-06-15
net: dsa: b53: remove redundant null check on dev
Colin Ian King
1
-2
/
+1
2021-06-15
net: bonding: Use per-cpu rr_tx_counter
Jussi Maki
1
-3
/
+15
2021-06-15
Merge tag 'mlx5-updates-2021-06-14' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
15
-433
/
+791
2021-06-15
octeontx2-pf: Add police action for TC flower
Subbaraya Sundeep
3
-23
/
+178
2021-06-15
octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TC
Subbaraya Sundeep
1
-12
/
+17
2021-06-15
octeontx2-pf: TC_MATCHALL ingress ratelimiting offload
Sunil Goutham
5
-0
/
+423
2021-06-15
octeontx2-af: cn10k: Debugfs support for bandwidth profiles
Sunil Goutham
5
-4
/
+187
2021-06-15
octeontx2-af: cn10k: Bandwidth profiles config support
Sunil Goutham
6
-4
/
+757
2021-06-15
net: pci200syn: fix the comments style issue
Peng Li
1
-2
/
+1
[prev]
[next]