aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_netem.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný1-0/+1
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira1-0/+1
2023-10-05netem: Annotate struct disttable with __counted_byKees Cook1-1/+1
2023-08-17netem: use seeded PRNG for correlated loss eventsFrançois Michel1-10/+12
2023-08-17netem: use a seeded PRNG for generating random lossesFrançois Michel1-5/+6
2023-08-17netem: add prng attribute to netem_sched_dataFrançois Michel1-0/+16
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-34/+25
2023-06-24sch_netem: fix issues in netem_change() vs get_dist_table()Eric Dumazet1-34/+25
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2023-06-22sch_netem: acquire qdisc lock in netem_change()Eric Dumazet1-2/+6
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-9/+9
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao1-6/+2
2022-09-01net: sched: remove redundant NULL check in change hook functionZhengchao Shao1-3/+0
2022-06-17net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye1-2/+2
2021-11-15net: sched: sch_netem: Refactor code in 4-state loss generatorHarshit Mogalapalli1-9/+9
2021-09-30net: sched: Use struct_size() helper in kvmalloc()Gustavo A. R. Silva1-1/+1
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh1-1/+8
2020-02-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-1/+1
2019-09-20sch_netem: fix a divide by zero in tabledist()Eric Dumazet1-1/+1
2019-06-18net: netem: fix use after free and double free with packet corruptionJakub Kicinski1-8/+7
2019-06-18net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski1-5/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner1-5/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+3
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2019-02-28net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan1-3/+7
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-12-05net: netem: use a list in addition to rbtreePeter Oskolkov1-20/+69
2018-11-29net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-11-11act_mirred: clear skb->tstamp on redirectEric Dumazet1-9/+0
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-1/+1
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-09-10sch_netem: Move private queue handler to generic location.David S. Miller1-11/+1
2018-06-28netem: slotting with non-uniform distributionYousuk Seung1-24/+49
2018-03-07sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev1-1/+1
2018-02-07sch_netem: Bug fixing in calculating Netem intervalMd. Islam1-1/+1
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring1-2/+3
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-11-15netem: remove unnecessary 64 bit modulusStephen Hemminger1-3/+3
2017-11-15netem: use 64 bit divide by rateStephen Hemminger1-7/+4
2017-11-13netem: support delivering packets in delayed time slotsDave Taht1-3/+71
2017-11-13netem: add uapi to express delay and jitter in nanosecondsDave Taht1-0/+14
2017-11-13netem: convert to qdisc_watchdog_schedule_nsDave Taht1-28/+28
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet1-10/+4
2017-09-25sch_netem: faster rb tree removalEric Dumazet1-3/+4
2017-09-19net: sk_buff rbnode reorgEric Dumazet1-3/+4
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-08-30sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2017-08-25net_sched: remove tc class reference countingWANG Cong1-7/+2
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-5/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-03-16netem: apply correct delay when rate throttlingNik Unger1-8/+18
2017-01-08net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn1-1/+1
2017-01-08net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-20net_sched: sch_netem: use rb_entry()Geliang Tang1-1/+1
2016-09-19sched: add and use qdisc_skb_head helpersFlorian Westphal1-2/+12
2016-09-19sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal1-1/+1
2016-09-19sched: don't use skb queue helpersFlorian Westphal1-2/+2
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2016-06-29net_sched: netem: do not call qdisc_drop() with a NULL skbEric Dumazet1-4/+8
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-10/+15
2016-06-23netem: fix a use after freeEric Dumazet1-6/+6
2016-06-15net_sched: sch_netem: defer skb freeingEric Dumazet1-3/+1
2016-06-10net_sched: remove generic throttled managementEric Dumazet1-1/+0
2016-06-10net_sched: netem: remove qdisc_is_throttled() useEric Dumazet1-3/+0
2016-06-08sched: remove qdisc->dropFlorian Westphal1-30/+0
2016-06-08sched: remove qdisc_rehape_failFlorian Westphal1-2/+2
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+59
2016-05-03netem: Segment GSO packets on enqueueNeil Horman1-2/+59
2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel1-1/+2
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-1/+2
2016-02-29net_sched: introduce qdisc_replace() helperWANG Cong1-9/+1
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet1-2/+2
2015-04-07netem: Fixes byte backlog accounting for the first of two chained netem insta...Beshay, Joseph1-1/+2
2014-11-03net: add rbnode to struct sk_buffEric Dumazet1-20/+7
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-8/+7
2014-06-05net: use the new API kvfree()WANG Cong1-6/+1
2014-02-17sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang1-2/+2
2014-02-14sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang1-4/+9
2014-02-14sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang1-15/+10
2014-02-14sch_netem: return errcode before setting paramsYang Yingliang1-10/+29
2014-01-21reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa1-2/+4
2014-01-19sch_netem: replace magic numbers with enumerateYang Yingliang1-19/+28
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane1-9/+10
2013-12-31sch_netem: support of 64bit ratesYang Yingliang1-2/+13
2013-12-31sch_netem: more precise length of packetsYang Yingliang1-1/+1
2013-12-10net_sched: add space around '>' and before '('Yang Yingliang1-1/+1
2013-11-30netem: fix gemodel loss generatorstephen hemminger1-1/+1
2013-11-30netem: fix loss 4 state modelstephen hemminger1-2/+2
2013-11-30netem: missing break in ge loss generatorstephen hemminger1-0/+1
2013-10-25netem: markov loss model transition fixHagen Paul Pfeifer1-1/+0
2013-10-11netem: free skb's in tree on resetstephen hemminger1-0/+16
2013-10-11netem: update backlog after dropstephen hemminger1-0/+1
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet1-4/+1
2013-07-03netem: fix possible NULL deref in netem_dequeue()Eric Dumazet1-3/+5
2013-07-01netem: use rb tree to implement the time queueEric Dumazet1-24/+85
2013-01-29netem: fix delay calculation in rate extensionJohannes Naab1-6/+6
2012-07-16netem: refine early skb orphaningEric Dumazet1-1/+8
2012-07-09netem: add limitation to reordered packetsEric Dumazet1-27/+15
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2012-05-01netem: fix possible skb leakEric Dumazet1-4/+2
2012-05-01netem: add ECN capabilityEric Dumazet1-3/+15
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-7/+14
2012-02-19netem: fix dequeueEric Dumazet1-4/+2
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller1-2/+1
2012-01-22netem: Fix off-by-one bug in reorderingVijay Subramanian1-1/+1
2012-01-05net_sched: Bug in netem reorderingHagen Paul Pfeifer1-2/+2
2011-12-30netem: fix classful handlingEric Dumazet1-121/+81
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2011-12-24netem: dont call vfree() under spinlock and BH disabledEric Dumazet1-3/+4
2011-12-23netem: loss model API sizesstephen hemminger1-3/+3
2011-12-12netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer1-4/+29
2011-12-01netem: fix build error on 32bit archesEric Dumazet1-1/+4
2011-11-30netem: rate extensionHagen Paul Pfeifer1-0/+40
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-02-24sch_netem: Need to include vmalloc.hDavid S. Miller1-0/+1
2011-02-24netem: update version and cleanupstephen hemminger1-6/+4
2011-02-24netem: revised correlated loss generatorstephen hemminger1-4/+270
2011-02-24Revert "sch_netem: Remove classful functionality"stephen hemminger1-8/+79
2011-02-24netem: define NETEM_DIST_MAXstephen hemminger1-1/+1
2011-02-24netem: use vmalloc for distribution tablestephen hemminger1-4/+18
2011-02-24netem: cleanup dump codestephen hemminger1-6/+3
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+1
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet1-2/+1
2011-01-20net_sched: move TCQ_F_THROTTLED flagEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-3/+3
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-4/+2
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches1-6/+6
2009-04-20net: sch_netem: Fix an inconsistency in ingress netem timestamps.Jarek Poplawski1-0/+8
2008-12-22pkt_sched: Remove smp_wmb() in qdisc_watchdog()Jarek Poplawski1-1/+0
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+0
2008-12-15SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer1-3/+0
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-3/+2
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-16/+0
2008-11-03netem: eliminate unneeded return valuesStephen Hemminger1-21/+9
2008-11-02sch_netem: Replace ->requeue() method with open codeJarek Poplawski1-1/+5
2008-11-02sch_netem: Remove classful functionalityJarek Poplawski1-87/+0
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski1-2/+3
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski1-8/+5
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski1-0/+1
2008-09-02netlink: Remove compat API for nested attributesThomas Graf1-2/+16
2008-08-29pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski1-1/+1
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski1-1/+1
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski1-1/+2
2008-07-20net_sched: Add size table for qdiscsJussi Kivilinna1-2/+3
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna1-3/+3
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna1-8/+12
2008-07-17pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller1-3/+6
2008-07-08pkt_sched: Make netem queue agnostic.David S. Miller1-1/+1
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller1-1/+1
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller1-2/+2
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller1-5/+5
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller1-1/+2
2008-07-05net-sched: consolidate default fifo qdisc setupPatrick McHardy1-23/+1
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy1-11/+8
2008-01-28[NET_SCHED]: sch_netem: use nla_parse_nested_compatPatrick McHardy1-32/+26
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-50/+50
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet1-3/+3
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-2/+0
2007-04-25[NET_SCHED]: turn PSCHED_GET_TIME into inline functionPatrick McHardy1-5/+3
2007-04-25[NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECTPatrick McHardy1-1/+1
2007-04-25[NET_SCHED]: kill PSCHED_TLESSPatrick McHardy1-3/+3
2007-04-25[NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2Patrick McHardy1-1/+1
2007-04-25[NET_SCHED]: sch_netem: fix off-by-one in send time comparisonPatrick McHardy1-1/+1
2007-04-25[NETEM]: spelling errorsStephen Hemminger1-3/+3
2007-04-25[NETEM]: avoid excessive requeuesStephen Hemminger1-10/+13
2007-04-25[NETEM]: Optimize tfifoStephen Hemminger1-4/+11
2007-04-25[NETEM]: use better types for time valuesStephen Hemminger1-9/+12
2007-04-25[NETEM]: report reorder percent correctly.Stephen Hemminger1-1/+2
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-04-25[NET_SCHED]: sch_netem: use hrtimer based watchdogPatrick McHardy1-20/+5
2007-02-10[NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki1-13/+13
2006-12-02[NET_SCHED]: Fix endless loops (part 5): netem/tbf/hfsc ->requeue failuresPatrick McHardy1-4/+1
2006-12-02[NET_SCHED]: Fix endless loops (part 2): "simple" qdiscsPatrick McHardy1-1/+1
2006-12-02[NET_SCHED]: Set parent classid in default qdiscsPatrick McHardy1-1/+2
2006-10-31[PATCH] skge, sky2, et all. gplv2 onlyStephen Hemminger1-1/+1
2006-10-22[PKT_SCHED] netem: Orphan SKB when adding to queue.David S. Miller1-0/+2
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-2/+2
2006-07-21[PKT_SCHED] netem: Fix slab corruption with netem (2nd try)Guillaume Chazarain1-1/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-29[PKT_SCHED] netem: fix lossStephen Hemminger1-1/+1
2006-03-20[PKT_SCHED]: Qdisc drop operation is optionalPatrick McHardy1-2/+2
2006-01-03[PKT_SCHED] netem: packet corruption optionStephen Hemminger1-3/+46
2005-11-20[PKT_SCHED]: sch_netem: correctly order packets to be sent simultaneouslyAndrea Bittau1-1/+1
2005-11-05[NETEM]: Add version stringStephen Hemminger1-0/+3
2005-11-05[NETEM]: Support time based reorderingStephen Hemminger1-1/+84
2005-11-05[NETEM]: use PSCHED_LESSStephen Hemminger1-12/+22
2005-05-26[PKT_SCHED] netem: allow random reordering (with fix)Stephen Hemminger1-12/+42
2005-05-26[PKT_SCHED] netem: use only inner qdisc -- no private skbuff queueStephen Hemminger1-88/+36