Age | Commit message (Expand) | Author |
2023-03-16 | net/sched: act_api: add specific EXT_WARN_MSG for tc action | Hangbin Liu |
2023-03-16 | Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy" | Hangbin Liu |
2023-03-01 | net/sched: flower: fix fl_change() error recovery path | Eric Dumazet |
2023-03-01 | net/sched: act_connmark: handle errno on tcf_idr_check_alloc | Pedro Tammela |
2023-02-27 | net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy | Pedro Tammela |
2023-02-26 | net/sched: act_sample: fix action bind logic | Pedro Tammela |
2023-02-26 | net/sched: act_mpls: fix action bind logic | Pedro Tammela |
2023-02-26 | net/sched: act_pedit: fix action bind logic | Pedro Tammela |
2023-02-26 | net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy() | Nathan Chancellor |
2023-02-20 | net/sched: flower: Support hardware miss to tc action | Paul Blakey |
2023-02-20 | net/sched: flower: Move filter handle initialization earlier | Paul Blakey |
2023-02-20 | net/sched: cls_api: Support hardware miss to tc action | Paul Blakey |
2023-02-20 | net/sched: Rename user cookie and act cookie | Paul Blakey |
2023-02-20 | net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimited | Vladimir Oltean |
2023-02-20 | net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju... | Vladimir Oltean |
2023-02-20 | net/sched: taprio: fix calculation of maximum gate durations | Vladimir Oltean |
2023-02-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2023-02-16 | net/sched: act_pedit: use percpu overlimit counter when available | Pedro Tammela |
2023-02-16 | net/sched: act_gate: use percpu stats | Pedro Tammela |
2023-02-16 | net/sched: act_connmark: transition to percpu stats and rcu | Pedro Tammela |
2023-02-16 | net/sched: act_nat: transition to percpu stats and rcu | Pedro Tammela |
2023-02-16 | net/sched: Retire rsvp classifier | Jamal Hadi Salim |
2023-02-16 | net/sched: Retire tcindex classifier | Jamal Hadi Salim |
2023-02-16 | net/sched: Retire dsmark qdisc | Jamal Hadi Salim |
2023-02-16 | net/sched: Retire ATM qdisc | Jamal Hadi Salim |
2023-02-16 | net/sched: Retire CBQ qdisc | Jamal Hadi Salim |
2023-02-15 | net/sched: tcindex: search key must be 16 bits | Pedro Tammela |
2023-02-14 | net/sched: support per action hw stats | Oz Shlomo |
2023-02-14 | net/sched: introduce flow_offload action cookie | Oz Shlomo |
2023-02-14 | net/sched: pass flow_stats instead of multiple stats args | Oz Shlomo |
2023-02-14 | net/sched: act_pedit, setup offload action for action stats query | Oz Shlomo |
2023-02-14 | net/sched: optimize action stats api calls | Oz Shlomo |
2023-02-13 | net/sched: act_ctinfo: use percpu stats | Pedro Tammela |
2023-02-13 | net/sched: fix error recovery in qdisc_create() | Eric Dumazet |
2023-02-10 | net/sched: tcindex: update imperfect hash filters respecting rcu | Pedro Tammela |
2023-02-10 | net: extract nf_ct_handle_fragments to nf_conntrack_ovs | Xin Long |
2023-02-10 | net: sched: move frag check and tc_skb_cb update out of handle_fragments | Xin Long |
2023-02-10 | net: extract nf_ct_skb_network_trim function to nf_conntrack_ovs | Xin Long |
2023-02-10 | net: create nf_conntrack_ovs for ovs and tc use | Xin Long |
2023-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-02-08 | net/sched: taprio: don't segment unnecessarily | Vladimir Oltean |
2023-02-08 | net/sched: taprio: split segmentation logic from qdisc_enqueue() | Vladimir Oltean |
2023-02-08 | net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat... | Vladimir Oltean |
2023-02-08 | net/sched: keep the max_frm_len information inside struct sched_gate_list | Vladimir Oltean |
2023-02-08 | net/sched: taprio: warn about missing size table | Vladimir Oltean |
2023-02-08 | net/sched: make stab available before ops->init() call | Vladimir Oltean |
2023-02-08 | net/sched: taprio: calculate guard band against actual TC gate close time | Vladimir Oltean |
2023-02-08 | net/sched: taprio: calculate budgets per traffic class | Vladimir Oltean |
2023-02-08 | net/sched: taprio: rename close_time to end_time | Vladimir Oltean |
2023-02-08 | net/sched: taprio: calculate tc gate durations | Vladimir Oltean |