summaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)AuthorFilesLines
2024-04-27net/sched: Fix mirred deadlock on device recursionEric Dumazet1-0/+1
2024-04-10net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet1-1/+1
2024-04-10net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet1-5/+5
2024-03-27net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet1-1/+2
2024-02-22net/sched: flower: Add lock protection when remove filter handleJianbo Liu1-1/+4
2024-02-16net/sched: act_mirred: don't override retval if we already lost the skbJakub Kicinski1-12/+10
2024-02-16net/sched: act_mirred: use the backlog for mirred ingressJakub Kicinski1-9/+5
2024-02-10net: fill in MODULE_DESCRIPTION()s for net/schedBreno Leitao6-0/+6
2024-02-09net/sched: act_mirred: Don't zero blockid when net device is being deletedVictor Nogueira1-2/+0
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel2-1/+31
2024-01-13net: sched: track device in tcf_block_get/put_ext() only for clsact binder typesJiri Pirko1-2/+10
2024-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-6/+6
2024-01-07net/sched: simplify tc_action_load_ops parametersPedro Tammela2-8/+7
2024-01-05net/sched: act_ct: fix skb leak and crash on ooo fragsTao Liu1-6/+6
2024-01-05net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko3-55/+14
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-01-04net/sched: sch_api: conditional netlink notificationsPedro Tammela1-11/+68
2024-01-04net/sched: introduce ACT_P_BOUND return codePedro Tammela20-21/+21
2024-01-03net/sched: cls_api: complement tcf_tfilter_dump_policyLin Ma1-0/+1
2024-01-02net/sched: Retire ipt actionJamal Hadi Salim2-465/+0
2024-01-01net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua1-1/+3
2023-12-27net/sched: act_mirred: Allow mirred to blockVictor Nogueira1-2/+117
2023-12-27net/sched: act_mirred: Add helper function tcf_mirred_replace_devVictor Nogueira1-4/+12
2023-12-27net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readabilityVictor Nogueira1-57/+72
2023-12-27net/sched: cls_api: Expose tc block to the datapathVictor Nogueira1-1/+2
2023-12-27net/sched: Introduce tc block netdev tracking infraVictor Nogueira3-1/+60
2023-12-20net: sched: Add initial TC error skb drop reasonsVictor Nogueira2-9/+16
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira2-16/+9
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+28
2023-12-14net/sched: act_api: skip idr replace on bound actionsPedro Tammela2-6/+7
2023-12-14net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela1-22/+43
2023-12-12net/sched: cls_api: conditional notification of eventsPedro Tammela1-0/+12
2023-12-12net/sched: cls_api: remove 'unicast' argument from delete notificationPedro Tammela1-17/+9
2023-12-12net/sched: act_api: conditional notification of eventsPedro Tammela1-23/+75
2023-12-12net/sched: act_api: don't open code max()Pedro Tammela1-6/+3
2023-12-11net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov1-6/+28
2023-12-05net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_manyPedro Tammela1-4/+2
2023-12-05net/sched: act_api: stop loop over ops array on NULL in tcf_action_initPedro Tammela1-4/+2
2023-12-05net/sched: act_api: avoid non-contiguous action arrayPedro Tammela1-12/+21
2023-12-05net/sched: act_api: use tcf_act_for_each_actionPedro Tammela1-7/+5
2023-12-01net/sched: cbs: Use units.h instead of the copy of a definitionAndy Shevchenko1-2/+2
2023-11-19net/sched: cls_u32: replace int refcounts with proper refcountsPedro Tammela1-18/+18
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+3
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long1-0/+3
2023-11-15net: don't dump stack on queue timeoutJakub Kicinski1-2/+3
2023-11-09net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet1-8/+2
2023-11-09net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov1-1/+14
2023-11-06net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim2-2/+9
2023-11-02net: sched: Fill in missing MODULE_DESCRIPTION for qdiscsVictor Nogueira23-0/+23
2023-11-02net: sched: Fill in missing MODULE_DESCRIPTION for classifiersVictor Nogueira5-0/+5