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
2017-05-17
tcp: switch TCP TS option (RFC 7323) to 1ms clock
Eric Dumazet
17
-199
/
+178
2017-05-17
tcp: replace misc tcp_time_stamp to tcp_jiffies32
Eric Dumazet
5
-6
/
+6
2017-05-17
tcp_lp: cache tcp_time_stamp
Eric Dumazet
1
-3
/
+4
2017-05-17
tcp_westwood: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
1
-3
/
+3
2017-05-17
tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
Eric Dumazet
1
-2
/
+2
2017-05-17
tcp: uses jiffies_32 to feed tp->chrono_start
Eric Dumazet
2
-2
/
+2
2017-05-17
tcp: use tcp_jiffies32 to feed probe_timestamp
Eric Dumazet
2
-4
/
+4
2017-05-17
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
Eric Dumazet
5
-8
/
+8
2017-05-17
tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
2
-9
/
+9
2017-05-17
tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
1
-6
/
+6
2017-05-17
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
Eric Dumazet
3
-12
/
+12
2017-05-17
tcp: use tcp_jiffies32 to feed tp->lsndtime
Eric Dumazet
6
-9
/
+9
2017-05-17
dccp: do not use tcp_time_stamp
Eric Dumazet
2
-5
/
+5
2017-05-17
tcp: introduce tcp_jiffies32
Eric Dumazet
1
-5
/
+8
2017-05-17
tcp: use tp->tcp_mstamp in output path
Eric Dumazet
4
-12
/
+14
2017-05-17
sch_dsmark: Fix uninitialized variable warning.
David S. Miller
1
-1
/
+1
2017-05-17
Merge branch 'net-sched-multichain-filters'
David S. Miller
23
-260
/
+625
2017-05-17
net: sched: add termination action to allow goto chain
Jiri Pirko
5
-3
/
+54
2017-05-17
net: sched: push tp down to action init
Jiri Pirko
3
-17
/
+19
2017-05-17
net: sched: introduce multichain support for filters
Jiri Pirko
4
-18
/
+98
2017-05-17
net: sched: push chain dump to a separate function
Jiri Pirko
1
-43
/
+52
2017-05-17
net: sched: introduce helpers to work with filter chains
Jiri Pirko
2
-42
/
+113
2017-05-17
net: sched: move TC_H_MAJ macro call into tcf_auto_prio
Jiri Pirko
1
-2
/
+2
2017-05-17
net: sched: replace nprio by a bool to make the function more readable
Jiri Pirko
1
-6
/
+7
2017-05-17
net: sched: rename tcf_destroy_chain helper
Jiri Pirko
1
-3
/
+3
2017-05-17
net: sched: introduce tcf block infractructure
Jiri Pirko
17
-99
/
+243
2017-05-17
net: sched: move tc_classify function to cls_api.c
Jiri Pirko
17
-65
/
+72
2017-05-17
Merge branch 'dsa-sort'
David S. Miller
7
-52
/
+52
2017-05-17
drivers: net: DSA: Sort drivers
Andrew Lunn
2
-23
/
+23
2017-05-17
net: dsa: Sort DSA tagging protocol drivers
Andrew Lunn
5
-29
/
+29
2017-05-17
liquidio: fix PF falsely indicating success at setting MAC address of a nonex...
Felix Manlunas
1
-0
/
+3
2017-05-17
liquidio: fix insmod failure when multiple NICs are plugged in
Rick Farrington
3
-10
/
+123
2017-05-17
net: dsa: store CPU port pointer in the tree
Vivien Didelot
11
-35
/
+30
2017-05-17
Merge branch 'mlxsw-Preparations-for-restructuring'
David S. Miller
7
-516
/
+529
2017-05-17
mlxsw: spectrum: Default ports to non-virtual mode
Ido Schimmel
1
-0
/
+8
2017-05-17
mlxsw: spectrum: Move PVID code to appropriate place
Ido Schimmel
3
-58
/
+46
2017-05-17
mlxsw: spectrum_switchdev: Don't batch learning operations
Ido Schimmel
3
-20
/
+7
2017-05-17
mlxsw: spectrum_switchdev: Don't batch STP operations
Ido Schimmel
1
-42
/
+17
2017-05-17
mlxsw: spectrum_switchdev: Don't batch VLAN operations
Ido Schimmel
3
-139
/
+121
2017-05-17
mlxsw: spectrum_switchdev: Remove redundant check
Ido Schimmel
1
-9
/
+0
2017-05-17
mlxsw: spectrum_router: Initialize RIFs in a separate function
Ido Schimmel
1
-18
/
+30
2017-05-17
mlxsw: spectrum_router: Move FIB notification block to router struct
Ido Schimmel
2
-8
/
+10
2017-05-17
mlxsw: spectrum_router: Move RIFs array to its rightful place
Ido Schimmel
4
-24
/
+35
2017-05-17
mlxsw: spectrum_switchdev: Reduce scope of bridge struct
Ido Schimmel
4
-37
/
+69
2017-05-17
mlxsw: spectrum_router: Reduce scope of router struct
Ido Schimmel
2
-114
/
+130
2017-05-17
mlxsw: spectrum_buffer: Reduce scope of shared buffer struct
Ido Schimmel
2
-59
/
+68
2017-05-17
cxgb4: add new T5 pci device id
Ganesh Goudar
1
-0
/
+1
2017-05-17
cxgb4: reduce resource allocation in kdump kernel
Ganesh Goudar
1
-6
/
+6
2017-05-16
liquidio: use pcie_flr instead of duplicating it
Christoph Hellwig
1
-16
/
+1
2017-05-16
net: phy: Remove residual magic from PHY drivers
Andrew Lunn
5
-38
/
+36
[next]