summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2020-07-14net: sched: kerneldoc fixesAndrew Lunn2-2/+2
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller16-33/+40
2020-07-09net_sched: fix a memory leak in atm_tc_init()Cong Wang1-4/+4
2020-07-08net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva14-14/+15
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-07-02net: sched: Allow changing default qdisc to FQ-PIEDanny Lin1-0/+4
2020-06-30net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-1/+1
2020-06-30net: sched: sch_red: Add qevents "early_drop" and "mark"Petr Machata1-2/+56
2020-06-30net: sched: sch_red: Split init and change callbacksPetr Machata1-12/+30
2020-06-30net: sched: Introduce helpers for qevent blocksPetr Machata1-0/+119
2020-06-30net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata33-67/+67
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-85/+127
2020-06-26sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handlingKevin Darbyshire-Bryant1-4/+4
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-25net: qos: police action add index for tc flower offloadingPo Liu1-0/+1
2020-06-25net: qos: add tc police offloading action with max frame size limitPo Liu1-0/+1
2020-06-23tcindex_change: Remove redundant null checkGaurav Singh1-1/+1
2020-06-21net: Add MODULE_DESCRIPTION entries to network modulesRob Gill3-0/+3
2020-06-21Remove redundant skb null checkGaurav Singh1-1/+1
2020-06-21Remove redundant condition in qdisc_graftGaurav Singh1-2/+1
2020-06-20net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+1
2020-06-20taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
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: qos offload add flow status with dropped countPo Liu11-29/+31
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