index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sched: cbs: Fix error path of cbs_module_init
YueHaibing
2019-06-23
1
-2
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-06-22
1
-12
/
+14
|
\
|
*
net: netem: fix use after free and double free with packet corruption
Jakub Kicinski
2019-06-19
1
-8
/
+7
|
*
net: netem: fix backlog accounting for corrupted GSO frames
Jakub Kicinski
2019-06-19
1
-5
/
+8
*
|
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
10
-48
/
+10
|
\
\
|
|
/
|
/
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
9
-38
/
+9
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235
Thomas Gleixner
2019-06-19
1
-10
/
+1
*
|
net: sched: flower: don't call synchronize_rcu() on mask creation
Vlad Buslov
2019-06-15
1
-16
/
+18
|
/
*
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
2019-05-31
58
-320
/
+58
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
Thomas Gleixner
2019-05-30
2
-24
/
+2
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
55
-291
/
+55
*
|
net: sched: don't use tc_action->order during action dump
Vlad Buslov
2019-05-24
1
-2
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 11
Thomas Gleixner
2019-05-21
1
-5
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
4
-0
/
+4
*
net/sched: avoid double free on matchall reoffload
Pieter Jansen van Vuuren
2019-05-09
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-08
2
-0
/
+5
|
\
|
*
cls_cgroup: avoid panic when receiving a packet before filter set
Matteo Croce
2019-05-05
1
-0
/
+2
|
*
cls_matchall: avoid panic when receiving a packet before filter set
Matteo Croce
2019-05-04
1
-0
/
+3
*
|
net/sched: remove block pointer from common offload structure
Pieter Jansen van Vuuren
2019-05-07
4
-31
/
+17
*
|
taprio: add null check on sched_nest to avoid potential null pointer dereference
Colin Ian King
2019-05-07
1
-0
/
+2
*
|
net_sched: sch_fq: handle non connected flows
Eric Dumazet
2019-05-07
1
-2
/
+13
*
|
net_sched: sch_fq: do not assume EDT packets are ordered
Eric Dumazet
2019-05-07
1
-12
/
+83
*
|
sch_htb: redefine htb qdisc overlimits
Cong Wang
2019-05-06
1
-3
/
+6
*
|
net/sched: add block pointer to tc_cls_common_offload structure
Pieter Jansen van Vuuren
2019-05-06
4
-17
/
+30
*
|
net/sched: allow stats updates from offloaded police actions
Pieter Jansen van Vuuren
2019-05-06
1
-0
/
+15
*
|
net/sched: extend matchall offload for hardware statistics
Pieter Jansen van Vuuren
2019-05-06
1
-0
/
+20
*
|
net/sched: add police action to the hardware intermediate representation
Pieter Jansen van Vuuren
2019-05-06
1
-0
/
+6
*
|
net/sched: move police action structures to header
Pieter Jansen van Vuuren
2019-05-06
1
-36
/
+1
*
|
net/sched: remove unused functions for matchall offload
Pieter Jansen van Vuuren
2019-05-06
1
-2
/
+0
*
|
net/sched: use the hardware intermediate representation for matchall
Pieter Jansen van Vuuren
2019-05-06
1
-0
/
+33
*
|
net/sched: add sample action to the hardware intermediate representation
Pieter Jansen van Vuuren
2019-05-06
1
-0
/
+8
*
|
net: sched: cls_u32: use struct_size() helper
Gustavo A. R. Silva
2019-05-04
1
-1
/
+1
*
|
net: add a generic tracepoint for TX queue timeout
Cong Wang
2019-05-04
1
-0
/
+2
*
|
taprio: Add support for cycle-time-extension
Vinicius Costa Gomes
2019-05-01
1
-6
/
+29
*
|
taprio: Add support for setting the cycle-time manually
Vinicius Costa Gomes
2019-05-01
1
-8
/
+51
*
|
taprio: Add support adding an admin schedule
Vinicius Costa Gomes
2019-05-01
1
-193
/
+318
*
|
taprio: Fix potencial use of invalid memory during dequeue()
Vinicius Costa Gomes
2019-05-01
1
-6
/
+8
*
|
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
56
-129
/
+189
*
|
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
42
-68
/
+70
*
|
net: sched: flower: refactor reoffload for concurrent access
Vlad Buslov
2019-04-24
1
-22
/
+57
*
|
net: sched: taprio: Fix taprio_dequeue()
Andre Guedes
2019-04-24
1
-2
/
+2
*
|
net: sched: taprio: Fix taprio_peek()
Andre Guedes
2019-04-24
1
-2
/
+2
*
|
net: sched: taprio: Remove should_restart_cycle()
Andre Guedes
2019-04-24
1
-9
/
+1
*
|
net: sched: taprio: Refactor taprio_get_start_time()
Andre Guedes
2019-04-24
1
-14
/
+23
*
|
net: sched: taprio: Remove pointless variable assigment
Andre Guedes
2019-04-24
1
-1
/
+0
*
|
net/sched: taprio: fix build without 64bit div
Jakub Kicinski
2019-04-19
1
-6
/
+11
*
|
net: sched: flower: fix filter net reference counting
Vlad Buslov
2019-04-12
1
-11
/
+6
*
|
net: sched: flower: use correct ht function to prevent duplicates
Vlad Buslov
2019-04-11
1
-3
/
+3
[next]