summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-182-15/+24
|\
| * 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
* | net: sched: fix error return code in tcf_del_walker()Yang Yingliang2021-06-171-1/+2
* | net/sched: cls_flower: Remove match on n_protoBoris Sukholitko2021-06-151-2/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-072-10/+8
|\|
| * 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
* | sch_htb: fix doc warning in htb_lookup_leaf()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_do_events()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_charge_class()Yu Kuai2021-06-071-0/+4
* | sch_htb: fix doc warning in htb_deactivate()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_activate()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_change_class_mode()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_class_mode()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_deactivate_prios()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_activate_prios()Yu Kuai2021-06-071-0/+2
* | sch_htb: fix doc warning in htb_remove_class_from_row()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_add_class_to_row()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_next_rb_node()Yu Kuai2021-06-071-0/+1
* | sch_htb: fix doc warning in htb_add_to_wait_tree()Yu Kuai2021-06-071-0/+3
* | sch_htb: fix doc warning in htb_add_to_id_tree()Yu Kuai2021-06-031-0/+3
* | mlx5: count all link eventsJakub Kicinski2021-06-031-0/+18
* | net/sched: act_vlan: No dump for unset priorityBoris Sukholitko2021-06-011-2/+2
* | net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko2021-06-011-2/+5
* | net: sched: Fix spelling mistakesZheng Yongjun2021-05-314-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-274-10/+64
|\|
| * 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: cls_api: increase max_reclassify_loopDavide Caratti2021-05-191-1/+1
* | net: taprio offload: enforce qdisc to netdev queue mappingYannick Vignon2021-05-131-40/+45
* | net/sched: taprio: Drop unnecessary NULL check after container_ofGuenter Roeck2021-05-111-3/+0
|/
* 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