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