summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2018-11-13net: sched: Remove TCA_OPTIONS from policyDavid Ahern1-1/+0
2018-11-04net/sched: cls_api: add missing validation of netlink attributesDavide Caratti1-2/+5
2018-11-04net: sched: Fix for duplicate class dumpPhil Sutter1-1/+2
2018-11-04net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-11-04sch_netem: restore skb->dev after dequeuing from the rbtreeChristoph Paasch1-0/+4
2018-10-18net: sched: Add policy validation for tc attributesDavid Ahern1-4/+18
2018-09-29net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti1-1/+1
2018-09-19net: add rb_to_skb() and other rb tree helpersEric Dumazet1-10/+4
2018-09-15net: sched: action_ife: take reference to meta moduleVlad Buslov1-1/+15
2018-09-15act_ife: fix a potential deadlockCong Wang1-13/+21
2018-09-15act_ife: move tcfa_lock down to where necessaryCong Wang1-24/+13
2018-09-15net/sched: act_pedit: fix dump of extended layered opDavide Caratti1-5/+13
2018-09-15net: sched: Fix memory exposure from short TCA_U32_SELKees Cook1-2/+6
2018-09-15act_ife: fix a potential use-after-freeCong Wang1-1/+1
2018-08-24net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti1-3/+3
2018-08-22cls_matchall: fix tcf_unbind_filter missingHangbin Liu1-0/+2
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