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