index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
net: sched: em_text: fix possible memory leak in em_text_destroy()
Hangyu Hua
1
-1
/
+3
2023-12-11
net/sched: act_ct: Take per-cb reference to tcf_ct_flow_table
Vlad Buslov
1
-6
/
+28
2023-11-16
net: sched: do not offload flows with a helper in act_ct
Xin Long
1
-0
/
+3
2023-11-08
net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAP
Eric Dumazet
1
-8
/
+2
2023-11-08
net/sched: act_ct: Always fill offloading tuple iifidx
Vlad Buslov
1
-1
/
+14
2023-11-06
net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
Jamal Hadi Salim
2
-2
/
+9
2023-11-01
net: sched: Fill in missing MODULE_DESCRIPTION for qdiscs
Victor Nogueira
23
-0
/
+23
2023-11-01
net: sched: Fill in missing MODULE_DESCRIPTION for classifiers
Victor Nogueira
5
-0
/
+5
2023-11-01
net: sched: Fill in MODULE_DESCRIPTION for act_gate
Victor Nogueira
1
-0
/
+1
2023-10-26
netlink: make range pointers in policies const
Jakub Kicinski
4
-4
/
+4
2023-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+9
2023-10-25
net/sched: act_ct: additional checks for outdated flows
Vlad Buslov
1
-0
/
+2
2023-10-25
netfilter: flowtable: GC pushes back packets to classic path
Pablo Neira Ayuso
1
-0
/
+7
2023-10-25
sched: act_ct: switch to per-action label counting
Florian Westphal
1
-23
/
+18
2023-10-24
net: sched: sch_qfq: Use non-work-conserving warning handler
Liu Jian
1
-1
/
+1
2023-10-23
net_sched: sch_fq: fastpath needs to take care of sk->sk_pacing_status
Eric Dumazet
1
-0
/
+4
2023-10-23
net_sched: sch_fq: fix off-by-one error in fq_dequeue()
Eric Dumazet
1
-1
/
+1
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+14
2023-10-18
net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curve
Pedro Tammela
1
-4
/
+14
2023-10-16
net, sched: Add tcf_set_drop_reason for {__,}tcf_classify
Daniel Borkmann
1
-6
/
+20
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-10-06
net: sched: cls_u32: Fix allocation size in u32_init()
Gustavo A. R. Silva
1
-1
/
+1
2023-10-05
netem: Annotate struct disttable with __counted_by
Kees Cook
1
-1
/
+1
2023-10-05
net_sched: sch_fq: add TCA_FQ_WEIGHTS attribute
Eric Dumazet
1
-0
/
+33
2023-10-05
net_sched: sch_fq: add 3 bands and WRR scheduling
Eric Dumazet
1
-42
/
+162
2023-10-05
net_sched: export pfifo_fast prio2band[]
Eric Dumazet
1
-4
/
+5
2023-10-05
net_sched: sch_fq: remove q->ktime_cache
Eric Dumazet
1
-13
/
+15
2023-10-01
net: implement lockless SO_MAX_PACING_RATE
Eric Dumazet
1
-1
/
+1
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
1
-1
/
+1
2023-10-01
net_sched: sch_fq: always garbage collect
Eric Dumazet
1
-3
/
+1
2023-10-01
net_sched: sch_fq: add fast path for mostly idle qdisc
Eric Dumazet
1
-37
/
+91
2023-10-01
net_sched: sch_fq: change how @inactive is tracked
Eric Dumazet
1
-5
/
+7
2023-10-01
net_sched: sch_fq: struct sched_data reorg
Eric Dumazet
1
-4
/
+12
2023-09-13
net/sched: cls_route: make netlink errors meaningful
Pedro Tammela
1
-16
/
+21
2023-09-12
net: dst: remove unnecessary input parameter in dst_alloc and dst_init
Zhengchao Shao
1
-2
/
+2
2023-09-05
net: sched: sch_qfq: Fix UAF in qfq_dequeue()
valis
2
-6
/
+18
2023-08-31
net/sched: fq_pie: avoid stalls in fq_pie_timer()
Eric Dumazet
1
-8
/
+19
2023-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+4
2023-08-25
net/sched: sch_hfsc: Ensure inner classes have fsc curve
Budimir Markovic
1
-0
/
+4
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+40
2023-08-23
net/sched: fix a qdisc modification with ambiguous command request
Jamal Hadi Salim
1
-13
/
+40
2023-08-21
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
1
-1
/
+1
2023-08-17
netem: use seeded PRNG for correlated loss events
François Michel
1
-10
/
+12
2023-08-17
netem: use a seeded PRNG for generating random losses
François Michel
1
-5
/
+6
2023-08-17
netem: add prng attribute to netem_sched_data
François Michel
1
-0
/
+16
2023-08-09
net/sched: taprio: dump class stats for the actual q->qdiscs[]
Vladimir Oltean
1
-5
/
+3
2023-08-09
net/sched: taprio: delete misleading comment about preallocating child qdiscs
Vladimir Oltean
1
-4
/
+1
2023-08-09
net/sched: taprio: try again to report q->qdiscs[] to qdisc_leaf()
Vladimir Oltean
1
-3
/
+5
2023-08-09
net/sched: taprio: keep child Qdisc refcount elevated at 2 in offload mode
Vladimir Oltean
1
-14
/
+25
2023-08-09
net/sched: taprio: don't access q->qdiscs[] in unoffloaded mode during attach()
Vladimir Oltean
1
-3
/
+9
[next]