ddcacae84ca8e189f022047b23536e1a0e72ada0
[vpp.git] / MAINTAINERS
1 Descriptions of section entries:
2
3         M: Maintainer Full name and E-mail address: Full Name <address@domain>
4            One maintainer per line.  Multiple M: lines acceptable.
5         F: Files and directories with wildcard patterns.
6            A trailing slash includes all files and subdirectory files.
7            F:   drivers/net/    all files in and below drivers/net
8            F:   drivers/net/*   all files in drivers/net, but not below
9            One pattern per line.  Multiple F: lines acceptable.
10         E: exclude file(s) matched by F:
11         C: Single line comment related to current section.
12         I: single word feature/component identifier
13         Y: path to feature YAML file
14
15                 -----------------------------------
16
17 Build System
18 I:      build
19 M:      Damjan Marion <damarion@cisco.com>
20 F:      Makefile
21 F:      src/CMakeLists.txt
22 F:      src/cmake/
23 F:      build/
24
25 Build System Internal
26 I:      ebuild
27 M:      Dave Barach <vpp@barachs.net>
28 F:      build-root/Makefile
29 F:      build-data/
30
31 VNET Link Bonding
32 I:      bonding
33 M:      Steven Luong <sluong@cisco.com>
34 F:      src/vnet/bonding/
35
36 Sphinx Documents
37 I:      docs
38 M:      John DeNisco <jdenisco@cisco.com>
39 M:      Ray Kinsella <raykinsella78@gmail.com>
40 F:      docs/
41
42 Infrastructure Library
43 I:      vppinfra
44 M:      Dave Barach <vpp@barachs.net>
45 F:      src/vppinfra/
46
47 Physical Memory Allocator
48 I:      pmalloc
49 M:      Damjan Marion <damarion@cisco.com>
50 F:      src/vppinfra/pmalloc.[ch]
51
52 Vector Library
53 I:      vlib
54 M:      Dave Barach <vpp@barachs.net>
55 M:      Damjan Marion <damarion@cisco.com>
56 F:      src/vlib/
57 E:      src/vlib/buffer*.[ch]
58 E:      src/vlib/pci/
59 E:      src/vlib/linux/pci.[ch]
60 E:      src/vlib/linux/vfio.[ch]
61
62 Vector Library - Buffer Management
63 I:      buffers
64 M:      Damjan Marion <damarion@cisco.com>
65 M:      Dave Barach <vpp@barachs.net>
66 F:      src/vlib/buffer*.[ch]
67
68 Vector Library - PCI
69 I:      pci
70 M:      Damjan Marion <damarion@cisco.com>
71 F:      src/vlib/pci/
72 F:      src/vlib/linux/pci.[ch]
73 F:      src/vlib/linux/vfio.[ch]
74
75 Binary API Libraries
76 I:      api
77 M:      Dave Barach <vpp@barachs.net>
78 F:      src/vlibapi/
79 F:      src/vlibmemory/
80
81 VNET Bidirectional Forwarding Detection (BFD)
82 I:      bfd
83 M:      Klement Sekera <ksekera@cisco.com>
84 F:      src/vnet/bfd/
85
86 VNET Classifier
87 I:      classify
88 M:      Dave Barach <vpp@barachs.net>
89 F:      src/vnet/classify
90
91 VNET Policer
92 I:      policer
93 M:      Neale Ranns <neale@graphiant.com>
94 F:      src/vnet/policer/
95
96 VNET Device Drivers
97 I:      devices
98 Y:      src/vnet/devices/af_packet/FEATURE.yaml
99 Y:      src/vnet/devices/pipe/FEATURE.yaml
100 M:      Damjan Marion <damarion@cisco.com>
101 F:      src/vnet/devices/
102
103 VNET TAP Drivers
104 I:      tap
105 Y:      src/vnet/devices/tap/FEATURE.yaml
106 M:      Damjan Marion <damarion@cisco.com>
107 M:      Steven Luong <sluong@cisco.com>
108 M:      Mohsin Kazmi <sykazmi@cisco.com>
109 F:      src/vnet/devices/tap/
110
111 VNET Vhost User Driver
112 I:      vhost
113 Y:      src/vnet/devices/virtio/FEATURE.yaml
114 M:      Steven Luong <sluong@cisco.com>
115 F:      src/vnet/devices/virtio/vhost_user*
116
117 VNET Native Virtio Drivers
118 I:      virtio
119 Y:      src/vnet/devices/virtio/FEATURE.yaml
120 M:      Mohsin Kazmi <sykazmi@cisco.com>
121 M:      Damjan Marion <damarion@cisco.com>
122 F:      src/vnet/devices/virtio/
123
124 VNET Ethernet
125 I:      ethernet
126 M:      Dave Barach <vpp@barachs.net>
127 M:      Damjan Marion <damarion@cisco.com>
128 F:      src/vnet/ethernet/
129
130 VNET Feature Arcs
131 I:      feature
132 M:      Dave Barach <vpp@barachs.net>
133 M:      Damjan Marion <damarion@cisco.com>
134 F:      src/vnet/feature/
135
136 VNET FIB
137 I:      fib
138 M:      Neale Ranns <neale@graphiant.com>
139 F:      src/vnet/fib/
140 F:      src/vnet/mfib/
141 F:      src/vnet/dpo
142 F:      src/vnet/adj
143
144 VNET IPv4 LPM
145 I:      ip
146 M:      Dave Barach <vpp@barachs.net>
147 F:      src/vnet/ip/
148
149 VNET IPv6 LPM
150 I:      ip6
151 M:      Neale Ranns <neale@graphiant.com>
152 M:      Jon Loeliger <jdl@netgate.com>
153 F:      src/vnet/ip/
154
155 VNET IP Neighbors
156 I:      ip-neighbor
157 M:      Neale Ranns <neale@graphiant.com>
158 F:      src/vnet/ip-neighbor
159
160 VNET QoS
161 I:      qos
162 M:      Neale Ranns <neale@graphiant.com>
163 F:      src/vnet/qos/
164
165 VNET Interface Common
166 I:      interface
167 M:      Dave Barach <vpp@barachs.net>
168 F:      src/vnet/interface*.[ch]
169
170 VNET Packet Generator
171 I:      pg
172 M:      Dave Barach <vpp@barachs.net>
173 F:      src/vnet/pg/
174
175 VNET Segment Routing (IPv6 and MPLS)
176 I:      sr
177 M:      Pablo Camarillo <pcamaril@cisco.com>
178 F:      src/vnet/srv6/
179 F:      src/vnet/srmpls/
180 F:      src/examples/srv6-sample-localsid/
181
182 VNET IPSec
183 I:      ipsec
184 M:      Neale Ranns <neale@graphiant.com>
185 M:      Radu Nicolau <radu.nicolau@intel.com>
186 M:      Fan Zhang <roy.fan.zhang@intel.com>
187 F:      src/vnet/ipsec/
188
189 VNET Crypto Infra
190 I:      crypto
191 M:      Damjan Marion <damarion@cisco.com>
192 M:      Neale Ranns <neale@graphiant.com>
193 F:      src/vnet/crypto/
194
195 VNET TEIB
196 I:      teib
197 M:      Neale Ranns <neale@graphiant.com>
198 F:      src/vnet/teib/
199
200 VNET SPAN
201 I:      span
202 M:      N/A
203 F:      src/vnet/span
204
205 Plugin - Crypto - native
206 I:      crypto-native
207 M:      Damjan Marion <damarion@cisco.com>
208 F:      src/plugins/crypto_native/
209
210 Plugin - Crypto - OpenSSL
211 I:      crypto-openssl
212 M:      Damjan Marion <damarion@cisco.com>
213 F:      src/plugins/crypto_openssl/
214
215 Plugin - Crypto - ipsecmb
216 I:      crypto-ipsecmb
217 M:      Neale Ranns <neale@graphiant.com>
218 M:      Fan Zhang <roy.fan.zhang@intel.com>
219 F:      src/plugins/crypto_ipsecmb/
220
221 Plugin - Crypto - sw_scheduler
222 I:      crypto-sw-scheduler
223 M:      Fan Zhang <roy.fan.zhang@intel.com>
224 F:      src/plugs/crypto_sw_scheduler/
225
226 VNET L2
227 I:      l2
228 M:      John Lo <lojultra2020@outlook.com>
229 M:      Steven Luong <sluong@cisco.com>
230 F:      src/vnet/l2/
231
232 VNET GRE
233 I:      gre
234 M:      Neale Ranns <neale@graphiant.com>
235 F:      src/vnet/gre/
236
237 VNET GSO
238 I:      gso
239 M:      Andrew Yourtchenko <ayourtch@gmail.com>
240 M:      Mohsin Kazmi <sykazmi@cisco.com>
241 F:      src/vnet/gso/
242
243 Plugin - MAP
244 I:      map
245 Y:      src/plugins/map/FEATURE.yaml
246 M:      Ole Troan <ot@cisco.com>
247 M:      Jon Loeliger <jdl@netgate.com>
248 F:      src/plugins/map
249
250 VNET MPLS
251 I:      mpls
252 M:      Neale Ranns <neale@graphiant.com>
253 F:      src/vnet/mpls/
254
255 VNET BIER
256 I:      bier
257 M:      Neale Ranns <neale@graphiant.com>
258 F:      src/vnet/bier/
259
260 VNET Session Layer
261 I:      session
262 Y:      src/vnet/session/FEATURE.yaml
263 M:      Florin Coras <fcoras@cisco.com>
264 F:      src/vnet/session
265
266 VNET TCP
267 I:      tcp
268 Y:      src/vnet/tcp/FEATURE.yaml
269 M:      Florin Coras <fcoras@cisco.com>
270 F:      src/vnet/tcp
271
272 VNET UDP
273 I:      udp
274 Y:      src/vnet/udp/FEATURE.yaml
275 M:      Florin Coras <fcoras@cisco.com>
276 F:      src/vnet/udp
277
278 VNET VXLAN
279 I:      vxlan
280 M:      John Lo <lojultra2020@outlook.com>
281 M:      Steven Luong <sluong@cisco.com>
282 F:      src/vnet/vxlan/
283
284 VNET VXLAN-GPE
285 I:      vxlan-gpe
286 M:      Hongjun Ni <hongjun.ni@intel.com>
287 F:      src/vnet/vxlan-gpe/
288
289 VNET VXLAN-GBP
290 I:      vxlan-gbp
291 M:      Mohsin Kazmi <sykazmi@cisco.com>
292 M:      Neale Ranns <neale@graphiant.com>
293 F:      src/vnet/vxlan-gbp/
294
295 VNET IPIP
296 I:      ipip
297 Y:      src/vnet/ipip/FEATURE.yaml
298 M:      Ole Troan <otroan@employees.org>
299 F:      src/vnet/ipip/
300
301 VNET tunnel
302 I:      tunnel
303 M:      Neale Ranns <neale@graphiant.com>
304 F:      src/vnet/tunnel'
305
306 VNET TLS and TLS engine plugins
307 I:      tls
308 M:      Florin Coras <fcoras@cisco.com>
309 M:      Ping Yu <ping.yu@intel.com>
310 F:      src/vnet/tls
311 F:      src/plugins/tlsopenssl
312 F:      src/plugins/tlsmbedtls
313 F:      src/plugins/tlspicotls
314
315 VNET SYSLOG
316 I:      syslog
317 M:      Matus Fabian <matfabia@cisco.com>
318 F:      src/vnet/syslog
319
320 Plugin - DHCP
321 I:      dhcp
322 M:      Dave Barach <vpp@barachs.net>
323 M:      Neale Ranns <neale@graphiant.com>
324 F:      src/plugins/dhcp/
325
326 VNET - ARP
327 I:      arp
328 M:      Dave Barach <vpp@barachs.net>
329 M:      Neale Ranns <neale@graphiant.com>
330 F:      src/vnet/arp/
331
332 Plugin - ARPing CLI
333 I:      arping
334 M:      Steven Luong <sluong@cisco.com>
335 F:      src/plugins/arping/
336
337 VNET - IP6 Neighbor Discovery
338 I:      ip6-nd
339 M:      Dave Barach <vpp@barachs.net>
340 M:      Neale Ranns <neale@graphiant.com>
341 F:      src/vnet/ip6-nd/
342
343 VNET GENEVE
344 I:      geneve
345 M:      N/A
346 F:      src/vnet/geneve/
347
348 VNET FLOW
349 I:      flow
350 M:      Damjan Marion <damarion@cisco.com>
351 F:      src/vnet/flow/
352
353 VNET Hash
354 I:      hash
355 M:      Mohsin Kazmi <sykazmi@cisco.com>
356 M:      Damjan Marion <damarion@cisco.com>
357 F:      src/vnet/hash/
358
359 VPP Main App
360 I:      vpp
361 M:      Dave Barach <vpp@barachs.net>
362 M:      Damjan Marion <damarion@cisco.com>
363 F:      src/vpp/
364
365 Plugin - Access Control List (ACL) Based Forwarding
366 I:      abf
367 M:      Neale Ranns <neale@graphiant.com>
368 F:      src/plugins/abf/
369
370 Plugin - Allow / Deny List
371 I:      adl
372 M:      Dave Barach <vpp@barachs.net>
373 F:      src/plugins/adl/
374
375 Plugin - Simple DNS name resolver
376 I:      dns
377 M:      Dave Barach <vpp@barachs.net>
378 F:      src/plugins/dns/
379
380 Plugin - ACL
381 I:      acl
382 M:      Andrew Yourtchenko <ayourtch@gmail.com>
383 F:      src/plugins/acl/
384
385 Plugin - NAT
386 I:      nat
387 M:      Ole Troan <ot@cisco.com>
388 M:  Filip Varga <fivarga@cisco.com>
389 M:  Klement Sekera <ksekera@cisco.com>
390 F:      src/plugins/nat/
391
392 Plugin - PNAT Static match and rewrite engine
393 I:      pnat
394 M:      Ole Troan <ot@cisco.com>
395 F:      src/plugins/nat/pnat/
396
397 Plugin - AVF Device driver
398 I:      avf
399 M:      Damjan Marion <damarion@cisco.com>
400 F:      src/plugins/avf/
401
402 Plugin - Dispatch Trace PCAP
403 I:      dispatch-trace
404 M:      Dave Barach <vpp@barachs.net>
405 F:      src/plugins/dispatch-trace
406
407 Plugin - DPDK
408 I:      dpdk
409 M:      Damjan Marion <damarion@cisco.com>
410 M:      Mohammed Hawari <mohammed@hawari.fr>
411 F:      src/plugins/dpdk/
412
413 Plugin - DPDK Crypto
414 I:      dpdk-cryptodev
415 M:      Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com>
416 M:      Radu Nicolau <radu.nicolau@intel.com>
417 M:      Fan Zhang <roy.fan.zhang@intel.com>
418 F:      src/plugins/dpdk/cryptodev/
419
420 Plugin - flowprobe
421 I:      flowprobe
422 Y:      src/plugins/flowprobe/FEATURE.yaml
423 M:      Ole Troan <otroan@employees.org>
424 F:      src/plugins/flowprobe/
425
426 Plugin - http_static
427 I:      http_static
428 M:      Dave Barach <vpp@barachs.net>
429 F:      src/plugins/http_static/
430
431 Plugin - builtinurl
432 I:      builtinurl
433 M:      Dave Barach <vpp@barachs.net>
434 F:      src/plugins/builtinurl/
435
436 Plugin - Group Based Policy (GBP)
437 I:      gbp
438 M:      Neale Ranns <neale@graphiant.com>
439 F:      src/plugins/gbp/
440
441 Plugin - GTPU
442 I:      gtpu
443 M:      Hongjun Ni <hongjun.ni@intel.com>
444 F:      src/plugins/gtpu/
445
446 Plugin - Internet Key Exchange (IKEv2) Protocol
447 I:      ikev2
448 M:      Damjan Marion <damarion@cisco.com>
449 M:      Neale Ranns <neale@graphiant.com>
450 M:      Filip Tehlar <ftehlar@cisco.com>
451 M:      Benoît Ganne <bganne@cisco.com>
452 F:      src/plugins/ikev2/
453
454 Plugin - Internet Group Management Protocol (IGMP)
455 I:      igmp
456 M:      Neale Ranns <neale@graphiant.com>
457 F:      src/plugins/igmp/
458
459 Plugin - L3 Cross-Connect (L3XC)
460 I:      l3xc
461 M:      Neale Ranns <neale@graphiant.com>
462 F:      src/plugins/l3xc/
463
464 Plugin - LISP
465 I:      lisp
466 Y:      src/plugins/lisp/lisp-cp/FEATURE.yaml
467 Y:      src/plugins/lisp/lisp-gpe/FEATURE.yaml
468 M:      Florin Coras <fcoras@cisco.com>
469 F:      src/plugins/lisp/
470
471 Plugin - Link Layer Discovery Protocol (LLDP)
472 I:      lldp
473 M:      Klement Sekera <ksekera@cisco.com>
474 F:      src/plugins/lldp/
475
476 Plugin - memif device driver
477 I:      memif
478 M:      Damjan Marion <damarion@cisco.com>
479 F:      src/plugins/memif/
480
481 Plugin - Marvell MUSDK device driver
482 I:      marvell
483 M:      Damjan Marion <damarion@cisco.com>
484 F:      src/plugins/marvell/
485
486 Plugin - performance counter
487 I:      perfmon
488 M:      Damjan Marion <damarion@cisco.com>
489 F:      src/plugins/perfmon/
490
491 Plugin - PPPoE
492 I:      pppoe
493 M:      Hongjun Ni <hongjun.ni@intel.com>
494 F:      src/plugins/pppoe/
495
496 Plugin - Ping
497 I:      ping
498 M:      Andrew Yourtchenko <ayourtch@gmail.com>
499 F:      src/plugins/ping
500
501 Plugin - IPv6 Segment Routing Dynamic Proxy
502 I:      srv6-ad
503 M:      Francois Clad <fclad@cisco.com>
504 F:      src/plugins/srv6-ad/
505
506 Plugin - IPv6 Segment Routing Flow-Based Dynamic Proxy
507 I:      srv6-ad-flow
508 M:      Francois Clad <fclad@cisco.com>
509 F:      src/plugins/srv6-ad-flow/
510
511 Plugin - IPv6 Segment Routing Masquerading Proxy
512 I:      srv6-am
513 M:      Francois Clad <fclad@cisco.com>
514 F:      src/plugins/srv6-am/
515
516 Plugin - IPv6 Segment Routing Static Proxy
517 I:      srv6-as
518 M:      Francois Clad <fclad@cisco.com>
519 F:      src/plugins/srv6-as/
520
521 Plugin - IPv6 Segment Routing Mobile
522 I:      srv6-mobile
523 M:      Tetsuya Murakami <tetsuya.mrk@gmail.com>
524 M:      Satoru Matsushima <satoru.matsushima@gmail.com>
525 F:      src/plugins/srv6-mobile/
526
527 Plugin - Link Aggregation Control Protocol
528 I:      lacp
529 M:      Steven Luong <sluong@cisco.com>
530 F:      src/plugins/lacp/
531
532 Plugin - Load Balancer
533 I:      lb
534 M:      Pfister <ppfister@cisco.com>
535 M:      Hongjun Ni <hongjun.ni@intel.com>
536 F:      src/plugins/lb/
537
538 Plugin - NSH
539 I:      nsh
540 M:      Hongjun Ni <hongjun.ni@intel.com>
541 M:      Vengada <venggovi@cisco.com>
542 F:      src/plugins/nsh/
543
544 Plugin - TCP MSS Clamping
545 I:      mss_clamp
546 M:      Miklos Tirpak <miklos.tirpak@emnify.com>
547 F:      src/plugins/mss_clamp/
548
549 Plugin - Time-based MAC filter
550 I:      mactime
551 Y:      src/plugins/mactime/FEATURE.yaml
552 M:      Dave Barach <vpp@barachs.net>
553 F:      src/plugins/mactime/
554
555 Plugin - Network Delay Simulator
556 I:      nsim
557 Y:      src/plugins/nsim/FEATURE.yaml
558 M:      Dave Barach <vpp@barachs.net>
559 F:      src/plugins/nsim/
560
561 Plugin - Buffer Metadata Modification Tracker
562 I:      mdata
563 M:      Dave Barach <vpp@barachs.net>
564 F:      src/plugins/mdata/
565
566 Plugin - Unit Tests
567 I:      unittest
568 M:      Dave Barach <vpp@barachs.net>
569 M:      Florin Coras <fcoras@cisco.com>
570 F:      src/plugins/unittest/
571
572 Test Infrastructure
573 I:      tests
574 M:      Klement Sekera <ksekera@cisco.com>
575 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
576 F:      test/
577
578 SVM Library
579 I:      svm
580 M:      Dave Barach <vpp@barachs.net>
581 F:      src/svm
582
583 VPP API TEST
584 I:      vat
585 M:      Dave Barach <vpp@barachs.net>
586 F:      src/vat/
587
588 VPP Executable
589 I:      vpp
590 M:      Dave Barach <vpp@barachs.net>
591 F:      src/vpp/
592
593 Emacs templates
594 I:      emacs
595 M:      Dave Barach <vpp@barachs.net>
596 F:      extras/emacs/
597
598 Graphical Event Viewer
599 I:      g2
600 M:      Dave Barach <vpp@barachs.net>
601 F:      src/tools/g2/
602
603 Performance Tooling
604 I:      perftool
605 M:      Dave Barach <vpp@barachs.net>
606 F:      src/tools/perftool/
607
608 Plugin - vmxnet3 device driver
609 I:      vmxnet3
610 M:      Steven Luong <sluong@cisco.com>
611 F:      src/plugins/vmxnet3/
612
613 Binary API Compiler for Python
614 I:      vppapigen
615 M:      Ole Troan <otroan@employees.org>
616 F:      src/tools/vppapigen/
617 F:  extras/scripts/crcchecker.py
618
619 API trace tool
620 I:      vppapitrace
621 M:      Ole Troan <otroan@employees.org>
622 F:      src/tools/vppapitrace/
623
624 Binary API Compiler for C and C++
625 I:      vapi
626 M:      Ole Troan <ot@cisco.com>
627 F:      src/vpp-api/vapi
628
629 Plugin - RDMA (ibverb) driver
630 I:      rdma
631 M:      Benoît Ganne <bganne@cisco.com>
632 M:      Damjan Marion <damarion@cisco.com>
633 F:      src/plugins/rdma/
634
635 Plugin - QUIC protocol
636 I:      quic
637 M:      Aloys Augustin <aloaugus@cisco.com>
638 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
639 M:      Dave Wallace <dwallacelf@gmail.com>
640 M:      Florin Coras <fcoras@cisco.com>
641 Y:      src/plugins/quic/FEATURE.yaml
642 F:      src/plugins/quic/
643
644 Plugin - snort plugin
645 I:      snort
646 M:      Damjan Marion <damarion@cisco.com>
647 F:      src/plugins/snort/
648
649 libmemif
650 I:      libmemif
651 M:      Damjan Marion <damarion@cisco.com>
652 F:      extras/libmemif
653
654 gomemif
655 I:      gomemif
656 M:      Jakub Grajciar <jgrajcia@cisco.com>
657 F:      extras/gomemif
658
659 VPP Comms Library
660 I:      vcl
661 Y:      src/vnet/vcl/FEATURE.yaml
662 M:      Florin Coras <fcoras@cisco.com>
663 F:      src/vcl
664
665 Statistics Segment
666 I:      stats
667 M:      Ole Troan <ot@cisco.com>
668 F:      src/vpp/stats/
669 F:      src/vpp-api/client/stat_client.[ch]
670
671 Plugin - Host Stack Applications
672 I:      hsa
673 M:      Florin Coras <fcoras@cisco.com>
674 M:      Dave Wallace <dwallacelf@gmail.com>
675 M:      Aloys Augustin <aloaugus@cisco.com>
676 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
677 F:      src/plugins/hs_apps/
678
679 Python binding for the VPP API
680 I:      papi
681 M:      Ole Troan <ot@cisco.com>
682 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
683 F:      src/vpp-api/python
684
685 Plugin - Cisco Discovery Protocol
686 I:      cdp
687 M:      vpp-dev Mailing List <vpp-dev@fd.io>
688 C:  Unmaintained
689 F:      src/plugins/cdp/
690
691 Plugin - Source VRF Select
692 I:      svs
693 M:      Neale Ranns <neale@graphiant.com>
694 F:      src/plugins/svs/
695
696 Plugin - LAN Emulation
697 I:      l2e
698 M:      Neale Ranns <neale@graphiant.com>
699 F:      src/plugins/l2e/
700
701 Plugin - IPv6 Connection Tracker
702 I:      ct6
703 M:      Dave Barach <vpp@barachs.net>
704 F:      src/plugins/ct6
705
706 Plugin - Steal The NIC
707 I:      stn
708 M:      vpp-dev Mailing List <vpp-dev@fd.io>
709 C:  Unmaintained
710 F:      src/plugins/stn
711
712 Plugin - IOAM
713 I:      ioam
714 M:      vpp-dev Mailing List <vpp-dev@fd.io>
715 C:  Unmaintained
716 F:      src/plugins/ioam
717
718 Plugin - Awkward chained buffer geometry tool
719 I:      oddbuf
720 M:      Dave Barach <vpp@barachs.net>
721 F:      src/plugins/oddbuf
722
723 Plugin - VRRP
724 I:      vrrp
725 M:      Matthew Smith <mgsmith@netgate.com>
726 F:      src/plugins/vrrp
727
728 Plugin - Unicast Reverse Path forwarding
729 I:      urpf
730 M:      Neale Ranns <neale@graphiant.com>
731 F:      src/plugins/urpf
732
733 Plugin - CNat
734 I:      cnat
735 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
736 M:      Neale Ranns <neale@graphiant.com>
737 F:      src/plugins/cnat
738
739 Plugin - Wireguard
740 I:      wireguard
741 M:      Artem Glazychev <artem.glazychev@xored.com>
742 M:      Fan Zhang <roy.fan.zhang@intel.com>
743 F:      src/plugins/wireguard
744
745 VPP Config Tooling
746 I:      vpp_config
747 M:      John DeNisco <jdenisco@cisco.com>
748 F:      extras/vpp_config
749
750 bash functions
751 I:      bash
752 M:      Dave Wallace <dwallacelf@gmail.com>
753 F:      extras/bash/
754
755 Plugin - AF_XDP driver
756 I:      af_xdp
757 M:      Benoît Ganne <bganne@cisco.com>
758 M:      Damjan Marion <damarion@cisco.com>
759 F:      src/plugins/af_xdp/
760
761 Plugin - geneve
762 I:      geneve
763 M:      community vpp-dev@lists.fd.io
764 F:      src/plugins/geneve/
765
766 Plugin - linux-cp
767 I:      linux-cp
768 M:      Neale Ranns <neale@graphiant.com>
769 M:      Matthew Smith <mgsmith@netgate.com>
770 F:      src/plugins/linux-cp/
771
772 Plugin - SRTP
773 I:      srtp
774 M:      Florin Coras <fcoras@cisco.com>
775 F:      src/plugins/srtp/
776
777 Plugin - bufmon
778 I:      bufmon
779 M:      Benoît Ganne <bganne@cisco.com>
780 F:      src/plugins/bufmon/
781
782 cJSON
783 I:      cjson
784 M:      Ole Troan <ot@cisco.com>
785 F:      src/vppinfra/cJSON.[ch]
786
787 VAT2
788 I:      vat2
789 M:      Ole Troan <ot@cisco.com>
790 F:      src/vat2/
791
792 VNET Ipfix Export
793 I:      ipfix-export
794 M:      Ole Troan <ot@cisco.com>
795 M:      Paul Atkins <patkins@graphiant.com>
796 F:      src/vnet/ipfix-export/
797
798 RPM packaging on openSUSE
799 I:      rpm-packaging
800 M:      Laszlo Kiraly <laszlo.kiraly@est.tech>
801 F:      src/extras/rpm/opensuse
802
803 THE REST
804 I:      misc
805 M:      vpp-dev Mailing List <vpp-dev@fd.io>
806 C:      Missing Maintainer
807 F:      *
808 F:      */