aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki1-3/+4
2015-02-04pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen1-2/+8
2015-01-26net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann1-2/+8
2015-01-26net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+5
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+5
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko6-13/+8
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu1-1/+1
2014-12-09net: sched: cls_basic: fix error path in basic_change()Jiri Pirko1-3/+2
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko9-48/+0
2014-12-09Update old iproute2 and Xen Remus linksAndrew Shewmaker1-3/+4
2014-12-08net_sched: cls_cgroup: remove unnecessary ifJiri Pirko1-5/+1
2014-12-08net_sched: cls_flow: remove duplicate assignmentsJiri Pirko1-3/+0
2014-12-08net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko1-2/+2
2014-12-08net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko1-2/+2
2014-12-08net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko1-12/+5
2014-12-08net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko1-11/+5
2014-11-26pkt_sched: fq: increase max delay from 125 ms to one secondEric Dumazet1-5/+4
2014-11-21sched: introduce vlan actionJiri Pirko3-0/+219
2014-11-06sched: fix act file names in header commentJiri Pirko6-6/+6
2014-11-03net: add rbnode to struct sk_buffEric Dumazet1-20/+7
2014-10-29sch_pie: schedule the timer after all init succeedWANG Cong1-1/+1
2014-10-21net: sched: initialize bstats syncpSabrina Dubroca1-1/+1
2014-10-09net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer1-7/+13
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+4
2014-10-08net_sched: copy exts->type in tcf_exts_change()WANG Cong1-0/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet4-4/+4
2014-10-06net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend4-8/+14
2014-10-06net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend1-3/+1
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend9-20/+21
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet3-7/+7
2014-10-04ematch: Fix early ending of inverted containers.Ignacy Gawędzki1-2/+3
2014-10-04net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend1-0/+2
2014-10-03qdisc: validate skb without holding lockEric Dumazet1-33/+28
2014-10-03qdisc: dequeue bulking also pickup GSO/TSO packetsJesper Dangaard Brouer1-9/+3
2014-10-03qdisc: bulk dequeue support for qdiscs with TCQ_F_ONETXQUEUEJesper Dangaard Brouer1-2/+44
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2014-10-01net_sched: avoid calling tcf_unbind_filter() in call_rcu callbackWANG Cong1-4/+6
2014-10-01net_sched: fix another crash in cls_tcindexWANG Cong1-3/+9
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend14-16/+26
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend14-32/+25
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend24-75/+75
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend14-33/+65
2014-09-29ematch: Fix matching of inverted containers.Ignacy Gawędzki1-2/+4
2014-09-29net: sched: cls_rcvp, complete rcu conversionJohn Fastabend1-3/+41
2014-09-28net_sched: fix another regression in cls_tcindexWANG Cong1-1/+1
2014-09-28net_sched: fix errno in tcindex_set_parms()WANG Cong1-3/+2
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong10-20/+20
2014-09-26net: sched: use pinned timersEric Dumazet3-5/+5
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+14
2014-09-22net: sched: fix compile warning in cls_u32Eric Dumazet1-1/+1