index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sched: get rid of qdisc->padded
Eric Dumazet
2020-10-09
1
-18
/
+5
*
net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
Yunsheng Lin
2020-09-10
1
-15
/
+33
*
net: sched: export __netdev_watchdog_up()
Valentin Longchamp
2020-06-09
1
-0
/
+1
*
net_sched: get rid of unnecessary dev_qdisc_reset()
Cong Wang
2020-05-27
1
-16
/
+0
*
net_sched: avoid resetting active qdisc for multiple times
Cong Wang
2020-05-27
1
-14
/
+23
*
net_sched: add a tracepoint for qdisc creation
Cong Wang
2020-05-27
1
-1
/
+3
*
net_sched: add tracepoints for qdisc_reset() and qdisc_destroy()
Cong Wang
2020-05-27
1
-0
/
+4
*
net_sched: use qdisc_reset() in qdisc_destroy()
Cong Wang
2020-05-27
1
-13
/
+3
*
net: partially revert dynamic lockdep key changes
Cong Wang
2020-05-04
1
-6
/
+11
*
net: sched: fallback to qdisc noqueue if default qdisc setup fail
Jesper Dangaard Brouer
2020-05-04
1
-3
/
+14
*
net: sched: Pass ingress block to tcf_classify_ingress
Paul Blakey
2020-02-19
1
-0
/
+8
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
1
-1
/
+1
*
net/sched: annotate lockless accesses to qdisc->empty
Eric Dumazet
2019-11-08
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-02
1
-11
/
+6
|
\
|
*
net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
Vincent Prince
2019-10-25
1
-0
/
+2
|
*
net: core: add generic lockdep keys
Taehee Yoo
2019-10-24
1
-11
/
+6
*
|
net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
Vincent Prince
2019-10-25
1
-0
/
+2
*
|
net: sched: Avoid using yield() in a busy waiting loop
Marc Kleine-Budde
2019-10-17
1
-2
/
+7
*
|
net_sched: remove need_resched() from qdisc_run()
Eric Dumazet
2019-10-02
1
-6
/
+1
|
/
*
net_sched: let qdisc_put() accept NULL pointer
Cong Wang
2019-09-15
1
-0
/
+3
*
net: sched: fix reordering issues
Eric Dumazet
2019-09-06
1
-2
/
+7
*
net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueue
Davide Caratti
2019-08-28
1
-2
/
+6
*
net/sched: pfifo_fast: fix wrong dereference when qdisc is reset
Davide Caratti
2019-08-28
1
-4
/
+7
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
net: add a generic tracepoint for TX queue timeout
Cong Wang
2019-05-04
1
-0
/
+2
*
Revert: "net: sched: put back q.qlen into a single location"
Paolo Abeni
2019-04-10
1
-4
/
+5
*
net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too
Paolo Abeni
2019-04-10
1
-8
/
+2
*
net: sched: always do stats accounting according to TCQ_F_CPUSTATS
Paolo Abeni
2019-04-10
1
-33
/
+17
*
net: sched: add empty status flag for NOLOCK qdisc
Paolo Abeni
2019-03-23
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-03-04
1
-7
/
+6
|
\
|
*
net: sched: put back q.qlen into a single location
Eric Dumazet
2019-03-02
1
-7
/
+6
*
|
net: Use RCU_POINTER_INITIALIZER() to init static variable
Li RongQing
2019-02-26
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-15
1
-1
/
+1
|
\
|
|
*
Documentation: bring operstate documentation up-to-date
Jouke Witteveen
2019-02-11
1
-1
/
+1
*
|
net: sched: protect filter_chain list with filter_chain_lock mutex
Vlad Buslov
2019-02-12
1
-1
/
+5
|
/
*
net/sched: Replace call_rcu_bh() and rcu_barrier_bh()
Paul E. McKenney
2018-12-01
1
-4
/
+4
*
net: sched: avoid writing on noop_qdisc
Eric Dumazet
2018-10-10
1
-2
/
+12
*
net: sched: make function qdisc_free_cb() static
Wei Yongjun
2018-09-28
1
-1
/
+1
*
net: sched: extend Qdisc with rcu
Vlad Buslov
2018-09-25
1
-1
/
+24
*
net: sched: rename qdisc_destroy() to qdisc_put()
Vlad Buslov
2018-09-25
1
-9
/
+14
*
net: Add and use skb_mark_not_on_list().
David S. Miller
2018-09-10
1
-2
/
+2
*
net: remove bypassed check in sch_direct_xmit()
Song Liu
2018-05-31
1
-3
/
+0
*
pfifo_fast: drop unneeded additional lock on dequeue
Paolo Abeni
2018-05-17
1
-2
/
+2
*
sched: replace __QDISC_STATE_RUNNING bit with a spin lock
Paolo Abeni
2018-05-17
1
-0
/
+11
*
sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers
Paolo Abeni
2018-05-16
1
-22
/
+9
*
net: sched, fix OOO packets with pfifo_fast
John Fastabend
2018-03-26
1
-4
/
+13
*
net: sched: fix uses after free
Eric Dumazet
2018-03-17
1
-9
/
+13
*
net_sched: implement ->change_tx_queue_len() for pfifo_fast
Cong Wang
2018-01-29
1
-0
/
+18
*
net_sched: plug in qdisc ops change_tx_queue_len
Cong Wang
2018-01-29
1
-0
/
+33
*
net: core: Expose number of link up/down transitions
David Decotigny
2018-01-22
1
-2
/
+2
[next]