summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-08net/sched: taprio: don't segment unnecessarilyVladimir Oltean
2023-02-08net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean
2023-02-08net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean
2023-02-08net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean
2023-02-08net/sched: taprio: warn about missing size tableVladimir Oltean
2023-02-08net/sched: make stab available before ops->init() callVladimir Oltean
2023-02-08net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean
2023-02-08net/sched: taprio: calculate budgets per traffic classVladimir Oltean
2023-02-08net/sched: taprio: rename close_time to end_timeVladimir Oltean
2023-02-08net/sched: taprio: calculate tc gate durationsVladimir Oltean
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean
2023-02-08net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean
2023-02-08net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean
2023-02-08net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean
2023-02-08net/sched: taprio: delete peek() implementationVladimir Oltean
2023-02-07net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean
2023-02-06net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Vladimir Oltean
2023-02-06net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean
2023-02-06net/sched: taprio: centralize mqprio qopt validationVladimir Oltean
2023-02-06net/sched: mqprio: add extack messages for queue count validationVladimir Oltean
2023-02-06net/sched: mqprio: allow offloading drivers to request queue count validationVladimir Oltean
2023-02-06net/sched: mqprio: allow reverse TC:TXQ mappingsVladimir Oltean
2023-02-06net/sched: mqprio: refactor offloading and unoffloading to dedicated functionsVladimir Oltean
2023-02-06net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean
2023-02-03net/sched: act_ct: offload UDP NEW connectionsVlad Buslov
2023-02-03net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov
2023-02-03netfilter: flowtable: cache info of last offloadVlad Buslov
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-02net/sched: simplify tcf_pedit_actPedro Tammela
2023-02-02net/sched: transition act_pedit to rcu and percpu statsPedro Tammela
2023-02-01net: sched: use skb_ip_totlen and iph_totlenXin Long
2023-01-31net: sched: sch: Bounds check priorityKees Cook
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-25net: Kconfig: fix spellosRandy Dunlap
2023-01-24net/sched: sch_taprio: do not schedule in taprio_reset()Eric Dumazet
2023-01-24act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti
2023-01-24net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-18net: sched: gred: prevent races when adding offloads to statsJakub Kicinski
2023-01-17sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu
2023-01-16net/sched: sch_taprio: fix possible use-after-freeEric Dumazet
2023-01-13sch_htb: Avoid grafting on htb_destroy_class_offload when destroying htbRahul Rameshbabu
2023-01-10net: sched: disallow noqueue for qdisc classesFrederick Lawler
2023-01-09net/sched: act_mpls: Fix warning during failed attribute validationIdo Schimmel
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-02net: sched: htb: fix htb_classify() kernel-docRandy Dunlap
2023-01-02net: sched: cbq: dont intepret cls results when asked to dropJamal Hadi Salim
2023-01-02net: sched: atm: dont intepret cls results when asked to dropJamal Hadi Salim