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
/
sch_netem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: sched: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-29
1
-1
/
+1
*
net: netem: correct the parent's backlog when corrupted packet was dropped
Jakub Kicinski
2019-10-19
1
-0
/
+2
*
net: netem: fix error path for corrupted GSO frames
Jakub Kicinski
2019-10-19
1
-3
/
+6
*
sch_netem: fix rcu splat in netem_enqueue()
Eric Dumazet
2019-09-27
1
-1
/
+1
*
sch_netem: fix a divide by zero in tabledist()
Eric Dumazet
2019-09-20
1
-1
/
+1
*
net: netem: fix use after free and double free with packet corruption
Jakub Kicinski
2019-06-18
1
-8
/
+7
*
net: netem: fix backlog accounting for corrupted GSO frames
Jakub Kicinski
2019-06-18
1
-5
/
+8
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-2
/
+3
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-1
/
+1
*
net: netem: fix skb length BUG_ON in __skb_to_sgvec
Sheng Lan
2019-02-28
1
-3
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
1
-0
/
+3
|
\
|
*
net: Prevent invalid access to skb->prev in __qdisc_drop_all
Christoph Paasch
2018-11-29
1
-0
/
+3
*
|
net: netem: use a list in addition to rbtree
Peter Oskolkov
2018-12-05
1
-20
/
+69
|
/
*
act_mirred: clear skb->tstamp on redirect
Eric Dumazet
2018-11-11
1
-9
/
+0
*
net: sched: rename qdisc_destroy() to qdisc_put()
Vlad Buslov
2018-09-25
1
-1
/
+1
*
net: Add and use skb_mark_not_on_list().
David S. Miller
2018-09-10
1
-1
/
+1
*
sch_netem: Move private queue handler to generic location.
David S. Miller
2018-09-10
1
-11
/
+1
*
netem: slotting with non-uniform distribution
Yousuk Seung
2018-06-28
1
-24
/
+49
*
sch_netem: fix skb leak in netem_enqueue()
Alexey Kodanev
2018-03-07
1
-1
/
+1
*
sch_netem: Bug fixing in calculating Netem interval
Md. Islam
2018-02-07
1
-1
/
+1
*
net: sched: sch: add extack for graft callback
Alexander Aring
2017-12-21
1
-1
/
+1
*
net: sched: sch: add extack for change qdisc ops
Alexander Aring
2017-12-21
1
-2
/
+3
*
net: sched: sch: add extack for init callback
Alexander Aring
2017-12-21
1
-1
/
+2
*
netem: remove unnecessary 64 bit modulus
Stephen Hemminger
2017-11-15
1
-3
/
+3
*
netem: use 64 bit divide by rate
Stephen Hemminger
2017-11-15
1
-7
/
+4
*
netem: support delivering packets in delayed time slots
Dave Taht
2017-11-13
1
-3
/
+71
*
netem: add uapi to express delay and jitter in nanoseconds
Dave Taht
2017-11-13
1
-0
/
+14
*
netem: convert to qdisc_watchdog_schedule_ns
Dave Taht
2017-11-13
1
-28
/
+28
*
net: add rb_to_skb() and other rb tree helpers
Eric Dumazet
2017-10-07
1
-10
/
+4
*
sch_netem: faster rb tree removal
Eric Dumazet
2017-09-25
1
-3
/
+4
*
net: sk_buff rbnode reorg
Eric Dumazet
2017-09-19
1
-3
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-2
/
+2
|
\
|
*
sch_netem: avoid null pointer deref on init failure
Nikolay Aleksandrov
2017-08-30
1
-2
/
+2
*
|
net_sched: remove tc class reference counting
WANG Cong
2017-08-25
1
-7
/
+2
|
/
*
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-08
1
-5
/
+1
*
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-1
/
+1
*
netem: apply correct delay when rate throttling
Nik Unger
2017-03-16
1
-8
/
+18
*
net-tc: convert tc_from to tc_from_ingress and tc_redirected
Willem de Bruijn
2017-01-08
1
-1
/
+1
*
net-tc: convert tc_verd to integer bitfields
Willem de Bruijn
2017-01-08
1
-1
/
+1
*
ktime: Get rid of the union
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
net_sched: sch_netem: use rb_entry()
Geliang Tang
2016-12-20
1
-1
/
+1
*
sched: add and use qdisc_skb_head helpers
Florian Westphal
2016-09-19
1
-2
/
+12
*
sched: replace __skb_dequeue with __qdisc_dequeue_head
Florian Westphal
2016-09-19
1
-1
/
+1
*
sched: don't use skb queue helpers
Florian Westphal
2016-09-19
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-30
1
-6
/
+6
|
\
|
*
netem: fix a use after free
Eric Dumazet
2016-06-23
1
-6
/
+6
*
|
net_sched: netem: do not call qdisc_drop() with a NULL skb
Eric Dumazet
2016-06-29
1
-4
/
+8
*
|
net_sched: drop packets after root qdisc lock is released
Eric Dumazet
2016-06-25
1
-10
/
+15
*
|
net_sched: sch_netem: defer skb freeing
Eric Dumazet
2016-06-15
1
-3
/
+1
[next]