index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_generic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-10
Revert: "net: sched: put back q.qlen into a single location"
Paolo Abeni
1
-4
/
+5
2019-04-10
net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too
Paolo Abeni
1
-8
/
+2
2019-04-10
net: sched: always do stats accounting according to TCQ_F_CPUSTATS
Paolo Abeni
1
-33
/
+17
2019-03-23
net: sched: add empty status flag for NOLOCK qdisc
Paolo Abeni
1
-0
/
+3
2019-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+6
2019-03-02
net: sched: put back q.qlen into a single location
Eric Dumazet
1
-7
/
+6
2019-02-26
net: Use RCU_POINTER_INITIALIZER() to init static variable
Li RongQing
1
-1
/
+1
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-02-12
net: sched: protect filter_chain list with filter_chain_lock mutex
Vlad Buslov
1
-1
/
+5
2019-02-11
Documentation: bring operstate documentation up-to-date
Jouke Witteveen
1
-1
/
+1
2018-12-01
net/sched: Replace call_rcu_bh() and rcu_barrier_bh()
Paul E. McKenney
1
-4
/
+4
2018-10-10
net: sched: avoid writing on noop_qdisc
Eric Dumazet
1
-2
/
+12
2018-09-28
net: sched: make function qdisc_free_cb() static
Wei Yongjun
1
-1
/
+1
2018-09-25
net: sched: extend Qdisc with rcu
Vlad Buslov
1
-1
/
+24
2018-09-25
net: sched: rename qdisc_destroy() to qdisc_put()
Vlad Buslov
1
-9
/
+14
2018-09-10
net: Add and use skb_mark_not_on_list().
David S. Miller
1
-2
/
+2
2018-05-31
net: remove bypassed check in sch_direct_xmit()
Song Liu
1
-3
/
+0
2018-05-17
pfifo_fast: drop unneeded additional lock on dequeue
Paolo Abeni
1
-2
/
+2
2018-05-17
sched: replace __QDISC_STATE_RUNNING bit with a spin lock
Paolo Abeni
1
-0
/
+11
2018-05-16
sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers
Paolo Abeni
1
-22
/
+9
2018-03-26
net: sched, fix OOO packets with pfifo_fast
John Fastabend
1
-4
/
+13
2018-03-17
net: sched: fix uses after free
Eric Dumazet
1
-9
/
+13
2018-01-29
net_sched: implement ->change_tx_queue_len() for pfifo_fast
Cong Wang
1
-0
/
+18
2018-01-29
net_sched: plug in qdisc ops change_tx_queue_len
Cong Wang
1
-0
/
+33
2018-01-22
net: core: Expose number of link up/down transitions
David Decotigny
1
-2
/
+2
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-01-16
net, sched: fix panic when updating miniq {b,q}stats
Daniel Borkmann
1
-1
/
+17
2018-01-02
net: sched: fix skb leak in dev_requeue_skb()
Wei Yongjun
1
-8
/
+21
2017-12-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2017-12-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+15
2017-12-26
net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()
Cong Wang
1
-1
/
+3
2017-12-21
net: sch: api: add extack support in qdisc_create_dflt
Alexander Aring
1
-6
/
+9
2017-12-21
net: sch: api: add extack support in qdisc_alloc
Alexander Aring
1
-2
/
+4
2017-12-21
net: sched: sch: add extack for init callback
Alexander Aring
1
-3
/
+5
2017-12-20
net: Add asynchronous callbacks for xfrm on layer 2.
Steffen Klassert
1
-1
/
+15
2017-12-19
net_sched: properly check for empty skb array on error path
Cong Wang
1
-1
/
+7
2017-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2017-12-08
net: sched: pfifo_fast use skb_array
John Fastabend
1
-53
/
+87
2017-12-08
net: sched: check for frozen queue before skb_bad_txq check
John Fastabend
1
-4
/
+7
2017-12-08
net: sched: use skb list for skb_bad_tx
John Fastabend
1
-20
/
+86
2017-12-08
net: sched: drop qdisc_reset from dev_graft_qdisc
John Fastabend
1
-9
/
+19
2017-12-08
net: sched: explicit locking in gso_cpu fallback
John Fastabend
1
-13
/
+72
2017-12-08
net: sched: a dflt qdisc may be used with per cpu stats
John Fastabend
1
-0
/
+16
2017-12-08
net: sched: remove remaining uses for qdisc_qlen in xmit path
John Fastabend
1
-15
/
+13
2017-12-08
net: sched: allow qdiscs to handle locking
John Fastabend
1
-10
/
+20
2017-12-08
net: sched: cleanup qdisc_run and __qdisc_run semantics
John Fastabend
1
-2
/
+0
2017-12-06
net_sched: use macvlan real dev trans_start in dev_trans_start()
Chris Dion
1
-0
/
+3
2017-11-03
net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath
Jiri Pirko
1
-0
/
+46
2017-10-27
net/sched: Check for null dev_queue on create flow
Jesus Sanchez-Palencia
1
-1
/
+7
2017-10-18
net: sched: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+3
[next]