summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2025-03-27net: move replay logic to tc_modify_qdiscStanislav Fomichev
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-12net_sched: Prevent creation of classes with TC_H_ROOTCong Wang
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06sched: address a potential NULL pointer dereference in the GRED scheduler.Jun Yang
2025-03-06net: hold netdev instance lock during qdisc ndo_setup_tcStanislav Fomichev
2025-03-06net: sched: wrap doit/dumpit methodsStanislav Fomichev
2025-02-27net: sched: Remove newline at the end of a netlink error messageGal Pressman
2025-02-20ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1'Gal Pressman
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni
2025-02-18net/sched: Switch to use hrtimer_setup()Nam Cao
2025-02-15net/sched: cls_api: fix error handling causing NULL dereferencePierre Riteau
2025-02-05netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()Cong Wang
2025-02-05pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le
2025-01-22net: sched: fix ets qdisc OOB IndexingJamal Hadi Salim
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-01-20net: sched: refine software bypass handling in tc_runXin Long
2025-01-18net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim
2025-01-17net: tc: improve qdisc error messagesJohn Ousterhout
2025-01-14net: sched: calls synchronize_net() only when neededEric Dumazet
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-09sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet
2025-01-04net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet
2024-12-17net/sched: Add drop reasons for AQM-based qdiscsToke Høiland-Jørgensen
2024-12-12net_sched: sch_cake: Add drop reasonsToke Høiland-Jørgensen
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-11net/sched: netem: account for backlog updates from child qdiscMartin Ottens
2024-12-05net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila
2024-12-05net_sched: sch_fq: add three drop_reasonEric Dumazet
2024-12-04net: sched: fix ordering of qlen adjustmentLion Ackermann
2024-12-04net: sched: fix erspan_opt settings in cls_flowerXin Long
2024-11-30net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens
2024-11-28net_sched: sch_fq: don't follow the fast path if Tx is behind nowJakub Kicinski
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-12net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno...Alexandre Ferrieux
2024-11-12net: sched: cls_api: improve the error message for ID allocation failureJakub Kicinski
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-29net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()Vladimir Oltean
2024-10-29net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-23net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov
2024-10-23net: sched: fix use-after-free in taprio_change()Dmitry Antipov