summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2019-10-04sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet
2019-10-01net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedVladimir Oltean
2019-09-30net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteVladimir Oltean
2019-09-30sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet
2019-09-27net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NPaul Blakey
2019-09-27net: sched: sch_sfb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net: sched: multiq: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockVlad Buslov
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet
2019-09-26net/sched: cbs: Fix not adding cbs instance to listVinicius Costa Gomes
2019-09-26net: Fix Kconfig indentationKrzysztof Kozlowski
2019-09-24net: sched: fix possible crash in tcf_action_destroy()Eric Dumazet
2019-09-21net_sched: add policy validation for action attributesCong Wang
2019-09-21net_sched: add max len check for TCA_KINDCong Wang
2019-09-20sch_netem: fix a divide by zero in tabledist()Eric Dumazet
2019-09-20net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-16taprio: Add support for hardware offloadingVinicius Costa Gomes
2019-09-16net: sched: use get_dev() action API in flow_action infraVlad Buslov
2019-09-16net: sched: take reference to psample group in flow_action infraVlad Buslov
2019-09-16net: sched: extend flow_action_entry with destructorVlad Buslov
2019-09-15net_sched: let qdisc_put() accept NULL pointerCong Wang
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13netfilter: update include directives.Jeremy Sowden
2019-09-10sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang
2019-09-10net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang
2019-09-06net: sched: fix reordering issuesEric Dumazet
2019-09-06net_sched: act_police: add 2 new attributes to support police 64bit rate and ...David Dai
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey
2019-09-05net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-31net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean
2019-08-31taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean
2019-08-31taprio: Fix kernel panic in taprio_destroyVladimir Oltean
2019-08-30net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov
2019-08-30sched: act_vlan: implement stats_update callbackJiri Pirko
2019-08-28net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti
2019-08-28net: sched: act_sample: fix psample group handling on overwriteVlad Buslov
2019-08-28net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti
2019-08-27net_sched: fix a NULL pointer deref in ipt actionCong Wang
2019-08-26net: sched: flower: don't take rtnl lock for cls hw offloads APIVlad Buslov
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelVlad Buslov
2019-08-26net: sched: take reference to action dev before calling offloadsVlad Buslov
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Vlad Buslov
2019-08-26net: sched: conditionally obtain rtnl lock in cls hw offloads APIVlad Buslov
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov
2019-08-26net: sched: notify classifier on successful offload add/deleteVlad Buslov
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov
2019-08-26net: sched: change tcf block offload counter type to atomic_tVlad Buslov