summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09net: sched: export __netdev_watchdog_up()Valentin Longchamp
2020-06-01cls_flower: remove mpls_opts_policyGuillaume Nault
2020-06-01flow_dissector: work around stack frame size warningArnd Bergmann
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso
2020-06-01net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso
2020-06-01net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso
2020-06-01net/sched: fix a couple of splats in the error path of tfc_gate_init()Davide Caratti
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-30sch_cake: Take advantage of skb->hash where appropriateToke Høiland-Jørgensen
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu
2020-05-27net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang
2020-05-27net_sched: avoid resetting active qdisc for multiple timesCong Wang
2020-05-27net_sched: add a tracepoint for qdisc creationCong Wang
2020-05-27net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang
2020-05-27net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang
2020-05-27net/sched: fix infinite loop in sch_fq_pieDavide Caratti
2020-05-26cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault
2020-05-15net: sched: cls_flower: implement terse dump supportVlad Buslov
2020-05-15net: sched: implement terse dump support in actVlad Buslov
2020-05-15net: sched: introduce terse dump flagVlad Buslov
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso
2020-05-05sch_choke: Remove classid from choke_skb_cb.David S. Miller
2020-05-05net: sched: choke: Remove unused inline function choke_set_classidYueHaibing
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-05-04net_sched: sch_fq: add horizon attributeEric Dumazet
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang
2020-05-04net: sched: fallback to qdisc noqueue if default qdisc setup failJesper Dangaard Brouer
2020-05-03net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet
2020-05-03net_sched: sch_fq: perform a prefetch() earlierEric Dumazet
2020-05-03net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet
2020-05-03net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet
2020-05-03net_sched: sch_fq: change fq_flow size/layoutEric Dumazet
2020-05-03net_sched: sch_fq: avoid touching f->next from fq_gc()Eric Dumazet
2020-05-01net: schedule: add action gate offloadingPo Liu
2020-05-01net: qos: introduce a gate control flow actionPo Liu
2020-04-30netlink: remove type-unsafe validation_data pointerJohannes Berg
2020-04-27sch_sfq: validate silly quantum valuesEric Dumazet
2020-04-27sch_choke: avoid potential panic in choke_reset()Eric Dumazet
2020-04-27fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-24net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer
2020-04-23net: sched : Remove unnecessary cast in kfreeXu Wang
2020-04-22sched: etf: do not assume all sockets are full blownEric Dumazet
2020-04-22net/sched: act_ct: update nf_conn_acct for act_ct SW offload in flowtablewenxu
2020-04-07net: sched: Fix setting last executed chain on skb extensionPaul Blakey
2020-04-03net_sched: fix a missing refcnt in tcindex_init()Cong Wang