summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net_sched: fix a memory leak in atm_tc_init()Cong Wang2020-07-221-4/+4
* net: sched: export __netdev_watchdog_up()Valentin Longchamp2020-06-301-0/+1
* sch_sfq: validate silly quantum valuesEric Dumazet2020-05-201-0/+9
* sch_choke: avoid potential panic in choke_reset()Eric Dumazet2020-05-201-1/+2
* fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet2020-05-201-1/+1
* net_sched: keep alloc_hash updated after hash allocationCong Wang2020-04-021-0/+1
* net_sched: cls_route: remove the right filter from hashtableCong Wang2020-04-021-2/+2
* net: fq: add missing attribute validation for orphan maskJakub Kicinski2020-03-201-0/+1
* net: sched: correct flower port blockingJason Baron2020-03-111-0/+1
* net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti2020-02-281-0/+1
* net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti2020-02-281-0/+1
* net_sched: fix a resource leak in tcindex_set_parms()Cong Wang2020-02-141-2/+1
* net_sched: fix an OOB access in cls_tcindexCong Wang2020-02-141-20/+20
* cls_rsvp: fix rsvp_policyEric Dumazet2020-02-141-4/+2
* net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet2020-02-051-0/+3
* net_sched: fix datalen for ematchCong Wang2020-01-291-1/+1
* net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2020-01-271-0/+2
* net: netem: fix error path for corrupted GSO framesJakub Kicinski2020-01-271-3/+6
* act_mirred: Fix mirred_init_module error handlingYueHaibing2020-01-271-1/+5
* net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski2020-01-271-5/+8
* net: sch_prio: When ungrafting, replace with FIFOPetr Machata2020-01-121-2/+8
* pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-01-121-1/+1
* net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-12-054-5/+6
* net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-12-011-3/+4
* net/flow_dissector: switch to siphashEric Dumazet2019-11-103-16/+19
* sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet2019-11-061-1/+1
* net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang2019-11-061-0/+2
* net: avoid potential infinite loop in tc_ctl_action()Eric Dumazet2019-10-291-5/+8
* sch_cbq: validate TCA_CBQ_WRROPT to avoid crashEric Dumazet2019-10-071-8/+22
* sch_dsmark: fix potential NULL deref in dsmark_init()Eric Dumazet2019-10-071-0/+2
* sch_netem: fix a divide by zero in tabledist()Eric Dumazet2019-10-051-1/+1
* net_sched: add max len check for TCA_KINDCong Wang2019-10-051-1/+2
* net/sched: act_sample: don't push mac header on ip6gre ingressDavide Caratti2019-10-051-0/+1
* net_sched: let qdisc_put() accept NULL pointerCong Wang2019-09-211-1/+5
* sch_hhf: ensure quantum and hhf_non_hh_weight are non-zeroCong Wang2019-09-191-1/+1
* net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-09-101-1/+4
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-09-1016-20/+21
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-08-091-3/+3
* ife: error out when nla attributes are emptyCong Wang2019-08-091-0/+3
* net_sched: fix two more memory leaks in cls_tcindexCong Wang2019-05-161-9/+7
* net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-171-1/+9
* net/sched: fix ->get helper of the matchall clsNicolas Dichtel2019-04-171-0/+5
* net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-03-131-3/+7
* net: create skb_gso_validate_mac_len()Daniel Axtens2019-02-201-10/+0
* net_sched: refetch skb protocol for each filterCong Wang2019-01-311-2/+1
* net: Prevent invalid access to skb->prev in __qdisc_drop_allChristoph Paasch2018-12-171-0/+3
* net: sched: Remove TCA_OPTIONS from policyDavid Ahern2018-11-131-1/+0
* net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2018-11-041-2/+5
* net: sched: Fix for duplicate class dumpPhil Sutter2018-11-041-1/+2
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-11-041-1/+1