- f12bf6f net: watchdog: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago
- 606509f net/sched: add net device refcount tracker to struct Qdisc by Eric Dumazet · 3 years, 1 month ago
- bec251b net: no longer stop all TX queues in dev_watchdog() by Eric Dumazet · 3 years, 1 month ago
- dab8fe3 net: do not inline netif_tx_lock()/netif_tx_unlock() by Eric Dumazet · 3 years, 1 month ago
- 5337824 net: annotate accesses to queue->trans_start by Eric Dumazet · 3 years, 1 month ago
- 8160fb4 net: use an atomic_long_t for queue->trans_timeout by Eric Dumazet · 3 years, 1 month ago
- 85c0c3e net: sch: simplify condtion for selecting mini_Qdisc_pair buffer by Seth Forshee · 3 years, 2 months ago
- 2674638 net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap() by Seth Forshee · 3 years, 2 months ago
- 29cbcd8 net: sched: Remove Qdisc::running sequence counter by Ahmed S. Darwish · 3 years, 2 months ago
- 50dc9a8 net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types by Ahmed S. Darwish · 3 years, 2 months ago
- 67c9e6270 net: sched: Protect Qdisc::bstats with u64_stats by Ahmed S. Darwish · 3 years, 2 months ago
- f7116fb net: sched: move and reuse mq_change_real_num_tx() by Jakub Kicinski · 3 years, 3 months ago
- 1e080f1 net: sched: update default qdisc visibility after Tx queue cnt changes by Jakub Kicinski · 3 years, 4 months ago
- 06f5553 net: sched: fix lockdep_set_class() typo error for sch->seqlock by Yunsheng Lin · 3 years, 5 months ago
- d3e0f57 net: sched: remove qdisc->empty for lockless qdisc by Yunsheng Lin · 3 years, 6 months ago
- c4fef01 net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc by Yunsheng Lin · 3 years, 6 months ago
- 490dcec mlx5: count all link events by Jakub Kicinski · 3 years, 7 months ago
- dcad9ee net: sched: fix tx action reschedule issue with stopped queue by Yunsheng Lin · 3 years, 8 months ago
- 102b55e net: sched: fix tx action rescheduling issue during deactivation by Yunsheng Lin · 3 years, 8 months ago
- a90c57f net: sched: fix packet stuck problem for lockless qdisc by Yunsheng Lin · 3 years, 8 months ago
- 2ffe039 net/sched: act_police: add support for packet-per-second policing by Baowen Zheng · 3 years, 10 months ago
- 846e463 net/sched: get rid of qdisc->padded by Eric Dumazet · 4 years, 3 months ago
- 2fb541c net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc by Yunsheng Lin · 4 years, 4 months ago
- 1a3db27 net: sched: export __netdev_watchdog_up() by Valentin Longchamp · 4 years, 7 months ago
- 759ae57 net_sched: get rid of unnecessary dev_qdisc_reset() by Cong Wang · 4 years, 7 months ago
- 70f5096 net_sched: avoid resetting active qdisc for multiple times by Cong Wang · 4 years, 7 months ago
- f5a7833 net_sched: add a tracepoint for qdisc creation by Cong Wang · 4 years, 7 months ago
- a34dac0 net_sched: add tracepoints for qdisc_reset() and qdisc_destroy() by Cong Wang · 4 years, 7 months ago
- 4909dab net_sched: use qdisc_reset() in qdisc_destroy() by Cong Wang · 4 years, 7 months ago
- 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 8 months ago
- bf6dba7 net: sched: fallback to qdisc noqueue if default qdisc setup fail by Jesper Dangaard Brouer · 4 years, 8 months ago
- 7d17c54 net: sched: Pass ingress block to tcf_classify_ingress by Paul Blakey · 4 years, 11 months ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- 90b2be2 net/sched: annotate lockless accesses to qdisc->empty by Eric Dumazet · 5 years ago
- d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 546b85b net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware by Vincent Prince · 5 years ago
- fa784f2 net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware by Vincent Prince · 5 years ago
- ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
- 4eab421 net: sched: Avoid using yield() in a busy waiting loop by Marc Kleine-Budde · 5 years ago
- b60fa1c net_sched: remove need_resched() from qdisc_run() by Eric Dumazet · 5 years ago
- 6efb971 net_sched: let qdisc_put() accept NULL pointer by Cong Wang · 5 years ago
- b88dd52 net: sched: fix reordering issues by Eric Dumazet · 5 years ago
- 092e22e net/sched: pfifo_fast: fix wrong dereference in pfifo_fast_enqueue by Davide Caratti · 5 years ago
- 04d37cf net/sched: pfifo_fast: fix wrong dereference when qdisc is reset by Davide Caratti · 5 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 141b6b2 net: add a generic tracepoint for TX queue timeout by Cong Wang · 6 years ago
- 73eb628 Revert: "net: sched: put back q.qlen into a single location" by Paolo Abeni · 6 years ago
- 8a53e61 net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too by Paolo Abeni · 6 years ago
- 9c01c9f net: sched: always do stats accounting according to TCQ_F_CPUSTATS by Paolo Abeni · 6 years ago
- 28cff53 net: sched: add empty status flag for NOLOCK qdisc by Paolo Abeni · 6 years ago
- 18a4d8b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 46b1c18 net: sched: put back q.qlen into a single location by Eric Dumazet · 6 years ago
- 3b40bf4 net: Use RCU_POINTER_INITIALIZER() to init static variable by Li RongQing · 6 years ago
- 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- ed76f5e net: sched: protect filter_chain list with filter_chain_lock mutex by Vlad Buslov · 6 years ago
- 989723b Documentation: bring operstate documentation up-to-date by Jouke Witteveen · 6 years ago
- ae0e334 net/sched: Replace call_rcu_bh() and rcu_barrier_bh() by Paul E. McKenney · 6 years ago
- f98ebd4 net: sched: avoid writing on noop_qdisc by Eric Dumazet · 6 years ago
- 5362700 net: sched: make function qdisc_free_cb() static by Wei Yongjun · 6 years ago
- 3a7d0d0 net: sched: extend Qdisc with rcu by Vlad Buslov · 6 years ago
- 86bd446 net: sched: rename qdisc_destroy() to qdisc_put() by Vlad Buslov · 6 years ago
- a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 6 years ago
- 4341f83 net: remove bypassed check in sch_direct_xmit() by Song Liu · 7 years ago
- 021a17e pfifo_fast: drop unneeded additional lock on dequeue by Paolo Abeni · 7 years ago
- 96009c7 sched: replace __QDISC_STATE_RUNNING bit with a spin lock by Paolo Abeni · 7 years ago
- 32f7b44 sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpers by Paolo Abeni · 7 years ago
- eb82a99 net: sched, fix OOO packets with pfifo_fast by John Fastabend · 7 years ago
- cce6294c net: sched: fix uses after free by Eric Dumazet · 7 years ago
- 7007ba6 net_sched: implement ->change_tx_queue_len() for pfifo_fast by Cong Wang · 7 years ago
- 48bfd55 net_sched: plug in qdisc ops change_tx_queue_len by Cong Wang · 7 years ago
- b2d3bcf net: core: Expose number of link up/down transitions by David Decotigny · 7 years ago
- c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 81d947e net, sched: fix panic when updating miniq {b,q}stats by Daniel Borkmann · 7 years ago
- 9540d97 net: sched: fix skb leak in dev_requeue_skb() by Wei Yongjun · 7 years ago
- 6bb8824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 9f30e5c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
- b2fb01f net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap() by Cong Wang · 7 years ago
- a38a9882 net: sch: api: add extack support in qdisc_create_dflt by Alexander Aring · 7 years ago
- d0bd684 net: sch: api: add extack support in qdisc_alloc by Alexander Aring · 7 years ago
- e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
- f53c723 net: Add asynchronous callbacks for xfrm on layer 2. by Steffen Klassert · 7 years ago
- 1df94c3 net_sched: properly check for empty skb array on error path by Cong Wang · 7 years ago
- 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- c5ad119 net: sched: pfifo_fast use skb_array by John Fastabend · 7 years ago
- fd8e8d1 net: sched: check for frozen queue before skb_bad_txq check by John Fastabend · 7 years ago
- 70e57d5 net: sched: use skb list for skb_bad_tx by John Fastabend · 7 years ago
- 7bbde83 net: sched: drop qdisc_reset from dev_graft_qdisc by John Fastabend · 7 years ago
- a53851e net: sched: explicit locking in gso_cpu fallback by John Fastabend · 7 years ago
- d59f5ff net: sched: a dflt qdisc may be used with per cpu stats by John Fastabend · 7 years ago
- 29b86cd net: sched: remove remaining uses for qdisc_qlen in xmit path by John Fastabend · 7 years ago
- 6b3ba91 net: sched: allow qdiscs to handle locking by John Fastabend · 7 years ago
- 6c14818 net: sched: cleanup qdisc_run and __qdisc_run semantics by John Fastabend · 7 years ago
- 32d3e51 net_sched: use macvlan real dev trans_start in dev_trans_start() by Chris Dion · 7 years ago
- 4620940 net: core: introduce mini_Qdisc and eliminate usage of tp->q for clsact fastpath by Jiri Pirko · 7 years ago
- 26aa045 net/sched: Check for null dev_queue on create flow by Jesus Sanchez-Palencia · 7 years ago
- cdeabbb net: sched: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- c8e1812 net_sched: always reset qdisc backlog in qdisc_reset() by Konstantin Khlebnikov · 7 years ago
- 752fbcc net_sched: no need to free qdisc in RCU callback by Cong Wang · 7 years ago
- 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago