summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy2013-04-191-1/+1
* act_csum: fix possible use after freeEric Dumazet2013-04-121-14/+25
* net_cls: remove duplicated include from cls_api.cWei Yongjun2013-04-071-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-031-1/+4
|\
| * cbq: incorrect processing of high limitsVasily Averin2013-04-021-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-012-2/+2
|\|
| * net: fq_codel: Fix off-by-one errorVijay Subramanian2013-03-291-1/+1
| * sch: add missing u64 in psched_ratecfg_precompute()Sergey Popovich2013-03-271-1/+1
* | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-282-3/+3
* | netlink: have length check of rtnl msg before derefHong zhi guo2013-03-262-19/+26
* | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-223-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-121-21/+45
|\|
| * pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente2013-03-061-2/+0Star
| * pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente2013-03-061-1/+2
| * pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente2013-03-061-1/+9
| * pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente2013-03-061-14/+22
| * pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente2013-03-061-1/+1
| * pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente2013-03-061-2/+11
* | htb: add HTB_DIRECT_QLEN attributeEric Dumazet2013-03-061-15/+16
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-286-45/+30Star
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-152-6/+3Star
* act_police: improved accuracy at high ratesJiri Pirko2013-02-131-46/+53
* act_police: move struct tcf_police to act_police.cJiri Pirko2013-02-131-0/+15
* tbf: improved accuracy at high ratesJiri Pirko2013-02-131-39/+37Star
* sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko2013-02-131-3/+3
* sch: make htb_rate_cfg and functions around that genericJiri Pirko2013-02-132-56/+46Star
* htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko2013-02-131-2/+2
* htb: remove pointless first initialization of buffer and cbufferJiri Pirko2013-02-131-3/+0Star
* htb: use PSCHED_TICKS2NS()Jiri Pirko2013-02-131-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-131-2/+2
|\
| * htb: fix values in opt dumpJiri Pirko2013-02-131-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-6/+6
|\|
| * netem: fix delay calculation in rate extensionJohannes Naab2013-01-291-6/+6
* | pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-1419-65/+80
|/
* net: sched: integer overflow fixStefan Hasko2012-12-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-1311-325/+717
|\
| * pkt_sched: avoid requeues if possibleEric Dumazet2012-12-124-6/+15
| * pkt_sched: QFQ Plus: fair-queueing service at DRR costPaolo Valente2012-11-281-264/+566
| * net: sched: enable CAN Identifier to be build into kernelMarc Kleine-Budde2012-11-251-1/+1
| * net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-193-0/+14
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-30/+79
| |\
| * | htb: fix two bugsEric Dumazet2012-11-071-12/+5Star
| * | htb: improved accuracy at high ratesVimalkumar2012-11-031-38/+90
| * | cgroup: net_cls: Rework update socket logicDaniel Wagner2012-10-261-0/+24
| * | pkt_sched: use ns_to_ktime() helperEric Dumazet2012-10-222-7/+5Star
* | | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-121-16/+12Star
|\ \ \ | |_|/ |/| |
| * | netcls_cgroup: move config inheritance to ->css_online() and remove .broken_h...Tejun Heo2012-11-221-12/+8Star
| * | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-4/+4
| |/