summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2021-06-30sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy
2021-06-03sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo
2021-04-14net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi
2021-04-14net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov
2021-03-30net: sched: validate stab valuesEric Dumazet
2021-03-17net: sched: avoid duplicates in classes dumpMaximilian Heyne
2021-01-27net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet
2021-01-27net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet
2021-01-12net: sched: prevent invalid Scell_log shift countRandy Dunlap
2020-11-18net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin
2020-11-05netem: fix zero division in tabledistAleksandr Nogikh
2020-10-29net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin
2020-07-22sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-07-22net_sched: fix a memory leak in atm_tc_init()Cong Wang
2020-06-30sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen
2020-06-30sch_cake: fix a few style nitsToke Høiland-Jørgensen
2020-06-30sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev
2020-06-30net: sched: export __netdev_watchdog_up()Valentin Longchamp
2020-05-14sch_sfq: validate silly quantum valuesEric Dumazet
2020-05-14sch_choke: avoid potential panic in choke_reset()Eric Dumazet
2020-05-14net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet
2020-05-14fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet
2020-04-29sched: etf: do not assume all sockets are full blownEric Dumazet
2020-04-02net_sched: keep alloc_hash updated after hash allocationCong Wang
2020-04-02net_sched: cls_route: remove the right filter from hashtableCong Wang
2020-04-02net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye
2020-03-18net: fq: add missing attribute validation for orphan maskJakub Kicinski
2020-03-05net: sched: correct flower port blockingJason Baron
2020-02-24net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti
2020-02-24net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti
2020-02-11net_sched: fix a resource leak in tcindex_set_parms()Cong Wang
2020-02-11net_sched: fix an OOB access in cls_tcindexCong Wang
2020-02-11cls_rsvp: fix rsvp_policyEric Dumazet
2020-02-01net_sched: fix ops->bind_class() implementationsCong Wang
2020-02-01net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet
2020-01-29net_sched: fix datalen for ematchCong Wang
2020-01-27net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski
2020-01-27net: netem: fix error path for corrupted GSO framesJakub Kicinski
2020-01-27act_mirred: Fix mirred_init_module error handlingYueHaibing
2020-01-27net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean
2020-01-27net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean
2020-01-27net/sched: cbs: Fix error path of cbs_module_initYueHaibing
2020-01-27net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski
2020-01-27net/sched: cbs: fix port_rate miscalculationLeandro Dorileo
2020-01-27net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein
2020-01-12net: sch_prio: When ungrafting, replace with FIFOPetr Machata
2020-01-12sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang
2020-01-12pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet
2019-12-21net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li