aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang1-0/+2
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-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-04act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang1-10/+34
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
2020-08-20net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel1-1/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds34-99/+304
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds8-8/+8
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2-2/+7
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-07-31net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva1-14/+6
2020-07-31net/sched: The error lable position is corrected in ct_init_moduleliujian1-2/+2
2020-07-30net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-2/+1
2020-07-28net_sched: initialize timer earlier in red_init()Cong Wang1-4/+4
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+14
2020-07-24net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich1-0/+16
2020-07-24flow_offload: Move rhashtable inclusion to the source fileHerbert Xu1-1/+0
2020-07-20net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu1-2/+14
2020-07-20sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko1-1/+2
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata33-67/+67
2020-07-16net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata2-10/+4
2020-07-16treewide: Remove uninitialized_var() usageKees Cook8-8/+8
2020-07-13net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-7/+9
2020-07-13net: 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-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva14-14/+15
2020-07-07net/sched: act_ct: add miss tcf_lastuse_update.wenxu1-0/+2
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen15-29/+34
2020-07-01net: sched: Allow changing default qdisc to FQ-PIEDanny Lin1-0/+4
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-1/+1
2020-06-29net: sched: sch_red: Add qevents "early_drop" and "mark"Petr Machata1-2/+56
2020-06-29net: sched: sch_red: Split init and change callbacksPetr Machata1-12/+30
2020-06-29net: sched: Introduce helpers for qevent blocksPetr Machata1-0/+119
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata33-67/+67
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-85/+127
2020-06-25sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handlingKevin Darbyshire-Bryant1-4/+4
2020-06-25sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-25sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-25sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-06-24net: qos: police action add index for tc flower offloadingPo Liu1-0/+1
2020-06-24net: qos: add tc police offloading action with max frame size limitPo Liu1-0/+1