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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-24
mptcp: Implement MPTCP receive path
Mat Martineau
7
-5
/
+609
2020-01-24
mptcp: Write MPTCP DSS headers to outgoing data packets
Mat Martineau
4
-6
/
+286
2020-01-24
mptcp: Add setsockopt()/getsockopt() socket operations
Peter Krystad
1
-0
/
+58
2020-01-24
mptcp: Add shutdown() socket operation
Peter Krystad
1
-0
/
+66
2020-01-24
mptcp: Add key generation and token tree
Peter Krystad
6
-8
/
+428
2020-01-24
mptcp: Create SUBFLOW socket for incoming connections
Peter Krystad
1
-5
/
+231
2020-01-24
mptcp: Handle MP_CAPABLE options for outgoing connections
Peter Krystad
9
-24
/
+663
2020-01-24
mptcp: Associate MPTCP context with TCP socket
Peter Krystad
5
-7
/
+275
2020-01-24
mptcp: Handle MPTCP TCP options
Peter Krystad
7
-1
/
+181
2020-01-24
mptcp: Add MPTCP socket stubs
Mat Martineau
10
-0
/
+212
2020-01-24
Merge branch 'net-bridge-add-per-vlan-state-option'
David S. Miller
8
-32
/
+311
2020-01-24
net: bridge: vlan: add per-vlan state
Nikolay Aleksandrov
6
-19
/
+134
2020-01-24
net: bridge: vlan: add basic option setting support
Nikolay Aleksandrov
4
-7
/
+130
2020-01-24
net: bridge: vlan: add basic option dumping support
Nikolay Aleksandrov
4
-7
/
+48
2020-01-24
net: bridge: check port state before br_allowed_egress
Nikolay Aleksandrov
1
-1
/
+1
2020-01-23
Merge tag 'mlx5-updates-2020-01-22' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
12
-398
/
+805
2020-01-23
Merge branch 'Add-PHY-IDs-for-DP83825-6'
David S. Miller
2
-4
/
+19
2020-01-23
net: phy: DP83822: Add support for additional DP83825 devices
Dan Murphy
2
-3
/
+12
2020-01-23
phy: dp83826: Add phy IDs for DP83826N and 826NC
Dan Murphy
2
-2
/
+8
2020-01-23
Merge branch 'net-sched-add-Flow-Queue-PIE-packet-scheduler'
David S. Miller
6
-185
/
+849
2020-01-23
net: sched: add Flow Queue PIE packet scheduler
Mohit P. Tahiliani
5
-0
/
+609
2020-01-23
net: sched: pie: export symbols to be reused by FQ-PIE
Mohit P. Tahiliani
2
-85
/
+97
2020-01-23
net: sched: pie: fix alignment in struct instances
Mohit P. Tahiliani
1
-9
/
+9
2020-01-23
net: sched: pie: fix commenting
Mohit P. Tahiliani
1
-5
/
+5
2020-01-23
pie: improve comments and commenting style
Mohit P. Tahiliani
1
-27
/
+58
2020-01-23
pie: rearrange structure members and their initializations
Mohit P. Tahiliani
2
-11
/
+11
2020-01-23
pie: use u8 instead of bool in pie_vars
Mohit P. Tahiliani
1
-2
/
+2
2020-01-23
pie: rearrange macros in order of length
Mohit P. Tahiliani
1
-5
/
+5
2020-01-23
pie: use U64_MAX to denote (2^64 - 1)
Mohit P. Tahiliani
1
-2
/
+2
2020-01-23
net: sched: pie: move common code to pie.h
Mohit P. Tahiliani
2
-85
/
+97
2020-01-23
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
19
-230
/
+20
2020-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
320
-1448
/
+7532
2020-01-23
net/mlx5e: Enable all available stats for uplink reps
Vlad Buslov
3
-33
/
+18
2020-01-23
net/mlx5e: Create q counters on uplink representors
Vlad Buslov
1
-2
/
+19
2020-01-23
net/mlx5e: Convert rep stats to mlx5e_stats_grp-based infra
Vlad Buslov
1
-43
/
+114
2020-01-23
net/mlx5e: IPoIB, use separate stats groups
Saeed Mahameed
3
-15
/
+51
2020-01-23
net/mlx5e: Convert stats groups array to array of group pointers
Saeed Mahameed
4
-31
/
+56
2020-01-23
net/mlx5e: Declare stats groups via macro
Saeed Mahameed
3
-185
/
+108
2020-01-23
net/mlx5e: Profile specific stats groups
Saeed Mahameed
6
-48
/
+93
2020-01-23
net/mlx5e: Move uplink rep init/cleanup code into own functions
Roi Dayan
1
-30
/
+51
2020-01-23
net/mlx5: DR, Allow connecting flow table to a lower/same level table
Yevgeny Kliteynik
1
-2
/
+5
2020-01-23
net/mlx5: DR, Modify header copy support
Hamdan Igbaria
2
-15
/
+151
2020-01-23
net/mlx5: DR, Modify set action limitation extension
Hamdan Igbaria
1
-61
/
+165
2020-01-23
net/mlx5e: Add mlx5e_flower_parse_meta support
wenxu
1
-0
/
+39
2020-01-23
net/mlx5: make the symbol 'ESW_POOLS' static
Chen Wandun
1
-4
/
+4
2020-01-23
net/mlx5e: allow TSO on VXLAN over VLAN topologies
Davide Caratti
1
-0
/
+2
2020-01-23
net/mlx5e: Fix printk format warning
Olof Johansson
1
-1
/
+1
2020-01-23
Merge branch 'bpf_cubic'
Alexei Starovoitov
10
-2
/
+641
2020-01-23
bpf: tcp: Add bpf_cubic example
Martin KaFai Lau
3
-0
/
+585
2020-01-23
bpf: Sync uapi bpf.h to tools/
Martin KaFai Lau
1
-1
/
+8
[next]