summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-28net_sched: fix error path in red_init()Cong Wang
2020-08-26taprio: Fix using wrong queues in gate maskVinicius Costa Gomes
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-31net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva
2020-07-31net/sched: The error lable position is corrected in ct_init_moduleliujian
2020-07-30net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva
2020-07-28net_sched: initialize timer earlier in red_init()Cong Wang
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich
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-20sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-07-16net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata
2020-07-13net: sched: kerneldoc fixesAndrew Lunn
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-09net_sched: fix a memory leak in atm_tc_init()Cong Wang
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva
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-07-01net: sched: Allow changing default qdisc to FQ-PIEDanny Lin
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu
2020-06-29net: sched: sch_red: Add qevents "early_drop" and "mark"Petr Machata
2020-06-29net: sched: sch_red: Split init and change callbacksPetr Machata
2020-06-29net: sched: Introduce helpers for qevent blocksPetr Machata
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-25sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handlingKevin Darbyshire-Bryant
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-24net: qos: police action add index for tc flower offloadingPo Liu
2020-06-24net: qos: add tc police offloading action with max frame size limitPo Liu
2020-06-22tcindex_change: Remove redundant null checkGaurav Singh
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill
2020-06-20Remove redundant skb null checkGaurav Singh
2020-06-20Remove redundant condition in qdisc_graftGaurav Singh
2020-06-19net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva
2020-06-19taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva
2020-06-19net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu
2020-06-19net: qos offload add flow status with dropped countPo Liu