summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2021-05-19net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean1-18/+18
2021-04-14Revert "net: sched: bump refcount for new action in ACT replace mode"Vlad Buslov1-3/+0
2021-04-14net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi1-0/+3
2021-04-14net: cls_api: Fix uninitialised struct field bo->unlocked_driver_cbYunjian Wang1-1/+1
2021-04-14net: sched: fix err handler in tcf_action_init()Vlad Buslov2-13/+18
2021-04-14net: sched: fix action overwrite reference countingVlad Buslov2-11/+20
2021-04-14net: sched: sch_teql: fix null-pointer dereferencePavel Tikhomirov1-0/+3
2021-03-30net/sched: cls_flower: fix only mask bit check in the validate_ct_statewenxu1-1/+1
2021-03-30net: sched: validate stab valuesEric Dumazet4-7/+11
2021-03-17net: sched: avoid duplicates in classes dumpMaximilian Heyne1-4/+4
2021-03-07net/sched: cls_flower: Reject invalid ct_state flags ruleswenxu1-2/+37
2021-03-04net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2-40/+75
2021-03-04net: sched: fix police ext initializationVlad Buslov2-1/+2
2021-02-23net: sched: incorrect Kconfig dependencies on Netfilter modulesPablo Neira Ayuso1-3/+3
2021-01-27net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet1-1/+2
2021-01-27net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet1-2/+6
2021-01-27cls_flower: call nla_ok() before nla_next()Cong Wang1-9/+13
2021-01-12net: sched: prevent invalid Scell_log shift countRandy Dunlap4-4/+4
2021-01-12net/sched: sch_taprio: ensure to reset/destroy all child qdiscsDavide Caratti1-3/+4
2021-01-06net/sched: sch_taprio: reset child qdiscs before freeing themDavide Caratti1-1/+16
2020-12-09net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault1-2/+2
2020-12-04net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti1-1/+1
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh1-1/+8
2020-10-27net: protect tcf_block_unbind with block lockLeon Romanovsky1-2/+2
2020-10-27net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault1-0/+1
2020-10-20net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti1-1/+1
2020-10-20net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault1-1/+1
2020-10-20net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan1-2/+2
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet1-18/+5
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller21-71/+30
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang1-0/+2
2020-10-03net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault1-0/+18
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault1-0/+40
2020-09-28net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-09-28net_sched: remove a redundant goto chain checkCong Wang1-14/+0
2020-09-24net_sched: commit action insertions togetherCong Wang1-9/+23
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang21-64/+21
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-37/+89
2020-09-14net: sched: initialize with 0 before setting erspan md->uXin Long1-0/+1
2020-09-14net: sched: only keep the available bits when setting vxlan md->gbpXin Long2-1/+4
2020-09-11taprio: Fix allowing too small intervalsVinicius Costa Gomes1-11/+17
2020-09-10net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-15/+33
2020-09-08net: sched: skip an unnecessay checkTom Rix1-2/+3
2020-09-04act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang1-10/+34
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-23/+29
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-22/+28
2020-08-28net_sched: fix error path in red_init()Cong Wang1-16/+4
2020-08-26taprio: Fix using wrong queues in gate maskVinicius Costa Gomes1-6/+24
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1