summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* cls_flower: remove mpls_opts_policyGuillaume Nault2020-06-011-5/+0
* flow_dissector: work around stack frame size warningArnd Bergmann2020-06-011-9/+8
* net: remove indirect block netdev event registrationPablo Neira Ayuso2020-06-011-79/+0
* net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso2020-06-011-29/+29
* net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso2020-06-011-7/+19
* net/sched: fix a couple of splats in the error path of tfc_gate_init()Davide Caratti2020-06-011-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-312-2/+5
|\
| * net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu2020-05-301-0/+3
| * net/sched: fix infinite loop in sch_fq_pieDavide Caratti2020-05-271-2/+2
* | sch_cake: Take advantage of skb->hash where appropriateToke Høiland-Jørgensen2020-05-301-14/+51
* | net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang2020-05-271-16/+0
* | net_sched: avoid resetting active qdisc for multiple timesCong Wang2020-05-271-14/+23
* | net_sched: add a tracepoint for qdisc creationCong Wang2020-05-272-1/+6
* | net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang2020-05-271-0/+4
* | net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang2020-05-271-13/+3
* | cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault2020-05-261-1/+242
* | flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2020-05-261-16/+36
* | net: sched: cls_flower: implement terse dump supportVlad Buslov2020-05-151-0/+43
* | net: sched: implement terse dump support in actVlad Buslov2020-05-152-8/+50
* | net: sched: introduce terse dump flagVlad Buslov2020-05-151-8/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-065-8/+31
|\|
| * net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso2020-05-061-2/+12
| * net_sched: fix tcm_parent in tc filter dumpCong Wang2020-05-041-4/+4
| * net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet2020-05-031-0/+3
| * sch_sfq: validate silly quantum valuesEric Dumazet2020-04-271-0/+9
| * sch_choke: avoid potential panic in choke_reset()Eric Dumazet2020-04-271-1/+2
| * fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet2020-04-271-1/+1
* | sch_choke: Remove classid from choke_skb_cb.David S. Miller2020-05-051-1/+0
* | net: sched: choke: Remove unused inline function choke_set_classidYueHaibing2020-05-051-5/+0
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-6/+11
* | net_sched: sch_fq: add horizon attributeEric Dumazet2020-05-041-5/+54
* | net: sched: fallback to qdisc noqueue if default qdisc setup failJesper Dangaard Brouer2020-05-041-3/+14
* | net_sched: sch_fq: perform a prefetch() earlierEric Dumazet2020-05-031-1/+1
* | net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet2020-05-031-18/+16
* | net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet2020-05-031-7/+11
* | net_sched: sch_fq: change fq_flow size/layoutEric Dumazet2020-05-031-2/+7
* | net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet2020-05-031-8/+13
* | net: schedule: add action gate offloadingPo Liu2020-05-011-0/+33
* | net: qos: introduce a gate control flow actionPo Liu2020-05-013-0/+649
* | netlink: remove type-unsafe validation_data pointerJohannes Berg2020-04-302-15/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-251-3/+4
|\|
| * sched: etf: do not assume all sockets are full blownEric Dumazet2020-04-221-3/+4
* | net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer2020-04-241-1/+4
* | net: sched : Remove unnecessary cast in kfreeXu Wang2020-04-231-1/+1
* | net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtablewenxu2020-04-221-0/+2
|/
* net: sched: Fix setting last executed chain on skb extensionPaul Blakey2020-04-071-0/+1
* net_sched: fix a missing refcnt in tcindex_init()Cong Wang2020-04-031-0/+1
* net_sched: add a temporary refcnt for struct tcindex_dataCong Wang2020-04-011-6/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-301-0/+3
|\
| * bpf: Add socket assign supportJoe Stringer2020-03-301-0/+3