summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-10-071-8/+22
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-071-0/+2
* sch_netem: fix a divide by zero in tabledist()Eric Dumazet2019-10-051-1/+1
* net_sched: add max len check for TCA_KINDCong Wang2019-10-051-1/+2
* net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti2019-10-051-0/+1
* net_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-211-1/+5
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-09-191-1/+1
* net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-09-101-1/+4
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-09-1016-20/+21
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-08-091-3/+3
* ife: error out when nla attributes are emptyCong Wang2019-08-091-0/+3
* net_sched: fix two more memory leaks in cls_tcindexCong Wang2019-05-161-9/+7
* net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-171-1/+9
* net/sched: fix ->get helper of the matchall clsNicolas Dichtel2019-04-171-0/+5
* net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-03-131-3/+7
* net: create skb_gso_validate_mac_len()Daniel Axtens2019-02-201-10/+0
* net_sched: refetch skb protocol for each filterCong Wang2019-01-311-2/+1
* net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch2018-12-171-0/+3
* net: sched: Remove TCA_OPTIONS from policyDavid Ahern2018-11-131-1/+0
* net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2018-11-041-2/+5
* net: sched: Fix for duplicate class dumpPhil Sutter2018-11-041-1/+2
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-11-041-1/+1
* 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