Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
754e0b0e35608ed5206d6a67a791563c631cec07
/
net
/
sched
/
sch_netem.c
cb3ef7b
net: sched: sch_netem: Refactor code in 4-state loss generator
by Harshit Mogalapalli
· 3 years, 2 months ago
1292919
net: sched: Use struct_size() helper in kvmalloc()
by Gustavo A. R. Silva
· 3 years, 3 months ago
eadd1bef
netem: fix zero division in tabledist
by Aleksandr Nogikh
· 4 years, 2 months ago
b90feaf
net: sched: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 4 years, 10 months ago
e0ad032
net: netem: correct the parent's backlog when corrupted packet was dropped
by Jakub Kicinski
· 5 years ago
a7fa12d
net: netem: fix error path for corrupted GSO frames
by Jakub Kicinski
· 5 years ago
159d2c7
sch_netem: fix rcu splat in netem_enqueue()
by Eric Dumazet
· 5 years ago
b41d936
sch_netem: fix a divide by zero in tabledist()
by Eric Dumazet
· 5 years ago
3e14c38
net: netem: fix use after free and double free with packet corruption
by Jakub Kicinski
· 6 years ago
177b800
net: netem: fix backlog accounting for corrupted GSO frames
by Jakub Kicinski
· 6 years ago
84a14ae
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178
by Thomas Gleixner
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
5845f70
net: netem: fix skb length BUG_ON in __skb_to_sgvec
by Sheng Lan
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
d66280b
net: netem: use a list in addition to rbtree
by Peter Oskolkov
· 6 years ago
9410d38
net: Prevent invalid access to skb->prev in __qdisc_drop_all
by Christoph Paasch
· 6 years ago
7236ead
act_mirred: clear skb->tstamp on redirect
by Eric Dumazet
· 6 years ago
86bd446
net: sched: rename qdisc_destroy() to qdisc_put()
by Vlad Buslov
· 6 years ago
a8305bf
net: Add and use skb_mark_not_on_list().
by David S. Miller
· 6 years ago
5969773
sch_netem: Move private queue handler to generic location.
by David S. Miller
· 6 years ago
0a9fe5c
netem: slotting with non-uniform distribution
by Yousuk Seung
· 7 years ago
35d889d
sch_netem: fix skb leak in netem_enqueue()
by Alexey Kodanev
· 7 years ago
043e337
sch_netem: Bug fixing in calculating Netem interval
by Md. Islam
· 7 years ago
653d6fd
net: sched: sch: add extack for graft callback
by Alexander Aring
· 7 years ago
2030721
net: sched: sch: add extack for change qdisc ops
by Alexander Aring
· 7 years ago
e63d7df
net: sched: sch: add extack for init callback
by Alexander Aring
· 7 years ago
9b0ed89
netem: remove unnecessary 64 bit modulus
by Stephen Hemminger
· 7 years ago
bce552f
netem: use 64 bit divide by rate
by Stephen Hemminger
· 7 years ago
836af83
netem: support delivering packets in delayed time slots
by Dave Taht
· 7 years ago
9980317
netem: add uapi to express delay and jitter in nanoseconds
by Dave Taht
· 7 years ago
112f9cb
netem: convert to qdisc_watchdog_schedule_ns
by Dave Taht
· 7 years ago
18a4c0e
net: add rb_to_skb() and other rb tree helpers
by Eric Dumazet
· 7 years ago
3aa605f
sch_netem: faster rb tree removal
by Eric Dumazet
· 7 years ago
bffa72c
net: sk_buff rbnode reorg
by Eric Dumazet
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
634576a
sch_netem: avoid null pointer deref on init failure
by Nikolay Aleksandrov
· 7 years ago
143976c
net_sched: remove tc class reference counting
by WANG Cong
· 7 years ago
752ade6
treewide: use kv[mz]alloc* rather than opencoded variants
by Michal Hocko
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
5080f39
netem: apply correct delay when rate throttling
by Nik Unger
· 8 years ago
bc31c90
net-tc: convert tc_from to tc_from_ingress and tc_redirected
by Willem de Bruijn
· 8 years ago
a5135bc
net-tc: convert tc_verd to integer bitfields
by Willem de Bruijn
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
7f7cd56
net_sched: sch_netem: use rb_entry()
by Geliang Tang
· 8 years ago
48da34b
sched: add and use qdisc_skb_head helpers
by Florian Westphal
· 8 years ago
ed760cb
sched: replace __skb_dequeue with __qdisc_dequeue_head
by Florian Westphal
· 8 years ago
97d0678
sched: don't use skb queue helpers
by Florian Westphal
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
8a6e9c6
net_sched: netem: do not call qdisc_drop() with a NULL skb
by Eric Dumazet
· 9 years ago
520ac30
net_sched: drop packets after root qdisc lock is released
by Eric Dumazet
· 9 years ago
21de12e
netem: fix a use after free
by Eric Dumazet
· 9 years ago
2f08a9a
net_sched: sch_netem: defer skb freeing
by Eric Dumazet
· 9 years ago
45f50be
net_sched: remove generic throttled management
by Eric Dumazet
· 9 years ago
4211792
net_sched: netem: remove qdisc_is_throttled() use
by Eric Dumazet
· 9 years ago
a09ceb0
sched: remove qdisc->drop
by Florian Westphal
· 9 years ago
c3a173d
sched: remove qdisc_rehape_fail
by Florian Westphal
· 9 years ago
cba65321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
6071bd1
netem: Segment GSO packets on enqueue
by Neil Horman
· 9 years ago
2a51c1e
sched: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
2ccccf5
net_sched: update hierarchical backlog too
by WANG Cong
· 9 years ago
86a7996
net_sched: introduce qdisc_replace() helper
by WANG Cong
· 9 years ago
b396cca
net: sched: deprecate enqueue_root()
by Eric Dumazet
· 10 years ago
0ad2a83
netem: Fixes byte backlog accounting for the first of two chained netem instances
by Beshay, Joseph
· 10 years ago
56b1742
net: add rbnode to struct sk_buff
by Eric Dumazet
· 10 years ago
25331d6
net: sched: implement qstat helper routines
by John Fastabend
· 10 years ago
4cb2897
net: use the new API kvfree()
by WANG Cong
· 11 years ago
3fbac2a
sch_netem: replace magic numbers with enumerate in get_loss_clg
by Yang Yingliang
· 11 years ago
c045a73
sch_netem: replace magic numbers with enumerate in GE model
by Yang Yingliang
· 11 years ago
49545a7
sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sched_data *"
by Yang Yingliang
· 11 years ago
54a4b05
sch_netem: return errcode before setting params
by Yang Yingliang
· 11 years ago
809fa97
reciprocal_divide: update/correction of the algorithm
by Hannes Frederic Sowa
· 11 years ago
a6e2fe1
sch_netem: replace magic numbers with enumerate
by Yang Yingliang
· 11 years ago
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
6a031f6
sch_netem: support of 64bit rates
by Yang Yingliang
· 11 years ago
8cfd88d
sch_netem: more precise length of packets
by Yang Yingliang
· 11 years ago
833fa74
net_sched: add space around '>' and before '('
by Yang Yingliang
· 11 years ago
eff7979
netem: fix gemodel loss generator
by stephen hemminger
· 11 years ago
ab6c27b
netem: fix loss 4 state model
by stephen hemminger
· 11 years ago
7c2781f
netem: missing break in ge loss generator
by stephen hemminger
· 11 years ago
4a3ad7b
netem: markov loss model transition fix
by Hagen Paul Pfeifer
· 11 years ago
ff70405
netem: free skb's in tree on reset
by stephen hemminger
· 11 years ago
638a52b
netem: update backlog after drop
by stephen hemminger
· 11 years ago
f2f872f
netem: Introduce skb_orphan_partial() helper
by Eric Dumazet
· 11 years ago
36b7bfe
netem: fix possible NULL deref in netem_dequeue()
by Eric Dumazet
· 11 years ago
aec0a40
netem: use rb tree to implement the time queue
by Eric Dumazet
· 12 years ago
a13d310
netem: fix delay calculation in rate extension
by Johannes Naab
· 12 years ago
5a308f4
netem: refine early skb orphaning
by Eric Dumazet
· 12 years ago
960fb66
netem: add limitation to reordered packets
by Eric Dumazet
· 12 years ago
0d6c4a2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
116a0fc
netem: fix possible skb leak
by Eric Dumazet
· 13 years ago
e4ae004
netem: add ECN capability
by Eric Dumazet
· 13 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
cd961c2
netem: fix dequeue
by Eric Dumazet
· 13 years ago
16bda13
net: Make qdisc_skb_cb upper size bound explicit.
by David S. Miller
· 13 years ago
a42b479
netem: Fix off-by-one bug in reordering
by Vijay Subramanian
· 13 years ago
eb10192
net_sched: Bug in netem reordering
by Hagen Paul Pfeifer
· 13 years ago
5061253
netem: fix classful handling
by Eric Dumazet
· 13 years ago
7f8e323
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
bb52c7a
netem: dont call vfree() under spinlock and BH disabled
by Eric Dumazet
· 13 years ago
Next »