aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2019-10-04sch_dsmark: fix potential NULL deref in dsmark_init()Gravatar Eric Dumazet 1-0/+2
2019-10-01net: sched: cbs: Avoid division by zero when calculating the port rateGravatar Vladimir Oltean 1-1/+1
2019-10-01net: sched: taprio: Avoid division by zero on invalid link speedGravatar Vladimir Oltean 1-1/+1
2019-09-30net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byteGravatar Vladimir Oltean 1-2/+1
2019-09-30sch_cbq: validate TCA_CBQ_WRROPT to avoid crashGravatar Eric Dumazet 1-14/+29
2019-09-27net/sched: Set default of CONFIG_NET_TC_SKB_EXT to NGravatar Paul Blakey 1-1/+0
2019-09-27net: sched: sch_sfb: don't call qdisc_put() while holding tree lockGravatar Vlad Buslov 1-3/+4
2019-09-27net: sched: multiq: don't call qdisc_put() while holding tree lockGravatar Vlad Buslov 1-7/+16
2019-09-27net: sched: sch_htb: don't call qdisc_put() while holding tree lockGravatar Vlad Buslov 1-1/+3
2019-09-27sch_netem: fix rcu splat in netem_enqueue()Gravatar Eric Dumazet 1-1/+1
2019-09-26net/sched: cbs: Fix not adding cbs instance to listGravatar Vinicius Costa Gomes 1-17/+13
2019-09-26net: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-72/+72
2019-09-24net: sched: fix possible crash in tcf_action_destroy()Gravatar Eric Dumazet 1-2/+4
2019-09-21net_sched: add policy validation for action attributesGravatar Cong Wang 1-16/+18
2019-09-21net_sched: add max len check for TCA_KINDGravatar Cong Wang 1-1/+2
2019-09-20sch_netem: fix a divide by zero in tabledist()Gravatar Eric Dumazet 1-1/+1
2019-09-20net/sched: act_sample: don't push mac header on ip6gre ingressGravatar Davide Caratti 1-0/+1
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+3
2019-09-16taprio: Add support for hardware offloadingGravatar Vinicius Costa Gomes 1-43/+366
2019-09-16net: sched: use get_dev() action API in flow_action infraGravatar Vlad Buslov 2-18/+16
2019-09-16net: sched: take reference to psample group in flow_action infraGravatar Vlad Buslov 2-2/+38
2019-09-16net: sched: extend flow_action_entry with destructorGravatar Vlad Buslov 1-32/+45
2019-09-15net_sched: let qdisc_put() accept NULL pointerGravatar Cong Wang 1-0/+3
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 3-3/+10
2019-09-13netfilter: update include directives.Gravatar Jeremy Sowden 1-1/+1
2019-09-10sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroGravatar Cong Wang 1-1/+1
2019-09-10net_sched: check cops->tcf_block in tc_bind_tclass()Gravatar Cong Wang 1-0/+2
2019-09-06net: sched: fix reordering issuesGravatar Eric Dumazet 1-2/+7
2019-09-06net_sched: act_police: add 2 new attributes to support police 64bit rate and ...Gravatar David Dai 1-4/+23
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexGravatar Paul Blakey 2-0/+25
2019-09-05net/sched: cbs: remove redundant assignment to variable port_rateGravatar Colin Ian King 1-1/+1
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 22-52/+70
2019-08-31net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateGravatar Vladimir Oltean 1-8/+11
2019-08-31taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteGravatar Vladimir Oltean 1-10/+13
2019-08-31taprio: Fix kernel panic in taprio_destroyGravatar Vladimir Oltean 1-4/+4
2019-08-30net: sched: cls_matchall: cleanup flow_action before deallocatingGravatar Vlad Buslov 1-0/+2
2019-08-30sched: act_vlan: implement stats_update callbackGravatar Jiri Pirko 1-0/+14
2019-08-28net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueGravatar Davide Caratti 1-2/+6
2019-08-28net: sched: act_sample: fix psample group handling on overwriteGravatar Vlad Buslov 1-1/+5
2019-08-28net/sched: pfifo_fast: fix wrong dereference when qdisc is resetGravatar Davide Caratti 1-4/+7
2019-08-27net_sched: fix a NULL pointer deref in ipt actionGravatar Cong Wang 19-23/+24
2019-08-26net: sched: flower: don't take rtnl lock for cls hw offloads APIGravatar Vlad Buslov 1-37/+16
2019-08-26net: sched: copy tunnel info when setting flow_action entry->tunnelGravatar Vlad Buslov 1-1/+8
2019-08-26net: sched: take reference to action dev before calling offloadsGravatar Vlad Buslov 2-0/+34
2019-08-26net: sched: take rtnl lock in tc_setup_flow_action()Gravatar Vlad Buslov 3-8/+19
2019-08-26net: sched: conditionally obtain rtnl lock in cls hw offloads APIGravatar Vlad Buslov 1-0/+65
2019-08-26net: sched: add API for registering unlocked offload block callbacksGravatar Vlad Buslov 1-0/+6
2019-08-26net: sched: notify classifier on successful offload add/deleteGravatar Vlad Buslov 2-9/+43
2019-08-26net: sched: refactor block offloads counter usageGravatar Vlad Buslov 5-91/+217
2019-08-26net: sched: change tcf block offload counter type to atomic_tGravatar Vlad Buslov 1-1/+1