summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2021-09-18fix array-index-out-of-bounds in taprio_changeHaimin Zhang
2021-09-18net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen
2021-09-15net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang
2021-09-15sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy
2021-09-03net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti
2021-08-26sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen
2021-08-18net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu
2021-08-12net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin
2021-07-28net: sched: cls_api: Fix the the wrong parameterYajun Deng
2021-07-28net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye
2021-07-28net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin
2021-07-25net/sched: act_ct: remove and free nf_table callbacksLouis Peens
2021-07-25net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu
2021-07-19net: sched: fix error return code in tcf_del_walker()Yang Yingliang
2021-07-19net/sched: cls_api: increase max_reclassify_loopDavide Caratti
2021-07-14net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin
2021-07-14pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet
2021-07-14net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko
2021-06-14sch_cake: revise docs for RFC 8622 LE PHB supportTyson Moore
2021-06-10sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy
2021-06-09net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner
2021-06-04sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang
2021-05-27net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich
2021-05-27net/sched: act_ct: Offload connections with commit actionPaul Blakey
2021-05-25net: zero-initialize tc skb extension on allocationVlad Buslov
2021-05-24sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo
2021-05-23net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti
2021-05-23net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti
2021-05-14net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin
2021-05-14net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin
2021-05-14net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin
2021-04-29net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti
2021-04-28net/sched: act_ct: Remove redundant ct get and checkRoi Dayan
2021-04-26net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-19net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov
2021-04-08net: sched: fix err handler in tcf_action_init()Vlad Buslov
2021-04-08net: sched: fix action overwrite reference countingVlad Buslov
2021-04-08Revert "net: sched: bump refcount for new action in ACT replace mode"Vlad Buslov
2021-04-02net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang
2021-03-30sch_htb: fix null pointer dereference on a null new_qYunjian Wang
2021-03-30net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-24net: sched: Mundane typo fixesBhaskar Chowdhury
2021-03-23net/sched: act_ct: clear post_ct if doing ct_clearMarcelo Ricardo Leitner
2021-03-22net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGSVladimir Oltean
2021-03-22net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean
2021-03-19taprio: Handle short intervals and large packetsKurt Kanzenbach