summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
...
* sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-06-031-1/+2
* net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2021-06-031-1/+26
* net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-06-031-1/+3
* net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin2021-06-031-0/+19
* net/sched: fq_pie: fix OOB access in the traffic pathDavide Caratti2021-06-031-1/+8
* net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti2021-06-031-5/+5
* net: sched: tapr: prevent cycle_time == 0 in parse_taprio_scheduleDu Cheng2021-05-191-0/+6
* net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean2021-05-191-18/+18
* Revert "net: sched: bump refcount for new action in ACT replace mode"Vlad Buslov2021-04-141-3/+0
* net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi2021-04-141-0/+3
* net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang2021-04-141-1/+1
* net: sched: fix err handler in tcf_action_init()Vlad Buslov2021-04-142-13/+18
* net: sched: fix action overwrite reference countingVlad Buslov2021-04-142-11/+20
* net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov2021-04-141-0/+3
* net/sched: cls_flower: fix only mask bit check in the validate_ct_statewenxu2021-03-301-1/+1
* net: sched: validate stab valuesEric Dumazet2021-03-304-7/+11
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-171-4/+4
* net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu2021-03-071-2/+37
* net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-03-042-40/+75
* net: sched: fix police ext initializationVlad Buslov2021-03-042-1/+2
* net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso2021-02-231-3/+3
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-01-271-1/+2
* net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-271-2/+6
* cls_flower: call nla_ok() before nla_next()Cong Wang2021-01-271-9/+13
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-124-4/+4
* net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti2021-01-121-3/+4
* net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti2021-01-061-1/+16
* net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault2020-12-091-2/+2
* net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti2020-12-041-1/+1
* net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti2020-12-031-0/+3
* netem: fix zero division in tabledistAleksandr Nogikh2020-10-291-1/+8
* net: protect tcf_block_unbind with block lockLeon Romanovsky2020-10-271-2/+2
* net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault2020-10-271-0/+1
* net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-201-1/+1
* net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-201-1/+1
* net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-201-2/+2
* net/sched: get rid of qdisc->paddedEric Dumazet2020-10-091-18/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-0521-71/+30
|\
| * net_sched: check error pointer in tcf_dump_walker()Cong Wang2020-10-041-0/+2
| * net_sched: remove a redundant goto chain checkCong Wang2020-09-281-14/+0
| * net_sched: commit action insertions togetherCong Wang2020-09-241-9/+23
| * net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-2421-64/+21
* | net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault2020-10-031-0/+18
* | net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault2020-10-031-0/+40
* | net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva2020-09-281-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-225-37/+89
|\|
| * net: sched: initialize with 0 before setting erspan md->uXin Long2020-09-141-0/+1
| * net: sched: only keep the available bits when setting vxlan md->gbpXin Long2020-09-142-1/+4
| * taprio: Fix allowing too small intervalsVinicius Costa Gomes2020-09-111-11/+17
| * net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin2020-09-101-15/+33