summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2024-06-27net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error pathDavide Caratti
2024-06-27sched: act_ct: add netns into the key of tcf_ct_flow_tableXin Long
2024-06-27net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()David Ruth
2024-06-27net/sched: fix false lockdep warning on qdisc root lockDavide Caratti
2024-06-21net/sched: initialize noop_qdisc ownerJohannes Berg
2024-06-21net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAPEric Dumazet
2024-06-21net: sched: sch_multiq: fix possible OOB write in multiq_tune()Hangyu Hua
2024-06-12net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean
2024-06-12net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean
2024-04-17net/sched: Fix mirred deadlock on device recursionEric Dumazet
2024-04-04net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet
2024-04-03net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet
2024-03-19net/sched: Add module alias for sch_fq_pieMichal Koutný
2024-03-13net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-07net: move dev_tx_weight to net_hotdataEric Dumazet
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-21net/sched: flower: Add lock protection when remove filter handleJianbo Liu
2024-02-19net: sched: Annotate struct tc_pedit with __counted_byKees Cook
2024-02-16net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski
2024-02-16net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-13net: sched: codel replace GPLv2/BSD boilerplateStephen Hemminger
2024-02-13net: sched: Remove NET_ACT_IPT from KconfigHarshit Mogalapalli
2024-02-09net: fill in MODULE_DESCRIPTION()s for net/schedBreno Leitao
2024-02-09net/sched: act_mirred: Don't zero blockid when net device is being deletedVictor Nogueira
2024-02-02net/sched: Remove alias of sch_clsactMichal Koutný
2024-02-02net/sched: Load modules via their aliasMichal Koutný
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný
2024-01-29taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-codingAlessandro Marcolini
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel
2024-01-13net: sched: track device in tcf_block_get/put_ext() only for clsact binder typesJiri Pirko
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao
2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-01-07net/sched: simplify tc_action_load_ops parametersPedro Tammela
2024-01-05net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu
2024-01-05net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-03net/sched: sch_api: conditional netlink notificationsPedro Tammela
2024-01-03net/sched: introduce ACT_P_BOUND return codePedro Tammela
2024-01-03net/sched: cls_api: complement tcf_tfilter_dump_policyLin Ma
2024-01-02net/sched: Retire ipt actionJamal Hadi Salim
2024-01-01net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua
2023-12-26net/sched: act_mirred: Allow mirred to blockVictor Nogueira
2023-12-26net/sched: act_mirred: Add helper function tcf_mirred_replace_devVictor Nogueira
2023-12-26net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readabilityVictor Nogueira
2023-12-26net/sched: cls_api: Expose tc block to the datapathVictor Nogueira
2023-12-26net/sched: Introduce tc block netdev tracking infraVictor Nogueira