summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2020-11-01net: protect tcf_block_unbind with block lockLeon Romanovsky1-2/+2
2020-11-01net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault1-0/+1
2020-11-01netem: fix zero division in tabledistAleksandr Nogikh1-1/+8
2020-10-29net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault1-1/+1
2020-10-29net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti1-1/+1
2020-10-29net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan1-2/+2
2020-10-29net_sched: remove a redundant goto chain checkCong Wang1-14/+0
2020-10-14net_sched: commit action insertions togetherCong Wang1-9/+23
2020-10-14net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang21-64/+21
2020-09-26taprio: Fix allowing too small intervalsVinicius Costa Gomes1-11/+17
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-15/+33
2020-09-26net: sched: initialize with 0 before setting erspan md->uXin Long1-0/+1
2020-09-26act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang1-10/+34
2020-09-12taprio: Fix using wrong queues in gate maskVinicius Costa Gomes1-6/+24
2020-08-27net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel1-1/+1
2020-08-01net/sched: The error lable position is corrected in ct_init_moduleliujian1-2/+2
2020-07-25flow_offload: Move rhashtable inclusion to the source fileHerbert Xu1-1/+0
2020-07-21net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu1-2/+14
2020-07-09net_sched: fix a memory leak in atm_tc_init()Cong Wang1-4/+4
2020-07-08net/sched: act_ct: add miss tcf_lastuse_update.wenxu1-0/+2
2020-07-04sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen15-29/+34
2020-06-26sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-26sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-26sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-06-21net: Add MODULE_DESCRIPTION entries to network modulesRob Gill3-0/+3
2020-06-20net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu1-10/+14
2020-06-20net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-0/+1
2020-06-19net/sched: act_gate: fix configuration of the periodic timerDavide Caratti1-35/+55
2020-06-19net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti1-23/+13
2020-06-16net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel1-11/+0
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-61/+61
2020-06-09net: sched: export __netdev_watchdog_up()Valentin Longchamp1-0/+1
2020-06-01cls_flower: remove mpls_opts_policyGuillaume Nault1-5/+0
2020-06-01flow_dissector: work around stack frame size warningArnd Bergmann1-9/+8
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso1-79/+0
2020-06-01net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso1-29/+29
2020-06-01net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso1-7/+19
2020-06-01net/sched: fix a couple of splats in the error path of tfc_gate_init()Davide Caratti1-3/+6
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+5
2020-05-31sch_cake: Take advantage of skb->hash where appropriateToke Høiland-Jørgensen1-14/+51
2020-05-31net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-05-28net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang1-16/+0
2020-05-28net_sched: avoid resetting active qdisc for multiple timesCong Wang1-14/+23
2020-05-28net_sched: add a tracepoint for qdisc creationCong Wang2-1/+6
2020-05-28net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang1-0/+4
2020-05-28net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang1-13/+3
2020-05-27net/sched: fix infinite loop in sch_fq_pieDavide Caratti1-2/+2
2020-05-27cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault1-1/+242
2020-05-27flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-16/+36