aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2013-08-15net_sched: restore "linklayer atm" handlingGravatar Jesper Dangaard Brouer 3-0/+55
2013-08-05net_sched: make dev_trans_start return vlan's real dev trans_startGravatar nikolay@redhat.com 1-1/+6
2013-08-02htb: fix sign extension bugGravatar stephen hemminger 1-1/+1
2013-07-31net_sched: info leak in atm_tc_dump_class()Gravatar Dan Carpenter 1-0/+1
2013-07-30net_sched: Fix stack info leak in cbq_dump_wrr().Gravatar David S. Miller 1-0/+1
2013-07-18pkt_sched: sch_qfq: remove a source of high packet delay/jitterGravatar Paolo Valente 1-29/+56
2013-07-11pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsGravatar Paolo Valente 1-63/+55
2013-07-11pkt_sched: sch_qfq: improve efficiency of make_eligibleGravatar Paolo Valente 1-1/+8
2013-07-03netem: fix possible NULL deref in netem_dequeue()Gravatar Eric Dumazet 1-3/+5
2013-07-01netem: use rb tree to implement the time queueGravatar Eric Dumazet 1-24/+85
2013-06-19htb: refactor struct htb_sched fields for performanceGravatar Eric Dumazet 1-86/+95
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+6
2013-06-13htb: reorder struct htb_class fields for performanceGravatar Eric Dumazet 1-29/+33
2013-06-12net_sched: htb: do not setup default rate estimatorsGravatar Eric Dumazet 1-6/+12
2013-06-11net_sched: psched_ratecfg_precompute() improvementsGravatar Eric Dumazet 1-24/+20
2013-06-11net_sched: add 64bit rate estimatorsGravatar Eric Dumazet 5-5/+5
2013-06-07net_sched: qdisc_get_rtab() must check data[] arrayGravatar Eric Dumazet 1-5/+6
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-32/+34
2013-06-04net_sched: htb: do not mix 1ns and 64ns time unitsGravatar Eric Dumazet 1-17/+17
2013-06-02net_sched: restore "overhead xxx" handlingGravatar Eric Dumazet 4-15/+17
2013-05-28net: pass info struct via netdevice notifierGravatar Jiri Pirko 1-1/+1
2013-05-23sch_tbf: segment too big GSO packetsGravatar Eric Dumazet 1-2/+45
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 8-61/+106
2013-05-01net_sched: act_ipt forward compat with xtablesGravatar Jamal Hadi Salim 1-3/+30
2013-04-29net/sched: rename random32() to prandom_u32()Gravatar Akinobu Mita 1-1/+1
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreGravatar Jozsef Kadlecsik 1-1/+1
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2013-04-19pkt_sched: fix error return code in fw_change_attrs()Gravatar Wei Yongjun 1-1/+1
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsGravatar Patrick McHardy 1-1/+1
2013-04-12act_csum: fix possible use after freeGravatar Eric Dumazet 1-14/+25
2013-04-07net_cls: remove duplicated include from cls_api.cGravatar Wei Yongjun 1-1/+0
2013-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+4
2013-04-02cbq: incorrect processing of high limitsGravatar Vasily Averin 1-1/+4
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+2
2013-03-29net: fq_codel: Fix off-by-one errorGravatar Vijay Subramanian 1-1/+1
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Gravatar Hong zhi guo 2-3/+3
2013-03-27sch: add missing u64 in psched_ratecfg_precompute()Gravatar Sergey Popovich 1-1/+1
2013-03-26netlink: have length check of rtnl msg before derefGravatar Hong zhi guo 2-19/+26
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsGravatar Thomas Graf 3-5/+5
2013-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-21/+45
2013-03-06htb: add HTB_DIRECT_QLEN attributeGravatar Eric Dumazet 1-15/+16
2013-03-06pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligibleGravatar Paolo Valente 1-2/+0
2013-03-06pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Gravatar Paolo Valente 1-1/+2
2013-03-06pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeueGravatar Paolo Valente 1-1/+9
2013-03-06pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Gravatar Paolo Valente 1-14/+22
2013-03-06pkt_sched: sch_qfq: fix the update of eligible-group setsGravatar Paolo Valente 1-1/+1
2013-03-06pkt_sched: sch_qfq: properly cap timestamps in charge_actual_serviceGravatar Paolo Valente 1-2/+11
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 6-45/+30
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-1/+1