summaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: sched: fix misspellings using misspell-fixer toolMenglong Dong2020-11-115-5/+5
* net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais2020-11-071-4/+4
* net: sched: implement action-specific terse dumpVlad Buslov2020-11-051-32/+37
* net: cls_api: remove unneeded local variable in tc_dump_chain()Lukas Bulwahn2020-10-301-13/+3
* netem: fix zero division in tabledistAleksandr Nogikh2020-10-291-1/+8
* net: protect tcf_block_unbind with block lockLeon Romanovsky2020-10-281-2/+2
* net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault2020-10-281-0/+1
* net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-211-1/+1
* net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-211-1/+1
* net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-211-2/+2
* net/sched: get rid of qdisc->paddedEric Dumazet2020-10-091-18/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-0621-71/+30
|\
| * net_sched: check error pointer in tcf_dump_walker()Cong Wang2020-10-041-0/+2
| * net_sched: remove a redundant goto chain checkCong Wang2020-09-281-14/+0
| * net_sched: commit action insertions togetherCong Wang2020-09-251-9/+23
| * net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-2521-64/+21
* | net/sched: act_mpls: Add action to push MPLS LSE before Ethernet headerGuillaume Nault2020-10-041-0/+18
* | net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault2020-10-041-0/+40
* | net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva2020-09-291-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-235-37/+89
|\|
| * net: sched: initialize with 0 before setting erspan md->uXin Long2020-09-151-0/+1
| * net: sched: only keep the available bits when setting vxlan md->gbpXin Long2020-09-152-1/+4
| * taprio: Fix allowing too small intervalsVinicius Costa Gomes2020-09-121-11/+17
| * net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin2020-09-101-15/+33
| * act_ife: load meta modules before tcf_idr_check_alloc()Cong Wang2020-09-051-10/+34
* | net: sched: skip an unnecessay checkTom Rix2020-09-091-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-053-23/+29
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-042-22/+28
| |\
| | * net_sched: fix error path in red_init()Cong Wang2020-08-281-16/+4
| | * taprio: Fix using wrong queues in gate maskVinicius Costa Gomes2020-08-271-6/+24
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-231-1/+1
|\|
| * net/sched: act_ct: Fix skb double-free in tcf_ct_handle_fragments() error flowAlaa Hleihel2020-08-211-1/+1
* | netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg2020-08-183-10/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0634-99/+304
|\
| * net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-042-2/+7
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-2/+2
| |\
| * | net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva2020-08-011-14/+6
| * | net/sched: act_pedit: Use flex_array_size() helper in memcpy()Gustavo A. R. Silva2020-07-311-2/+1
| * | net_sched: initialize timer earlier in red_init()Cong Wang2020-07-291-4/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-262-3/+14
| |\ \
| * | | net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich2020-07-251-0/+16
| * | | sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko2020-07-211-1/+2
| * | | Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-1733-67/+67
| * | | net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata2020-07-172-10/+4
| * | | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-141-7/+9
| * | | net: sched: kerneldoc fixesAndrew Lunn2020-07-142-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1116-33/+40
| |\ \ \
| * | | | net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-0814-14/+15
| * | | | net: sched: Allow changing default qdisc to FQ-PIEDanny Lin2020-07-021-0/+4