summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2020-10-20net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti
2020-10-20net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault
2020-10-20net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-04net_sched: check error pointer in tcf_dump_walker()Cong Wang
2020-10-03net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault
2020-10-03net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-09-28net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva
2020-09-28net_sched: remove a redundant goto chain checkCong Wang
2020-09-24net_sched: commit action insertions togetherCong Wang
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-14net: sched: initialize with 0 before setting erspan md->uXin Long
2020-09-14net: sched: only keep the available bits when setting vxlan md->gbpXin Long
2020-09-11taprio: Fix allowing too small intervalsVinicius Costa Gomes
2020-09-10net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin
2020-09-08net: sched: skip an unnecessay checkTom Rix
2020-09-04act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-20net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg
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