aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-08qfq: don't leak skb if kzalloc failsFlorian Westphal1-2/+4
2016-06-08net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski1-18/+19
2016-06-08net: cls_u32: catch all hardware offload errorsJakub Kicinski1-1/+7
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann3-7/+19
2016-06-07act_police: fix a crash during removalWANG Cong1-22/+11
2016-06-07fq_codel: return non zero qlen in class dumpsEric Dumazet1-1/+1
2016-06-07net: cls_u32: be more strict about skip-sw flagJakub Kicinski1-10/+11
2016-06-07net: cls_u32: fix error code for invalid flagsJakub Kicinski1-1/+1
2016-06-07fq_codel: fix NET_XMIT_CN behaviorEric Dumazet1-6/+18
2016-06-06net_sched: keep backlog updated with qlenWANG Cong1-0/+2
2016-06-03sch_tbf: update backlog as wellWANG Cong1-0/+4
2016-06-03sch_red: update backlog as wellWANG Cong1-0/+4
2016-06-03sch_drr: update backlog as wellWANG Cong1-0/+4
2016-06-03sch_prio: update backlog as wellWANG Cong1-0/+4
2016-06-03sch_hfsc: always keep backlog updatedWANG Cong1-8/+4
2016-05-24net sched actions: policer missing timestamp processingJamal Hadi Salim1-0/+11
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet2-10/+7
2016-05-17net_sched: close another race condition in tcf_mirred_release()WANG Cong1-2/+3
2016-05-16fq_codel: fix memory limitation driftEric Dumazet1-1/+2
2016-05-16net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai1-0/+21
2016-05-16net/sched: act_gact: Update statistics when offloaded to hardwareAmir Vadai1-0/+15
2016-05-16net: cls_u32: Add support for skip-sw flag to tc u32 classifier.Samudrala, Sridhar1-9/+36
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-36/+74
2016-05-10net sched: ife action fix late bindingJamal Hadi Salim1-4/+10
2016-05-10net sched: skbedit action fix late bindingJamal Hadi Salim1-7/+11
2016-05-10net sched: simple action fix late bindingJamal Hadi Salim1-6/+12
2016-05-10net sched: mirred action fix late bindingJamal Hadi Salim1-6/+13
2016-05-10net sched: ipt action fix late bindingJamal Hadi Salim1-7/+12
2016-05-10net sched: vlan action fix late bindingJamal Hadi Salim1-6/+16
2016-05-08fq_codel: add memory limitation per queueEric Dumazet1-3/+24
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2-0/+4
2016-05-04net: remove dev->trans_startFlorian Westphal1-7/+3
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+59
2016-05-03fq_codel: add batch ability to fq_codel_drop()Eric Dumazet1-19/+45
2016-05-03netem: Segment GSO packets on enqueueNeil Horman1-2/+59
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal1-32/+0
2016-04-26sched: align nlattr properly when neededNicolas Dichtel15-19/+27
2016-04-25codel: split into multiple filesMichal Kazior2-0/+4
2016-04-25codel: generalize the implementationMichal Kazior2-7/+32
2016-04-25sched: use nla_put_u64_64bit()Nicolas Dichtel3-5/+10
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2016-04-14net: sched: do not requeue a NULL skbLars Persson1-1/+4
2016-04-14qdisc: constify meta_type_ops structuresJulia Lawall1-4/+4
2016-03-18cls_bpf: reset class and reuse major in daDaniel Borkmann1-5/+8
2016-03-11net/flower: Fix pointer castAmir Vadai1-6/+6
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai1-1/+63
2016-03-08net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo1-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-03-06net: sched: fix act_ipt for LOG targetPhil Sutter1-0/+2