index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-03
6
-15
/
+68
|
\
|
*
net/sched: cls_route: No longer copy tcf_result on update to avoid use-after-...
valis
2023-07-31
1
-1
/
+0
|
*
net/sched: cls_fw: No longer copy tcf_result on update to avoid use-after-free
valis
2023-07-31
1
-1
/
+0
|
*
net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-free
valis
2023-07-31
1
-1
/
+0
|
*
net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX.
Kuniyuki Iwashima
2023-07-31
1
-2
/
+13
|
*
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
2023-07-29
1
-2
/
+2
|
*
net: sched: cls_u32: Fix match key mis-addressing
Jamal Hadi Salim
2023-07-28
1
-6
/
+50
|
*
net: flower: fix stack-out-of-bounds in fl_set_key_cfm()
Eric Dumazet
2023-07-27
1
-2
/
+3
*
|
tc: flower: support for SPI
Ratheesh Kannoth
2023-08-02
1
-0
/
+35
*
|
net/sched: sch_qfq: warn about class in use while deleting
Pedro Tammela
2023-08-01
1
-1
/
+3
*
|
net/sched: sch_htb: warn about class in use while deleting
Pedro Tammela
2023-08-01
1
-1
/
+3
*
|
net/sched: sch_hfsc: warn about class in use while deleting
Pedro Tammela
2023-08-01
1
-1
/
+3
*
|
net/sched: sch_drr: warn about class in use while deleting
Pedro Tammela
2023-08-01
1
-1
/
+3
*
|
net/sched: wrap open coded Qdics class filter counter
Pedro Tammela
2023-08-01
4
-20
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-27
1
-0
/
+14
|
\
|
|
*
net/sched: mqprio: Add length check for TCA_MQPRIO_{MAX/MIN}_RATE64
Lin Ma
2023-07-26
1
-0
/
+14
*
|
tcx: Fix splat in ingress_destroy upon tcx_entry_free
Daniel Borkmann
2023-07-24
1
-1
/
+1
*
|
sch_htb: Allow HTB quantum parameter in offload mode
Naveen Mamindlapalli
2023-07-21
1
-4
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-07-20
4
-138
/
+143
|
\
|
|
*
net: sched: cls_flower: Undo tcf_bind_filter in case of an error
Victor Nogueira
2023-07-17
1
-52
/
+47
|
*
net: sched: cls_bpf: Undo tcf_bind_filter in case of an error
Victor Nogueira
2023-07-17
1
-52
/
+47
|
*
net: sched: cls_u32: Undo refcount decrement in case update failed
Victor Nogueira
2023-07-17
1
-0
/
+7
|
*
net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode
Victor Nogueira
2023-07-17
1
-11
/
+30
|
*
net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...
Victor Nogueira
2023-07-17
1
-23
/
+12
*
|
net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ct
Xin Long
2023-07-20
1
-1
/
+2
*
|
bpf: Add fd-based tcx multi-prog infra with link support
Daniel Borkmann
2023-07-19
2
-6
/
+59
|
/
*
net/sched: sch_qfq: account for stab overhead in qfq_enqueue
Pedro Tammela
2023-07-13
1
-1
/
+6
*
net/sched: sch_qfq: reintroduce lmax bound check for MTU
Pedro Tammela
2023-07-13
1
-2
/
+9
*
net/sched: flower: Ensure both minimum and maximum ports are specified
Ido Schimmel
2023-07-12
1
-0
/
+10
*
net: sched: Replace strlcpy with strscpy
Azeem Shaikh
2023-07-10
1
-1
/
+1
*
net/sched: cls_fw: Fix improper refcount update leads to use-after-free
M A Ramdhan
2023-07-06
1
-5
/
+5
*
net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EX
Lin Ma
2023-07-04
1
-0
/
+1
*
net/sched: act_ipt: zero skb->cb before calling target
Florian Westphal
2023-06-29
1
-0
/
+10
*
net/sched: act_ipt: add sanity checks on skb before calling target
Florian Westphal
2023-06-29
1
-0
/
+33
*
net/sched: act_ipt: add sanity checks on table name and hook locations
Florian Westphal
2023-06-29
1
-7
/
+20
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-27
1
-34
/
+25
|
\
|
*
sch_netem: fix issues in netem_change() vs get_dist_table()
Eric Dumazet
2023-06-24
1
-34
/
+25
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-22
1
-2
/
+6
|
\
|
|
*
sch_netem: acquire qdisc lock in netem_change()
Eric Dumazet
2023-06-22
1
-2
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-15
7
-35
/
+113
|
\
|
|
*
net/sched: cls_api: Fix lockup on flushing explicitly created chain
Vlad Buslov
2023-06-14
1
-5
/
+7
|
*
net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
Peilin Ye
2023-06-14
2
-8
/
+34
|
*
net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs
Peilin Ye
2023-06-14
1
-10
/
+10
|
*
net/sched: act_ct: Fix promotion of offloaded unreplied tuple
Paul Blakey
2023-06-14
1
-1
/
+8
|
*
net/sched: cls_u32: Fix reference counter leak leading to overflow
Lee Jones
2023-06-09
1
-8
/
+10
|
*
net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txq
Zhengchao Shao
2023-06-09
1
-0
/
+3
|
*
net/sched: act_pedit: Parse L3 Header for L4 offset
Max Tottenham
2023-06-09
1
-5
/
+43
*
|
net: flower: add support for matching cfm fields
Zahari Doychev
2023-06-12
1
-0
/
+102
*
|
net/sched: taprio: report class offload stats per TXQ, not per TC
Vladimir Oltean
2023-06-12
1
-4
/
+4
*
|
net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
2023-06-12
1
-3
/
+1
[next]