aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-10net: sched: cls_api: fix slab-use-after-free in fl_dump_keyJianbo Liu1-1/+1
2024-03-29net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen1-0/+18
2024-03-29net: sched: cls_api: add filter counterAsbjørn Sloth Tønnesen1-0/+19
2024-03-29net: sched: cls_api: add skip_sw counterAsbjørn Sloth Tønnesen1-0/+4
2024-02-02net/sched: Load modules via their aliasMichal Koutný1-1/+1
2024-01-24net/sched: flower: Fix chain template offloadIdo Schimmel1-1/+8
2024-01-13net: sched: track device in tcf_block_get/put_ext() only for clsact binder typesJiri Pirko1-2/+10
2024-01-07net/sched: simplify tc_action_load_ops parametersPedro Tammela1-3/+2
2024-01-05net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko1-0/+14
2024-01-03net/sched: cls_api: complement tcf_tfilter_dump_policyLin Ma1-0/+1
2023-12-26net/sched: cls_api: Expose tc block to the datapathVictor Nogueira1-1/+2
2023-12-26net/sched: Introduce tc block netdev tracking infraVictor Nogueira1-0/+2
2023-12-20net: sched: Add initial TC error skb drop reasonsVictor Nogueira1-8/+14
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira1-15/+8
2023-12-13net/sched: act_api: skip idr replace on bound actionsPedro Tammela1-1/+1
2023-12-11net/sched: cls_api: conditional notification of eventsPedro Tammela1-0/+12
2023-12-11net/sched: cls_api: remove 'unicast' argument from delete notificationPedro Tammela1-17/+9
2023-11-06net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim1-1/+8
2023-10-16net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann1-6/+20
2023-06-14net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov1-5/+7
2023-06-07net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua1-0/+1
2023-06-07net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-2/+0
2023-04-28net/sched: cls_api: remove block_cb from driver_list before freeingVlad Buslov1-0/+1
2023-04-21net/sched: cls_api: Initialize miss_cookie_node when action miss is not usedIvan Vecera1-0/+1
2023-04-17net/sched: clear actions pointer in miss cookie init failPedro Tammela1-0/+3
2023-02-26net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor1-1/+1
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey1-10/+205
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey1-14/+14
2023-02-14net/sched: introduce flow_offload action cookieOz Shlomo1-0/+1
2023-01-17sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu1-23/+39
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela1-1/+2
2022-10-25act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar1-0/+7
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-09-22net: sched: fix possible refcount leak in tc_new_tfilter()Hangyu Hua1-0/+1
2022-09-02net/sched: cls_api: remove redundant 0 check in tcf_qevent_init()Zhengchao Shao1-3/+0
2022-08-23net: sched: remove duplicate check of user rights in qdiscZhengchao Shao1-10/+0
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+10
2022-07-20net/sched: cls_api: Fix flow action initializationOz Shlomo1-6/+10
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao1-2/+3
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+1
2022-04-08net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner1-1/+1
2022-04-08net/sched: cls_api: Add extack message for unsupported action offloadIdo Schimmel1-2/+4
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel1-6/+10
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-3/+3
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey1-13/+32
2022-02-01net: sched: fix use-after-free in tc_new_tfilter()Eric Dumazet1-4/+7
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey1-0/+2
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5