summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2019-06-14Merge tag 'v4.19.50' into v4.19-rtSteven Rostedt (VMware)
2019-06-04net: sched: don't use tc_action->order during action dumpVlad Buslov
2019-04-28Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)
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-27Merge tag 'v4.19.31' into v4.19-rtSteven Rostedt (VMware)
2019-03-26Merge tag 'v4.19.29' into v4.19-rtSteven Rostedt (VMware)
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-02-18Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior
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-19Merge tag 'v4.19.10' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch
2018-11-30Merge tag 'v4.19.5' into linux-4.19.y-rtSebastian Andrzej Siewior
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-08Merge tag 'v4.19.1' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-11-04net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski
2018-10-29net/Qdisc: use a seqlock instead seqcountSebastian Andrzej Siewior
2018-10-29net: sched: Use msleep() instead of yield()Marc Kleine-Budde
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