aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-24flow_offload: Move rhashtable inclusion to the source fileHerbert Xu1-1/+0
2020-07-20net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu1-2/+14
2020-07-09net_sched: fix a memory leak in atm_tc_init()Cong Wang1-4/+4
2020-07-07net/sched: act_ct: add miss tcf_lastuse_update.wenxu1-0/+2
2020-07-03sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen15-29/+34
2020-06-25sch_cake: fix a few style nitsToke Høiland-Jørgensen1-2/+2
2020-06-25sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen1-4/+9
2020-06-25sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev1-11/+30
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill3-0/+3
2020-06-19net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu1-10/+14
2020-06-19net: flow_offload: fix flow_indr_dev_unregister pathwenxu1-0/+1
2020-06-18net/sched: act_gate: fix configuration of the periodic timerDavide Caratti1-35/+55
2020-06-18net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti1-23/+13
2020-06-15net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel1-11/+0
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-61/+61
2020-06-09net: sched: export __netdev_watchdog_up()Valentin Longchamp1-0/+1
2020-06-01cls_flower: remove mpls_opts_policyGuillaume Nault1-5/+0
2020-06-01flow_dissector: work around stack frame size warningArnd Bergmann1-9/+8
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso1-79/+0
2020-06-01net: use flow_indr_dev_setup_offload()Pablo Neira Ayuso1-29/+29
2020-06-01net: cls_api: add tcf_block_offload_init()Pablo Neira Ayuso1-7/+19
2020-06-01net/sched: fix a couple of splats in the error path of tfc_gate_init()Davide Caratti1-3/+6
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+5
2020-05-30sch_cake: Take advantage of skb->hash where appropriateToke Høiland-Jørgensen1-14/+51
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-05-27net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang1-16/+0
2020-05-27net_sched: avoid resetting active qdisc for multiple timesCong Wang1-14/+23
2020-05-27net_sched: add a tracepoint for qdisc creationCong Wang2-1/+6
2020-05-27net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang1-0/+4
2020-05-27net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang1-13/+3
2020-05-27net/sched: fix infinite loop in sch_fq_pieDavide Caratti1-2/+2
2020-05-26cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault1-1/+242
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-16/+36
2020-05-15net: sched: cls_flower: implement terse dump supportVlad Buslov1-0/+43
2020-05-15net: sched: implement terse dump support in actVlad Buslov2-8/+50
2020-05-15net: sched: introduce terse dump flagVlad Buslov1-8/+31
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-8/+31
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-2/+12
2020-05-05sch_choke: Remove classid from choke_skb_cb.David S. Miller1-1/+0
2020-05-05net: sched: choke: Remove unused inline function choke_set_classidYueHaibing1-5/+0
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-6/+11
2020-05-04net_sched: sch_fq: add horizon attributeEric Dumazet1-5/+54
2020-05-04net_sched: fix tcm_parent in tc filter dumpCong Wang1-4/+4
2020-05-04net: sched: fallback to qdisc noqueue if default qdisc setup failJesper Dangaard Brouer1-3/+14
2020-05-03net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet1-0/+3
2020-05-03net_sched: sch_fq: perform a prefetch() earlierEric Dumazet1-1/+1
2020-05-03net_sched: sch_fq: do not call fq_peek() twice per packetEric Dumazet1-18/+16
2020-05-03net_sched: sch_fq: use bulk freeing in fq_gc()Eric Dumazet1-7/+11
2020-05-03net_sched: sch_fq: change fq_flow size/layoutEric Dumazet1-2/+7