summaryrefslogtreecommitdiff
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* net/sched: flower: fix fl_change() error recovery pathEric Dumazet2023-03-011-4/+6
* net/sched: act_connmark: handle errno on tcf_idr_check_allocPedro Tammela2023-03-011-0/+3
* net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela2023-02-271-2/+2
* net/sched: act_sample: fix action bind logicPedro Tammela2023-02-261-2/+9
* net/sched: act_mpls: fix action bind logicPedro Tammela2023-02-261-29/+37
* net/sched: act_pedit: fix action bind logicPedro Tammela2023-02-261-27/+31
* net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor2023-02-261-1/+1
* net/sched: flower: Support hardware miss to tc actionPaul Blakey2023-02-201-1/+12
* net/sched: flower: Move filter handle initialization earlierPaul Blakey2023-02-201-27/+35
* net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-202-11/+206
* net/sched: Rename user cookie and act cookiePaul Blakey2023-02-202-27/+27
* net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimitedVladimir Oltean2023-02-201-0/+2
* net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...Vladimir Oltean2023-02-201-1/+7
* net/sched: taprio: fix calculation of maximum gate durationsVladimir Oltean2023-02-201-17/+17
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-3/+3
|\
| * net/sched: tcindex: search key must be 16 bitsPedro Tammela2023-02-151-1/+1
| * net/sched: act_ctinfo: use percpu statsPedro Tammela2023-02-131-3/+3
| * net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela2023-02-101-4/+30
* | net/sched: act_pedit: use percpu overlimit counter when availablePedro Tammela2023-02-161-3/+1
* | net/sched: act_gate: use percpu statsPedro Tammela2023-02-161-14/+16
* | net/sched: act_connmark: transition to percpu stats and rcuPedro Tammela2023-02-161-39/+68
* | net/sched: act_nat: transition to percpu stats and rcuPedro Tammela2023-02-161-23/+49
* | net/sched: Retire rsvp classifierJamal Hadi Salim2023-02-165-846/+0
* | net/sched: Retire tcindex classifierJamal Hadi Salim2023-02-163-728/+0
* | net/sched: Retire dsmark qdiscJamal Hadi Salim2023-02-163-530/+0
* | net/sched: Retire ATM qdiscJamal Hadi Salim2023-02-163-721/+0
* | net/sched: Retire CBQ qdiscJamal Hadi Salim2023-02-163-1745/+0
* | net/sched: support per action hw statsOz Shlomo2023-02-143-10/+2
* | net/sched: introduce flow_offload action cookieOz Shlomo2023-02-142-0/+2
* | net/sched: pass flow_stats instead of multiple stats argsOz Shlomo2023-02-142-11/+2
* | net/sched: act_pedit, setup offload action for action stats queryOz Shlomo2023-02-141-1/+22
* | net/sched: optimize action stats api callsOz Shlomo2023-02-141-3/+2
* | net/sched: fix error recovery in qdisc_create()Eric Dumazet2023-02-131-7/+8
* | net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long2023-02-101-44/+2
* | net: sched: move frag check and tc_skb_cb update out of handle_fragmentsXin Long2023-02-101-32/+39
* | net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long2023-02-101-26/+1
* | net: create nf_conntrack_ovs for ovs and tc useXin Long2023-02-101-0/+1
* | 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