index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
sch_generic.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-13
1
-0
/
+1
|
\
|
*
net/sched: initialize noop_qdisc owner
Johannes Berg
2024-06-11
1
-0
/
+1
*
|
net: count drops due to missing qdisc as dev->tx_drops
Jakub Kicinski
2024-06-04
1
-0
/
+1
|
/
*
net/sched: adjust device watchdog timer to detect stopped queue at right time
Praveen Kumar Kannoju
2024-05-10
1
-4
/
+7
*
net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error path
Davide Caratti
2024-05-02
1
-0
/
+1
*
net/sched: fix false lockdep warning on qdisc root lock
Davide Caratti
2024-04-26
1
-0
/
+3
*
net/sched: Fix mirred deadlock on device recursion
Eric Dumazet
2024-04-18
1
-0
/
+1
*
net: move dev_tx_weight to net_hotdata
Eric Dumazet
2024-03-08
1
-1
/
+2
*
net: sched: move block device tracking into tcf_block_get/put_ext()
Jiri Pirko
2024-01-05
1
-14
/
+0
*
net/sched: Introduce tc block netdev tracking infra
Victor Nogueira
2023-12-26
1
-1
/
+17
*
net: don't dump stack on queue timeout
Jakub Kicinski
2023-11-15
1
-2
/
+3
*
net_sched: export pfifo_fast prio2band[]
Eric Dumazet
2023-10-05
1
-4
/
+5
*
net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting
Peilin Ye
2023-06-14
1
-3
/
+11
*
net: sched: add rcu annotations around qdisc->qdisc_sleeping
Eric Dumazet
2023-06-07
1
-15
/
+15
*
net: sched: Print msecs when transmit queue time out
Yajun Deng
2023-04-23
1
-5
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-01
1
-15
/
+16
|
\
|
*
net/sched: fix netdevice reference leaks in attach_default_qdiscs()
Wang Hai
2022-08-30
1
-15
/
+16
*
|
net: sched: remove unnecessary init of qdisc skb head
Zhengchao Shao
2022-08-26
1
-1
/
+0
|
/
*
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
*
net/sched: remove hacks added to dev_trans_start() for bonding to work
Vladimir Oltean
2022-08-04
1
-6
/
+2
*
net: rename reference+tracking helpers
Jakub Kicinski
2022-06-10
1
-5
/
+6
*
net_sched: make qdisc_reset() smaller
Eric Dumazet
2022-04-15
1
-10
/
+2
*
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
2022-02-14
1
-13
/
+16
*
net_sched: restore "mpu xxx" handling
Kevin Bracey
2022-01-13
1
-0
/
+1
*
net: watchdog: add net device refcount tracker
Eric Dumazet
2021-12-08
1
-4
/
+6
*
net/sched: add net device refcount tracker to struct Qdisc
Eric Dumazet
2021-12-07
1
-2
/
+2
*
net: no longer stop all TX queues in dev_watchdog()
Eric Dumazet
2021-11-17
1
-3
/
+5
*
net: do not inline netif_tx_lock()/netif_tx_unlock()
Eric Dumazet
2021-11-17
1
-0
/
+51
*
net: annotate accesses to queue->trans_start
Eric Dumazet
2021-11-17
1
-4
/
+4
*
net: use an atomic_long_t for queue->trans_timeout
Eric Dumazet
2021-11-17
1
-1
/
+1
*
net: sch: simplify condtion for selecting mini_Qdisc_pair buffer
Seth Forshee
2021-10-28
1
-1
/
+1
*
net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()
Seth Forshee
2021-10-28
1
-19
/
+19
*
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
2021-10-18
1
-8
/
+2
*
net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
Ahmed S. Darwish
2021-10-18
1
-2
/
+2
*
net: sched: Protect Qdisc::bstats with u64_stats
Ahmed S. Darwish
2021-10-18
1
-0
/
+1
*
net: sched: move and reuse mq_change_real_num_tx()
Jakub Kicinski
2021-09-19
1
-0
/
+24
*
net: sched: update default qdisc visibility after Tx queue cnt changes
Jakub Kicinski
2021-09-15
1
-0
/
+9
*
net: sched: fix lockdep_set_class() typo error for sch->seqlock
Yunsheng Lin
2021-08-04
1
-1
/
+1
*
net: sched: remove qdisc->empty for lockless qdisc
Yunsheng Lin
2021-06-23
1
-3
/
+0
*
net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc
Yunsheng Lin
2021-06-23
1
-4
/
+16
*
mlx5: count all link events
Jakub Kicinski
2021-06-03
1
-0
/
+18
*
net: sched: fix tx action reschedule issue with stopped queue
Yunsheng Lin
2021-05-15
1
-1
/
+26
*
net: sched: fix tx action rescheduling issue during deactivation
Yunsheng Lin
2021-05-15
1
-1
/
+3
*
net: sched: fix packet stuck problem for lockless qdisc
Yunsheng Lin
2021-05-15
1
-0
/
+19
*
net/sched: act_police: add support for packet-per-second policing
Baowen Zheng
2021-03-13
1
-25
/
+50
*
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-28
1
-16
/
+0
*
net_sched: avoid resetting active qdisc for multiple times
Cong Wang
2020-05-28
1
-14
/
+23
[next]