index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-34
/
+25
2023-06-25
sch_netem: fix issues in netem_change() vs get_dist_table()
Eric Dumazet
1
-34
/
+25
2023-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+6
2023-06-22
sch_netem: acquire qdisc lock in netem_change()
Eric Dumazet
1
-2
/
+6
2023-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-35
/
+113
2023-06-15
net/sched: cls_api: Fix lockup on flushing explicitly created chain
Vlad Buslov
1
-5
/
+7
2023-06-14
net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
Peilin Ye
2
-8
/
+34
2023-06-14
net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs
Peilin Ye
1
-10
/
+10
2023-06-14
net/sched: act_ct: Fix promotion of offloaded unreplied tuple
Paul Blakey
1
-1
/
+8
2023-06-13
net: flower: add support for matching cfm fields
Zahari Doychev
1
-0
/
+102
2023-06-12
net/sched: taprio: report class offload stats per TXQ, not per TC
Vladimir Oltean
1
-4
/
+4
2023-06-12
net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
1
-3
/
+1
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
5
-0
/
+5
2023-06-09
net/sched: cls_u32: Fix reference counter leak leading to overflow
Lee Jones
1
-8
/
+10
2023-06-09
net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txq
Zhengchao Shao
1
-0
/
+3
2023-06-09
net/sched: act_pedit: Parse L3 Header for L4 offset
Max Tottenham
1
-5
/
+43
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
[prev]
[next]