summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* qfq: don't leak skb if kzalloc failsFlorian Westphal2016-06-081-2/+4
* net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski2016-06-081-18/+19
* net: cls_u32: catch all hardware offload errorsJakub Kicinski2016-06-081-1/+7
* net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-073-7/+19
* act_police: fix a crash during removalWANG Cong2016-06-071-22/+11
* fq_codel: return non zero qlen in class dumpsEric Dumazet2016-06-071-1/+1
* net: cls_u32: be more strict about skip-sw flagJakub Kicinski2016-06-071-10/+11
* net: cls_u32: fix error code for invalid flagsJakub Kicinski2016-06-071-1/+1
* fq_codel: fix NET_XMIT_CN behaviorEric Dumazet2016-06-071-6/+18
* net_sched: keep backlog updated with qlenWANG Cong2016-06-061-0/+2
* sch_tbf: update backlog as wellWANG Cong2016-06-031-0/+4
* sch_red: update backlog as wellWANG Cong2016-06-031-0/+4
* sch_drr: update backlog as wellWANG Cong2016-06-031-0/+4
* sch_prio: update backlog as wellWANG Cong2016-06-031-0/+4
* sch_hfsc: always keep backlog updatedWANG Cong2016-06-031-8/+4
* net sched actions: policer missing timestamp processingJamal Hadi Salim2016-05-241-0/+11
* net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-242-10/+7
* net_sched: close another race condition in tcf_mirred_release()WANG Cong2016-05-171-2/+3
* fq_codel: fix memory limitation driftEric Dumazet2016-05-161-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-101-4/+10
| * net sched: skbedit action fix late bindingJamal Hadi Salim2016-05-101-7/+11
| * net sched: simple action fix late bindingJamal Hadi Salim2016-05-101-6/+12
| * net sched: mirred action fix late bindingJamal Hadi Salim2016-05-101-6/+13
| * net sched: ipt action fix late bindingJamal Hadi Salim2016-05-101-7/+12
| * net sched: vlan action fix late bindingJamal Hadi Salim2016-05-101-6/+16
* | fq_codel: add memory limitation per queueEric Dumazet2016-05-081-3/+24
* | bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2016-05-062-0/+4
* | net: remove dev->trans_startFlorian Westphal2016-05-041-7/+3
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-2/+59
|\|
| * netem: Segment GSO packets on enqueueNeil Horman2016-05-031-2/+59
* | fq_codel: add batch ability to fq_codel_drop()Eric Dumazet2016-05-031-19/+45
* | net: remove NETDEV_TX_LOCKED supportFlorian Westphal2016-04-261-32/+0
* | sched: align nlattr properly when neededNicolas Dichtel2016-04-2615-19/+27
* | codel: split into multiple filesMichal Kazior2016-04-252-0/+4
* | codel: generalize the implementationMichal Kazior2016-04-252-7/+32
* | sched: use nla_put_u64_64bit()Nicolas Dichtel2016-04-253-5/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-1/+4
|\|
| * net: sched: do not requeue a NULL skbLars Persson2016-04-141-1/+4
* | qdisc: constify meta_type_ops structuresJulia Lawall2016-04-141-4/+4
|/
* cls_bpf: reset class and reuse major in daDaniel Borkmann2016-03-181-5/+8
* net/flower: Fix pointer castAmir Vadai2016-03-111-6/+6
* net/flower: Introduce hardware offload supportAmir Vadai2016-03-101-1/+63
* net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo2016-03-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-0/+2
|\
| * net: sched: fix act_ipt for LOG targetPhil Sutter2016-03-061-0/+2