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
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
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-48
/
+73
2023-06-07
net: sched: fix possible refcount leak in tc_chain_tmplt_add()
Hangyu Hua
1
-0
/
+1
2023-06-07
net: sched: act_police: fix sparse errors in tcf_police_dump()
Eric Dumazet
1
-5
/
+5
2023-06-07
net: sched: move rtm_tca_policy declaration to include file
Eric Dumazet
1
-2
/
+0
2023-06-07
net: sched: add rcu annotations around qdisc->qdisc_sleeping
Eric Dumazet
10
-40
/
+57
2023-06-05
net/sched: fq_pie: ensure reasonable TCA_FQ_PIE_QUANTUM values
Eric Dumazet
1
-1
/
+7
2023-06-04
net: sched: wrap tc_skip_wrapper with CONFIG_RETPOLINE
Min-Hua Chen
1
-0
/
+2
2023-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+32
2023-06-01
net/sched: flower: fix possible OOB write in fl_set_geneve_opt()
Hangyu Hua
1
-0
/
+3
2023-05-31
net/sched: taprio: add netlink reporting for offload statistics counters
Vladimir Oltean
1
-1
/
+77
2023-05-31
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
1
-2
/
+2
2023-05-31
net/sched: taprio: don't overwrite "sch" variable in taprio_dump_class_stats()
Vladimir Oltean
1
-3
/
+3
2023-05-31
net/sched: flower: Allow matching on layer 2 miss
Ido Schimmel
1
-2
/
+28
2023-05-31
net: sched: fix NULL pointer dereference in mq_attach
Zhengchao Shao
1
-0
/
+4
2023-05-31
net/sched: Prohibit regrafting ingress or clsact Qdiscs
Peilin Ye
1
-0
/
+5
2023-05-31
net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) Qdiscs
Peilin Ye
2
-3
/
+8
2023-05-31
net/sched: sch_clsact: Only create under TC_H_CLSACT
Peilin Ye
1
-0
/
+6
2023-05-31
net/sched: sch_ingress: Only create under TC_H_INGRESS
Peilin Ye
1
-0
/
+6
2023-05-15
sch_htb: Allow HTB priority parameter in offload mode
Naveen Mamindlapalli
1
-4
/
+3
2023-05-05
net/sched: flower: fix error handler on replace
Vlad Buslov
1
-1
/
+2
2023-05-05
Revert "net/sched: flower: Fix wrong handle assignment during filter change"
Vlad Buslov
1
-1
/
+1
2023-05-05
net/sched: flower: fix filter idr initialization
Vlad Buslov
1
-3
/
+3
2023-05-01
net/sched: act_mirred: Add carrier check
Victor Nogueira
1
-1
/
+1
2023-04-28
net/sched: cls_api: remove block_cb from driver_list before freeing
Vlad Buslov
1
-0
/
+1
2023-04-27
net/sched: act_pedit: free pedit keys on bail from offset check
Pedro Tammela
1
-1
/
+3
2023-04-27
net/sched: flower: Fix wrong handle assignment during filter change
Ivan Vecera
1
-1
/
+1
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
4
-27
/
+31
2023-04-23
net/sched: sch_qfq: refactor parsing of netlink parameters
Pedro Tammela
1
-14
/
+11
2023-04-23
net/sched: sch_qfq: use extack on errors messages
Pedro Tammela
1
-4
/
+5
2023-04-23
net/sched: sch_htb: use extack on errors messages
Pedro Tammela
1
-8
/
+9
2023-04-23
net/sched: act_pedit: rate limit datapath messages
Pedro Tammela
1
-7
/
+5
2023-04-23
net/sched: act_pedit: remove extra check for key type
Pedro Tammela
1
-22
/
+7
2023-04-23
net/sched: act_pedit: check static offsets a priori
Pedro Tammela
1
-6
/
+14
2023-04-23
net/sched: act_pedit: use extack in 'ex' parsing errors
Pedro Tammela
1
-4
/
+13
2023-04-23
net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keys
Pedro Tammela
1
-8
/
+3
2023-04-23
net: sched: Print msecs when transmit queue time out
Yajun Deng
1
-5
/
+5
2023-04-22
net/sched: cls_api: Initialize miss_cookie_node when action miss is not used
Ivan Vecera
1
-0
/
+1
2023-04-22
net/sched: sch_fq: fix integer overflow of "credit"
Davide Caratti
1
-1
/
+5
2023-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+10
2023-04-19
net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not set
Jakub Kicinski
1
-2
/
+1
2023-04-17
net/sched: clear actions pointer in miss cookie init fail
Pedro Tammela
1
-0
/
+3
2023-04-14
net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_agg
Gwangun Jung
1
-6
/
+7
2023-04-14
net/sched: taprio: allow per-TC user input of FP adminStatus
Vladimir Oltean
1
-13
/
+52
2023-04-14
net/sched: mqprio: allow per-TC user input of FP adminStatus
Vladimir Oltean
3
-1
/
+143
2023-04-14
net/sched: pass netlink extack to mqprio and taprio offload
Vladimir Oltean
2
-3
/
+14
2023-04-14
net/sched: mqprio: add an extack message to mqprio_parse_opt()
Vladimir Oltean
1
-1
/
+4
2023-04-14
net/sched: mqprio: add extack to mqprio_parse_nlattr()
Vladimir Oltean
1
-7
/
+23
2023-04-14
net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONS
Vladimir Oltean
1
-19
/
+13
2023-04-06
net/sched: sch_mqprio: use netlink payload helpers
Pedro Tammela
1
-4
/
+4
2023-03-31
net/sched: act_tunnel_key: add support for "don't fragment"
Davide Caratti
1
-0
/
+5
[next]