summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2013-09-14htb: fix sign extension bugstephen hemminger1-1/+1
2013-08-12net_sched: info leak in atm_tc_dump_class()Dan Carpenter1-0/+1
2013-08-12net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller1-0/+1
2013-05-19net_sched: act_ipt forward compat with xtablesJamal Hadi Salim1-3/+30
2013-05-01cbq: incorrect processing of high limitsVasily Averin1-1/+4
2013-01-11net: sched: integer overflow fixStefan Hasko1-1/+1
2012-10-13pkt_sched: fix virtual-start-time update in QFQPaolo Valente1-1/+4
2012-10-13net-sched: sch_cbq: avoid infinite loopEric Dumazet1-2/+3
2012-10-02net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA1-3/+11
2012-08-09sch_sfb: Fix missing NULL checkAlan Cox1-0/+2
2012-08-09netem: add limitation to reordered packetsEric Dumazet1-27/+15
2012-05-01netem: fix possible skb leakEric Dumazet1-4/+2
2012-04-17net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward1-5/+2
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-0/+260
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-6/+4
2012-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2012-03-16sch_sfq: revert dont put new flow at the end of flowsEric Dumazet1-1/+5
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2012-02-20netem: fix dequeueEric Dumazet1-4/+2
2012-02-14net_sched: sch_plug: plug_qdisc_ops is staticEric Dumazet1-1/+1
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller4-9/+5
2012-02-07net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan3-0/+260
2012-02-07net: Make qdisc_skb_cb upper size bound explicit.David S. Miller4-9/+5
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-6/+4
2012-01-23netem: Fix off-by-one bug in reorderingVijay Subramanian1-1/+1
2012-01-13net_sched: sfq: add optional RED on top of SFQEric Dumazet1-16/+130
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet3-52/+62
2012-01-05net_sched: sfq: extend limitsEric Dumazet1-58/+117
2012-01-05net_sched: Bug in netem reorderingHagen Paul Pfeifer1-2/+2
2012-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-01-04net_sched: sfq: always randomize hash perturbationEric Dumazet1-6/+6
2012-01-04net_sched: sfq: fix mem alloc error recoveryEric Dumazet1-19/+33
2012-01-03net_sched: qdisc_alloc_handle() can be too slowEric Dumazet1-5/+9
2012-01-03sch_qfq: accurate wsum handlingEric Dumazet1-8/+9
2012-01-03sch_qfq: fix overflow in qfq_update_start()Eric Dumazet1-2/+2
2012-01-03sch_sfq: dont put new flow at the end of flowsEric Dumazet1-1/+1
2011-12-31netem: 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-30sch_tbf: report backlog informationEric Dumazet1-0/+1
2011-12-25netem: dont call vfree() under spinlock and BH disabledEric Dumazet1-3/+4
2011-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-24netem: loss model API sizesstephen hemminger1-3/+3
2011-12-24sch_hfsc: report backlog informationEric Dumazet1-0/+10
2011-12-23mqprio: Avoid panic if no options are providedThomas Graf1-1/+1
2011-12-22sch_sfq: rehash queues in perturb timerEric Dumazet1-6/+81
2011-12-17sch_gred: prefer GFP_KERNEL allocationsEric Dumazet1-7/+11
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-14cls_flow: remove one dynamic arrayEric Dumazet1-1/+1
2011-12-13netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer1-4/+29
2011-12-13sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet1-1/+1