summaryrefslogtreecommitdiff
path: root/net/sched/sch_generic.c
AgeCommit message (Expand)AuthorFilesLines
7 daysnet/sched: initialize noop_qdisc ownerJohannes Berg1-0/+1
2024-05-10net/sched: adjust device watchdog timer to detect stopped queue at right timePraveen Kumar Kannoju1-4/+7
2024-05-02net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti1-0/+1
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti1-0/+3
2024-04-18net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+1
2024-03-08net: move dev_tx_weight to net_hotdataEric Dumazet1-1/+2
2024-01-05net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko1-14/+0
2023-12-27net/sched: Introduce tc block netdev tracking infraVictor Nogueira1-1/+17
2023-11-15net: don't dump stack on queue timeoutJakub Kicinski1-2/+3
2023-10-05net_sched: export pfifo_fast prio2band[]Eric Dumazet1-4/+5
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye1-3/+11
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-15/+15
2023-04-23net: sched: Print msecs when transmit queue time outYajun Deng1-5/+5
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+16
2022-08-30net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai1-15/+16
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao1-1/+0
2022-08-24net: Fix data-races around weight_p and dev_weight_[rt]x_bias.Kuniyuki Iwashima1-1/+1
2022-08-04net/sched: remove hacks added to dev_trans_start() for bonding to workVladimir Oltean1-6/+2
2022-06-10net: rename reference+tracking helpersJakub Kicinski1-5/+6
2022-04-16net_sched: make qdisc_reset() smallerEric Dumazet1-10/+2
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-13/+16
2022-01-13net_sched: restore "mpu xxx" handlingKevin Bracey1-0/+1
2021-12-08net: watchdog: add net device refcount trackerEric Dumazet1-4/+6
2021-12-07net/sched: add net device refcount tracker to struct QdiscEric Dumazet1-2/+2
2021-11-17net: no longer stop all TX queues in dev_watchdog()Eric Dumazet1-3/+5
2021-11-17net: do not inline netif_tx_lock()/netif_tx_unlock()Eric Dumazet1-0/+51
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-4/+4
2021-11-17net: use an atomic_long_t for queue->trans_timeoutEric Dumazet1-1/+1
2021-10-28net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee1-1/+1
2021-10-28net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee1-19/+19
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-8/+2
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-2/+2
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish1-0/+1
2021-09-19net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski1-0/+24
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+9
2021-08-04net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin1-1/+1
2021-06-23net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin1-3/+0
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin1-4/+16
2021-06-03mlx5: count all link eventsJakub Kicinski1-0/+18
2021-05-15net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin1-1/+26
2021-05-15net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin1-1/+3
2021-05-15net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin1-0/+19
2021-03-14net/sched: act_police: add support for packet-per-second policingBaowen Zheng1-25/+50
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet1-18/+5
2020-09-10net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-15/+33
2020-06-09net: sched: export __netdev_watchdog_up()Valentin Longchamp1-0/+1
2020-05-28net_sched: get rid of unnecessary dev_qdisc_reset()Cong Wang1-16/+0
2020-05-28net_sched: avoid resetting active qdisc for multiple timesCong Wang1-14/+23
2020-05-28net_sched: add a tracepoint for qdisc creationCong Wang1-1/+3
2020-05-28net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()Cong Wang1-0/+4