summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-1/+1
|\
| * net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter2023-02-071-1/+1
* | net/sched: taprio: don't segment unnecessarilyVladimir Oltean2023-02-081-11/+20
* | net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean2023-02-081-30/+36
* | net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean2023-02-081-10/+60
* | net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean2023-02-081-13/+40
* | net/sched: taprio: warn about missing size tableVladimir Oltean2023-02-081-0/+5
* | net/sched: make stab available before ops->init() callVladimir Oltean2023-02-081-18/+11
* | net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean2023-02-081-6/+34
* | net/sched: taprio: calculate budgets per traffic classVladimir Oltean2023-02-081-8/+46
* | net/sched: taprio: rename close_time to end_timeVladimir Oltean2023-02-081-26/+26
* | net/sched: taprio: calculate tc gate durationsVladimir Oltean2023-02-081-0/+55
* | net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean2023-02-081-8/+117
* | net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean2023-02-081-7/+3
* | net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean2023-02-081-58/+63
* | net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean2023-02-081-1/+1
* | net/sched: taprio: delete peek() implementationVladimir Oltean2023-02-081-42/+1
* | net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean2023-02-061-3/+8
* | net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Vladimir Oltean2023-02-061-0/+1
* | net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean2023-02-064-16/+19
* | net/sched: taprio: centralize mqprio qopt validationVladimir Oltean2023-02-066-110/+143
* | net/sched: mqprio: add extack messages for queue count validationVladimir Oltean2023-02-061-9/+27
* | net/sched: mqprio: allow offloading drivers to request queue count validationVladimir Oltean2023-02-061-29/+52
* | net/sched: mqprio: allow reverse TC:TXQ mappingsVladimir Oltean2023-02-061-1/+12
* | net/sched: mqprio: refactor offloading and unoffloading to dedicated functionsVladimir Oltean2023-02-061-43/+59
* | net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean2023-02-061-51/+63
* | net/sched: act_ct: offload UDP NEW connectionsVlad Buslov2023-02-031-12/+39
* | net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov2023-02-031-2/+4
* | netfilter: flowtable: cache info of last offloadVlad Buslov2023-02-031-5/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-021-1/+4
|\|
| * net: sched: sch: Bounds check priorityKees Cook2023-01-311-1/+4
* | net/sched: simplify tcf_pedit_actPedro Tammela2023-02-021-70/+67
* | net/sched: transition act_pedit to rcu and percpu statsPedro Tammela2023-02-021-61/+87
* | net: sched: use skb_ip_totlen and iph_totlenXin Long2023-02-012-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-1/+0
|\|
| * net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet2023-01-241-1/+0
* | net: Kconfig: fix spellosRandy Dunlap2023-01-251-1/+1
* | act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti2023-01-241-0/+7
* | net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti2023-01-241-8/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-203-11/+21
|\|
| * net: sched: gred: prevent races when adding offloads to statsJakub Kicinski2023-01-181-0/+2
| * net/sched: sch_taprio: fix possible use-after-freeEric Dumazet2023-01-161-0/+3
| * sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu2023-01-131-11/+16
* | sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu2023-01-173-49/+83
|/
* net: sched: disallow noqueue for qdisc classesFrederick Lawler2023-01-101-0/+5
* net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel2023-01-091-1/+7
* Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-054-15/+14
|\
| * net: sched: htb: fix htb_classify() kernel-docRandy Dunlap2023-01-021-2/+6
| * net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-2/+2
| * net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim2023-01-021-1/+4