summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
| |/
* / pkt_sched: enable QFQ to support TSO/GSOPaolo Valente2012-11-071-30/+79
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-027-77/+66Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-1/+4
| |\
| * | pkt_sched: Fix warning false positives.David S. Miller2012-09-282-2/+2
| * | net: use a per task frag allocatorEric Dumazet2012-09-241-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-153-19/+26
| |\ \
| * | | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-103-55/+55
| * | | net: qdisc busylock needs lockdep annotationsEric Dumazet2012-09-051-1/+8
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller2012-08-259-13/+29
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-08-225-35/+88
| |\ \ \ \
| * | | | | net: move and rename netif_notify_peers()Amerigo Wang2012-08-141-18/+0Star