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