summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* sch_cake: revise docs for RFC 8622 LE PHB supportTyson Moore2021-06-141-6/+6
* sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-101-1/+5
* net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner2021-06-091-8/+13
* sch_htb: fix refcount leak in htb_parent_to_leaf_offloadYunjian Wang2021-06-041-4/+4
* net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich2021-05-271-3/+0
* net/sched: act_ct: Offload connections with commit actionPaul Blakey2021-05-271-3/+4
* net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-251-1/+1
* sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-05-241-1/+2
* net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti2021-05-231-1/+8
* net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti2021-05-231-5/+5
* net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-05-141-1/+26
* net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-05-141-1/+3
* net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin2021-05-141-0/+19
* net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti2021-04-291-4/+4
* net/sched: act_ct: Remove redundant ct get and checkRoi Dayan2021-04-281-3/+1
* net/sched: act_ct: fix wild memory access when clearing fragmentsDavide Caratti2021-04-261-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-0/+6
|\
| * net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng2021-04-191-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-094-27/+45
|\|
| * net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov2021-04-081-0/+3
| * net: sched: fix err handler in tcf_action_init()Vlad Buslov2021-04-082-13/+18
| * net: sched: fix action overwrite reference countingVlad Buslov2021-04-082-11/+20
| * Revert "net: sched: bump refcount for new action in ACT replace mode"Vlad Buslov2021-04-081-3/+0
| * net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang2021-04-021-1/+1
| * sch_htb: fix null pointer dereference on a null new_qYunjian Wang2021-03-301-2/+3
| * net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi2021-03-301-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-258-16/+30
|\|
| * net/sched: act_ct: clear post_ct if doing ct_clearMarcelo Ricardo Leitner2021-03-231-2/+4
| * net/sched: cls_flower: fix only mask bit check in the validate_ct_statewenxu2021-03-171-1/+1
| * net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu2021-03-161-0/+1
| * sch_htb: Fix offload cleanup in htb_destroy on htb_init failureMaxim Mikityanskiy2021-03-111-6/+9
| * sch_htb: Fix select_queue for non-offload modeMaxim Mikityanskiy2021-03-111-0/+4
| * net: sched: validate stab valuesEric Dumazet2021-03-104-7/+11
* | net: sched: Mundane typo fixesBhaskar Chowdhury2021-03-241-2/+2
* | net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGSVladimir Oltean2021-03-221-2/+2
* | net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean2021-03-221-18/+18
* | taprio: Handle short intervals and large packetsKurt Kanzenbach2021-03-191-10/+54
* | psample: Encapsulate packet metadata in a structIdo Schimmel2021-03-141-10/+6
* | net/sched: act_police: add support for packet-per-second policingBaowen Zheng2021-03-132-32/+102
* | flow_offload: add support for packet-per-second policingXingfeng Hu2021-03-131-0/+3
* | sched: act_sample: Implement stats_update callbackIdo Schimmel2021-03-101-0/+11
|/
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-041-4/+4
* net/sched: cls_flower: validate ct_state for invalid and reply flagswenxu2021-02-231-0/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-163-3/+39
|\
| * net: sched: fix police ext initializationVlad Buslov2021-02-162-1/+2
| * net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu2021-02-101-2/+37
* | net: sched: Return the correct errno codeZheng Yongjun2021-02-061-1/+1
* | net: flow_offload: Add original direction flag to ct_metadataPaul Blakey2021-01-291-0/+1
* | net/sched: cls_flower: Add match on the ct_state reply flagPaul Blakey2021-01-291-2/+4
* | sch_htb: Stats for offloaded HTBMaxim Mikityanskiy2021-01-221-0/+53