summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
...
* sch_netem: restore skb->dev after dequeuing from the rbtreeChristoph Paasch2018-11-041-0/+4
* net: sched: Add policy validation for tc attributesDavid Ahern2018-10-181-4/+18
* net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti2018-09-291-1/+1
* net: add rb_to_skb() and other rb tree helpersEric Dumazet2018-09-191-10/+4
* net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-151-1/+15
* act_ife: fix a potential deadlockCong Wang2018-09-151-13/+21
* act_ife: move tcfa_lock down to where necessaryCong Wang2018-09-151-24/+13
* net/sched: act_pedit: fix dump of extended layered opDavide Caratti2018-09-151-5/+13
* net: sched: Fix memory exposure from short TCA_U32_SELKees Cook2018-09-151-2/+6
* act_ife: fix a potential use-after-freeCong Wang2018-09-151-1/+1
* net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-08-241-3/+3
* cls_matchall: fix tcf_unbind_filter missingHangbin Liu2018-08-221-0/+2
* net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-221-0/+1
* net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-221-5/+2
* net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov2018-07-221-1/+1
* net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-261-9/+6
* net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak2018-06-211-1/+2
* cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey2018-06-111-1/+1
* net/sched: fix idr leak in the error path of tcf_skbmod_init()Davide Caratti2018-05-301-1/+1
* net/sched: fix idr leak in the error path of __tcf_ipt_init()Davide Caratti2018-05-301-3/+6
* net/sched: fix idr leak in the error path of tcp_pedit_init()Davide Caratti2018-05-301-1/+1
* net/sched: fix idr leak in the error path of tcf_act_police_init()Davide Caratti2018-05-301-1/+1
* net/sched: fix idr leak in the error path of tcf_simp_init()Davide Caratti2018-05-301-1/+1
* net/sched: fix idr leak on the error path of tcf_bpf_init()Davide Caratti2018-05-301-1/+1
* net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti2018-05-301-1/+2
* net: sched: red: avoid hashing NULL childPaolo Abeni2018-05-252-4/+6
* net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti2018-05-251-0/+2
* net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko2018-05-191-1/+1
* net_sched: fq: take care of throttled flows before reuseEric Dumazet2018-05-191-12/+25
* net sched actions: fix refcnt leak in skbmodRoman Mashak2018-05-191-1/+4
* net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-291-1/+6
* net: sched: ife: signal not finding metaidAlexander Aring2018-04-291-1/+1
* net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti2018-04-121-1/+2
* net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti2018-04-121-4/+5
* net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti2018-04-121-4/+8
* net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh2018-04-121-1/+3
* sch_netem: fix skb leak in netem_enqueue()Alexey Kodanev2018-03-311-1/+1
* net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak2018-03-311-0/+1
* net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend2018-03-191-9/+19
* cls_u32: fix use after free in u32_destroy_key()Paolo Abeni2018-03-081-10/+11
* net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera2018-03-081-1/+2
* net: sched: report if filter is too large to dumpRoman Kapl2018-03-081-1/+6
* net: sched: fix use-after-free in tcf_block_put_extJiri Pirko2018-03-031-6/+7
* net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang2018-03-031-20/+9
* net: sched: crash on blocks with goto chain actionRoman Kapl2018-03-031-5/+12
* net: sched: fix crash when deleting secondary chainsRoman Kapl2018-03-031-3/+4
* net_sched: red: Avoid illegal valuesNogah Frankel2018-02-254-0/+11
* net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2018-01-172-2/+2
* net: sched: fix static key imbalance in case of ingress/clsact_init errorJiri Pirko2018-01-021-4/+5
* cls_bpf: don't decrement net's refcount when offload failsJakub Kicinski2017-12-171-8/+13