aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)Author
2019-11-24net: sched: avoid writing on noop_qdiscEric Dumazet
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-11-06sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-10-29net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet
2019-10-07sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet
2019-10-07sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet
2019-10-05net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet
2019-10-05sch_netem: fix a divide by zero in tabledist()Eric Dumazet
2019-10-05net_sched: add max len check for TCA_KINDCong Wang
2019-10-05net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti
2019-10-01net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang
2019-09-21net_sched: let qdisc_put() accept NULL pointerCong Wang
2019-09-19sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang
2019-09-19net: sched: fix reordering issuesEric Dumazet
2019-09-10net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-09-10net: sched: act_sample: fix psample group handling on overwriteVlad Buslov
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