summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet
2013-10-08pkt_sched: fq: fix typo for initial_quantumEric Dumazet
2013-10-08cgroup: cls: remove unnecessary task_cls_classidGao feng
2013-10-08net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman
2013-10-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet
2013-09-30pkt_sched: fq: qdisc dismantle fixesEric Dumazet
2013-09-30qdisc: basic classifier - remove unnecessary initializationstephen hemminger
2013-09-30qdisc: meta return ENOMEM on alloc failurestephen hemminger
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov
2013-09-20net_sched: htb: support of 64bit ratesEric Dumazet
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet
2013-09-11net_sched: htb: fix a typo in htb_change_class()Vimalkumar
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2013-08-31qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger
2013-08-31qdisc: make args to qdisc_create_default conststephen hemminger
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger
2013-08-30pkt_sched: fq: prefetch() fixEric Dumazet
2013-08-29pkt_sched: fq: Fair Queue packet schedulerEric Dumazet
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo
2013-08-08cgroup: add css_parent()Tejun Heo
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo
2013-08-05net_sched: make dev_trans_start return vlan's real dev trans_startnikolay@redhat.com
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-02htb: fix sign extension bugstephen hemminger
2013-07-31net_sched: info leak in atm_tc_dump_class()Dan Carpenter
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet
2013-07-30net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente
2013-07-03netem: fix possible NULL deref in netem_dequeue()Eric Dumazet
2013-07-01netem: use rb tree to implement the time queueEric Dumazet
2013-06-19htb: refactor struct htb_sched fields for performanceEric Dumazet
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13htb: reorder struct htb_class fields for performanceEric Dumazet
2013-06-12net_sched: htb: do not setup default rate estimatorsEric Dumazet
2013-06-11net_sched: psched_ratecfg_precompute() improvementsEric Dumazet
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet