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
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-19
pkt_sched: fq: use proper locking in fq_dump_stats()
Eric Dumazet
1
-14
/
+18
2016-09-16
net/sched: cls_flower: Remove an unused field from the filter key structure
Or Gerlitz
1
-1
/
+0
2016-09-16
net/sched: cls_flower: Support masking for matching on tcp/udp ports
Or Gerlitz
1
-8
/
+12
2016-09-16
net_sched: Introduce skbmod action
Jamal Hadi Salim
3
-0
/
+313
2016-09-16
bpf: use skb_at_tc_ingress helper in tcf_bpf
Daniel Borkmann
1
-1
/
+1
2016-09-16
bpf: drop unnecessary test in cls_bpf_classify and tcf_bpf
Daniel Borkmann
2
-6
/
+0
2016-09-16
net/sched: act_tunnel_key: Remove rcu_read_lock protection
Hadar Hen Zion
1
-13
/
+4
2016-09-11
net: sched: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-3
/
+3
2016-09-11
net/sched: Introduce act_tunnel_key
Amir Vadai
3
-0
/
+363
2016-09-11
net/sched: cls_flower: Classify packet in ip tunnels
Amir Vadai
1
-1
/
+99
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-12
/
+15
2016-08-29
net_sched: fix use of uninitialized ethertype variable in cls_flower
Arnd Bergmann
1
-10
/
+11
2016-08-26
qdisc: fix a module refcount leak in qdisc_create_dflt()
Eric Dumazet
1
-4
/
+5
2016-08-23
net sched: fix encoding to use real length
Jamal Hadi Salim
1
-8
/
+10
2016-08-23
net_sched: properly handle failure case of tcf_exts_init()
WANG Cong
10
-72
/
+177
2016-08-19
net_sched: act_vlan: Add priority option
Hadar Hen Zion
1
-2
/
+11
2016-08-19
net_sched: flower: Add vlan support
Hadar Hen Zion
1
-3
/
+67
2016-08-19
net_sched: flower: Avoid dissection of unmasked keys
Hadar Hen Zion
1
-15
/
+13
2016-08-19
net: sched: avoid duplicates in qdisc dump
Jiri Kosina
1
-4
/
+10
2016-08-19
net: sched: fix handling of singleton qdiscs with qdisc_hash
Jiri Kosina
1
-0
/
+10
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-91
/
+56
2016-08-18
net_sched: allow flushing tc police actions
Roman Mashak
1
-42
/
+1
2016-08-18
net_sched: unify the init logic for act_police
WANG Cong
1
-9
/
+10
2016-08-18
net_sched: convert tcf_exts from list to pointer array
WANG Cong
2
-20
/
+42
2016-08-18
net_sched: remove an unnecessary list_del()
WANG Cong
1
-1
/
+0
2016-08-18
net_sched: remove the leftover cleanup_a()
WANG Cong
1
-19
/
+3
2016-08-11
net: sched: convert qdisc linked list to hashtable
Jiri Kosina
4
-15
/
+20
2016-08-09
net/sched/sch_hfsc.c: remove unused cl_myfadj
Michal Soltys
1
-5
/
+2
2016-08-09
net/sched/sch_hfsc.c: keep fsc and virtual times in sync; fix an old bug
Michal Soltys
1
-32
/
+12
2016-07-26
net_sched: get rid of struct tcf_common
WANG Cong
2
-77
/
+72
2016-07-26
net_sched: move tc_action into tcf_common
WANG Cong
14
-279
/
+256
2016-07-25
net/sched: Add match-all classifier hw offloading.
Yotam Gigi
1
-3
/
+73
2016-07-25
net/sched: introduce Match-all classifier
Jiri Pirko
3
-0
/
+259
2016-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+4
2016-07-19
net/sched/sch_htb: clamp xstats tokens to fit into 32-bit int
Konstantin Khlebnikov
1
-2
/
+4
2016-07-09
hfsc: reduce hfsc_sched to 14 cachelines
Florian Westphal
1
-5
/
+5
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-07-05
net sched actions: skbedit convert to use more modern nla_put_xxx
Jamal Hadi Salim
1
-8
/
+4
2016-07-05
net sched actions: skbedit add support for mod-ing skb pkt_type
Jamal Hadi Salim
1
-1
/
+17
2016-07-01
net_sched: fix mirrored packets checksum
WANG Cong
1
-1
/
+1
2016-07-01
bpf: refactor bpf_prog_get and type check into helper
Daniel Borkmann
2
-12
/
+2
2016-07-01
net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()
Michal Soltys
1
-1
/
+1
2016-07-01
net/sched/sch_hfsc.c: go passive after vt update
Michal Soltys
1
-16
/
+15
2016-07-01
net/sched/sch_hfsc.c: remove leftover dlist and droplist
Michal Soltys
1
-8
/
+0
2016-07-01
net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()
Michal Soltys
1
-1
/
+1
2016-07-01
net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...
Michal Soltys
1
-1
/
+10
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-74
/
+73
2016-06-29
net_sched: netem: do not call qdisc_drop() with a NULL skb
Eric Dumazet
1
-4
/
+8
2016-06-25
net_sched: generalize bulk dequeue
Eric Dumazet
1
-10
/
+58
2016-06-25
net_sched: sch_htb: export class backlog in dumps
Eric Dumazet
1
-4
/
+10
[next]