summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_generic.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net: add a generic tracepoint for TX queue timeoutCong Wang2019-05-041-0/+2
* Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni2019-04-101-4/+5
* net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni2019-04-101-8/+2Star
* net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni2019-04-101-33/+17Star
* net: sched: add empty status flag for NOLOCK qdiscPaolo Abeni2019-03-241-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-041-7/+6Star
|\
| * net: sched: put back q.qlen into a single locationEric Dumazet2019-03-021-7/+6Star
* | net: Use RCU_POINTER_INITIALIZER() to init static variableLi RongQing2019-02-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-1/+1
|\|
| * Documentation: bring operstate documentation up-to-dateJouke Witteveen2019-02-111-1/+1
* | net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov2019-02-121-1/+5
|/
* net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney2018-12-011-4/+4
* net: sched: avoid writing on noop_qdiscEric Dumazet2018-10-111-2/+12
* net: sched: make function qdisc_free_cb() staticWei Yongjun2018-09-281-1/+1
* net: sched: extend Qdisc with rcuVlad Buslov2018-09-261-1/+24
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-261-9/+14
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-101-2/+2
* net: remove bypassed check in sch_direct_xmit()Song Liu2018-05-311-3/+0Star
* pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni2018-05-171-2/+2
* sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni2018-05-171-0/+11
* sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni2018-05-161-22/+9Star
* net: sched, fix OOO packets with pfifo_fastJohn Fastabend2018-03-261-4/+13
* net: sched: fix uses after freeEric Dumazet2018-03-171-9/+13
* net_sched: implement ->change_tx_queue_len() for pfifo_fastCong Wang2018-01-291-0/+18
* net_sched: plug in qdisc ops change_tx_queue_lenCong Wang2018-01-291-0/+33
* net: core: Expose number of link up/down transitionsDavid Decotigny2018-01-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-1/+1
|\
| * net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann2018-01-161-1/+17
* | net: sched: fix skb leak in dev_requeue_skb()Wei Yongjun2018-01-021-8/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-1/+3
|\|
| * net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang2017-12-261-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-1/+15
|\ \
| * | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-1/+15
* | | net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-6/+9
* | | net: sch: api: add extack support in qdisc_allocAlexander Aring2017-12-211-2/+4
* | | net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-3/+5
|/ /
* | net_sched: properly check for empty skb array on error pathCong Wang2017-12-191-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-101-0/+3
|\|
| * net_sched: use macvlan real dev trans_start in dev_trans_start()Chris Dion2017-12-061-0/+3
* | net: sched: pfifo_fast use skb_arrayJohn Fastabend2017-12-081-53/+87
* | net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend2017-12-081-4/+7
* | net: sched: use skb list for skb_bad_txJohn Fastabend2017-12-081-20/+86
* | net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend2017-12-081-9/+19
* | net: sched: explicit locking in gso_cpu fallbackJohn Fastabend2017-12-081-13/+72
* | net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend2017-12-081-0/+16
* | net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend2017-12-081-15/+13Star
* | net: sched: allow qdiscs to handle lockingJohn Fastabend2017-12-081-10/+20
* | net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend2017-12-081-2/+0Star
|/
* net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpathJiri Pirko2017-11-031-0/+46