summaryrefslogtreecommitdiff
path: root/include/net/sch_generic.h
AgeCommit message (Expand)Author
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann
2023-06-17net: sched: Remove unused qdisc_l2t()YueHaibing
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey
2023-01-16net/sched: sch_taprio: fix possible use-after-freeEric Dumazet
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean
2022-09-21net: sched: remove unused tcf_result extensionJamal Hadi Salim
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao
2022-07-19net/sched: remove qdisc_root_lock() helperDavide Caratti
2022-05-31net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang
2022-05-26net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray
2022-01-27net: sched: remove qdisc_qlen_cpu()Jakub Kicinski
2022-01-13net_sched: restore "mpu xxx" handlingKevin Bracey
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey
2021-12-06net/sched: add net device refcount tracker to struct QdiscEric Dumazet
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee
2021-10-19net: sched: remove one pair of atomic operationsEric Dumazet
2021-10-19net: sched: fix logic error in qdisc_run_begin()Eric Dumazet
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish
2021-10-18gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-08-02net_sched: refactor TC action init APICong Wang
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-23net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin
2021-06-23net: sched: avoid unnecessary seqcount operation for lockless qdiscYunsheng Lin
2021-06-21net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin
2021-05-14net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin
2021-03-13net/sched: act_police: add support for packet-per-second policingBaowen Zheng
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-02-01net: sched: replaced invalid qdisc tree flush helper in qdisc_replaceAlexander Ovechkin
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy
2021-01-22net: sched: Add multi-queue support to sch_tree_lockMaxim Mikityanskiy
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-11-27net/sched: sch_frag: add generic packet fragment support.wenxu
2020-11-27net/sched: act_mirred: refactor the handle of xmitwenxu
2020-11-02net: sched: Remove broken definitions and un-hide for !LOCKDEPJakub Kicinski
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet
2020-09-17net/sched: Remove unused function qdisc_queue_drop_head()YueHaibing
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata