summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_netem.c
Commit message (Expand)AuthorAgeFilesLines
* sched: add and use qdisc_skb_head helpersFlorian Westphal2016-09-191-2/+12
* sched: replace __skb_dequeue with __qdisc_dequeue_headFlorian Westphal2016-09-191-1/+1
* sched: don't use skb queue helpersFlorian Westphal2016-09-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-6/+6
|\
| * netem: fix a use after freeEric Dumazet2016-06-231-6/+6
* | net_sched: netem: do not call qdisc_drop() with a NULL skbEric Dumazet2016-06-291-4/+8
* | net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-10/+15
* | net_sched: sch_netem: defer skb freeingEric Dumazet2016-06-151-3/+1
* | net_sched: remove generic throttled managementEric Dumazet2016-06-101-1/+0
* | net_sched: netem: remove qdisc_is_throttled() useEric Dumazet2016-06-101-3/+0
* | sched: remove qdisc->dropFlorian Westphal2016-06-081-30/+0
* | sched: remove qdisc_rehape_failFlorian Westphal2016-06-081-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-2/+59
|\
| * netem: Segment GSO packets on enqueueNeil Horman2016-05-031-2/+59
* | sched: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-1/+2
|/
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-1/+2
* net_sched: introduce qdisc_replace() helperWANG Cong2016-02-291-9/+1
* net: sched: deprecate enqueue_root()Eric Dumazet2015-05-111-2/+2
* netem: Fixes byte backlog accounting for the first of two chained netem insta...Beshay, Joseph2015-04-071-1/+2
* net: add rbnode to struct sk_buffEric Dumazet2014-11-031-20/+7
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-8/+7
* net: use the new API kvfree()WANG Cong2014-06-051-6/+1
* sch_netem: replace magic numbers with enumerate in get_loss_clgYang Yingliang2014-02-171-2/+2
* sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang2014-02-141-4/+9
* sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang2014-02-141-15/+10
* sch_netem: return errcode before setting paramsYang Yingliang2014-02-141-10/+29
* reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-211-2/+4
* sch_netem: replace magic numbers with enumerateYang Yingliang2014-01-191-19/+28
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-9/+10
* sch_netem: support of 64bit ratesYang Yingliang2013-12-311-2/+13
* sch_netem: more precise length of packetsYang Yingliang2013-12-311-1/+1
* net_sched: add space around '>' and before '('Yang Yingliang2013-12-101-1/+1
* netem: fix gemodel loss generatorstephen hemminger2013-11-301-1/+1
* netem: fix loss 4 state modelstephen hemminger2013-11-301-2/+2
* netem: missing break in ge loss generatorstephen hemminger2013-11-301-0/+1
* netem: markov loss model transition fixHagen Paul Pfeifer2013-10-251-1/+0
* netem: free skb's in tree on resetstephen hemminger2013-10-111-0/+16
* netem: update backlog after dropstephen hemminger2013-10-111-0/+1
* netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-4/+1
* netem: fix possible NULL deref in netem_dequeue()Eric Dumazet2013-07-031-3/+5
* netem: use rb tree to implement the time queueEric Dumazet2013-07-011-24/+85
* netem: fix delay calculation in rate extensionJohannes Naab2013-01-291-6/+6
* netem: refine early skb orphaningEric Dumazet2012-07-161-1/+8
* netem: add limitation to reordered packetsEric Dumazet2012-07-091-27/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-4/+2
|\
| * netem: fix possible skb leakEric Dumazet2012-05-011-4/+2
* | netem: add ECN capabilityEric Dumazet2012-05-011-3/+15
* | pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-7/+14
|/
* netem: fix dequeueEric Dumazet2012-02-191-4/+2
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-2/+1
OpenPOWER on IntegriCloud