af_packet: move to plugin
[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
32 I:      vnet
33 M:      Damjan Marion <damarion@cisco.com>
34 F:      src/vnet/error.*
35
36 VNET Link Bonding
37 I:      bonding
38 M:      Steven Luong <sluong@cisco.com>
39 F:      src/vnet/bonding/
40
41 Sphinx Documents
42 I:      docs
43 M:      John DeNisco <jdenisco@cisco.com>
44 M:      Dave Wallace <dwallacelf@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 <klement.sekera@gmail.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/pipe/FEATURE.yaml
104 M:      Damjan Marion <damarion@cisco.com>
105 F:      src/vnet/devices/
106
107 AF PACKET Drivers
108 I:      af_packet
109 Y:      src/plugins/af_packet/FEATURE.yaml
110 M:      Mohsin Kazmi <sykazmi@cisco.com>
111 F:      src/plugins/af_packet
112
113 VNET TAP Drivers
114 I:      tap
115 Y:      src/vnet/devices/tap/FEATURE.yaml
116 M:      Damjan Marion <damarion@cisco.com>
117 M:      Steven Luong <sluong@cisco.com>
118 M:      Mohsin Kazmi <sykazmi@cisco.com>
119 F:      src/vnet/devices/tap/
120
121 VNET Vhost User Driver
122 I:      vhost
123 Y:      src/plugins/vhost/FEATURE.yaml
124 M:      Steven Luong <sluong@cisco.com>
125 F:      src/plugins/vhost
126
127 VNET Native Virtio Drivers
128 I:      virtio
129 Y:      src/vnet/devices/virtio/FEATURE.yaml
130 M:      Mohsin Kazmi <sykazmi@cisco.com>
131 M:      Damjan Marion <damarion@cisco.com>
132 F:      src/vnet/devices/virtio/
133
134 VNET Ethernet
135 I:      ethernet
136 M:      Dave Barach <vpp@barachs.net>
137 M:      Damjan Marion <damarion@cisco.com>
138 F:      src/vnet/ethernet/
139
140 VNET Feature Arcs
141 I:      feature
142 M:      Dave Barach <vpp@barachs.net>
143 M:      Damjan Marion <damarion@cisco.com>
144 F:      src/vnet/feature/
145
146 VNET FIB
147 I:      fib
148 M:      Neale Ranns <neale@graphiant.com>
149 F:      src/vnet/fib/
150 F:      src/vnet/mfib/
151 F:      src/vnet/dpo
152 F:      src/vnet/adj
153
154 VNET IPv4 LPM
155 I:      ip
156 M:      Dave Barach <vpp@barachs.net>
157 F:      src/vnet/ip/
158
159 VNET IPv6 LPM
160 I:      ip6
161 M:      Neale Ranns <neale@graphiant.com>
162 M:      Jon Loeliger <jdl@netgate.com>
163 F:      src/vnet/ip/
164
165 VNET IP Neighbors
166 I:      ip-neighbor
167 M:      Neale Ranns <neale@graphiant.com>
168 F:      src/vnet/ip-neighbor
169
170 VNET QoS
171 I:      qos
172 M:      Neale Ranns <neale@graphiant.com>
173 F:      src/vnet/qos/
174
175 VNET Interface Common
176 I:      interface
177 M:      Dave Barach <vpp@barachs.net>
178 F:      src/vnet/interface*.[ch]
179
180 VNET Packet Generator
181 I:      pg
182 M:      Dave Barach <vpp@barachs.net>
183 F:      src/vnet/pg/
184
185 VNET Segment Routing (IPv6 and MPLS)
186 I:      sr
187 M:      Pablo Camarillo <pcamaril@cisco.com>
188 M:      Ahmed Abdelsalam <ahabdels@cisco.com>
189 F:      src/vnet/srv6/
190 F:      src/vnet/srmpls/
191 F:      src/examples/srv6-sample-localsid/
192
193 VNET IPSec
194 I:      ipsec
195 M:      Neale Ranns <neale@graphiant.com>
196 M:      Radu Nicolau <radu.nicolau@intel.com>
197 M:      Fan Zhang <roy.fan.zhang@intel.com>
198 F:      src/vnet/ipsec/
199
200 VNET Crypto Infra
201 I:      crypto
202 M:      Damjan Marion <damarion@cisco.com>
203 M:      Neale Ranns <neale@graphiant.com>
204 F:      src/vnet/crypto/
205
206 VNET TEIB
207 I:      teib
208 M:      Neale Ranns <neale@graphiant.com>
209 F:      src/vnet/teib/
210
211 VNET SPAN
212 I:      span
213 M:      N/A
214 F:      src/vnet/span
215
216 Plugin - Crypto - native
217 I:      crypto-native
218 M:      Damjan Marion <damarion@cisco.com>
219 F:      src/plugins/crypto_native/
220
221 Plugin - Crypto - OpenSSL
222 I:      crypto-openssl
223 M:      Damjan Marion <damarion@cisco.com>
224 F:      src/plugins/crypto_openssl/
225
226 Plugin - Crypto - ipsecmb
227 I:      crypto-ipsecmb
228 M:      Neale Ranns <neale@graphiant.com>
229 M:      Fan Zhang <roy.fan.zhang@intel.com>
230 F:      src/plugins/crypto_ipsecmb/
231
232 Plugin - Crypto - sw_scheduler
233 I:      crypto-sw-scheduler
234 M:      Fan Zhang <roy.fan.zhang@intel.com>
235 F:      src/plugs/crypto_sw_scheduler/
236
237 VNET L2
238 I:      l2
239 M:      John Lo <lojultra2020@outlook.com>
240 M:      Steven Luong <sluong@cisco.com>
241 F:      src/vnet/l2/
242
243 VNET GRE
244 I:      gre
245 M:      Neale Ranns <neale@graphiant.com>
246 F:      src/vnet/gre/
247
248 VNET GSO
249 I:      gso
250 M:      Andrew Yourtchenko <ayourtch@gmail.com>
251 M:      Mohsin Kazmi <sykazmi@cisco.com>
252 F:      src/vnet/gso/
253
254 Plugin - MAP
255 I:      map
256 Y:      src/plugins/map/FEATURE.yaml
257 M:      Ole Troan <ot@cisco.com>
258 M:      Jon Loeliger <jdl@netgate.com>
259 F:      src/plugins/map
260
261 VNET MPLS
262 I:      mpls
263 M:      Neale Ranns <neale@graphiant.com>
264 F:      src/vnet/mpls/
265
266 VNET BIER
267 I:      bier
268 M:      Neale Ranns <neale@graphiant.com>
269 F:      src/vnet/bier/
270
271 VNET Session Layer
272 I:      session
273 Y:      src/vnet/session/FEATURE.yaml
274 M:      Florin Coras <fcoras@cisco.com>
275 F:      src/vnet/session
276
277 VNET TCP
278 I:      tcp
279 Y:      src/vnet/tcp/FEATURE.yaml
280 M:      Florin Coras <fcoras@cisco.com>
281 F:      src/vnet/tcp
282
283 VNET UDP
284 I:      udp
285 Y:      src/vnet/udp/FEATURE.yaml
286 M:      Florin Coras <fcoras@cisco.com>
287 F:      src/vnet/udp
288
289 VNET VXLAN
290 I:      vxlan
291 M:      John Lo <lojultra2020@outlook.com>
292 M:      Steven Luong <sluong@cisco.com>
293 F:      src/vnet/vxlan/
294
295 VNET VXLAN-GPE
296 I:      vxlan-gpe
297 M:      Hongjun Ni <hongjun.ni@intel.com>
298 F:      src/vnet/vxlan-gpe/
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 <klement.sekera@gmail.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 M:      Florin Coras <fcoras@cisco.com>
435 F:      src/plugins/http_static/
436
437 Plugin - builtinurl
438 I:      builtinurl
439 M:      Dave Barach <vpp@barachs.net>
440 F:      src/plugins/builtinurl/
441
442 Plugin - GTPU
443 I:      gtpu
444 M:      Hongjun Ni <hongjun.ni@intel.com>
445 F:      src/plugins/gtpu/
446
447 Plugin - Internet Key Exchange (IKEv2) Protocol
448 I:      ikev2
449 M:      Damjan Marion <damarion@cisco.com>
450 M:      Neale Ranns <neale@graphiant.com>
451 M:      Filip Tehlar <ftehlar@cisco.com>
452 M:      Benoît Ganne <bganne@cisco.com>
453 F:      src/plugins/ikev2/
454
455 Plugin - Internet Group Management Protocol (IGMP)
456 I:      igmp
457 M:      Neale Ranns <neale@graphiant.com>
458 F:      src/plugins/igmp/
459
460 Plugin - L3 Cross-Connect (L3XC)
461 I:      l3xc
462 M:      Neale Ranns <neale@graphiant.com>
463 F:      src/plugins/l3xc/
464
465 Plugin - LISP
466 I:      lisp
467 Y:      src/plugins/lisp/lisp-cp/FEATURE.yaml
468 Y:      src/plugins/lisp/lisp-gpe/FEATURE.yaml
469 M:      Florin Coras <fcoras@cisco.com>
470 F:      src/plugins/lisp/
471
472 Plugin - Link Layer Discovery Protocol (LLDP)
473 I:      lldp
474 M:      Klement Sekera <klement.sekera@gmail.com>
475 F:      src/plugins/lldp/
476
477 Plugin - memif device driver
478 I:      memif
479 M:      Damjan Marion <damarion@cisco.com>
480 F:      src/plugins/memif/
481
482 Plugin - Marvell MUSDK device driver
483 I:      marvell
484 M:      Damjan Marion <damarion@cisco.com>
485 F:      src/plugins/marvell/
486
487 Plugin - performance counter
488 I:      perfmon
489 M:      Damjan Marion <damarion@cisco.com>
490 M:      Ray Kinsella <mdr@ashroe.eu>
491 F:      src/plugins/perfmon/
492
493 Plugin - PPPoE
494 I:      pppoe
495 M:      Hongjun Ni <hongjun.ni@intel.com>
496 F:      src/plugins/pppoe/
497
498 Plugin - Ping
499 I:      ping
500 M:      Andrew Yourtchenko <ayourtch@gmail.com>
501 F:      src/plugins/ping
502
503 Plugin - IPv6 Segment Routing Dynamic Proxy
504 I:      srv6-ad
505 M:      Francois Clad <fclad@cisco.com>
506 F:      src/plugins/srv6-ad/
507
508 Plugin - IPv6 Segment Routing Flow-Based Dynamic Proxy
509 I:      srv6-ad-flow
510 M:      Francois Clad <fclad@cisco.com>
511 F:      src/plugins/srv6-ad-flow/
512
513 Plugin - IPv6 Segment Routing Masquerading Proxy
514 I:      srv6-am
515 M:      Francois Clad <fclad@cisco.com>
516 F:      src/plugins/srv6-am/
517
518 Plugin - IPv6 Segment Routing Static Proxy
519 I:      srv6-as
520 M:      Francois Clad <fclad@cisco.com>
521 F:      src/plugins/srv6-as/
522
523 Plugin - IPv6 Segment Routing Mobile
524 I:      srv6-mobile
525 M:      Tetsuya Murakami <tetsuya.mrk@gmail.com>
526 M:      Satoru Matsushima <satoru.matsushima@gmail.com>
527 F:      src/plugins/srv6-mobile/
528
529 Plugin - Link Aggregation Control Protocol
530 I:      lacp
531 M:      Steven Luong <sluong@cisco.com>
532 F:      src/plugins/lacp/
533
534 Plugin - Load Balancer
535 I:      lb
536 M:      Pfister <ppfister@cisco.com>
537 M:      Hongjun Ni <hongjun.ni@intel.com>
538 F:      src/plugins/lb/
539
540 Plugin - NSH
541 I:      nsh
542 M:      Hongjun Ni <hongjun.ni@intel.com>
543 M:      Vengada <venggovi@cisco.com>
544 F:      src/plugins/nsh/
545
546 Plugin - TCP MSS Clamping
547 I:      mss_clamp
548 M:      Miklos Tirpak <miklos.tirpak@emnify.com>
549 F:      src/plugins/mss_clamp/
550
551 Plugin - Time-based MAC filter
552 I:      mactime
553 Y:      src/plugins/mactime/FEATURE.yaml
554 M:      Dave Barach <vpp@barachs.net>
555 F:      src/plugins/mactime/
556
557 Plugin - Network Delay Simulator
558 I:      nsim
559 Y:      src/plugins/nsim/FEATURE.yaml
560 M:      Dave Barach <vpp@barachs.net>
561 F:      src/plugins/nsim/
562
563 Plugin - Buffer Metadata Modification Tracker
564 I:      mdata
565 M:      Dave Barach <vpp@barachs.net>
566 F:      src/plugins/mdata/
567
568 Plugin - Unit Tests
569 I:      unittest
570 M:      Dave Barach <vpp@barachs.net>
571 M:      Florin Coras <fcoras@cisco.com>
572 F:      src/plugins/unittest/
573
574 Plugin - Intel DMA engines
575 I:      dma_intel
576 M:      Marvin Liu <yong.liu@intel.com>
577 F:      src/plugins/dma_intel
578
579 Test Infrastructure
580 I:      tests
581 M:      Klement Sekera <klement.sekera@gmail.com>
582 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
583 F:      test/
584
585 SVM Library
586 I:      svm
587 M:      Dave Barach <vpp@barachs.net>
588 F:      src/svm
589
590 VPP API TEST
591 I:      vat
592 M:      Dave Barach <vpp@barachs.net>
593 F:      src/vat/
594
595 VPP Executable
596 I:      vpp
597 M:      Dave Barach <vpp@barachs.net>
598 F:      src/vpp/
599
600 Emacs templates
601 I:      emacs
602 M:      Dave Barach <vpp@barachs.net>
603 F:      extras/emacs/
604
605 Graphical Event Viewer
606 I:      g2
607 M:      Dave Barach <vpp@barachs.net>
608 F:      src/tools/g2/
609
610 Performance Tooling
611 I:      perftool
612 M:      Dave Barach <vpp@barachs.net>
613 F:      src/tools/perftool/
614
615 Plugin - vmxnet3 device driver
616 I:      vmxnet3
617 M:      Steven Luong <sluong@cisco.com>
618 F:      src/plugins/vmxnet3/
619
620 Binary API Compiler for Python
621 I:      vppapigen
622 M:      Ole Troan <otroan@employees.org>
623 F:      src/tools/vppapigen/
624 F:  extras/scripts/crcchecker.py
625
626 API trace tool
627 I:      vppapitrace
628 M:      Ole Troan <otroan@employees.org>
629 F:      src/tools/vppapitrace/
630
631 Binary API Compiler for C and C++
632 I:      vapi
633 M:      Ole Troan <ot@cisco.com>
634 F:      src/vpp-api/vapi
635
636 Plugin - RDMA (ibverb) driver
637 I:      rdma
638 M:      Benoît Ganne <bganne@cisco.com>
639 M:      Damjan Marion <damarion@cisco.com>
640 F:      src/plugins/rdma/
641
642 Plugin - QUIC protocol
643 I:      quic
644 M:      Aloys Augustin <aloaugus@cisco.com>
645 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
646 M:      Dave Wallace <dwallacelf@gmail.com>
647 M:      Florin Coras <fcoras@cisco.com>
648 Y:      src/plugins/quic/FEATURE.yaml
649 F:      src/plugins/quic/
650
651 Plugin - snort plugin
652 I:      snort
653 M:      Damjan Marion <damarion@cisco.com>
654 F:      src/plugins/snort/
655
656 libmemif
657 I:      libmemif
658 M:      Damjan Marion <damarion@cisco.com>
659 F:      extras/libmemif
660
661 gomemif
662 I:      gomemif
663 M:      Jakub Grajciar <jgrajcia@cisco.com>
664 F:      extras/gomemif
665
666 VPP Comms Library
667 I:      vcl
668 Y:      src/vnet/vcl/FEATURE.yaml
669 M:      Florin Coras <fcoras@cisco.com>
670 F:      src/vcl
671
672 Statistics Segment
673 I:      stats
674 M:      Ole Troan <ot@cisco.com>
675 F:      src/vpp/stats/
676 F:      src/vpp-api/client/stat_client.[ch]
677
678 Plugin - Host Stack Applications
679 I:      hsa
680 M:      Florin Coras <fcoras@cisco.com>
681 M:      Dave Wallace <dwallacelf@gmail.com>
682 M:      Aloys Augustin <aloaugus@cisco.com>
683 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
684 F:      src/plugins/hs_apps/
685
686 Python binding for the VPP API
687 I:      papi
688 M:      Ole Troan <ot@cisco.com>
689 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
690 F:      src/vpp-api/python
691
692 Plugin - Cisco Discovery Protocol
693 I:      cdp
694 M:      vpp-dev Mailing List <vpp-dev@fd.io>
695 C:  Unmaintained
696 F:      src/plugins/cdp/
697
698 Plugin - Source VRF Select
699 I:      svs
700 M:      Neale Ranns <neale@graphiant.com>
701 F:      src/plugins/svs/
702
703 Plugin - IPv6 Connection Tracker
704 I:      ct6
705 M:      Dave Barach <vpp@barachs.net>
706 F:      src/plugins/ct6
707
708 Plugin - Steal The NIC
709 I:      stn
710 M:      vpp-dev Mailing List <vpp-dev@fd.io>
711 C:  Unmaintained
712 F:      src/plugins/stn
713
714 Plugin - IOAM
715 I:      ioam
716 M:      vpp-dev Mailing List <vpp-dev@fd.io>
717 C:  Unmaintained
718 F:      src/plugins/ioam
719
720 Plugin - Awkward chained buffer geometry tool
721 I:      oddbuf
722 M:      Dave Barach <vpp@barachs.net>
723 F:      src/plugins/oddbuf
724
725 Plugin - VRRP
726 I:      vrrp
727 M:      Matthew Smith <mgsmith@netgate.com>
728 F:      src/plugins/vrrp
729
730 Plugin - Unicast Reverse Path forwarding
731 I:      urpf
732 M:      Neale Ranns <neale@graphiant.com>
733 F:      src/plugins/urpf
734
735 Plugin - CNat
736 I:      cnat
737 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
738 M:      Neale Ranns <neale@graphiant.com>
739 F:      src/plugins/cnat
740
741 Plugin - Wireguard
742 I:      wireguard
743 M:      Artem Glazychev <artem.glazychev@xored.com>
744 M:      Fan Zhang <roy.fan.zhang@intel.com>
745 F:      src/plugins/wireguard
746
747 Packetforge
748 I:      packetforge
749 M:      Ting Xu <ting.xu@intel.com>
750 F:      extras/packetforge
751
752 VPP Config Tooling
753 I:      vpp_config
754 M:      John DeNisco <jdenisco@cisco.com>
755 F:      extras/vpp_config
756
757 bash functions
758 I:      bash
759 M:      Dave Wallace <dwallacelf@gmail.com>
760 F:      extras/bash/
761
762 Plugin - AF_XDP driver
763 I:      af_xdp
764 M:      Benoît Ganne <bganne@cisco.com>
765 M:      Damjan Marion <damarion@cisco.com>
766 F:      src/plugins/af_xdp/
767
768 Plugin - geneve
769 I:      geneve
770 M:      community vpp-dev@lists.fd.io
771 F:      src/plugins/geneve/
772
773 Plugin - linux-cp
774 I:      linux-cp
775 M:      Neale Ranns <neale@graphiant.com>
776 M:      Matthew Smith <mgsmith@netgate.com>
777 F:      src/plugins/linux-cp/
778
779 Plugin - SRTP
780 I:      srtp
781 M:      Florin Coras <fcoras@cisco.com>
782 F:      src/plugins/srtp/
783
784 Plugin - bufmon
785 I:      bufmon
786 M:      Benoît Ganne <bganne@cisco.com>
787 F:      src/plugins/bufmon/
788
789 Plugin - HSI
790 I:      hsi
791 M:      Florin Coras <fcoras@cisco.com>
792 F:      src/plugins/hsi/
793
794 Plugin - HTTP
795 I:      http
796 M:      Florin Coras <fcoras@cisco.com>
797 F:      src/plugins/http
798
799 Plugin - Prom
800 I:      prom
801 M:      Florin Coras <fcoras@cisco.com>
802 F:      src/plugins/prom
803
804 cJSON
805 I:      cjson
806 M:      Ole Troan <ot@cisco.com>
807 F:      src/vppinfra/cJSON.[ch]
808
809 VAT2
810 I:      vat2
811 M:      Ole Troan <ot@cisco.com>
812 F:      src/vat2/
813
814 VNET Ipfix Export
815 I:      ipfix-export
816 M:      Ole Troan <ot@cisco.com>
817 M:      Paul Atkins <patkins@graphiant.com>
818 F:      src/vnet/ipfix-export/
819
820 RPM packaging on openSUSE
821 I:      rpm-packaging
822 M:      Laszlo Kiraly <laszlo.kiraly@est.tech>
823 F:      src/extras/rpm/opensuse
824
825 VPP StrongSwan Daemon
826 I:      vpp-swan
827 M:      Fan Zhang <roy.fan.zhang@intel.com>
828 M:      Gabriel Oginski <gabrielx.oginski@intel.com>
829 F:      extras/strongswan/vpp_sswan
830
831 Host stack test framework
832 I:      hs-test
833 M:      Florin Coras <fcoras@cisco.com>
834 M:      Filip Tehlar <ftehlar@cisco.com>
835 M:      Maros Ondrejicka <maros.ondrejicka@pantheon.tech>
836 F:      extras/hs-test
837
838 THE REST
839 I:      misc
840 M:      vpp-dev Mailing List <vpp-dev@fd.io>
841 C:      Missing Maintainer
842 F:      *
843 F:      */