summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2020-09-26taprio: Fix allowing too small intervalsVinicius Costa Gomes
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin
2020-09-26net: sched: initialize with 0 before setting erspan md->uXin Long
2020-09-26act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang
2020-09-12taprio: Fix using wrong queues in gate maskVinicius Costa Gomes
2020-08-27net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel
2020-07-31net/sched: The error lable position is corrected in ct_init_moduleliujian
2020-07-24flow_offload: Move rhashtable inclusion to the source fileHerbert Xu
2020-07-20net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu
2020-07-09net_sched: fix a memory leak in atm_tc_init()Cong Wang
2020-07-07net/sched: act_ct: add miss tcf_lastuse_update.wenxu
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen
2020-06-25sch_cake: fix a few style nitsToke Høiland-Jørgensen
2020-06-25sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen
2020-06-25sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill
2020-06-19net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu
2020-06-18net/sched: act_gate: fix configuration of the periodic timerDavide Caratti
2020-06-18net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti
2020-06-15net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09net: sched: export __netdev_watchdog_up()Valentin Longchamp
2020-06-01cls_flower: remove mpls_opts_policyGuillaume Nault
2020-06-01flow_dissector: work around stack frame size warningArnd Bergmann
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso
2020-06-01net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso
2020-06-01net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso
2020-06-01net/sched: fix a couple of splats in the error path of tfc_gate_init()Davide Caratti
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-30sch_cake: Take advantage of skb->hash where appropriateToke Høiland-Jørgensen
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu
2020-05-27net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang
2020-05-27net_sched: avoid resetting active qdisc for multiple timesCong Wang
2020-05-27net_sched: add a tracepoint for qdisc creationCong Wang
2020-05-27net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang
2020-05-27net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang
2020-05-27net/sched: fix infinite loop in sch_fq_pieDavide Caratti
2020-05-26cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault
2020-05-15net: sched: cls_flower: implement terse dump supportVlad Buslov
2020-05-15net: sched: implement terse dump support in actVlad Buslov
2020-05-15net: sched: introduce terse dump flagVlad Buslov
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso
2020-05-05sch_choke: Remove classid from choke_skb_cb.David S. Miller
2020-05-05net: sched: choke: Remove unused inline function choke_set_classidYueHaibing
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-05-04net_sched: sch_fq: add horizon attributeEric Dumazet