summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2019-01-31net_sched: refetch skb protocol for each filterCong Wang
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch
2018-11-13net: sched: Remove TCA_OPTIONS from policyDavid Ahern
2018-11-04net/sched: cls_api: add missing validation of netlink attributesDavide Caratti
2018-11-04net: sched: Fix for duplicate class dumpPhil Sutter
2018-11-04net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski
2018-11-04sch_netem: restore skb->dev after dequeuing from the rbtreeChristoph Paasch
2018-10-18net: sched: Add policy validation for tc attributesDavid Ahern
2018-09-29net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti
2018-09-19net: add rb_to_skb() and other rb tree helpersEric Dumazet
2018-09-15net: sched: action_ife: take reference to meta moduleVlad Buslov
2018-09-15act_ife: fix a potential deadlockCong Wang
2018-09-15act_ife: move tcfa_lock down to where necessaryCong Wang
2018-09-15net/sched: act_pedit: fix dump of extended layered opDavide Caratti
2018-09-15net: sched: Fix memory exposure from short TCA_U32_SELKees Cook
2018-09-15act_ife: fix a potential use-after-freeCong Wang
2018-08-24net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-08-22cls_matchall: fix tcf_unbind_filter missingHangbin Liu
2018-08-22net_sched: Fix missing res info when create new tc_index filterHangbin Liu
2018-08-22net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov
2018-06-26net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti
2018-06-21net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak
2018-06-11cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey
2018-05-30net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti
2018-05-30net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti
2018-05-30net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti
2018-05-30net/sched: fix idr leak in the error path of tcf_act_police_init()Davide Caratti
2018-05-30net/sched: fix idr leak in the error path of tcf_simp_init()Davide Caratti
2018-05-30net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti
2018-05-30net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti
2018-05-25net: sched: red: avoid hashing NULL childPaolo Abeni
2018-05-25net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti
2018-05-19net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko
2018-05-19net_sched: fq: take care of throttled flows before reuseEric Dumazet
2018-05-19net sched actions: fix refcnt leak in skbmodRoman Mashak
2018-04-29net: sched: ife: handle malformed tlv lengthAlexander Aring
2018-04-29net: sched: ife: signal not finding metaidAlexander Aring
2018-04-12net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti
2018-04-12net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti
2018-04-12net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti
2018-04-12net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh
2018-03-31sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev
2018-03-31net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak
2018-03-19net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend
2018-03-08cls_u32: fix use after free in u32_destroy_key()Paolo Abeni
2018-03-08net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera
2018-03-08net: sched: report if filter is too large to dumpRoman Kapl
2018-03-03net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2018-03-03net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang