summaryrefslogtreecommitdiff
path: root/net/sched/sch_generic.c
AgeCommit message (Expand)Author
2024-01-05net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko
2023-12-26net/sched: Introduce tc block netdev tracking infraVictor Nogueira
2023-11-15net: don't dump stack on queue timeoutJakub Kicinski
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet
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-04-23net: sched: Print msecs when transmit queue time outYajun Deng
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-30net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima
2022-08-03net/sched: remove hacks added to dev_trans_start() for bonding to workVladimir Oltean
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-04-15net_sched: make qdisc_reset() smallerEric Dumazet
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet
2022-01-13net_sched: restore "mpu xxx" handlingKevin Bracey
2021-12-07net: watchdog: add net device refcount trackerEric Dumazet
2021-12-06net/sched: add net device refcount tracker to struct QdiscEric Dumazet
2021-11-17net: no longer stop all TX queues in dev_watchdog()Eric Dumazet
2021-11-17net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet
2021-10-27net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee
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-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-04net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin
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-03mlx5: count all link eventsJakub Kicinski
2021-05-14net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin
2021-05-14net: sched: fix tx action rescheduling issue during deactivationYunsheng 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
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet
2020-09-10net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin
2020-06-09net: sched: export __netdev_watchdog_up()Valentin Longchamp
2020-05-27net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang
2020-05-27net_sched: avoid resetting active qdisc for multiple timesCong Wang
2020-05-27net_sched: add a tracepoint for qdisc creationCong Wang
2020-05-27net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang
2020-05-27net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-05-04net: sched: fallback to qdisc noqueue if default qdisc setup failJesper Dangaard Brouer
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet