aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_generic.c
AgeCommit message (Expand)Author
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-12-14net: sched: make function qdisc_free_cb() staticWei Yongjun
2021-12-14net: sched: extend Qdisc with rcuVlad Buslov
2021-12-14net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2021-11-26net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski
2021-01-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-11-18net: sch_generic: fix the missing new qdisc assignment bugYunsheng Lin
2020-10-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-09-26net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin
2020-07-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-06-30net: sched: export __netdev_watchdog_up()Valentin Longchamp
2019-12-02Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-11-24net: sched: avoid writing on noop_qdiscEric Dumazet
2019-10-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-10-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-09-21net_sched: let qdisc_put() accept NULL pointerCong Wang
2019-09-19net: sched: fix reordering issuesEric Dumazet
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet
2018-11-28net/Qdisc: use a seqlock instead seqcountSebastian Andrzej Siewior
2018-11-28net: sched: Use msleep() instead of yield()Marc Kleine-Budde
2018-05-31net: remove bypassed check in sch_direct_xmit()Song Liu
2018-05-17pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni
2018-05-17sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni
2018-03-26net: sched, fix OOO packets with pfifo_fastJohn Fastabend
2018-03-17net: sched: fix uses after freeEric Dumazet
2018-01-29net_sched: implement ->change_tx_queue_len() for pfifo_fastCong Wang
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang
2018-01-22net: core: Expose number of link up/down transitionsDavid Decotigny
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann
2018-01-02net: sched: fix skb leak in dev_requeue_skb()Wei Yongjun
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-12-26net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sch: api: add extack support in qdisc_allocAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert
2017-12-19net_sched: properly check for empty skb array on error pathCong Wang
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend
2017-12-08net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend