Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh
2020-10-28net: protect tcf_block_unbind with block lockLeon Romanovsky
2020-10-28net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault
2020-10-21net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti
2020-10-21net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault
2020-10-21net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-05net_sched: check error pointer in tcf_dump_walker()Cong Wang
2020-10-04net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault
2020-09-29net/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-25net_sched: commit action insertions togetherCong Wang
2020-09-25net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-15net: sched: initialize with 0 before setting erspan md->uXin Long
2020-09-15net: sched: only keep the available bits when setting vxlan md->gbpXin Long
2020-09-12taprio: Fix allowing too small intervalsVinicius Costa Gomes
2020-09-10net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin
2020-09-09net: sched: skip an unnecessay checkTom Rix
2020-09-05act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04Merge 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-27taprio: Fix using wrong queues in gate maskVinicius Costa Gomes
2020-08-24treewide: 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-21net/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-06Merge 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-04net/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-08-01net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva
2020-08-01net/sched: The error lable position is corrected in ct_init_moduleliujian
2020-07-31net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva
2020-07-29net_sched: initialize timer earlier in red_init()Cong Wang
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-25net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich
2020-07-25flow_offload: Move rhashtable inclusion to the source fileHerbert Xu
2020-07-21net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu
2020-07-21sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko
2020-07-17Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-07-17net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-14net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata
2020-07-14net: 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