aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-03net: taprio: add missing attribute validation for txtime delayJakub Kicinski1-0/+1
2020-03-03net: fq: add missing attribute validation for orphan maskJakub Kicinski1-0/+1
2020-02-26sched: act: count in the size of action flags bitfieldJiri Pirko1-0/+1
2020-02-17net: sched: correct flower port blockingJason Baron1-0/+1
2020-02-13net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti1-0/+1
2020-02-13net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti1-0/+1
2020-02-07taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes1-2/+2
2020-02-07taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes1-1/+1
2020-02-07taprio: Add missing policy validation for flagsVinicius Costa Gomes1-0/+1
2020-02-07taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes1-20/+41
2020-02-07taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes1-13/+13
2020-02-06net: sched: prevent a use after freeDan Carpenter1-1/+1
2020-02-05net_sched: fix a resource leak in tcindex_set_parms()Cong Wang1-2/+1
2020-02-04net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-01cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2
2020-01-29sch_choke: Use kvcallocJoe Perches1-1/+1
2020-01-27net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet1-0/+3
2020-01-27net_sched: walk through all child classes in tc_bind_tclass()Cong Wang1-11/+30
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang10-29/+76
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+3
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata1-0/+55
2020-01-25net: sched: sch_tbf: Don't overwrite backlog before dumpingPetr Machata1-1/+0
2020-01-23net_sched: fix datalen for ematchCong Wang1-1/+1
2020-01-23net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani3-0/+576
2020-01-23net: sched: pie: export symbols to be reused by FQ-PIEMohit P. Tahiliani1-85/+88
2020-01-23net: sched: pie: fix alignment in struct instancesMohit P. Tahiliani1-9/+9
2020-01-23net: sched: pie: fix commentingMohit P. Tahiliani1-5/+5
2020-01-23pie: rearrange structure members and their initializationsMohit P. Tahiliani1-1/+1
2020-01-23net: sched: pie: move common code to pie.hMohit P. Tahiliani1-85/+1
2020-01-22net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet1-3/+2
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+14
2020-01-19net: sched: act_ctinfo: fix memory leakEric Dumazet1-0/+11
2020-01-17net/sched: act_ife: initalize ife->metalist earlierEric Dumazet1-4/+3
2020-01-14net: sched: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2-6/+2
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+13
2020-01-08net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-08pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-2/+4
2020-01-02sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang1-1/+1
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-70/+37
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti3-51/+17
2019-12-27net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani1-10/+12
2019-12-26net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet1-9/+8
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-3/+28
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+25
2019-12-19net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti1-0/+25
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata1-0/+95
2019-12-18net: sch_ets: Add a new QdiscPetr Machata3-0/+751
2019-12-18sch_cake: drop unused variable tin_quantum_prioKevin 'ldir' Darbyshire-Bryant1-41/+18
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-3/+3