summaryrefslogtreecommitdiff
path: root/include/net/sch_generic.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti1-0/+1
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-04-18net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+1
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen1-0/+1
2024-03-29net: sched: cls_api: add filter counterAsbjørn Sloth Tønnesen1-0/+2
2024-03-29net: sched: cls_api: add skip_sw counterAsbjørn Sloth Tønnesen1-0/+1
2024-03-01net: bql: fix building with BQL disabledArnd Bergmann1-6/+1
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel1-0/+4
2023-12-27net/sched: cls_api: Expose tc block to the datapathVictor Nogueira1-0/+2
2023-12-27net/sched: Introduce tc block netdev tracking infraVictor Nogueira1-0/+2
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira1-0/+31
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira1-1/+0
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann1-2/+1
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet1-0/+1
2023-08-01net/sched: wrap open coded Qdics class filter counterPedro Tammela1-0/+26
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann1-1/+1
2023-06-17net: sched: Remove unused qdisc_l2t()YueHaibing1-14/+0
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye1-0/+8
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-2/+4
2023-02-21net/sched: cls_api: Support hardware miss to tc actionPaul Blakey1-0/+2
2023-01-16net/sched: sch_taprio: fix possible use-after-freeEric Dumazet1-0/+7
2022-09-30net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean1-0/+3
2022-09-22net: sched: remove unused tcf_result extensionJamal Hadi Salim1-5/+0
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao1-7/+0
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-1/+0
2022-07-20net/sched: remove qdisc_root_lock() helperDavide Caratti1-19/+0
2022-06-01net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang1-0/+6
2022-05-27net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray1-28/+8
2022-01-27net: sched: remove qdisc_qlen_cpu()Jakub Kicinski1-5/+0
2022-01-13net_sched: restore "mpu xxx" handlingKevin Bracey1-0/+5
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+0
2021-12-18net/sched: Extend qdisc control block with tc control blockPaul Blakey1-2/+0
2021-12-07net/sched: add net device refcount tracker to struct QdiscEric Dumazet1-1/+1
2021-10-28net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee1-1/+1
2021-10-20net: sched: remove one pair of atomic operationsEric Dumazet1-4/+8
2021-10-20net: sched: fix logic error in qdisc_run_begin()Eric Dumazet1-1/+1
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-19/+14
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-25/+9
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish1-0/+2
2021-10-18gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior1-3/+2
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski1-0/+2
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+4
2021-08-02net_sched: refactor TC action init APICong Wang1-1/+1
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+12
2021-06-23net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin1-10/+3
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin1-3/+13
2021-06-23net: sched: avoid unnecessary seqcount operation for lockless qdiscYunsheng Lin1-1/+3
2021-06-21net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin1-0/+12
2021-05-15net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin1-1/+34
2021-03-14net/sched: act_police: add support for packet-per-second policingBaowen Zheng1-0/+14