linux/net/sched
Jiri Pirko 8c98d571bb net: sched: cls_route: no need to call tcf_exts_change for newly allocated struct
As the f struct was allocated right before route4_set_parms call,
no need to use tcf_exts_change to do atomic change, and we can just
fill-up the unused exts struct directly by tcf_exts_validate.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-04 11:21:24 -07:00
..
act_api.c net: sched: remove check for number of actions in tcf_exts_exec 2017-08-04 11:21:23 -07:00
act_bpf.c
act_connmark.c
act_csum.c
act_gact.c
act_ife.c
act_ipt.c
act_meta_mark.c
act_meta_skbprio.c
act_meta_skbtcindex.c
act_mirred.c
act_nat.c
act_pedit.c
act_police.c
act_sample.c
act_simple.c
act_skbedit.c
act_skbmod.c
act_tunnel_key.c
act_vlan.c
cls_api.c net: sched: use tcf_exts_has_actions instead of exts->nr_actions 2017-08-04 11:21:24 -07:00
cls_basic.c net: sched: cls_basic: no need to call tcf_exts_change for newly allocated struct 2017-08-04 11:21:24 -07:00
cls_bpf.c net: sched: cls_bpf: no need to call tcf_exts_change for newly allocated struct 2017-08-04 11:21:24 -07:00
cls_cgroup.c net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated struct 2017-08-04 11:21:24 -07:00
cls_flow.c net: sched: cls_flow: no need to call tcf_exts_change for newly allocated struct 2017-08-04 11:21:24 -07:00
cls_flower.c net: sched: cls_flower: no need to call tcf_exts_change for newly allocated struct 2017-08-04 11:21:24 -07:00
cls_fw.c net: sched: cls_fw: no need to call tcf_exts_change for newly allocated struct 2017-08-04 11:21:24 -07:00
cls_matchall.c net: sched: cls_matchall: no need to call tcf_exts_change for newly allocated struct 2017-08-04 11:21:24 -07:00
cls_route.c net: sched: cls_route: no need to call tcf_exts_change for newly allocated struct 2017-08-04 11:21:24 -07:00
cls_rsvp.c
cls_rsvp.h
cls_rsvp6.c
cls_tcindex.c net: sched: remove redundant helpers tcf_exts_is_predicative and tcf_exts_is_available 2017-08-04 11:21:23 -07:00
cls_u32.c
em_canid.c
em_cmp.c
em_ipset.c
em_meta.c
em_nbyte.c
em_text.c
em_u32.c
ematch.c
Kconfig
Makefile
sch_api.c
sch_atm.c net: sched: sch_atm: use Qdisc_class_common structure 2017-08-04 11:21:23 -07:00
sch_blackhole.c
sch_cbq.c
sch_choke.c
sch_codel.c
sch_drr.c
sch_dsmark.c
sch_fifo.c
sch_fq.c
sch_fq_codel.c
sch_generic.c
sch_gred.c
sch_hfsc.c
sch_hhf.c
sch_htb.c
sch_ingress.c
sch_mq.c
sch_mqprio.c
sch_multiq.c
sch_netem.c
sch_pie.c
sch_plug.c
sch_prio.c
sch_qfq.c
sch_red.c
sch_sfb.c
sch_sfq.c
sch_tbf.c
sch_teql.c