summaryrefslogtreecommitdiffstats
path: root/net/sched
AgeCommit message (Expand)AuthorLines
2023-02-27net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela-2/+2
2023-02-26net/sched: act_sample: fix action bind logicPedro Tammela-2/+9
2023-02-26net/sched: act_mpls: fix action bind logicPedro Tammela-29/+37
2023-02-26net/sched: act_pedit: fix action bind logicPedro Tammela-27/+31
2023-02-26net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor-1/+1
2023-02-20net/sched: flower: Support hardware miss to tc actionPaul Blakey-1/+12
2023-02-20net/sched: flower: Move filter handle initialization earlierPaul Blakey-27/+35
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey-11/+206
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey-27/+27
2023-02-20net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimitedVladimir Oltean-0/+2
2023-02-20net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...Vladimir Oltean-1/+7
2023-02-20net/sched: taprio: fix calculation of maximum gate durationsVladimir Oltean-17/+17
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+3
2023-02-16net/sched: act_pedit: use percpu overlimit counter when availablePedro Tammela-3/+1
2023-02-16net/sched: act_gate: use percpu statsPedro Tammela-14/+16
2023-02-16net/sched: act_connmark: transition to percpu stats and rcuPedro Tammela-39/+68
2023-02-16net/sched: act_nat: transition to percpu stats and rcuPedro Tammela-23/+49
2023-02-16net/sched: Retire rsvp classifierJamal Hadi Salim-846/+0
2023-02-16net/sched: Retire tcindex classifierJamal Hadi Salim-728/+0
2023-02-16net/sched: Retire dsmark qdiscJamal Hadi Salim-530/+0
2023-02-16net/sched: Retire ATM qdiscJamal Hadi Salim-721/+0
2023-02-16net/sched: Retire CBQ qdiscJamal Hadi Salim-1745/+0
2023-02-15net/sched: tcindex: search key must be 16 bitsPedro Tammela-1/+1
2023-02-14net/sched: support per action hw statsOz Shlomo-10/+2
2023-02-14net/sched: introduce flow_offload action cookieOz Shlomo-0/+2
2023-02-14net/sched: pass flow_stats instead of multiple stats argsOz Shlomo-11/+2
2023-02-14net/sched: act_pedit, setup offload action for action stats queryOz Shlomo-1/+22
2023-02-14net/sched: optimize action stats api callsOz Shlomo-3/+2
2023-02-13net/sched: act_ctinfo: use percpu statsPedro Tammela-3/+3
2023-02-13net/sched: fix error recovery in qdisc_create()Eric Dumazet-7/+8
2023-02-10net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela-4/+30
2023-02-10net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long-44/+2
2023-02-10net: sched: move frag check and tc_skb_cb update out of handle_fragmentsXin Long-32/+39
2023-02-10net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long-26/+1
2023-02-10net: create nf_conntrack_ovs for ovs and tc useXin Long-0/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-02-08net/sched: taprio: don't segment unnecessarilyVladimir Oltean-11/+20
2023-02-08net/sched: taprio: split segmentation logic from qdisc_enqueue()Vladimir Oltean-30/+36
2023-02-08net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...Vladimir Oltean-10/+60
2023-02-08net/sched: keep the max_frm_len information inside struct sched_gate_listVladimir Oltean-13/+40
2023-02-08net/sched: taprio: warn about missing size tableVladimir Oltean-0/+5
2023-02-08net/sched: make stab available before ops->init() callVladimir Oltean-18/+11
2023-02-08net/sched: taprio: calculate guard band against actual TC gate close timeVladimir Oltean-6/+34
2023-02-08net/sched: taprio: calculate budgets per traffic classVladimir Oltean-8/+46
2023-02-08net/sched: taprio: rename close_time to end_timeVladimir Oltean-26/+26
2023-02-08net/sched: taprio: calculate tc gate durationsVladimir Oltean-0/+55
2023-02-08net/sched: taprio: give higher priority to higher TCs in software dequeue modeVladimir Oltean-8/+117
2023-02-08net/sched: taprio: avoid calling child->ops->dequeue(child) twiceVladimir Oltean-7/+3
2023-02-08net/sched: taprio: refactor one skb dequeue from TXQ to separate functionVladimir Oltean-58/+63
2023-02-08net/sched: taprio: continue with other TXQs if one dequeue() failedVladimir Oltean-1/+1