ip: fix length calculation in ip6-receive
[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:      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 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 <ksekera@cisco.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 <ksekera@cisco.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 F:      src/plugins/perfmon/
485
486 Plugin - PPPoE
487 I:      pppoe
488 M:      Hongjun Ni <hongjun.ni@intel.com>
489 F:      src/plugins/pppoe/
490
491 Plugin - Ping
492 I:      ping
493 M:      Andrew Yourtchenko <ayourtch@gmail.com>
494 F:      src/plugins/ping
495
496 Plugin - IPv6 Segment Routing Dynamic Proxy
497 I:      srv6-ad
498 M:      Francois Clad <fclad@cisco.com>
499 F:      src/plugins/srv6-ad/
500
501 Plugin - IPv6 Segment Routing Flow-Based Dynamic Proxy
502 I:      srv6-ad-flow
503 M:      Francois Clad <fclad@cisco.com>
504 F:      src/plugins/srv6-ad-flow/
505
506 Plugin - IPv6 Segment Routing Masquerading Proxy
507 I:      srv6-am
508 M:      Francois Clad <fclad@cisco.com>
509 F:      src/plugins/srv6-am/
510
511 Plugin - IPv6 Segment Routing Static Proxy
512 I:      srv6-as
513 M:      Francois Clad <fclad@cisco.com>
514 F:      src/plugins/srv6-as/
515
516 Plugin - IPv6 Segment Routing Mobile
517 I:      srv6-mobile
518 M:      Tetsuya Murakami <tetsuya.mrk@gmail.com>
519 M:      Satoru Matsushima <satoru.matsushima@gmail.com>
520 F:      src/plugins/srv6-mobile/
521
522 Plugin - Link Aggregation Control Protocol
523 I:      lacp
524 M:      Steven Luong <sluong@cisco.com>
525 F:      src/plugins/lacp/
526
527 Plugin - Load Balancer
528 I:      lb
529 M:      Pfister <ppfister@cisco.com>
530 M:      Hongjun Ni <hongjun.ni@intel.com>
531 F:      src/plugins/lb/
532
533 Plugin - NSH
534 I:      nsh
535 M:      Hongjun Ni <hongjun.ni@intel.com>
536 M:      Vengada <venggovi@cisco.com>
537 F:      src/plugins/nsh/
538
539 Plugin - TCP MSS Clamping
540 I:      mss_clamp
541 M:      Miklos Tirpak <miklos.tirpak@emnify.com>
542 F:      src/plugins/mss_clamp/
543
544 Plugin - Time-based MAC filter
545 I:      mactime
546 Y:      src/plugins/mactime/FEATURE.yaml
547 M:      Dave Barach <vpp@barachs.net>
548 F:      src/plugins/mactime/
549
550 Plugin - Network Delay Simulator
551 I:      nsim
552 Y:      src/plugins/nsim/FEATURE.yaml
553 M:      Dave Barach <vpp@barachs.net>
554 F:      src/plugins/nsim/
555
556 Plugin - Buffer Metadata Modification Tracker
557 I:      mdata
558 M:      Dave Barach <vpp@barachs.net>
559 F:      src/plugins/mdata/
560
561 Plugin - Unit Tests
562 I:      unittest
563 M:      Dave Barach <vpp@barachs.net>
564 M:      Florin Coras <fcoras@cisco.com>
565 F:      src/plugins/unittest/
566
567 Test Infrastructure
568 I:      tests
569 M:      Klement Sekera <ksekera@cisco.com>
570 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
571 F:      test/
572
573 SVM Library
574 I:      svm
575 M:      Dave Barach <vpp@barachs.net>
576 F:      src/svm
577
578 VPP API TEST
579 I:      vat
580 M:      Dave Barach <vpp@barachs.net>
581 F:      src/vat/
582
583 VPP Executable
584 I:      vpp
585 M:      Dave Barach <vpp@barachs.net>
586 F:      src/vpp/
587
588 Emacs templates
589 I:      emacs
590 M:      Dave Barach <vpp@barachs.net>
591 F:      extras/emacs/
592
593 Graphical Event Viewer
594 I:      g2
595 M:      Dave Barach <vpp@barachs.net>
596 F:      src/tools/g2/
597
598 Performance Tooling
599 I:      perftool
600 M:      Dave Barach <vpp@barachs.net>
601 F:      src/tools/perftool/
602
603 Plugin - vmxnet3 device driver
604 I:      vmxnet3
605 M:      Steven Luong <sluong@cisco.com>
606 F:      src/plugins/vmxnet3/
607
608 Binary API Compiler for Python
609 I:      vppapigen
610 M:      Ole Troan <otroan@employees.org>
611 F:      src/tools/vppapigen/
612 F:  extras/scripts/crcchecker.py
613
614 API trace tool
615 I:      vppapitrace
616 M:      Ole Troan <otroan@employees.org>
617 F:      src/tools/vppapitrace/
618
619 Binary API Compiler for C and C++
620 I:      vapi
621 M:      Ole Troan <ot@cisco.com>
622 F:      src/vpp-api/vapi
623
624 Plugin - RDMA (ibverb) driver
625 I:      rdma
626 M:      Benoît Ganne <bganne@cisco.com>
627 M:      Damjan Marion <damarion@cisco.com>
628 F:      src/plugins/rdma/
629
630 Plugin - QUIC protocol
631 I:      quic
632 M:      Aloys Augustin <aloaugus@cisco.com>
633 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
634 M:      Dave Wallace <dwallacelf@gmail.com>
635 M:      Florin Coras <fcoras@cisco.com>
636 Y:      src/plugins/quic/FEATURE.yaml
637 F:      src/plugins/quic/
638
639 Plugin - snort plugin
640 I:      snort
641 M:      Damjan Marion <damarion@cisco.com>
642 F:      src/plugins/snort/
643
644 libmemif
645 I:      libmemif
646 M:      Damjan Marion <damarion@cisco.com>
647 F:      extras/libmemif
648
649 gomemif
650 I:      gomemif
651 M:      Jakub Grajciar <jgrajcia@cisco.com>
652 F:      extras/gomemif
653
654 VPP Comms Library
655 I:      vcl
656 Y:      src/vnet/vcl/FEATURE.yaml
657 M:      Florin Coras <fcoras@cisco.com>
658 F:      src/vcl
659
660 Statistics Segment
661 I:      stats
662 M:      Ole Troan <ot@cisco.com>
663 F:      src/vpp/stats/
664 F:      src/vpp-api/client/stat_client.[ch]
665
666 Plugin - Host Stack Applications
667 I:      hsa
668 M:      Florin Coras <fcoras@cisco.com>
669 M:      Dave Wallace <dwallacelf@gmail.com>
670 M:      Aloys Augustin <aloaugus@cisco.com>
671 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
672 F:      src/plugins/hs_apps/
673
674 Python binding for the VPP API
675 I:      papi
676 M:      Ole Troan <ot@cisco.com>
677 M:      Paul Vinciguerra <pvinci@vinciconsulting.com>
678 F:      src/vpp-api/python
679
680 Plugin - Cisco Discovery Protocol
681 I:      cdp
682 M:      vpp-dev Mailing List <vpp-dev@fd.io>
683 C:  Unmaintained
684 F:      src/plugins/cdp/
685
686 Plugin - Source VRF Select
687 I:      svs
688 M:      Neale Ranns <neale@graphiant.com>
689 F:      src/plugins/svs/
690
691 Plugin - IPv6 Connection Tracker
692 I:      ct6
693 M:      Dave Barach <vpp@barachs.net>
694 F:      src/plugins/ct6
695
696 Plugin - Steal The NIC
697 I:      stn
698 M:      vpp-dev Mailing List <vpp-dev@fd.io>
699 C:  Unmaintained
700 F:      src/plugins/stn
701
702 Plugin - IOAM
703 I:      ioam
704 M:      vpp-dev Mailing List <vpp-dev@fd.io>
705 C:  Unmaintained
706 F:      src/plugins/ioam
707
708 Plugin - Awkward chained buffer geometry tool
709 I:      oddbuf
710 M:      Dave Barach <vpp@barachs.net>
711 F:      src/plugins/oddbuf
712
713 Plugin - VRRP
714 I:      vrrp
715 M:      Matthew Smith <mgsmith@netgate.com>
716 F:      src/plugins/vrrp
717
718 Plugin - Unicast Reverse Path forwarding
719 I:      urpf
720 M:      Neale Ranns <neale@graphiant.com>
721 F:      src/plugins/urpf
722
723 Plugin - CNat
724 I:      cnat
725 M:      Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
726 M:      Neale Ranns <neale@graphiant.com>
727 F:      src/plugins/cnat
728
729 Plugin - Wireguard
730 I:      wireguard
731 M:      Artem Glazychev <artem.glazychev@xored.com>
732 M:      Fan Zhang <roy.fan.zhang@intel.com>
733 F:      src/plugins/wireguard
734
735 VPP Config Tooling
736 I:      vpp_config
737 M:      John DeNisco <jdenisco@cisco.com>
738 F:      extras/vpp_config
739
740 bash functions
741 I:      bash
742 M:      Dave Wallace <dwallacelf@gmail.com>
743 F:      extras/bash/
744
745 Plugin - AF_XDP driver
746 I:      af_xdp
747 M:      Benoît Ganne <bganne@cisco.com>
748 M:      Damjan Marion <damarion@cisco.com>
749 F:      src/plugins/af_xdp/
750
751 Plugin - geneve
752 I:      geneve
753 M:      community vpp-dev@lists.fd.io
754 F:      src/plugins/geneve/
755
756 Plugin - linux-cp
757 I:      linux-cp
758 M:      Neale Ranns <neale@graphiant.com>
759 M:      Matthew Smith <mgsmith@netgate.com>
760 F:      src/plugins/linux-cp/
761
762 Plugin - SRTP
763 I:      srtp
764 M:      Florin Coras <fcoras@cisco.com>
765 F:      src/plugins/srtp/
766
767 Plugin - bufmon
768 I:      bufmon
769 M:      Benoît Ganne <bganne@cisco.com>
770 F:      src/plugins/bufmon/
771
772 Plugin - HSI
773 I:      hsi
774 M:      Florin Coras <fcoras@cisco.com>
775 F:      src/plugins/hsi/
776
777 Plugin - HTTP
778 I:      http
779 M:      Florin Coras <fcoras@cisco.com>
780 F:      src/plugins/http
781
782 cJSON
783 I:      cjson
784 M:      Ole Troan <ot@cisco.com>
785 F:      src/vppinfra/cJSON.[ch]
786
787 VAT2
788 I:      vat2
789 M:      Ole Troan <ot@cisco.com>
790 F:      src/vat2/
791
792 VNET Ipfix Export
793 I:      ipfix-export
794 M:      Ole Troan <ot@cisco.com>
795 M:      Paul Atkins <patkins@graphiant.com>
796 F:      src/vnet/ipfix-export/
797
798 RPM packaging on openSUSE
799 I:      rpm-packaging
800 M:      Laszlo Kiraly <laszlo.kiraly@est.tech>
801 F:      src/extras/rpm/opensuse
802
803 THE REST
804 I:      misc
805 M:      vpp-dev Mailing List <vpp-dev@fd.io>
806 C:      Missing Maintainer
807 F:      *
808 F:      */