aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-20ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1'Gal Pressman1-4/+4
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni1-1/+1
2025-02-15net/sched: cls_api: fix error handling causing NULL dereferencePierre Riteau1-1/+1
2025-02-05netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()Cong Wang1-1/+1
2025-02-05pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le1-0/+3
2025-01-22net: sched: fix ets qdisc OOB IndexingJamal Hadi Salim1-0/+2
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+4
2025-01-20net: sched: refine software bypass handling in tc_runXin Long5-34/+33
2025-01-18net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim1-0/+4
2025-01-17net: tc: improve qdisc error messagesJohn Ousterhout1-3/+3
2025-01-14net: sched: calls synchronize_net() only when neededEric Dumazet1-11/+11
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-66/+77
2025-01-09sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen1-65/+75
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet1-19/+14
2025-01-04net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet1-1/+2
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet1-2/+2
2024-12-17net/sched: Add drop reasons for AQM-based qdiscsToke Høiland-Jørgensen7-10/+21
2024-12-12net_sched: sch_cake: Add drop reasonsToke Høiland-Jørgensen1-20/+23
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+16
2024-12-11net/sched: netem: account for backlog updates from child qdiscMartin Ottens1-6/+16
2024-12-05net_sched: sch_sfq: don't allow 1 packet limitOctavian Purdila1-0/+4
2024-12-05net_sched: sch_fq: add three drop_reasonEric Dumazet1-4/+10
2024-12-04net: sched: fix ordering of qlen adjustmentLion Ackermann2-2/+2
2024-12-04net: sched: fix erspan_opt settings in cls_flowerXin Long1-2/+3
2024-11-30net/sched: tbf: correct backlog statistic for GSO packetsMartin Ottens1-6/+12
2024-11-28net_sched: sch_fq: don't follow the fast path if Tx is behind nowJakub Kicinski1-0/+6
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds17-162/+179
2024-11-19Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-0/+1
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+14
2024-11-12net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hnodes.Alexandre Ferrieux1-4/+14
2024-11-12net: sched: cls_api: improve the error message for ID allocation failureJakub Kicinski1-14/+25
2024-11-11net: convert to nla_get_*_default()Johannes Berg12-45/+33
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+2
2024-10-29net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext()Vladimir Oltean1-0/+1
2024-10-29net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOTPedro Tammela1-1/+1
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-9/+43
2024-10-23net: sched: use RCU read-side critical section in taprio_dump()Dmitry Antipov1-6/+12
2024-10-23net: sched: fix use-after-free in taprio_change()Dmitry Antipov1-1/+2
2024-10-23net/sched: act_api: unexport tcf_action_dump_1()Vladimir Oltean1-45/+44
2024-10-23net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created by classifiersVladimir Oltean1-1/+22
2024-10-21net: fix races in netdev_tx_sent_queue()/dev_watchdog()Eric Dumazet1-1/+7
2024-10-15net: sched: Use rtnl_register_many().Kuniyuki Iwashima3-24/+34
2024-10-15net/sched: cbs: Fix integer overflow in cbs_set_port_rate()Elena Salomatkina1-1/+1
2024-10-14net_sched: sch_fq: prepare for TIME_WAIT socketsEric Dumazet1-1/+2
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2024-10-09net_sched: sch_sfq: handle bigger packetsEric Dumazet1-26/+13
2024-10-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
2024-10-04net_sched: sch_fq: add the ability to offload pacingJeffrey Ji1-6/+27
2024-10-03netem: Include <linux/prandom.h> in sch_netem.cUros Bizjak1-0/+1