summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy2021-01-221-28/+473
* | net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy2021-01-229-11/+20
* | net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-202-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-203-12/+21
|\|
| * net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-151-2/+6
| * net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-151-1/+2
| * cls_flower: call nla_ok() before nla_next()Cong Wang2021-01-151-9/+13
* | taprio: boolean values to a bool variableJiapeng Zhong2021-01-191-3/+3
* | net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-01-182-40/+75
|/
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2020-12-284-4/+4
* net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti2020-12-181-3/+4
* net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti2020-12-171-1/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-112-3/+3
|\