summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2019-09-21net_sched: let qdisc_put() accept NULL pointerCong Wang1-1/+5
2019-09-19sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang1-1/+1
2019-09-19net: sched: fix reordering issuesEric Dumazet1-2/+7
2019-09-10net_sched: fix a NULL pointer deref in ipt actionCong Wang16-20/+21
2019-09-10net: sched: act_sample: fix psample group handling on overwriteVlad Buslov1-1/+4
2019-08-09net: sched: use temporary variable for actions indexesDmytro Linkin15-64/+85
2019-08-09net sched: update vlan action for batched events operationsRoman Mashak1-0/+9
2019-08-09net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai1-3/+3
2019-08-09ife: error out when nla attributes are emptyCong Wang1-0/+5
2019-07-28net: sched: verify that q!=NULL before setting q->flagsVlad Buslov1-1/+3
2019-07-28net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang3-4/+1
2019-06-04net: sched: don't use tc_action->order during action dumpVlad Buslov1-2/+1
2019-04-27sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen1-28/+16
2019-04-27sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen1-0/+11
2019-04-27sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen1-1/+1
2019-04-17net/sched: fix ->get helper of the matchall clsNicolas Dichtel1-0/+5
2019-04-17net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti1-2/+8
2019-04-03net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley1-0/+3
2019-03-19net: sched: flower: insert new filter to idr after setting its maskVlad Buslov1-21/+22
2019-03-10net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov1-1/+2
2019-03-10net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti1-2/+1
2019-03-10net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti1-2/+1
2019-03-10net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan1-3/+7
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet1-7/+6
2019-02-27net_sched: fix two more memory leaks in cls_tcindexCong Wang1-9/+7
2019-02-27net_sched: fix a memory leak in cls_tcindexCong Wang1-16/+30
2019-02-27net_sched: fix a race condition in tcindex_destroy()Cong Wang1-7/+11
2019-01-31net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera1-5/+14
2019-01-31net_sched: refetch skb protocol for each filterCong Wang1-2/+1
2019-01-31net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti1-8/+11
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-11-23net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski1-1/+13
2018-11-23net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti1-1/+2
2018-11-13net: sched: Remove TCA_OPTIONS from policyDavid Ahern1-1/+0
2018-11-04net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-10-19net: sched: Fix for duplicate class dumpPhil Sutter1-1/+2
2018-10-16net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2-9/+12
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman1-5/+5
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman1-1/+1
2018-10-08net: sched: cls_u32: fix hnode refcountingAl Viro1-5/+5
2018-10-06treewide: Replace more open-coded allocation size multiplicationsKees Cook1-1/+1
2018-10-06net: sched: Add policy validation for tc attributesDavid Ahern1-4/+20
2018-10-02net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter1-1/+1
2018-09-14net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti1-1/+1
2018-09-13net_sched: notify filter deletion when deleting a chainCong Wang1-0/+2
2018-09-08net_sched: properly cancel netlink dump on failureCong Wang1-4/+8
2018-09-06net/sched: fix memory leak in act_tunnel_key_init()Davide Caratti1-6/+10
2018-09-04net: sched: action_ife: take reference to meta moduleVlad Buslov1-1/+15
2018-09-04act_ife: fix a potential use-after-freeCong Wang1-1/+1
2018-09-04net: sched: null actions array pointer before releasing actionVlad Buslov1-1/+1