summaryrefslogtreecommitdiff
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/Qdisc: use a seqlock instead seqcountSebastian Andrzej Siewior2020-06-162-1/+13
* Revert seqcount related patchesSebastian Andrzej Siewior2020-06-162-14/+1
* Merge tag 'v5.6.14' into linux-5.6.y-rtSebastian Andrzej Siewior2020-05-265-6/+19
|\
| * net_sched: fix tcm_parent in tc filter dumpCong Wang2020-05-201-4/+4
| * sch_sfq: validate silly quantum valuesEric Dumazet2020-05-141-0/+9
| * sch_choke: avoid potential panic in choke_reset()Eric Dumazet2020-05-141-1/+2
| * net_sched: sch_skbprio: add message validation to skbprio_change()Eric Dumazet2020-05-141-0/+3
| * fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet2020-05-141-1/+1
* | Merge tag 'v5.6.10' into linux-5.6.y-rtSebastian Andrzej Siewior2020-05-041-3/+4
|\ \ | |/
| * sched: etf: do not assume all sockets are full blownEric Dumazet2020-04-291-3/+4
* | Merge tag 'v5.6.4' into linux-5.6.y-rtSebastian Andrzej Siewior2020-04-161-6/+39
|\ \ | |/
| * net_sched: fix a missing refcnt in tcindex_init()Cong Wang2020-04-131-0/+1
| * net_sched: add a temporary refcnt for struct tcindex_dataCong Wang2020-04-131-6/+38
* | net/Qdisc: use a seqlock instead seqcountSebastian Andrzej Siewior2020-04-032-1/+14
|/
* net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-4/+2
* net: cbs: Fix software cbs to consider packet sending timeZh-yuan Ye2020-03-241-1/+11
* net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey2020-03-181-1/+1
* net_sched: cls_route: remove the right filter from hashtableCong Wang2020-03-161-2/+2
* net_sched: keep alloc_hash updated after hash allocationCong Wang2020-03-141-0/+1
* net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang2020-03-141-0/+2
* taprio: Fix sending packets without dequeueing themVinicius Costa Gomes2020-03-121-3/+9
* net: taprio: add missing attribute validation for txtime delayJakub Kicinski2020-03-031-0/+1
* net: fq: add missing attribute validation for orphan maskJakub Kicinski2020-03-031-0/+1
* sched: act: count in the size of action flags bitfieldJiri Pirko2020-02-261-0/+1
* net: sched: correct flower port blockingJason Baron2020-02-171-0/+1
* net/sched: flower: add missing validation of TCA_FLOWER_FLAGSDavide Caratti2020-02-131-0/+1
* net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGSDavide Caratti2020-02-131-0/+1
* taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes2020-02-071-2/+2
* taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes2020-02-071-1/+1
* taprio: Add missing policy validation for flagsVinicius Costa Gomes2020-02-071-0/+1
* taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes2020-02-071-20/+41
* taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes2020-02-071-13/+13
* net: sched: prevent a use after freeDan Carpenter2020-02-061-1/+1
* net_sched: fix a resource leak in tcindex_set_parms()Cong Wang2020-02-051-2/+1
* net_sched: fix an OOB access in cls_tcindexCong Wang2020-02-041-20/+20
* cls_rsvp: fix rsvp_policyEric Dumazet2020-02-011-4/+2
* sch_choke: Use kvcallocJoe Perches2020-01-291-1/+1
* net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet2020-01-271-0/+3
* net_sched: walk through all child classes in tc_bind_tclass()Cong Wang2020-01-271-11/+30
* net_sched: fix ops->bind_class() implementationsCong Wang2020-01-2710-29/+76
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-262-4/+3
|\
| * net_sched: fix datalen for ematchCong Wang2020-01-231-1/+1
| * net_sched: use validated TCA_KIND attribute in tc_new_tfilter()Eric Dumazet2020-01-221-3/+2
* | net: sched: Make TBF Qdisc offloadablePetr Machata2020-01-251-0/+55
* | net: sched: sch_tbf: Don't overwrite backlog before dumpingPetr Machata2020-01-251-1/+0
* | net: sched: add Flow Queue PIE packet schedulerMohit P. Tahiliani2020-01-233-0/+576
* | net: sched: pie: export symbols to be reused by FQ-PIEMohit P. Tahiliani2020-01-231-85/+88
* | net: sched: pie: fix alignment in struct instancesMohit P. Tahiliani2020-01-231-9/+9
* | net: sched: pie: fix commentingMohit P. Tahiliani2020-01-231-5/+5
* | pie: rearrange structure members and their initializationsMohit P. Tahiliani2020-01-231-1/+1