summaryrefslogtreecommitdiff
path: root/net/sched/sch_netem.c
AgeCommit message (Expand)Author
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira
2023-10-05netem: Annotate struct disttable with __counted_byKees Cook
2023-08-17netem: use seeded PRNG for correlated loss eventsFrançois Michel
2023-08-17netem: use a seeded PRNG for generating random lossesFrançois Michel
2023-08-17netem: add prng attribute to netem_sched_dataFrançois Michel
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-24sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-22sch_netem: acquire qdisc lock in netem_change()Eric Dumazet
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao
2022-09-01net: sched: remove redundant NULL check in change hook functionZhengchao Shao
2022-06-17net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye
2021-11-15net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli
2021-09-30net: sched: Use struct_size() helper in kvmalloc()Gustavo A. R. Silva
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh
2020-02-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-09-20sch_netem: fix a divide by zero in tabledist()Eric Dumazet
2019-06-18net: netem: fix use after free and double free with packet corruptionJakub Kicinski
2019-06-18net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-02-28net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-05net: netem: use a list in addition to rbtreePeter Oskolkov
2018-11-29net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch
2018-11-11act_mirred: clear skb->tstamp on redirectEric Dumazet
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller
2018-09-10sch_netem: Move private queue handler to generic location.David S. Miller
2018-06-28netem: slotting with non-uniform distributionYousuk Seung
2018-03-07sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-02-07sch_netem: Bug fixing in calculating Netem intervalMd. Islam
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-11-15netem: remove unnecessary 64 bit modulusStephen Hemminger
2017-11-15netem: use 64 bit divide by rateStephen Hemminger
2017-11-13netem: support delivering packets in delayed time slotsDave Taht
2017-11-13netem: add uapi to express delay and jitter in nanosecondsDave Taht
2017-11-13netem: convert to qdisc_watchdog_schedule_nsDave Taht
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet