Age | Commit message (Expand) | Author |
2022-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-08-30 | net/sched: fix netdevice reference leaks in attach_default_qdiscs() | Wang Hai |
2022-08-26 | net: sched: remove unnecessary init of qdisc skb head | Zhengchao Shao |
2022-08-24 | net: Fix data-races around weight_p and dev_weight_[rt]x_bias. | Kuniyuki Iwashima |
2022-08-03 | net/sched: remove hacks added to dev_trans_start() for bonding to work | Vladimir Oltean |
2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski |
2022-04-15 | net_sched: make qdisc_reset() smaller | Eric Dumazet |
2022-02-14 | net_sched: add __rcu annotation to netdev->qdisc | Eric Dumazet |
2022-01-13 | net_sched: restore "mpu xxx" handling | Kevin Bracey |
2021-12-07 | net: watchdog: add net device refcount tracker | Eric Dumazet |
2021-12-06 | net/sched: add net device refcount tracker to struct Qdisc | Eric Dumazet |
2021-11-17 | net: no longer stop all TX queues in dev_watchdog() | Eric Dumazet |
2021-11-17 | net: do not inline netif_tx_lock()/netif_tx_unlock() | Eric Dumazet |
2021-11-17 | net: annotate accesses to queue->trans_start | Eric Dumazet |
2021-11-17 | net: use an atomic_long_t for queue->trans_timeout | Eric Dumazet |
2021-10-27 | net: sch: simplify condtion for selecting mini_Qdisc_pair buffer | Seth Forshee |
2021-10-27 | net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap() | Seth Forshee |
2021-10-18 | net: sched: Remove Qdisc::running sequence counter | Ahmed S. Darwish |
2021-10-18 | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types | Ahmed S. Darwish |
2021-10-18 | net: sched: Protect Qdisc::bstats with u64_stats | Ahmed S. Darwish |
2021-09-19 | net: sched: move and reuse mq_change_real_num_tx() | Jakub Kicinski |
2021-09-15 | net: sched: update default qdisc visibility after Tx queue cnt changes | Jakub Kicinski |
2021-08-04 | net: sched: fix lockdep_set_class() typo error for sch->seqlock | Yunsheng Lin |
2021-06-23 | net: sched: remove qdisc->empty for lockless qdisc | Yunsheng Lin |
2021-06-23 | net: sched: implement TCQ_F_CAN_BYPASS for lockless qdisc | Yunsheng Lin |
2021-06-03 | mlx5: count all link events | Jakub Kicinski |
2021-05-14 | net: sched: fix tx action reschedule issue with stopped queue | Yunsheng Lin |
2021-05-14 | net: sched: fix tx action rescheduling issue during deactivation | Yunsheng Lin |
2021-05-14 | net: sched: fix packet stuck problem for lockless qdisc | Yunsheng Lin |
2021-03-13 | net/sched: act_police: add support for packet-per-second policing | Baowen Zheng |
2020-10-09 | net/sched: get rid of qdisc->padded | Eric Dumazet |
2020-09-10 | net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc | Yunsheng Lin |
2020-06-09 | net: sched: export __netdev_watchdog_up() | Valentin Longchamp |
2020-05-27 | net_sched: get rid of unnecessary dev_qdisc_reset() | Cong Wang |
2020-05-27 | net_sched: avoid resetting active qdisc for multiple times | Cong Wang |
2020-05-27 | net_sched: add a tracepoint for qdisc creation | Cong Wang |
2020-05-27 | net_sched: add tracepoints for qdisc_reset() and qdisc_destroy() | Cong Wang |
2020-05-27 | net_sched: use qdisc_reset() in qdisc_destroy() | Cong Wang |
2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang |
2020-05-04 | net: sched: fallback to qdisc noqueue if default qdisc setup fail | Jesper Dangaard Brouer |
2020-02-19 | net: sched: Pass ingress block to tcf_classify_ingress | Paul Blakey |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-11-08 | net/sched: annotate lockless accesses to qdisc->empty | Eric Dumazet |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-10-25 | net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware | Vincent Prince |
2019-10-25 | net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware | Vincent Prince |
2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo |
2019-10-17 | net: sched: Avoid using yield() in a busy waiting loop | Marc Kleine-Budde |
2019-10-02 | net_sched: remove need_resched() from qdisc_run() | Eric Dumazet |
2019-09-15 | net_sched: let qdisc_put() accept NULL pointer | Cong Wang |