summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-121-16/+130
* net_sched: red: split red_parms into parms and varsEric Dumazet2012-01-053-52/+62
* net_sched: sfq: extend limitsEric Dumazet2012-01-051-58/+117
* net_sched: Bug in netem reorderingHagen Paul Pfeifer2012-01-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-041-2/+2
|\
| * sch_qfq: fix overflow in qfq_update_start()Eric Dumazet2012-01-031-2/+2
* | net_sched: sfq: always randomize hash perturbationEric Dumazet2012-01-041-6/+6
* | net_sched: sfq: fix mem alloc error recoveryEric Dumazet2012-01-041-19/+33
* | net_sched: qdisc_alloc_handle() can be too slowEric Dumazet2012-01-031-5/+9
* | sch_qfq: accurate wsum handlingEric Dumazet2012-01-031-8/+9
* | sch_sfq: dont put new flow at the end of flowsEric Dumazet2012-01-031-1/+1
* | netem: fix classful handlingEric Dumazet2011-12-301-121/+81
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-301-3/+4
|\|
| * netem: dont call vfree() under spinlock and BH disabledEric Dumazet2011-12-241-3/+4
* | sch_tbf: report backlog informationEric Dumazet2011-12-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-1/+1
|\|
| * mqprio: Avoid panic if no options are providedThomas Graf2011-12-221-1/+1
* | netem: loss model API sizesstephen hemminger2011-12-231-3/+3
* | sch_hfsc: report backlog informationEric Dumazet2011-12-231-0/+10
* | sch_sfq: rehash queues in perturb timerEric Dumazet2011-12-211-6/+81
* | sch_gred: prefer GFP_KERNEL allocationsEric Dumazet2011-12-161-7/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-161-1/+1
|\|
| * sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet2011-12-121-1/+1
* | cls_flow: remove one dynamic arrayEric Dumazet2011-12-141-1/+1
* | netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer2011-12-121-4/+29
* | sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet2011-12-093-7/+32
* | sch_red: Adaptative RED AQMEric Dumazet2011-12-081-0/+21
* | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-022-13/+22
|\|
| * sch_red: fix red_changeEric Dumazet2011-12-011-2/+2
| * sch_teql: fix lockdep splatEric Dumazet2011-11-301-11/+20
* | netem: fix build error on 32bit archesEric Dumazet2011-12-011-1/+4
* | netem: rate extensionHagen Paul Pfeifer2011-11-301-0/+40
* | sch_choke: use skb_flow_dissect()Eric Dumazet2011-11-291-89/+31
* | sch_sfq: use skb_flow_dissect()Eric Dumazet2011-11-291-55/+10
* | net: Add queue state xoff flag for stackTom Herbert2011-11-293-9/+11
* | sch_sfb: use skb_flow_dissect()Eric Dumazet2011-11-281-3/+14
* | cls_flow: use skb_flow_dissect()Eric Dumazet2011-11-281-132/+48
* | net: new counter for tx_timeout errors in sysfsdavid decotigny2011-11-161-0/+1
* | sch_choke: use skb_header_pointer()Eric Dumazet2011-11-081-10/+17
|/
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-313-0/+3
* net_sched: cls_flow: use skb_header_pointer()Eric Dumazet2011-10-241-92/+96
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-14/+13
|\
| * pkt_sched: cls_rsvp.h was outdatedIgor Maravić2011-09-151-14/+13
* | net_sched: sfb: optimize enqueue on full queueEric Dumazet2011-08-261-5/+8
|/
* net_sched: fix port mirror/redirect stats reportingJamal Hadi Salim2011-08-171-2/+1
* net_sched: prio: use qdisc_dequeue_peekedFlorian Westphal2011-08-091-1/+1
* sch_sfq: fix sfq_enqueue()Eric Dumazet2011-08-011-1/+6
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-2/+2