aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/pkt_cls.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-02net/sched: Add helper macros with module namesMichal Koutný1-0/+2
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira1-16/+0
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira1-2/+12
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann1-0/+6
2023-08-07net: pkt_cls: Remove unused inline helpersYue Haibing1-13/+0
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli1-0/+1
2023-05-15sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli1-0/+1
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey1-14/+20
2023-02-14net/sched: support per action hw statsOz Shlomo1-10/+19
2023-02-14net/sched: pass flow_stats instead of multiple stats argsOz Shlomo1-6/+5
2023-02-06net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean1-10/+0
2022-10-02net: sched: cls_api: introduce tc_cls_bind_class() helperZhengchao Shao1-0/+12
2022-09-20net/sched: cls_api: add helper for tc cls walker stats dumpZhengchao Shao1-0/+13
2022-07-13net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao1-1/+1
2022-04-08net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel1-2/+4
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey1-0/+11
2022-01-11net: sched: do not allocate a tracker in tcf_exts_init()Eric Dumazet1-1/+3
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng1-0/+3
2021-12-19flow_offload: add process to update action stats from hardwareBaowen Zheng1-8/+10
2021-12-19flow_offload: rename exts stats update functions with hwBaowen Zheng1-3/+3
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng1-0/+5
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng1-3/+3
2021-12-10net: sched: add netns refcount tracker to struct tcf_extsEric Dumazet1-2/+6
2021-10-19net: sch_tbf: Add a graft commandPetr Machata1-0/+2
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-2/+2
2021-08-30sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy1-2/+1
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-08-03net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_opsBijie Xu1-0/+4
2021-08-02net_sched: refactor TC action init APICong Wang1-1/+1
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-15/+7
2021-05-25net: zero-initialize tc skb extension on allocationVlad Buslov1-0/+11
2021-01-22sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy1-0/+36
2020-12-01net: sched: remove redundant 'rtnl_held' argumentVlad Buslov1-1/+1
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel1-1/+1
2020-07-16net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata1-2/+2
2020-06-29net: sched: Introduce helpers for qevent blocksPetr Machata1-0/+49
2020-06-19net: qos offload add flow status with dropped countPo Liu1-2/+3
2020-05-15net: sched: implement terse dump support in actVlad Buslov1-0/+1
2020-03-30net: sched: expose HW stats types per action used by driversJiri Pirko1-1/+4
2020-03-26net: sched: refine extack messages in tcf_change_indevGuillaume Nault1-2/+6
2020-03-14net: sched: RED: Introduce an ECN nodrop modePetr Machata1-0/+1
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+13
2020-03-05net: sched: Make FIFO Qdisc offloadablePetr Machata1-0/+15
2020-02-19net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey1-2/+5
2020-02-19net: sched: Introduce ingress classification functionPaul Blakey1-0/+10
2020-02-17net: sched: don't take rtnl lock during flow_action setupVlad Buslov1-1/+1
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang1-14/+19
2020-01-25net: sched: Make TBF Qdisc offloadablePetr Machata1-0/+22
2019-12-18net: sch_ets: Make the ETS qdisc offloadablePetr Machata1-0/+31