aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2013-10-01pkt_sched: fq: rate limiting improvementsEric Dumazet
2013-09-30pkt_sched: fq: qdisc dismantle fixesEric 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
2013-06-07net_sched: qdisc_get_rtab() must check data[] arrayEric Dumazet
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-04net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-23sch_tbf: segment too big GSO packetsEric Dumazet
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-05-01net_sched: act_ipt forward compat with xtablesJamal Hadi Salim
2013-04-29net/sched: rename random32() to prandom_u32()Akinobu Mita
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-19pkt_sched: fix error return code in fw_change_attrs()Wei Yongjun
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy