summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2018-08-22net_sched: Fix missing res info when create new tc_index filterHangbin Liu1-0/+1
2018-08-22net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu1-5/+2
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov1-1/+1
2018-06-26net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti1-9/+6
2018-06-20net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak1-1/+2
2018-06-11cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey1-1/+1
2018-05-30net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti1-1/+1
2018-05-30net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti1-3/+6
2018-05-30net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti1-1/+1
2018-05-30net/sched: fix idr leak in the error path of tcf_act_police_init()Davide Caratti1-1/+1
2018-05-30net/sched: fix idr leak in the error path of tcf_simp_init()Davide Caratti1-1/+1
2018-05-30net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti1-1/+1
2018-05-30net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti1-1/+2
2018-05-25net: sched: red: avoid hashing NULL childPaolo Abeni2-4/+6
2018-05-25net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti1-0/+2
2018-05-19net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko1-1/+1
2018-05-19net_sched: fq: take care of throttled flows before reuseEric Dumazet1-12/+25
2018-05-19net sched actions: fix refcnt leak in skbmodRoman Mashak1-1/+4
2018-04-29net: sched: ife: handle malformed tlv lengthAlexander Aring1-1/+6
2018-04-29net: sched: ife: signal not finding metaidAlexander Aring1-1/+1
2018-04-12net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti1-1/+2
2018-04-12net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti1-4/+5
2018-04-12net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti1-4/+8
2018-04-12net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh1-1/+3
2018-03-31sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev1-1/+1
2018-03-31net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak1-0/+1
2018-03-19net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend1-9/+19
2018-03-09cls_u32: fix use after free in u32_destroy_key()Paolo Abeni1-10/+11
2018-03-09net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera1-1/+2
2018-03-09net: sched: report if filter is too large to dumpRoman Kapl1-1/+6
2018-03-03net: sched: fix use-after-free in tcf_block_put_extJiri Pirko1-6/+7
2018-03-03net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang1-20/+9
2018-03-03net: sched: crash on blocks with goto chain actionRoman Kapl1-5/+12
2018-03-03net: sched: fix crash when deleting secondary chainsRoman Kapl1-3/+4
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel4-0/+11
2018-01-17net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2-2/+2
2018-01-02net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko1-4/+5
2017-12-17cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski1-8/+13
2017-12-17net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-0/+6
2017-12-17net: sched: cbq: create block for q->link.blockJiri Pirko1-1/+8
2017-11-09cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang1-1/+7
2017-11-09cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang1-7/+26
2017-11-09cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+12
2017-11-09cls_route: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+14
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+12
2017-11-09cls_fw: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+14
2017-11-09cls_flower: use tcf_exts_get_net() before call_rcu()Cong Wang1-3/+13
2017-11-09cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang1-6/+18
2017-11-09cls_cgroup: use tcf_exts_get_net() before call_rcu()Cong Wang1-6/+18
2017-11-09cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang1-1/+6