summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* fq_codel: reject silly quantum parametersEric Dumazet2021-09-221-2/+10
* fix array-index-out-of-bounds in taprio_changeHaimin Zhang2021-09-181-1/+3
* net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2021-09-181-0/+1
* net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang2021-09-151-1/+1
* net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti2021-09-031-0/+7
* sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen2021-08-261-1/+1
* net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu2021-08-181-0/+3
* net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin2021-08-121-1/+1
* net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-281-1/+1
* net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye2021-07-281-4/+8
* net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin2021-07-281-1/+4
* net/sched: act_ct: remove and free nf_table callbacksLouis Peens2021-07-251-0/+11
* net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu2021-07-251-1/+2
* net: sched: fix error return code in tcf_del_walker()Yang Yingliang2021-07-191-1/+2
* net/sched: cls_api: increase max_reclassify_loopDavide Caratti2021-07-191-1/+1
* net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-07-141-1/+1
* pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-07-141-5/+3
* net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko2021-07-141-2/+5
* sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-231-1/+5
* net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner2021-06-231-8/+13
* net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich2021-06-101-3/+0
* net/sched: act_ct: Offload connections with commit actionPaul Blakey2021-06-101-3/+4
* net: zero-initialize tc skb extension on allocationVlad Buslov2021-06-031-1/+1
* sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-06-031-1/+2
* net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-06-031-1/+26
* net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-06-031-1/+3
* net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin2021-06-031-0/+19
* net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti2021-06-031-1/+8
* net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti2021-06-031-5/+5
* net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng2021-05-191-0/+6
* net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean2021-05-191-18/+18
* Revert "net: sched: bump refcount for new action in ACT replace mode"Vlad Buslov2021-04-141-3/+0
* net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi2021-04-141-0/+3
* net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang2021-04-141-1/+1
* net: sched: fix err handler in tcf_action_init()Vlad Buslov2021-04-142-13/+18
* net: sched: fix action overwrite reference countingVlad Buslov2021-04-142-11/+20
* net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov2021-04-141-0/+3
* net/sched: cls_flower: fix only mask bit check in the validate_ct_statewenxu2021-03-301-1/+1
* net: sched: validate stab valuesEric Dumazet2021-03-304-7/+11
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-171-4/+4
* net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu2021-03-071-2/+37
* net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-03-042-40/+75
* net: sched: fix police ext initializationVlad Buslov2021-03-042-1/+2
* net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso2021-02-231-3/+3
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-271-1/+2
* net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-271-2/+6
* cls_flower: call nla_ok() before nla_next()Cong Wang2021-01-271-9/+13
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-124-4/+4
* net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti2021-01-121-3/+4
* net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti2021-01-061-1/+16