aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-18em_ipset: use dev_net() accessorstephen hemminger1-2/+2
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+10
2013-10-08pkt_sched: fq: fix non TCP flows pacingEric Dumazet1-11/+9
2013-10-08pkt_sched: fq: fix typo for initial_quantumEric Dumazet1-1/+1
2013-10-08cgroup: cls: remove unnecessary task_cls_classidGao feng1-2/+2
2013-10-08net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet1-0/+3
2013-10-07net: Separate the close_list and the unreg_list v2Eric W. Biederman1-3/+3
2013-10-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-3/+4
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-39/+63
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet1-19/+26
2013-09-30pkt_sched: fq: qdisc dismantle fixesEric Dumazet1-20/+37
2013-09-30qdisc: basic classifier - remove unnecessary initializationstephen hemminger1-1/+1
2013-09-30qdisc: meta return ENOMEM on alloc failurestephen hemminger1-1/+3
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov1-3/+4
2013-09-20net_sched: htb: support of 64bit ratesEric Dumazet1-2/+15
2013-09-20net_sched: add u64 rate to psched_ratecfg_precompute()Eric Dumazet4-8/+9
2013-09-11net_sched: htb: fix a typo in htb_change_class()Vimalkumar1-1/+1
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-13/+877
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-18/+21
2013-08-31qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2-5/+4
2013-08-31qdisc: make args to qdisc_create_default conststephen hemminger1-2/+3
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger4-7/+66
2013-08-30pkt_sched: fq: prefetch() fixEric Dumazet1-1/+2
2013-08-29pkt_sched: fq: Fair Queue packet schedulerEric Dumazet3-0/+807
2013-08-20treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches1-1/+2
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+61
2013-08-15net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer3-0/+55
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-1/+1
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-9/+5
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-8/+10
2013-08-08cgroup: add css_parent()Tejun Heo1-3/+5
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-4/+7
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-2/+2
2013-08-05net_sched: make dev_trans_start return vlan's real dev trans_startnikolay@redhat.com1-1/+6
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+3
2013-08-02htb: fix sign extension bugstephen hemminger1-1/+1
2013-07-31net_sched: info leak in atm_tc_dump_class()Dan Carpenter1-0/+1
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet1-4/+1
2013-07-30net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller1-0/+1
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente1-29/+56
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente1-63/+55
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente1-1/+8
2013-07-03netem: fix possible NULL deref in netem_dequeue()Eric Dumazet1-3/+5
2013-07-01netem: use rb tree to implement the time queueEric Dumazet1-24/+85
2013-06-19htb: refactor struct htb_sched fields for performanceEric Dumazet1-86/+95
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2013-06-13htb: reorder struct htb_class fields for performanceEric Dumazet1-29/+33
2013-06-12net_sched: htb: do not setup default rate estimatorsEric Dumazet1-6/+12
2013-06-11net_sched: psched_ratecfg_precompute() improvementsEric Dumazet1-24/+20