a5bcc70798335b1871eb82320f85d29fd7147bc3
[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 GRE
238 I:      gre
239 M:      Neale Ranns <neale@graphiant.com>
240 F:      src/vnet/gre/
241
242 VNET GSO
243 I:      gso
244 M:      Andrew Yourtchenko <ayourtch@gmail.com>
245 M:      Mohsin Kazmi <sykazmi@cisco.com>
246 F:      src/vnet/gso/
247
248 Plugin - MAP
249 I:      map
250 Y:      src/plugins/map/FEATURE.yaml
251 M:      Ole Troan <ot@cisco.com>
252 M:      Jon Loeliger <jdl@netgate.com>
253 F:      src/plugins/map
254
255 VNET MPLS
256 I:      mpls
257 M:      Neale Ranns <neale@graphiant.com>
258 F:      src/vnet/mpls/
259
260 VNET BIER
261 I:      bier
262 M:      Neale Ranns <neale@graphiant.com>
263 F:      src/vnet/bier/
264
265 VNET Session Layer
266 I:      session
267 Y:      src/vnet/session/FEATURE.yaml
268 M:      Florin Coras <fcoras@cisco.com>
269 F:      src/vnet/session
270
271 VNET TCP
272 I:      tcp
273 Y:      src/vnet/tcp/FEATURE.yaml
274 M:      Florin Coras <fcoras@cisco.com>
275 F:      src/vnet/tcp
276
277 VNET UDP
278 I:      udp
279 Y:      src/vnet/udp/FEATURE.yaml
280 M:      Florin Coras <fcoras@cisco.com>
281 F:      src/vnet/udp
282
283 VNET VXLAN
284 I:      vxlan
285 M:      John Lo <lojultra2020@outlook.com>
286 M:      Steven Luong <sluong@cisco.com>
287 F:      src/vnet/vxlan/
288
289 VNET VXLAN-GPE
290 I:      vxlan-gpe
291 M:      Hongjun Ni <hongjun.ni@intel.com>
292 F:      src/vnet/vxlan-gpe/
293
294 VNET VXLAN-GBP
295 I:      vxlan-gbp
296 M:      Mohsin Kazmi <sykazmi@cisco.com>
297 M:      Neale Ranns <neale@graphiant.com>
298 F:      src/vnet/vxlan-gbp/
299
300 VNET IPIP
301 I:      ipip
302 Y:      src/vnet/ipip/FEATURE.yaml
303 M:      Ole Troan <otroan@employees.org>
304 F:      src/vnet/ipip/
305
306 VNET tunnel
307 I:      tunnel
308 M:      Neale Ranns <neale@graphiant.com>
309 F:      src/vnet/tunnel'
310
311 VNET TLS and TLS engine plugins
312 I:      tls
313 M:      Florin Coras <fcoras@cisco.com>
314 M:      Ping Yu <ping.yu@intel.com>
315 F:      src/vnet/tls
316 F:      src/plugins/tlsopenssl
317 F:      src/plugins/tlsmbedtls
318 F:      src/plugins/tlspicotls
319
320 VNET SYSLOG
321 I:      syslog
322 M:      Matus Fabian <matfabia@cisco.com>
323 F:      src/vnet/syslog
324
325 Plugin - DHCP
326 I:      dhcp
327 M:      Dave Barach <vpp@barachs.net>
328 M:      Neale Ranns <neale@graphiant.com>
329 F:      src/plugins/dhcp/
330
331 VNET - ARP
332 I:      arp
333 M:      Dave Barach <vpp@barachs.net>
334 M:      Neale Ranns <neale@graphiant.com>
335 F:      src/vnet/arp/
336
337 Plugin - ARPing CLI
338 I:      arping
339 M:      Steven Luong <sluong@cisco.com>
340 F:      src/plugins/arping/
341
342 VNET - IP6 Neighbor Discovery
343 I:      ip6-nd
344 M:      Dave Barach <vpp@barachs.net>
345 M:      Neale Ranns <neale@graphiant.com>
346 F:      src/vnet/ip6-nd/
347
348 VNET GENEVE
349 I:      geneve
350 M:      N/A
351 F:      src/vnet/geneve/
352
353 VNET FLOW
354 I:      flow
355 M:      Damjan Marion <damarion@cisco.com>
356 F:      src/vnet/flow/
357
358 VNET Hash
359 I:      hash
360 M:      Mohsin Kazmi <sykazmi@cisco.com>
361 M:      Damjan Marion <damarion@cisco.com>
362 F:      src/vnet/hash/
363
364 VPP Main App
365 I:      vpp
366 M:      Dave Barach <vpp@barachs.net>
367 M:      Damjan Marion <damarion@cisco.com>
368 F:      src/vpp/
369
370 Plugin - Access Control List (ACL) Based Forwarding
371 I:      abf
372 M:      Neale Ranns <neale@graphiant.com>
373 F:      src/plugins/abf/
374
375 Plugin - Allow / Deny List
376 I:      adl
377 M:      Dave Barach <vpp@barachs.net>
378 F:      src/plugins/adl/
379
380 Plugin - Simple DNS name resolver
381 I:      dns
382 M:      Dave Barach <vpp@barachs.net>
383 F:      src/plugins/dns/
384
385 Plugin - ACL
386 I:      acl
387 M:      Andrew Yourtchenko <ayourtch@gmail.com>
388 F:      src/plugins/acl/
389
390 Plugin - NAT
391 I:      nat
392 M:      Ole Troan <ot@cisco.com>
393 M:  Filip Varga <fivarga@cisco.com>
394 M:  Klement Sekera <ksekera@cisco.com>
395 F:      src/plugins/nat/
396
397 Plugin - PNAT Static match and rewrite engine
398 I:      pnat
399 M:      Ole Troan <ot@cisco.com>
400 F:      src/plugins/nat/pnat/
401
402 Plugin - AVF Device driver
403 I:      avf
404 M:      Damjan Marion <damarion@cisco.com>
405 F:      src/plugins/avf/
406
407 Plugin - Dispatch Trace PCAP
408 I:      dispatch-trace
409 M:      Dave Barach <vpp@barachs.net>
410 F:      src/plugins/dispatch-trace
411
412 Plugin - DPDK
413 I:      dpdk
414 M:      Damjan Marion <damarion@cisco.com>
415 M:      Mohammed Hawari <mohammed@hawari.fr>
416 F:      src/plugins/dpdk/
417
418 Plugin - DPDK Crypto
419 I:      dpdk-cryptodev
420 M:      Sergio Gonzalez Monroy <sergio.gonzalez.monroy@outlook.com>
421 M:      Radu Nicolau <radu.nicolau@intel.com>
422 M:      Fan Zhang <roy.fan.zhang@intel.com>
423 F:      src/plugins/dpdk/cryptodev/
424
425 Plugin - flowprobe
426 I:      flowprobe
427 Y:      src/plugins/flowprobe/FEATURE.yaml
428 M:      Ole Troan <otroan@employees.org>
429 F:      src/plugins/flowprobe/
430
431 Plugin - http_static
432 I:      http_static
433 M:      Dave Barach <vpp@barachs.net>
434 F:      src/plugins/http_static/
435
436 Plugin - builtinurl
437 I:      builtinurl
438 M:      Dave Barach <vpp@barachs.net>
439 F:      src/plugins/builtinurl/
440
441 Plugin - Group Based Policy (GBP)
442 I:      gbp
443 M:      Neale Ranns <neale@graphiant.com>
444 F:      src/plugins/gbp/
445
446 Plugin - GTPU
447 I:      gtpu
448 M:      Hongjun Ni <hongjun.ni@intel.com>
449 F:      src/plugins/gtpu/
450
451 Plugin - Internet Key Exchange (IKEv2) Protocol
452 I:      ikev2
453 M:      Damjan Marion <damarion@cisco.com>
454 M:      Neale Ranns <neale@graphiant.com>
455 M:      Filip Tehlar <ftehlar@cisco.com>
456 M:      Benoît Ganne <bganne@cisco.com>
457 F:      src/plugins/ikev2/
458
459 Plugin - Internet Group Management Protocol (IGMP)
460 I:      igmp
461 M:      Neale Ranns <neale@graphiant.com>
462 F:      src/plugins/igmp/
463
464 Plugin - L3 Cross-Connect (L3XC)
465 I:      l3xc
466 M:      Neale Ranns <neale@graphiant.com>
467 F:      src/plugins/l3xc/
468
469 Plugin - LISP
470 I:      lisp
471 Y:      src/plugins/lisp/lisp-cp/FEATURE.yaml
472 Y:      src/plugins/lisp/lisp-gpe/FEATURE.yaml
473 M:      Florin Coras <fcoras@cisco.com>
474 F:      src/plugins/lisp/
475
476 Plugin - Link Layer Discovery Protocol (LLDP)
477 I:      lldp
478 M:      Klement Sekera <ksekera@cisco.com>
479 F:      src/plugins/lldp/
480
481 Plugin - memif device driver
482 I:      memif
483 M:      Damjan Marion <damarion@cisco.com>
484 F:      src/plugins/memif/
485
486 Plugin - Marvell MUSDK device driver
487 I:      marvell
488 M:      Damjan Marion <damarion@cisco.com>
489 F:      src/plugins/marvell/
490
491 Plugin - performance counter
492 I:      perfmon
493 M:      Damjan Marion <damarion@cisco.com>
494 F:      src/plugins/perfmon/
495
496 Plugin - PPPoE
497 I:      pppoe
498 M:      Hongjun Ni <hongjun.ni@intel.com>
499 F:      src/plugins/pppoe/
500
501 Plugin - Ping
502 I:      ping
503 M:      Andrew Yourtchenko <ayourtch@gmail.com>
504 F:      src/plugins/ping
505
506 Plugin - IPv6 Segment Routing Dynamic Proxy
507 I:      srv6-ad
508 M:      Francois Clad <fclad@cisco.com>
509 F:      src/plugins/srv6-ad/
510
511 Plugin - IPv6 Segment Routing Flow-Based Dynamic Proxy
512 I:      srv6-ad-flow
513 M:      Francois Clad <fclad@cisco.com>
514 F:      src/plugins/srv6-ad-flow/
515
516 Plugin - IPv6 Segment Routing Masquerading Proxy
517 I:      srv6-am
518 M:      Francois Clad <fclad@cisco.com>
519 F:      src/plugins/srv6-am/
520
521 Plugin - IPv6 Segment Routing Static Proxy
522 I:      srv6-as
523 M:      Francois Clad <fclad@cisco.com>
524 F:      src/plugins/srv6-as/
525
526 Plugin - IPv6 Segment Routing Mobile
527 I:      srv6-mobile
528 M:      Tetsuya Murakami <tetsuya.mrk@gmail.com>
529 M:      Satoru Matsushima <satoru.matsushima@gmail.com>
530 F:      src/plugins/srv6-mobile/
531
532 Plugin - Link Aggregation Control Protocol
533 I:      lacp
534 M:      Steven Luong <sluong@cisco.com>
535 F:      src/plugins/lacp/
536
537 Plugin - Load Balancer
538 I:      lb
539 M:      Pfister <ppfister@cisco.com>
540 M:      Hongjun Ni <hongjun.ni@intel.com>
541 F:      src/plugins/lb/
542
543 Plugin - NSH
544 I:      nsh
545 M:      Hongjun Ni <hongjun.ni@intel.com>
546 M:      Vengada <venggovi@cisco.com>
547 F:      src/plugins/nsh/
548
549 Plugin - TCP MSS Clamping
550 I:      mss_clamp
551 M:      Miklos Tirpak <miklos.tirpak@emnify.com>
552 F:      src/plugins/mss_clamp/
553
554 Plugin - Time-based MAC filter
555 I:      mactime
556 Y:      src/plugins/mactime/FEATURE.yaml
557 M:      Dave Barach <vpp@barachs.net>
558 F:      src/plugins/mactime/
559
560 Plugin - Network Delay Simulator
561 I:      nsim
562 Y:      src/plugins/nsim/FEATURE.yaml
563 M:      Dave Barach <vpp@barachs.net>
564 F:      src/plugins/nsim/
565
566 Plugin - Buffer Metadata Modification Tracker
567 I:      mdata
568 M:      Dave Barach <vpp@barachs.net>
569 F:      src/plugins/mdata/
570
571 Plugin - Unit Tests
572 I:      unittest
573 M:      Dave Barach <vpp@barachs.net>
574 M:      Florin Coras <fcoras@cisco.com>
575 F:      src/plugins/unittest/
576
577 Test Infrastructure
578 I:      tests
579 M:      Klement Sekera <ksekera@cisco.com>
580 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
581 F:      test/
582
583 SVM Library
584 I:      svm
585 M:      Dave Barach <vpp@barachs.net>
586 F:      src/svm
587
588 VPP API TEST
589 I:      vat
590 M:      Dave Barach <vpp@barachs.net>
591 F:      src/vat/
592
593 VPP Executable
594 I:      vpp
595 M:      Dave Barach <vpp@barachs.net>
596 F:      src/vpp/
597
598 Emacs templates
599 I:      emacs
600 M:      Dave Barach <vpp@barachs.net>
601 F:      extras/emacs/
602
603 Graphical Event Viewer
604 I:      g2
605 M:      Dave Barach <vpp@barachs.net>
606 F:      src/tools/g2/
607
608 Performance Tooling
609 I:      perftool
610 M:      Dave Barach <vpp@barachs.net>
611 F:      src/tools/perftool/
612
613 Plugin - vmxnet3 device driver
614 I:      vmxnet3
615 M:      Steven Luong <sluong@cisco.com>
616 F:      src/plugins/vmxnet3/
617
618 Binary API Compiler for Python
619 I:      vppapigen
620 M:      Ole Troan <otroan@employees.org>
621 F:      src/tools/vppapigen/
622 F:  extras/scripts/crcchecker.py
623
624 API trace tool
625 I:      vppapitrace
626 M:      Ole Troan <otroan@employees.org>
627 F:      src/tools/vppapitrace/
628
629 Binary API Compiler for C and C++
630 I:      vapi
631 M:      Ole Troan <ot@cisco.com>
632 F:      src/vpp-api/vapi
633
634 Plugin - RDMA (ibverb) driver
635 I:      rdma
636 M:      Benoît Ganne <bganne@cisco.com>
637 M:      Damjan Marion <damarion@cisco.com>
638 F:      src/plugins/rdma/
639
640 Plugin - QUIC protocol
641 I:      quic
642 M:      Aloys Augustin <aloaugus@cisco.com>
643 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
644 M:      Dave Wallace <dwallacelf@gmail.com>
645 M:      Florin Coras <fcoras@cisco.com>
646 Y:      src/plugins/quic/FEATURE.yaml
647 F:      src/plugins/quic/
648
649 Plugin - snort plugin
650 I:      snort
651 M:      Damjan Marion <damarion@cisco.com>
652 F:      src/plugins/snort/
653
654 libmemif
655 I:      libmemif
656 M:      Damjan Marion <damarion@cisco.com>
657 F:      extras/libmemif
658
659 gomemif
660 I:      gomemif
661 M:      Jakub Grajciar <jgrajcia@cisco.com>
662 F:      extras/gomemif
663
664 VPP Comms Library
665 I:      vcl
666 Y:      src/vnet/vcl/FEATURE.yaml
667 M:      Florin Coras <fcoras@cisco.com>
668 F:      src/vcl
669
670 Statistics Segment
671 I:      stats
672 M:      Ole Troan <ot@cisco.com>
673 F:      src/vpp/stats/
674 F:      src/vpp-api/client/stat_client.[ch]
675
676 Plugin - Host Stack Applications
677 I:      hsa
678 M:      Florin Coras <fcoras@cisco.com>
679 M:      Dave Wallace <dwallacelf@gmail.com>
680 M:      Aloys Augustin <aloaugus@cisco.com>
681 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
682 F:      src/plugins/hs_apps/
683
684 Python binding for the VPP API
685 I:      papi
686 M:      Ole Troan <ot@cisco.com>
687 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
688 F:      src/vpp-api/python
689
690 Plugin - Cisco Discovery Protocol
691 I:      cdp
692 M:      vpp-dev Mailing List <vpp-dev@fd.io>
693 C:  Unmaintained
694 F:      src/plugins/cdp/
695
696 Plugin - Source VRF Select
697 I:      svs
698 M:      Neale Ranns <neale@graphiant.com>
699 F:      src/plugins/svs/
700
701 Plugin - LAN Emulation
702 I:      l2e
703 M:      Neale Ranns <neale@graphiant.com>
704 F:      src/plugins/l2e/
705
706 Plugin - IPv6 Connection Tracker
707 I:      ct6
708 M:      Dave Barach <vpp@barachs.net>
709 F:      src/plugins/ct6
710
711 Plugin - Steal The NIC
712 I:      stn
713 M:      vpp-dev Mailing List <vpp-dev@fd.io>
714 C:  Unmaintained
715 F:      src/plugins/stn
716
717 Plugin - IOAM
718 I:      ioam
719 M:      vpp-dev Mailing List <vpp-dev@fd.io>
720 C:  Unmaintained
721 F:      src/plugins/ioam
722
723 Plugin - Awkward chained buffer geometry tool
724 I:      oddbuf
725 M:      Dave Barach <vpp@barachs.net>
726 F:      src/plugins/oddbuf
727
728 Plugin - VRRP
729 I:      vrrp
730 M:      Matthew Smith <mgsmith@netgate.com>
731 F:      src/plugins/vrrp
732
733 Plugin - Unicast Reverse Path forwarding
734 I:      urpf
735 M:      Neale Ranns <neale@graphiant.com>
736 F:      src/plugins/urpf
737
738 Plugin - CNat
739 I:      cnat
740 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
741 M:      Neale Ranns <neale@graphiant.com>
742 F:      src/plugins/cnat
743
744 Plugin - Wireguard
745 I:      wireguard
746 M:      Artem Glazychev <artem.glazychev@xored.com>
747 M:      Fan Zhang <roy.fan.zhang@intel.com>
748 F:      src/plugins/wireguard
749
750 VPP Config Tooling
751 I:      vpp_config
752 M:      John DeNisco <jdenisco@cisco.com>
753 F:      extras/vpp_config
754
755 bash functions
756 I:      bash
757 M:      Dave Wallace <dwallacelf@gmail.com>
758 F:      extras/bash/
759
760 Plugin - AF_XDP driver
761 I:      af_xdp
762 M:      Benoît Ganne <bganne@cisco.com>
763 M:      Damjan Marion <damarion@cisco.com>
764 F:      src/plugins/af_xdp/
765
766 Plugin - geneve
767 I:      geneve
768 M:      community vpp-dev@lists.fd.io
769 F:      src/plugins/geneve/
770
771 Plugin - linux-cp
772 I:      linux-cp
773 M:      Neale Ranns <neale@graphiant.com>
774 M:      Matthew Smith <mgsmith@netgate.com>
775 F:      src/plugins/linux-cp/
776
777 Plugin - SRTP
778 I:      srtp
779 M:      Florin Coras <fcoras@cisco.com>
780 F:      src/plugins/srtp/
781
782 Plugin - bufmon
783 I:      bufmon
784 M:      Benoît Ganne <bganne@cisco.com>
785 F:      src/plugins/bufmon/
786
787 cJSON
788 I:      cjson
789 M:      Ole Troan <ot@cisco.com>
790 F:      src/vppinfra/cJSON.[ch]
791
792 VAT2
793 I:      vat2
794 M:      Ole Troan <ot@cisco.com>
795 F:      src/vat2/
796
797 THE REST
798 I:      misc
799 M:      vpp-dev Mailing List <vpp-dev@fd.io>
800 C:      Missing Maintainer
801 F:      *
802 F:      */