summaryrefslogtreecommitdiff
path: root/net/sched/sch_generic.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-23net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-13/+16
2022-01-27net_sched: restore "mpu xxx" handlingKevin Bracey1-0/+1
2021-11-18net: 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
2020-05-28net_sched: use qdisc_reset() in qdisc_destroy()Cong Wang1-13/+3
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-6/+11
2020-05-04net: sched: fallback to qdisc noqueue if default qdisc setup failJesper Dangaard Brouer1-3/+14
2020-02-20net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey1-0/+8
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-08net/sched: annotate lockless accesses to qdisc->emptyEric Dumazet1-1/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-11/+6
2019-10-26net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-26net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-11/+6
2019-10-17net: sched: Avoid using yield() in a busy waiting loopMarc Kleine-Budde1-2/+7
2019-10-03net_sched: remove need_resched() from qdisc_run()Eric Dumazet1-6/+1
2019-09-15net_sched: let qdisc_put() accept NULL pointerCong Wang1-0/+3
2019-09-06net: sched: fix reordering issuesEric Dumazet1-2/+7
2019-08-29net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti1-2/+6
2019-08-29net/sched: pfifo_fast: fix wrong dereference when qdisc is resetDavide Caratti1-4/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-04net: add a generic tracepoint for TX queue timeoutCong Wang1-0/+2
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni1-4/+5
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni1-8/+2
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni1-33/+17
2019-03-24net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni1-0/+3
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2019-03-03net: sched: put back q.qlen into a single locationEric Dumazet1-7/+6
2019-02-27net: Use RCU_POINTER_INITIALIZER() to init static variableLi RongQing1-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov1-1/+5
2019-02-11Documentation: bring operstate documentation up-to-dateJouke Witteveen1-1/+1
2018-12-01net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney1-4/+4
2018-10-11net: sched: avoid writing on noop_qdiscEric Dumazet1-2/+12
2018-09-28net: sched: make function qdisc_free_cb() staticWei Yongjun1-1/+1
2018-09-26net: sched: extend Qdisc with rcuVlad Buslov1-1/+24