summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-4/+5
2019-11-28net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-2/+3
2019-11-10net/flow_dissector: switch to siphashEric Dumazet4-19/+22
2019-11-06sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-1/+1
2019-10-29net: sched: Fix memory exposure from short TCA_U32_SELKees Cook1-2/+6
2019-10-29net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet1-5/+7
2019-10-07sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet1-5/+22
2019-10-07sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet1-0/+2
2019-10-05sch_netem: fix a divide by zero in tabledist()Eric Dumazet1-1/+1
2019-09-21net_sched: let qdisc_put() accept NULL pointerCong Wang1-1/+5
2019-09-21sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang1-1/+1
2019-08-11net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai1-1/+2
2019-06-11net: create skb_gso_validate_mac_len()Daniel Axtens1-10/+0
2019-02-06net_sched: refetch skb protocol for each filterCong Wang1-2/+1
2018-12-17net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch1-0/+3
2018-11-10net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski1-1/+1
2018-11-10sch_red: update backlog as wellWANG Cong1-0/+4
2018-09-15sch_tbf: fix two null pointer dereferences on init failureNikolay Aleksandrov1-2/+3
2018-09-15sch_netem: avoid null pointer deref on init failureNikolay Aleksandrov1-2/+2
2018-09-15sch_hhf: fix null pointer dereference on init failureNikolay Aleksandrov1-0/+3
2018-09-15sch_multiq: fix double free on init failureNikolay Aleksandrov1-7/+2
2018-09-15sch_htb: fix crash on init failureNikolay Aleksandrov1-2/+3
2018-08-22net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu1-5/+2
2018-08-22net_sched: Fix missing res info when create new tc_index filterHangbin Liu1-0/+1
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov1-1/+1
2018-05-26net_sched: fq: take care of throttled flows before reuseEric Dumazet1-12/+25
2018-04-13net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh1-1/+3
2018-04-13net/sched: fix NULL dereference in the error path of tcf_bpf_init()Davide Caratti1-4/+8
2018-03-22sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti1-0/+12
2018-02-25net_sched: red: Avoid illegal valuesNogah Frankel4-0/+11
2017-12-25sch_dsmark: fix invalid skb_cow() usageEric Dumazet1-2/+8
2017-08-30net: sched: fix NULL pointer dereference when action calls some targetsXin Long1-0/+2
2017-08-30net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov1-1/+4
2017-08-13net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long1-1/+1
2017-07-21net: sched: Fix one possible panic when no destroy callbackGao Feng1-1/+2
2017-07-21net_sched: fix error recovery at qdisc creationEric Dumazet5-23/+19
2017-05-03net_sched: close another race condition in tcf_mirred_release()WANG Cong1-2/+3
2017-03-22net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-03-22act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-01-15net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2016-12-10net/sched: pedit: make sure that offset is validAmir Vadai1-4/+20
2016-12-10net, sched: respect rcu grace period on cls destructionDaniel Borkmann7-20/+31
2016-11-15net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-11-15net/sched: act_vlan: Push skb->data to mac_header prior calling skb_vlan_*() ...Shmulik Ladkani1-0/+9
2016-07-27net_sched: fix mirrored packets checksumWANG Cong1-1/+1
2016-07-11bpf: try harder on clones when writing into skbDaniel Borkmann2-19/+7
2016-07-11netem: fix a use after freeEric Dumazet1-6/+6
2016-07-11net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet1-0/+4
2016-05-19netem: Segment GSO packets on enqueueNeil Horman1-2/+59
2016-05-19sch_dsmark: update backlog as wellWANG Cong1-0/+3