summaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | net: qos: police action add index for tc flower offloadingPo Liu2020-06-251-0/+1
| * | | | | net: qos: add tc police offloading action with max frame size limitPo Liu2020-06-251-0/+1
| * | | | | tcindex_change: Remove redundant null checkGaurav Singh2020-06-231-1/+1
| * | | | | Remove redundant skb null checkGaurav Singh2020-06-211-1/+1
| * | | | | Remove redundant condition in qdisc_graftGaurav Singh2020-06-211-2/+1
| * | | | | net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-201-3/+1
| * | | | | taprio: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-201-3/+2
| * | | | | net: qos offload add flow status with dropped countPo Liu2020-06-1911-29/+31
* | | | | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-048-8/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | treewide: Remove uninitialized_var() usageKees Cook2020-07-168-8/+8
| | |/ / / | |/| | |
* | | | | net/sched: The error lable position is corrected in ct_init_moduleliujian2020-08-011-2/+2
| |_|_|/ |/| | |
* | | | flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2020-07-251-1/+0
* | | | net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu2020-07-211-2/+14
| |_|/ |/| |
* | | net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-091-4/+4
* | | net/sched: act_ct: add miss tcf_lastuse_update.wenxu2020-07-081-0/+2
* | | sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-0315-29/+34
|/ /
* | sch_cake: fix a few style nitsToke Høiland-Jørgensen2020-06-261-2/+2
* | sch_cake: don't call diffserv parsing code when it is not neededToke Høiland-Jørgensen2020-06-261-4/+9
* | sch_cake: don't try to reallocate or unshare skb unconditionallyIlya Ponetayev2020-06-261-11/+30
* | net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-213-0/+3
* | net/sched: cls_api: fix nooffloaddevcnt warning dmesg logwenxu2020-06-201-10/+14
* | net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-201-0/+1
* | net/sched: act_gate: fix configuration of the periodic timerDavide Caratti2020-06-191-35/+55
* | net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti2020-06-191-23/+13
|/
* net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel2020-06-161-11/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-141-0/+1
|\
| * net: sched: export __netdev_watchdog_up()Valentin Longchamp2020-06-091-0/+1
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-61/+61
|/
* 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-06-012-2/+5
|\
| * net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu2020-05-311-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-311-14/+51
* | net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang2020-05-281-16/+0
* | net_sched: avoid resetting active qdisc for multiple timesCong Wang2020-05-281-14/+23
* | net_sched: add a tracepoint for qdisc creationCong Wang2020-05-282-1/+6
* | net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang2020-05-281-0/+4
* | net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang2020-05-281-13/+3
* | cls_flower: Support filtering on multiple MPLS Label Stack EntriesGuillaume Nault2020-05-271-1/+242
* | flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault2020-05-271-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-075-8/+31
|\|
| * net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso2020-05-071-2/+12