summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2019-08-09net: sched: use temporary variable for actions indexesDmytro Linkin
2019-08-09net sched: update vlan action for batched events operationsRoman Mashak
2019-08-09net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai
2019-08-09ife: error out when nla attributes are emptyCong Wang
2019-07-28net: sched: verify that q!=NULL before setting q->flagsVlad Buslov
2019-07-28net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang
2019-06-04net: sched: don't use tc_action->order during action dumpVlad Buslov
2019-04-27sch_cake: Simplify logic in cake_select_tin()Toke Høiland-Jørgensen
2019-04-27sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen
2019-04-27sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen
2019-04-17net/sched: fix ->get helper of the matchall clsNicolas Dichtel
2019-04-17net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti
2019-04-03net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley
2019-03-19net: sched: flower: insert new filter to idr after setting its maskVlad Buslov
2019-03-10net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov
2019-03-10net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti
2019-03-10net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti
2019-03-10net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet
2019-02-27net_sched: fix two more memory leaks in cls_tcindexCong Wang
2019-02-27net_sched: fix a memory leak in cls_tcindexCong Wang
2019-02-27net_sched: fix a race condition in tcindex_destroy()Cong Wang
2019-01-31net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera
2019-01-31net_sched: refetch skb protocol for each filterCong Wang
2019-01-31net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch
2018-11-23net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski
2018-11-23net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti
2018-11-13net: sched: Remove TCA_OPTIONS from policyDavid Ahern
2018-11-04net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski
2018-10-18net: sched: Fix for duplicate class dumpPhil Sutter
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-10-11Merge tag 'alloc-args-v4.19-rc8' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman
2018-10-07net: sched: cls_u32: fix hnode refcountingAl Viro
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern
2018-10-01net: sched: act_ipt: check for underflow in __tcf_ipt_init()Dan Carpenter
2018-09-14net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti
2018-09-13net_sched: notify filter deletion when deleting a chainCong Wang
2018-09-07net_sched: properly cancel netlink dump on failureCong Wang
2018-09-05net/sched: fix memory leak in act_tunnel_key_init()Davide Caratti
2018-09-04net: sched: action_ife: take reference to meta moduleVlad Buslov
2018-09-04act_ife: fix a potential use-after-freeCong Wang
2018-09-03net: sched: null actions array pointer before releasing actionVlad Buslov
2018-08-29net_sched: reject unknown tcfa_action valuesPaolo Abeni
2018-08-29net/sched: act_pedit: fix dump of extended layered opDavide Caratti
2018-08-27net: sched: return -ENOENT when trying to remove filter from non-existent chainJiri Pirko
2018-08-27net: sched: fix extack error message when chain is failed to be createdJiri Pirko
2018-08-26net: sched: Fix memory exposure from short TCA_U32_SELKees Cook