summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2022-04-27netfilter: conntrack: convert to refcount_t apiFlorian Westphal1-1/+0
2022-04-27net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet1-4/+4
2022-04-27net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet1-6/+10
2022-04-20net/sched: taprio: Check if socket flags are validBenedikt Spranger1-1/+2
2022-04-20net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner1-1/+1
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov1-5/+13
2022-04-08net/sched: act_ct: fix ref leak when switching zonesMarcelo Ricardo Leitner1-6/+9
2022-04-08net: prefer nf_ct_put instead of nf_conntrack_putFlorian Westphal1-3/+3
2022-03-02net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey1-5/+0
2022-02-23net: sched: limit TC_ACT_REPEAT loopsEric Dumazet1-2/+11
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet3-26/+31
2022-02-16net: sched: Clarify error message when qdisc kind is unknownVictor Nogueira1-1/+1
2022-02-05net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet1-4/+7
2022-02-01sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy1-0/+20
2022-01-27sch_api: Don't skip qdisc attach on ingressMaxim Mikityanskiy1-1/+1
2022-01-27net_sched: restore "mpu xxx" handlingKevin Bracey1-0/+1
2022-01-27net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey2-0/+8
2022-01-27net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey1-0/+1
2022-01-27net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2-1/+3
2022-01-11sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet1-4/+2
2022-01-05net/sched: Extend qdisc control block with tc control blockPaul Blakey4-11/+15
2021-12-22flow_offload: return EOPNOTSUPP for the unsupported mpls action typeBaowen Zheng1-0/+1
2021-12-22net/sched: sch_ets: don't remove idle classes from the round-robin listDavide Caratti1-2/+2
2021-12-22sch_cake: do not call cake_destroy() from cake_init()Eric Dumazet1-5/+1
2021-12-14net/sched: fq_pie: prevent dismantle issueEric Dumazet1-0/+1
2021-12-01net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti1-3/+5
2021-11-25net: sched: act_mirred: drop dst for the direction from egress to ingressXin Long1-3/+8
2021-11-18net/sched: sch_taprio: fix undefined behavior in ktime_mono_to_anyEric Dumazet1-10/+17
2021-11-18net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski3-0/+56
2021-10-18net/sched: act_ct: Fix byte count on fragmented packetsPaul Blakey1-1/+1
2021-10-09mqprio: Correct stats in mqprio_dump_class_stats().Sebastian Andrzej Siewior1-12/+18
2021-10-05net/sched: sch_taprio: properly cancel timer from taprio_destroy()Eric Dumazet1-0/+4
2021-10-02net_sched: fix NULL deref in fifo_set_limit()Eric Dumazet1-0/+3
2021-09-30net: sched: flower: protect fl_walk() with rcuVlad Buslov1-0/+6
2021-09-26net: prevent user from passing illegal stab size王贇1-0/+6
2021-09-04fq_codel: reject silly quantum parametersEric Dumazet1-2/+10
2021-08-31net: sched: Fix qdisc_rate_table refcount leak when get tcf_block failedXiyu Yang1-1/+1
2021-08-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-4/+4
2021-08-31sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy1-35/+62
2021-08-30fix array-index-out-of-bounds in taprio_changeHaimin Zhang1-1/+3
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2021-08-25net/sched: ets: fix crash when flipping from 'strict' to 'quantum'Davide Caratti1-0/+7
2021-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen1-0/+1
2021-08-18sch_cake: fix srchost/dsthost hashing modeToke Høiland-Jørgensen1-1/+1
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2-4/+4
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-08-11net/sched: cls_api, reset flags on replayMark Bloch1-1/+2
2021-08-09net: sched: act_mirred: Reset ct info when mirror/redirect skbHangbin Liu1-0/+3
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+1