aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet5-5/+5
2013-06-07net_sched: qdisc_get_rtab() must check data[] arrayEric Dumazet1-5/+6
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-32/+34
2013-06-04net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet1-17/+17
2013-06-02net_sched: restore "overhead xxx" handlingEric Dumazet4-15/+17
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-23sch_tbf: segment too big GSO packetsEric Dumazet1-2/+45
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-61/+106
2013-05-01net_sched: act_ipt forward compat with xtablesJamal Hadi Salim1-3/+30
2013-04-29net/sched: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik1-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-19pkt_sched: fix error return code in fw_change_attrs()Wei Yongjun1-1/+1
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy1-1/+1
2013-04-12act_csum: fix possible use after freeEric Dumazet1-14/+25
2013-04-07net_cls: remove duplicated include from cls_api.cWei Yongjun1-1/+0
2013-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2013-04-02cbq: incorrect processing of high limitsVasily Averin1-1/+4
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2013-03-29net: fq_codel: Fix off-by-one errorVijay Subramanian1-1/+1
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2-3/+3
2013-03-27sch: add missing u64 in psched_ratecfg_precompute()Sergey Popovich1-1/+1
2013-03-26netlink: have length check of rtnl msg before derefHong zhi guo2-19/+26
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf3-5/+5
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+45
2013-03-06htb: add HTB_DIRECT_QLEN attributeEric Dumazet1-15/+16
2013-03-06pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente1-2/+0
2013-03-06pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in servicePaolo Valente1-1/+2
2013-03-06pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente1-1/+9
2013-03-06pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler is emptyPaolo Valente1-14/+22
2013-03-06pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente1-1/+1
2013-03-06pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente1-2/+11
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin6-45/+30
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar2-6/+3
2013-02-12act_police: improved accuracy at high ratesJiri Pirko1-46/+53
2013-02-12act_police: move struct tcf_police to act_police.cJiri Pirko1-0/+15
2013-02-12tbf: improved accuracy at high ratesJiri Pirko1-39/+37
2013-02-12sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko1-3/+3