summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: remove NET_XMIT_POLICEDFlorian Westphal2016-06-132-3/+1Star
* net_sched: remove generic throttled managementEric Dumazet2016-06-117-17/+4Star
* net_sched: netem: remove qdisc_is_throttled() useEric Dumazet2016-06-111-3/+0Star
* net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet2016-06-111-1/+1
* net_sched: sch_plug: use a private throttled statusEric Dumazet2016-06-111-6/+8
* net, cls: allow for deleting all filters for given parentDaniel Borkmann2016-06-111-4/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-1012-75/+106
|\
| * qfq: don't leak skb if kzalloc failsFlorian Westphal2016-06-091-2/+4
| * net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski2016-06-091-18/+19
| * net: cls_u32: catch all hardware offload errorsJakub Kicinski2016-06-091-1/+7
| * net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-083-7/+19
| * act_police: fix a crash during removalWANG Cong2016-06-081-22/+11Star
| * fq_codel: return non zero qlen in class dumpsEric Dumazet2016-06-081-1/+1
| * net: cls_u32: be more strict about skip-sw flagJakub Kicinski2016-06-081-10/+11
| * net: cls_u32: fix error code for invalid flagsJakub Kicinski2016-06-081-1/+1
| * fq_codel: fix NET_XMIT_CN behaviorEric Dumazet2016-06-071-6/+18
| * net_sched: keep backlog updated with qlenWANG Cong2016-06-071-0/+2
| * sch_tbf: update backlog as wellWANG Cong2016-06-041-0/+4
| * sch_red: update backlog as wellWANG Cong2016-06-041-0/+4
| * sch_drr: update backlog as wellWANG Cong2016-06-041-0/+4
| * sch_prio: update backlog as wellWANG Cong2016-06-041-0/+4
| * sch_hfsc: always keep backlog updatedWANG Cong2016-06-041-8/+4Star
* | net: sched: fix qdisc->running lockdep annotationsEric Dumazet2016-06-091-2/+2
* | sched: remove qdisc->dropFlorian Westphal2016-06-0918-359/+0Star
* | sched: remove qdisc_rehape_failFlorian Westphal2016-06-094-7/+7
* | cbq: remove TCA_CBQ_POLICE supportFlorian Westphal2016-06-091-94/+1Star
* | cbq: remove TCA_CBQ_OVL_STRATEGY supportFlorian Westphal2016-06-091-160/+6Star
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-0814-44/+69
* | net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-081-4/+10
* | net sched: indentation and other OCD stylistic fixesJamal Hadi Salim2016-06-086-17/+28
* | net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim2016-06-0812-48/+21Star
* | net sched actions: introduce timestamp for firsttime useJamal Hadi Salim2016-06-0813-0/+14
* | net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim2016-06-0810-12/+11Star
* | net/sched: cls_flower: Introduce support in SKIP SW flagAmir Vadai2016-06-081-9/+22
|/
* net sched actions: policer missing timestamp processingJamal Hadi Salim2016-05-251-0/+11
* net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-242-10/+7Star
* net_sched: close another race condition in tcf_mirred_release()WANG Cong2016-05-171-2/+3
* fq_codel: fix memory limitation driftEric Dumazet2016-05-171-1/+2
* net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai2016-05-161-0/+21
* net/sched: act_gact: Update statistics when offloaded to hardwareAmir Vadai2016-05-161-0/+15
* net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar2016-05-161-9/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-156-36/+74
|\
| * net sched: ife action fix late bindingJamal Hadi Salim2016-05-111-4/+10
| * net sched: skbedit action fix late bindingJamal Hadi Salim2016-05-111-7/+11
| * net sched: simple action fix late bindingJamal Hadi Salim2016-05-111-6/+12
| * net sched: mirred action fix late bindingJamal Hadi Salim2016-05-111-6/+13
| * net sched: ipt action fix late bindingJamal Hadi Salim2016-05-111-7/+12
| * net sched: vlan action fix late bindingJamal Hadi Salim2016-05-111-6/+16
* | fq_codel: add memory limitation per queueEric Dumazet2016-05-091-3/+24
* | bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2016-05-062-0/+4