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
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-21
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
4
-15
/
+26
2018-07-20
net/sched: cls_flower: Support matching on ip tos and ttl for tunnels
Or Gerlitz
1
-15
/
+28
2018-07-20
net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnels
Or Gerlitz
1
-2
/
+18
2018-07-18
net: sched: Using NULL instead of plain integer
YueHaibing
1
-2
/
+2
2018-07-17
sch_cake: Fix tin order when set through skb->priority
Toke Høiland-Jørgensen
1
-1
/
+1
2018-07-14
net: sched: refactor flower walk to iterate over idr
Vlad Buslov
2
-11
/
+11
2018-07-13
net/sched: act_skbedit: don't use spinlock in the data path
Davide Caratti
1
-39
/
+68
2018-07-13
net/sched: skbedit: use per-cpu counters
Davide Caratti
1
-4
/
+4
2018-07-12
sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
Jacob Keller
1
-7
/
+18
2018-07-12
net: sched: fix unprotected access to rcu cookie pointer
Vlad Buslov
1
-2
/
+7
2018-07-12
net: sched: act_ife: fix memory leak in ife init
Vlad Buslov
1
-1
/
+3
2018-07-12
net/sched: flower: Fix null pointer dereference when run tc vlan command
Jianbo Liu
1
-22
/
+26
2018-07-11
sch_cake: Conditionally split GSO segments
Toke Høiland-Jørgensen
1
-26
/
+73
2018-07-11
sch_cake: Add overhead compensation support to the rate shaper
Toke Høiland-Jørgensen
1
-1
/
+123
2018-07-11
sch_cake: Add DiffServ handling
Toke Høiland-Jørgensen
1
-16
/
+423
2018-07-11
sch_cake: Add NAT awareness to packet classifier
Toke Høiland-Jørgensen
1
-2
/
+49
2018-07-11
sch_cake: Add optional ACK filter
Toke Høiland-Jørgensen
1
-2
/
+452
2018-07-11
sch_cake: Add ingress mode
Toke Høiland-Jørgensen
1
-4
/
+83
2018-07-11
sched: Add Common Applications Kept Enhanced (cake) qdisc
Toke Høiland-Jørgensen
3
-0
/
+1879
2018-07-08
net: sched: Fix warnings from xchg() on RCU'd cookie pointer.
David S. Miller
1
-1
/
+1
2018-07-08
net: sched: change action API to use array of pointers to actions
Vlad Buslov
2
-54
/
+56
2018-07-08
net: sched: atomically check-allocate action
Vlad Buslov
17
-59
/
+213
2018-07-08
net: sched: use reference counting action init
Vlad Buslov
1
-18
/
+17
2018-07-08
net: sched: don't release reference on action overwrite
Vlad Buslov
17
-58
/
+50
2018-07-08
net: sched: implement reference counted action release
Vlad Buslov
2
-23
/
+62
2018-07-08
net: sched: add 'delete' function to action ops
Vlad Buslov
16
-0
/
+136
2018-07-08
net: sched: implement action API that deletes action by index
Vlad Buslov
1
-0
/
+39
2018-07-08
net: sched: always take reference to action
Vlad Buslov
1
-26
/
+20
2018-07-08
net: sched: implement unlocked action init API
Vlad Buslov
18
-27
/
+46
2018-07-08
net: sched: change type of reference and bind counters
Vlad Buslov
17
-42
/
+54
2018-07-08
net: sched: use rcu for action cookie update
Vlad Buslov
1
-14
/
+30
2018-07-07
net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used
Davide Caratti
1
-3
/
+3
2018-07-07
net/sched: act_csum: fix NULL dereference when 'goto chain' is used
Davide Caratti
1
-3
/
+3
2018-07-07
net/sched: flower: Add supprt for matching on QinQ vlan headers
Jianbo Liu
1
-14
/
+51
2018-07-07
net/sched: flower: Dump the ethertype encapsulated in vlan
Jianbo Liu
1
-0
/
+4
2018-07-07
net/sched: flower: Add support for matching on vlan ethertype
Jianbo Liu
1
-2
/
+5
2018-07-04
net/sched: Make etf report drops on error_queue
Jesus Sanchez-Palencia
1
-2
/
+33
2018-07-04
net/sched: Add HW offloading capability to ETF
Jesus Sanchez-Palencia
1
-1
/
+70
2018-07-04
net/sched: Introduce the ETF Qdisc
Vinicius Costa Gomes
3
-0
/
+396
2018-07-04
net/sched: Allow creating a Qdisc watchdog with other clocks
Vinicius Costa Gomes
1
-2
/
+9
2018-07-04
net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()
Wei Yongjun
1
-9
/
+16
2018-07-04
net:sched: add action inheritdsfield to skbedit
Qiaobin Fu
1
-0
/
+41
2018-07-02
net sched actions: add extack messages in pedit action
Roman Mashak
1
-4
/
+12
2018-06-29
net/sched: add tunnel option support to act_tunnel_key
Simon Horman
1
-4
/
+210
2018-06-29
net/sched: act_tunnel_key: add extended ack support
Simon Horman
1
-6
/
+21
2018-06-29
net/sched: act_tunnel_key: disambiguate metadata dst error cases
Simon Horman
1
-1
/
+4
2018-06-28
net sched actions: avoid bitwise operation on signed value in pedit
Roman Mashak
1
-1
/
+1
2018-06-28
net sched actions: fix misleading text strings in pedit action
Roman Mashak
1
-5
/
+5
2018-06-28
net sched actions: use sizeof operator for buffer length
Roman Mashak
1
-2
/
+2
2018-06-28
net sched actions: fix sparse warning
Roman Mashak
1
-3
/
+3
[next]