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
pinetabv-6.6.y-devel
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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-08
net: hns3: Fix a response data read error of tqp statistics query
Jian Shen
2
-4
/
+4
2018-01-08
net: hns3: Add packet statistics of netdev
Jian Shen
1
-1
/
+79
2018-01-08
net: hns3: Remove a useless member of struct hns3_stats
Jian Shen
1
-3
/
+1
2018-01-08
net: hns3: Fix an error macro definition of HNS3_TQP_STAT
Jian Shen
1
-1
/
+2
2018-01-08
net: hns3: Fix a loop index error of tqp statistics query
Jian Shen
1
-5
/
+5
2018-01-08
net: hns3: Fix an error of total drop packet statistics
Jian Shen
1
-2
/
+9
2018-01-08
net: hns3: Mask the packet statistics query when NIC is down
Jian Shen
1
-0
/
+8
2018-01-08
net: hns3: Modify the update period of packet statistics
Jian Shen
3
-1
/
+17
2018-01-08
net: hns3: Remove repeat statistic of rx_errors
Jian Shen
1
-1
/
+0
2018-01-08
net: hns3: Fix spelling errors
Jian Shen
2
-9
/
+9
2018-01-08
net: hns3: Unify the strings display of packet statistics
Jian Shen
4
-66
/
+69
2018-01-08
net: hns3: Disable VFs change rxvlan offload status
Jian Shen
1
-2
/
+3
2018-01-08
net: hns3: Add ethtool interface for vlan filter
Jian Shen
3
-3
/
+25
2018-01-08
Merge branch 'net-qualcomm-rmnet-Enable-csum-offloads'
David S. Miller
8
-25
/
+378
2018-01-08
net: qualcomm: rmnet: Add support for GSO
Subash Abhinov Kasiviswanathan
1
-0
/
+1
2018-01-08
net: qualcomm: rmnet: Add support for TX checksum offload
Subash Abhinov Kasiviswanathan
4
-0
/
+131
2018-01-08
net: qualcomm: rmnet: Handle command packets with checksum trailer
Subash Abhinov Kasiviswanathan
1
-2
/
+15
2018-01-08
net: qualcomm: rmnet: Add support for RX checksum offload
Subash Abhinov Kasiviswanathan
4
-6
/
+201
2018-01-08
net: qualcomm: rmnet: Define the MAPv4 packet formats
Subash Abhinov Kasiviswanathan
2
-0
/
+18
2018-01-08
net: qualcomm: rmnet: Set pacing shift
Subash Abhinov Kasiviswanathan
1
-0
/
+3
2018-01-08
net: qualcomm: rmnet: Rename ingress data format to data format
Subash Abhinov Kasiviswanathan
3
-9
/
+8
2018-01-08
net: qualcomm: rmnet: Remove unused function declaration
Subash Abhinov Kasiviswanathan
1
-1
/
+0
2018-01-08
net: qualcomm: rmnet: Remove invalid condition while stamping mux id
Subash Abhinov Kasiviswanathan
1
-4
/
+1
2018-01-08
net: qualcomm: rmnet: Remove redundant check when stamping map header
Subash Abhinov Kasiviswanathan
1
-3
/
+0
2018-01-08
Merge branch 'ipv6-ipv4-nexthop-align'
David S. Miller
7
-42
/
+618
2018-01-08
selftests: fib_tests: Add test cases for netdev carrier change
Ido Schimmel
1
-0
/
+142
2018-01-08
selftests: fib_tests: Add test cases for netdev down
Ido Schimmel
1
-0
/
+141
2018-01-08
selftests: fib_tests: Add test cases for IPv4/IPv6 FIB
Ido Schimmel
2
-0
/
+147
2018-01-08
ipv6: Flush multipath routes when all siblings are dead
Ido Schimmel
1
-8
/
+75
2018-01-08
ipv6: Take table lock outside of sernum update function
Ido Schimmel
2
-4
/
+3
2018-01-08
ipv6: Export sernum update function
Ido Schimmel
2
-3
/
+9
2018-01-08
ipv6: Teach tree walker to skip multipath routes
Ido Schimmel
1
-2
/
+9
2018-01-08
ipv6: Add explicit flush indication to routes
Ido Schimmel
1
-1
/
+2
2018-01-08
ipv6: Report dead flag during route dump
Ido Schimmel
1
-0
/
+3
2018-01-08
ipv6: Ignore dead routes during lookup
Ido Schimmel
1
-4
/
+14
2018-01-08
ipv6: Check nexthop flags in route dump instead of carrier
Ido Schimmel
1
-1
/
+1
2018-01-08
ipv6: Check nexthop flags during route lookup instead of carrier
Ido Schimmel
1
-4
/
+3
2018-01-08
ipv6: Set nexthop flags during route creation
Ido Schimmel
1
-0
/
+3
2018-01-08
ipv6: Set nexthop flags upon carrier change
Ido Schimmel
3
-6
/
+20
2018-01-08
ipv6: Prepare to handle multiple netdev events
Ido Schimmel
3
-19
/
+24
2018-01-08
ipv6: Clear nexthop flags upon netdev up
Ido Schimmel
3
-0
/
+33
2018-01-08
ipv6: Mark dead nexthops with appropriate flags
Ido Schimmel
1
-1
/
+3
2018-01-08
ipv6: Remove redundant route flushing during namespace dismantle
Ido Schimmel
2
-6
/
+3
2018-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
72
-178
/
+1687
2018-01-07
Merge branch 'bpf-stacktrace-map-next-key-support'
Daniel Borkmann
4
-3
/
+216
2018-01-07
tools/bpf: add a bpf selftest for stacktrace
Yonghong Song
3
-1
/
+190
2018-01-07
bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map
Yonghong Song
1
-2
/
+26
2018-01-06
Merge branch 'xdp_rxq_info'
Alexei Starovoitov
36
-28
/
+990
2018-01-06
samples/bpf: program demonstrating access to xdp_rxq_info
Jesper Dangaard Brouer
3
-0
/
+631
2018-01-06
bpf: finally expose xdp_rxq_info to XDP bpf-programs
Jesper Dangaard Brouer
2
-0
/
+22
[next]