summaryrefslogtreecommitdiffstats
path: root/include/net/pkt_cls.h
Commit message (Expand)AuthorAgeFilesLines
* net: sched: make skip_sw actually skip softwareAsbjørn Sloth Tønnesen2024-03-291-0/+9
* net/sched: Add helper macros with module namesMichal Koutný2024-02-021-0/+2
* net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira2023-12-201-16/+0
* net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira2023-12-201-2/+12
* net, sched: Make tc-related drop reason more flexibleDaniel Borkmann2023-10-161-0/+6
* net: pkt_cls: Remove unused inline helpersYue Haibing2023-08-071-13/+0
* sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli2023-07-211-0/+1
* sch_htb: Allow HTB priority parameter in offload modeNaveen Mamindlapalli2023-05-151-0/+1
* net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-201-14/+20
* net/sched: support per action hw statsOz Shlomo2023-02-141-10/+19
* net/sched: pass flow_stats instead of multiple stats argsOz Shlomo2023-02-141-6/+5
* net/sched: move struct tc_mqprio_qopt_offload from pkt_cls.h to pkt_sched.hVladimir Oltean2023-02-061-10/+0
* net: sched: cls_api: introduce tc_cls_bind_class() helperZhengchao Shao2022-10-021-0/+12
* net/sched: cls_api: add helper for tc cls walker stats dumpZhengchao Shao2022-09-201-0/+13
* net/sched: remove return value of unregister_tcf_proto_opsZhengchao Shao2022-07-131-1/+1
* net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-081-2/+4
* net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey2022-02-051-0/+11
* net: sched: do not allocate a tracker in tcf_exts_init()Eric Dumazet2022-01-111-1/+3
* flow_offload: validate flags of filter and actionsBaowen Zheng2021-12-191-0/+3
* flow_offload: add process to update action stats from hardwareBaowen Zheng2021-12-191-8/+10
* flow_offload: rename exts stats update functions with hwBaowen Zheng2021-12-191-3/+3
* flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-191-0/+5
* flow_offload: rename offload functions with offload instead of flowBaowen Zheng2021-12-191-3/+3
* net: sched: add netns refcount tracker to struct tcf_extsEric Dumazet2021-12-101-2/+6
* net: sch_tbf: Add a graft commandPetr Machata2021-10-191-0/+2
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-2/+2
* sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy2021-08-301-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-051-0/+4
|\
| * net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_opsBijie Xu2021-08-031-0/+4
* | net_sched: refactor TC action init APICong Wang2021-08-021-1/+1
* | net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-15/+7
|/
* net: zero-initialize tc skb extension on allocationVlad Buslov2021-05-251-0/+11
* sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy2021-01-221-0/+36
* net: sched: remove redundant 'rtnl_held' argumentVlad Buslov2020-12-011-1/+1
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2020-11-161-1/+1
* net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata2020-07-161-2/+2
* net: sched: Introduce helpers for qevent blocksPetr Machata2020-06-291-0/+49
* net: qos offload add flow status with dropped countPo Liu2020-06-191-2/+3
* net: sched: implement terse dump support in actVlad Buslov2020-05-151-0/+1
* net: sched: expose HW stats types per action used by driversJiri Pirko2020-03-301-1/+4
* net: sched: refine extack messages in tcf_change_indevGuillaume Nault2020-03-261-2/+6
* net: sched: RED: Introduce an ECN nodrop modePetr Machata2020-03-141-0/+1
* Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller2020-03-121-0/+13
|\
| * net: sched: Pass ingress block to tcf_classify_ingressPaul Blakey2020-02-191-2/+5
| * net: sched: Introduce ingress classification functionPaul Blakey2020-02-191-0/+10
* | net: sched: Make FIFO Qdisc offloadablePetr Machata2020-03-051-0/+15
|/
* net: sched: don't take rtnl lock during flow_action setupVlad Buslov2020-02-171-1/+1
* net_sched: fix ops->bind_class() implementationsCong Wang2020-01-271-14/+19
* net: sched: Make TBF Qdisc offloadablePetr Machata2020-01-251-0/+22