aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12netdev: 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-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-24net: 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-02net_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-28net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueueDavide Caratti1-2/+6
2019-08-28net/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-23net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni1-0/+3
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+6
2019-03-02net: sched: put back q.qlen into a single locationEric Dumazet1-7/+6
2019-02-26net: 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-10net: sched: avoid writing on noop_qdiscEric Dumazet1-2/+12
2018-09-28net: sched: make function qdisc_free_cb() staticWei Yongjun1-1/+1
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov1-1/+24
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-9/+14
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-2/+2
2018-05-31net: remove bypassed check in sch_direct_xmit()Song Liu1-3/+0
2018-05-17pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni1-2/+2
2018-05-17sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni1-0/+11
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni1-22/+9
2018-03-26net: sched, fix OOO packets with pfifo_fastJohn Fastabend1-4/+13
2018-03-17net: sched: fix uses after freeEric Dumazet1-9/+13
2018-01-29net_sched: implement ->change_tx_queue_len() for pfifo_fastCong Wang1-0/+18
2018-01-29net_sched: plug in qdisc ops change_tx_queue_lenCong Wang1-0/+33
2018-01-22net: core: Expose number of link up/down transitionsDavid Decotigny1-2/+2
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann1-1/+17
2018-01-02net: sched: fix skb leak in dev_requeue_skb()Wei Yongjun1-8/+21
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-1/+15
2017-12-26net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang1-1/+3
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-6/+9
2017-12-21net: sch: api: add extack support in qdisc_allocAlexander Aring1-2/+4
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-3/+5
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert1-1/+15
2017-12-19net_sched: properly check for empty skb array on error pathCong Wang1-1/+7