aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* netem: free skb's in tree on resetstephen hemminger2013-10-111-0/+16
* netem: update backlog after dropstephen hemminger2013-10-111-0/+1
* pkt_sched: fq: fix non TCP flows pacingEric Dumazet2013-10-081-11/+9
* pkt_sched: fq: fix typo for initial_quantumEric Dumazet2013-10-081-1/+1
* pkt_sched: fq: rate limiting improvementsEric Dumazet2013-10-011-19/+26
* pkt_sched: fq: qdisc dismantle fixesEric Dumazet2013-09-301-20/+37
* net_sched: htb: fix a typo in htb_change_class()Vimalkumar2013-09-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+2
|\
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-058-13/+877
|\ \
| * | qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2013-08-312-5/+4
| * | qdisc: make args to qdisc_create_default conststephen hemminger2013-08-311-2/+3
| * | qdisc: allow setting default queuing disciplinestephen hemminger2013-08-314-7/+66
| * | pkt_sched: fq: prefetch() fixEric Dumazet2013-08-301-1/+2
| * | pkt_sched: fq: Fair Queue packet schedulerEric Dumazet2013-08-293-0/+807
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-163-1/+61
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-033-1/+3
| |\ \ \
| * | | | netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-4/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-031-18/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-1/+1
| * | | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-9/+5
| * | | cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-8/+10
| * | | cgroup: add css_parent()Tejun Heo2013-08-081-3/+5
| * | | cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-081-4/+7
| * | | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-2/+2
* | | | net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer2013-08-153-0/+55
* | | | net_sched: make dev_trans_start return vlan's real dev trans_startnikolay@redhat.com2013-08-051-1/+6
| |_|/ |/| |
* | | htb: fix sign extension bugstephen hemminger2013-08-021-1/+1
* | | net_sched: info leak in atm_tc_dump_class()Dan Carpenter2013-07-311-0/+1
* | | net_sched: Fix stack info leak in cbq_dump_wrr().David S. Miller2013-07-301-0/+1
| |/ |/|
* | pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente2013-07-181-29/+56
* | pkt_sched: sch_qfq: remove forward declaration of qfq_update_agg_tsPaolo Valente2013-07-111-63/+55
* | pkt_sched: sch_qfq: improve efficiency of make_eligiblePaolo Valente2013-07-111-1/+8
|/
* netem: fix possible NULL deref in netem_dequeue()Eric Dumazet2013-07-031-3/+5
* netem: use rb tree to implement the time queueEric Dumazet2013-07-011-24/+85
* htb: refactor struct htb_sched fields for performanceEric Dumazet2013-06-191-86/+95
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-191-5/+6
|\
| * net_sched: qdisc_get_rtab() must check data[] arrayEric Dumazet2013-06-071-5/+6
* | htb: reorder struct htb_class fields for performanceEric Dumazet2013-06-131-29/+33
* | net_sched: htb: do not setup default rate estimatorsEric Dumazet2013-06-121-6/+12
* | net_sched: psched_ratecfg_precompute() improvementsEric Dumazet2013-06-111-24/+20
* | net_sched: add 64bit rate estimatorsEric Dumazet2013-06-115-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-054-32/+34
|\ \ | |/
| * net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet2013-06-041-17/+17
| * net_sched: restore "overhead xxx" handlingEric Dumazet2013-06-024-15/+17
* | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* | sch_tbf: segment too big GSO packetsEric Dumazet2013-05-231-2/+45
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-018-61/+106
|\
| * net_sched: act_ipt forward compat with xtablesJamal Hadi Salim2013-05-011-3/+30
| * netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-291-1/+1