summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-091-12/+10Star
|\
| * pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-091-11/+9Star
| * pkt_sched: fq: fix typo for initial_quantumEric Dumazet2013-10-081-1/+1
* | cgroup: cls: remove unnecessary task_cls_classidGao feng2013-10-081-2/+2
* | net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet2013-10-081-0/+3
* | net: Separate the close_list and the unreg_list v2Eric W. Biederman2013-10-071-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-10-041-3/+4
|\ \
| * | netfiler: ipset: Add net namespace for ipsetVitaly Lavrov2013-09-301-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-39/+63
|\ \ \ | | |/ | |/|
| * | pkt_sched: fq: rate limiting improvementsEric Dumazet2013-10-011-19/+26
| * | pkt_sched: fq: qdisc dismantle fixesEric Dumazet2013-09-301-20/+37
* | | qdisc: basic classifier - remove unnecessary initializationstephen hemminger2013-09-301-1/+1
* | | qdisc: meta return ENOMEM on alloc failurestephen hemminger2013-09-301-1/+3
| |/ |/|
* | net_sched: htb: support of 64bit ratesEric Dumazet2013-09-201-2/+15
* | net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet2013-09-204-8/+9
|/
* net_sched: htb: fix a typo in htb_change_class()Vimalkumar2013-09-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+2
|\
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-058-13/+877
|\ \
| * | qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2013-09-012-5/+4Star
| * | qdisc: make args to qdisc_create_default conststephen hemminger2013-09-011-2/+3
| * | qdisc: allow setting default queuing disciplinestephen hemminger2013-08-314-7/+66
| * | pkt_sched: fq: prefetch() fixEric Dumazet2013-08-301-1/+2
| * | pkt_sched: fq: Fair Queue packet schedulerEric Dumazet2013-08-303-0/+807
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-173-1/+61
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-043-1/+3
| |\ \ \
| * | | | netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-4/+1Star
| | |_|/ | |/| |
* | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-041-18/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-091-1/+1
| * | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-091-9/+5Star
| * | | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-091-8/+10
| * | | cgroup: add css_parent()Tejun Heo2013-08-091-3/+5
| * | | cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-091-4/+7
| * | | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-091-2/+2
* | | | net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer2013-08-153-0/+55
* | | | net_sched: make dev_trans_start return vlan's real dev trans_startnikolay@redhat.com2013-08-051-1/+6
| |_|/ |/| |
* | | htb: fix sign extension bugstephen hemminger2013-08-021-1/+1
* | | net_sched: info leak in atm_tc_dump_class()Dan Carpenter2013-08-011-0/+1
* | | net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller2013-07-301-0/+1
| |/ |/|
* | pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente2013-07-181-29/+56
* | pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente2013-07-111-63/+55Star
* | pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente2013-07-111-1/+8
|/
* netem: fix possible NULL deref in netem_dequeue()Eric Dumazet2013-07-041-3/+5
* netem: use rb tree to implement the time queueEric Dumazet2013-07-021-24/+85
* htb: refactor struct htb_sched fields for performanceEric Dumazet2013-06-201-86/+95
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-5/+6
|\
| * net_sched: qdisc_get_rtab() must check data[] arrayEric Dumazet2013-06-081-5/+6
* | htb: reorder struct htb_class fields for performanceEric Dumazet2013-06-141-29/+33
* | net_sched: htb: do not setup default rate estimatorsEric Dumazet2013-06-121-6/+12
* | net_sched: psched_ratecfg_precompute() improvementsEric Dumazet2013-06-121-24/+20Star