summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net: sched: act_ct: fix possible refcount leak in tcf_ct_init()Hangyu Hua2022-10-051-1/+4
* net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua2022-09-281-0/+1
* net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean2022-09-281-3/+5
* net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean2022-09-281-4/+6
* sch_sfb: Also store skb len before calling child enqueueToke Høiland-Jørgensen2022-09-151-1/+2
* sch_sfb: Don't assume the skb is still around after enqueueing to childToke Høiland-Jørgensen2022-09-151-4/+6
* Revert "sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skb"Jakub Kicinski2022-09-081-3/+1
* sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen2022-09-081-1/+3
* net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai2022-09-081-15/+16
* net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao2022-09-081-1/+3
* net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima2022-08-311-1/+1
* net_sched: cls_route: disallow handle of 0Jamal Hadi Salim2022-08-211-0/+10
* net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo2022-08-171-1/+1
* net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira2022-07-071-8/+14
* net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platformsPeilin Ye2022-06-291-2/+2
* net/sched: act_police: more accurate MTU policingDavide Caratti2022-06-141-1/+15
* net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni2022-05-251-0/+4
* net/sched: act_pedit: really ensure the skb is writablePaolo Abeni2022-05-181-4/+22
* netfilter: conntrack: convert to refcount_t apiFlorian Westphal2022-04-271-1/+0
* net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-271-4/+4
* net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-04-271-6/+10
* net/sched: taprio: Check if socket flags are validBenedikt Spranger2022-04-201-1/+2
* net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner2022-04-201-1/+1
* net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-201-5/+13
* net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner2022-04-081-6/+9
* net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal2022-04-081-3/+3
* net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey2022-03-021-5/+0
* net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-231-2/+11
* net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-233-26/+31
* net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira2022-02-161-1/+1
* net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet2022-02-051-4/+7
* sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy2022-02-011-0/+20
* sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy2022-01-271-1/+1
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+1
* net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2022-01-272-0/+8
* net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2022-01-271-0/+1
* net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2022-01-272-1/+3
* sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-111-4/+2
* net/sched: Extend qdisc control block with tc control blockPaul Blakey2022-01-054-11/+15
* flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng2021-12-221-0/+1
* net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti2021-12-221-2/+2
* sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet2021-12-221-5/+1
* net/sched: fq_pie: prevent dismantle issueEric Dumazet2021-12-141-0/+1
* net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti2021-12-011-3/+5
* net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long2021-11-251-3/+8
* net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet2021-11-181-10/+17
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-183-0/+56
* net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey2021-10-181-1/+1
* mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior2021-10-081-12/+18
* net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet2021-10-051-0/+4