summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2021-12-22flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng1-0/+1
2021-12-22net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti1-2/+2
2021-12-22sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet1-5/+1
2021-12-14net/sched: fq_pie: prevent dismantle issueEric Dumazet1-0/+1
2021-12-01net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti1-3/+5
2021-11-26net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long1-3/+8
2021-11-18net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet1-10/+17
2021-11-18net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski3-0/+56
2021-10-20mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior1-12/+18
2021-10-17net: prevent user from passing illegal stab size王贇1-0/+6
2021-10-13net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet1-0/+4
2021-10-13net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet1-0/+3
2021-10-06net: sched: flower: protect fl_walk() with rcuVlad Buslov1-0/+6
2021-09-22fq_codel: reject silly quantum parametersEric Dumazet1-2/+10
2021-09-18fix array-index-out-of-bounds in taprio_changeHaimin Zhang1-1/+3
2021-09-18net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen1-0/+1
2021-09-15net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang1-1/+1
2021-09-03net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti1-0/+7
2021-08-26sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen1-1/+1
2021-08-18net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu1-0/+3
2021-08-12net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin1-1/+1
2021-07-28net: sched: cls_api: Fix the the wrong parameterYajun Deng1-1/+1
2021-07-28net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye1-4/+8
2021-07-28net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin1-1/+4
2021-07-25net/sched: act_ct: remove and free nf_table callbacksLouis Peens1-0/+11
2021-07-25net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu1-1/+2
2021-07-19net: sched: fix error return code in tcf_del_walker()Yang Yingliang1-1/+2
2021-07-19net/sched: cls_api: increase max_reclassify_loopDavide Caratti1-1/+1
2021-07-14net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin1-1/+1
2021-07-14pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet1-5/+3
2021-07-14net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko1-2/+5
2021-06-23sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy1-1/+5
2021-06-23net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner1-8/+13
2021-06-10net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich1-3/+0
2021-06-10net/sched: act_ct: Offload connections with commit actionPaul Blakey1-3/+4
2021-06-03net: zero-initialize tc skb extension on allocationVlad Buslov1-1/+1
2021-06-03sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo1-1/+2
2021-06-03net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin1-1/+26
2021-06-03net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin1-1/+3
2021-06-03net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin1-0/+19
2021-06-03net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti1-1/+8
2021-06-03net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti1-5/+5
2021-05-19net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng1-0/+6
2021-05-19net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean1-18/+18
2021-04-14Revert "net: sched: bump refcount for new action in ACT replace mode"Vlad Buslov1-3/+0
2021-04-14net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi1-0/+3
2021-04-14net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang1-1/+1
2021-04-14net: sched: fix err handler in tcf_action_init()Vlad Buslov2-13/+18
2021-04-14net: sched: fix action overwrite reference countingVlad Buslov2-11/+20
2021-04-14net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov1-0/+3