summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2022-07-11Merge tag 'v5.15.36' into 5.15.32-2.0.0Daiane Angolini
2022-07-11Merge tag 'v5.15.35' into 5.15.32-2.0.0Daiane Angolini
2022-07-11Merge branch 'local/v5.15.33' into 5.15.32-2.0.0Daiane Angolini
2022-05-04net: flow_offload: add tc police action parametersJianbo Liu
2022-05-04flow_offload: allow user to offload tc action to net deviceBaowen Zheng
2022-05-04flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng
2022-05-04flow_offload: rename offload functions with offload instead of flowBaowen Zheng
2022-05-04flow_offload: add index to flow_action_entry structureBaowen Zheng
2022-05-04flow_offload: fill flags to action structureBaowen Zheng
2022-04-27netfilter: conntrack: convert to refcount_t apiFlorian Westphal
2022-04-27net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet
2022-04-27net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet
2022-04-20net/sched: taprio: Check if socket flags are validBenedikt Spranger
2022-04-20net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-04-08net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner
2022-04-08net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal
2022-03-02net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey
2022-02-23net: sched: limit TC_ACT_REPEAT loopsEric Dumazet
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-02-16net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira
2022-02-05net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet
2022-02-01sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy
2022-01-27sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy
2022-01-27net_sched: restore "mpu xxx" handlingKevin Bracey
2022-01-27net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey
2022-01-27net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey
2022-01-27net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey
2022-01-11sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet
2022-01-05net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-12-22flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng
2021-12-22net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti
2021-12-22sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet
2021-12-14net/sched: fq_pie: prevent dismantle issueEric Dumazet
2021-12-01net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti
2021-11-25net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long
2021-11-18net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet
2021-11-18net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-10-18net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey
2021-10-08mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet
2021-10-01net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet
2021-09-30net: sched: flower: protect fl_walk() with rcuVlad Buslov
2021-09-26net: prevent user from passing illegal stab size王贇
2021-09-04fq_codel: reject silly quantum parametersEric Dumazet
2021-08-30net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy
2021-08-30fix array-index-out-of-bounds in taprio_changeHaimin Zhang
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski