summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2020-12-10net: sched: Fix dump of MPLS_OPT_LSE_LABEL attribute in cls_flowerGuillaume Nault1-2/+2
2020-12-05net/sched: fq_pie: initialize timer earlier in fq_pie_init()Davide Caratti1-1/+1
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh1-1/+8
2020-10-28net: protect tcf_block_unbind with block lockLeon Romanovsky1-2/+2
2020-10-28net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault1-0/+1
2020-10-21net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti1-1/+1
2020-10-21net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault1-1/+1
2020-10-21net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan1-2/+2
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet1-18/+5
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller21-71/+30
2020-10-05net_sched: check error pointer in tcf_dump_walker()Cong Wang1-0/+2
2020-10-04net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault1-0/+18
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault1-0/+40
2020-09-29net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-09-28net_sched: remove a redundant goto chain checkCong Wang1-14/+0
2020-09-25net_sched: commit action insertions togetherCong Wang1-9/+23
2020-09-25net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang21-64/+21
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-37/+89
2020-09-15net: sched: initialize with 0 before setting erspan md->uXin Long1-0/+1
2020-09-15net: sched: only keep the available bits when setting vxlan md->gbpXin Long2-1/+4
2020-09-12taprio: 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-09net: sched: skip an unnecessay checkTom Rix1-2/+3
2020-09-05act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang1-10/+34
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-23/+29
2020-09-04Merge 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-27taprio: Fix using wrong queues in gate maskVinicius Costa Gomes1-6/+24
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-08-21net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel1-1/+1
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg3-10/+7
2020-08-06Merge 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/kerne...Linus Torvalds8-8/+8
2020-08-04net/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-08-01net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva1-14/+6
2020-08-01net/sched: The error lable position is corrected in ct_init_moduleliujian1-2/+2
2020-07-31net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-2/+1
2020-07-29net_sched: initialize timer earlier in red_init()Cong Wang1-4/+4
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+14
2020-07-25net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich1-0/+16
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-21sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko1-1/+2
2020-07-17Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata33-67/+67
2020-07-17net: 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-14net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata1-7/+9