aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-01-14docs: Update FIB documentationNeale Ranns1-6/+17
2021-01-14vxlan: Protect against tunnel config where source is not localNeale Ranns1-2/+11
2021-01-12ip: vtep fixes for alignment and cache update.Ray Kinsella1-2/+2
2021-01-09session svm: fix fifo migrationFlorin Coras3-24/+25
2021-01-08l2: Separating scan-delay and learn-limit into a separate API from want_l2_ma...Jerome Tollet3-20/+136
2021-01-08tests: move bond tests to src/vnet/bonding/testDave Wallace2-0/+373
2021-01-08vhost: Add event index for interrupt notification to driverSteven Luong8-192/+506
2021-01-07vcl session: switch to generic cert key apisFlorin Coras4-101/+14
2021-01-07ipip: Support MPLS over IPNeale Ranns3-5/+102
2021-01-07ipsec: Deprecated the old IPsec Tunnel interfaceNeale Ranns5-594/+4
2021-01-06ipsec: Mark the interface create reply deprecatedNeale Ranns1-0/+1
2021-01-06l2: add per bridge domain learn limitJerome Tollet7-60/+290
2021-01-05tap: fix the buffering index for groMohsin Kazmi1-6/+8
2021-01-05teib: fix typo in cliPaul Vinciguerra1-4/+2
2021-01-05ipsec: ipsec cli nexthop erroryedg1-1/+1
2020-12-29session: remove fifo segment va allocatorFlorin Coras3-46/+7
2020-12-29svm vcl: allow random offsets for fifo segments in appsFlorin Coras2-12/+12
2020-12-29svm: allow mq attachments at random offsetsFlorin Coras6-45/+56
2020-12-28session: convert evt q segment to fifo segmentFlorin Coras3-19/+21
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra3-1/+6
2020-12-27ip: Use full reassembly for fragments in ip6-localNeale Ranns2-3/+1
2020-12-25virtio: Extend vhost multi-queues support beyond 8 queue pairsSteven Luong3-60/+122
2020-12-24svm: split fifo into private and shared structsFlorin Coras8-56/+59
2020-12-23tests: move bier tests to src/vnet/bier/testDave Wallace2-0/+1155
2020-12-23svm: remove fifo segment heapFlorin Coras1-5/+3
2020-12-22tests: move bfd tests to src/vnet/bfd/testDave Wallace2-0/+3201
2020-12-21tcp: terminate options with nopsFlorin Coras1-8/+4
2020-12-18tls: add custom openssl bioFlorin Coras1-0/+1
2020-12-18ipsec: fixed esp_decrypt pkt len after icv movedPiotrX Kleski1-6/+11
2020-12-18fib: Remove unused FIB path-list DB variableNeale Ranns2-7/+0
2020-12-16tests: move fib tests to src/vnet/fib/testDave Wallace2-0/+456
2020-12-16ip: fix possible missing trace indexesKlement Sekera4-0/+28
2020-12-15classify: add pcap/trace classfier mgmt API callsJon Loeliger5-193/+712
2020-12-14session: free segment manager only from mainFlorin Coras1-4/+32
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion12-34/+34
2020-12-14misc: move to new pool_foreach macrosDamjan Marion96-501/+496
2020-12-14vppinfra: simpler and faster pool_foreachDamjan Marion1-0/+1
2020-12-14api: add missing version infoPaul Vinciguerra6-1/+8
2020-12-11ip: ip4 rewrite prefetch optimizationPiotrX Kleski1-2/+5
2020-12-11virtio: fix vrings overflow in vhost_userBenoƮt Ganne1-1/+10
2020-12-11misc: cop - clean up stray doxygen blockPaul Vinciguerra1-7/+0
2020-12-11fib: remove unsued path flagNeale Ranns1-5/+0
2020-12-11fib: Remove unused BIER variablesNeale Ranns2-22/+10
2020-12-10misc: add a couple useful functions for gdbChristian Hopps1-0/+23
2020-12-09fib: supporting inner flow hash on tunnelsMohammed Hawari6-11/+32
2020-12-08fib: Adjacency flag for midchain to perfom flow hash (on inner packet)Neale Ranns5-31/+78
2020-12-08tunnel: add cli support for encap_decap flagsMohammed Hawari4-4/+30
2020-12-08ipip: correct ipip_cli.c indentationMohammed Hawari1-212/+277
2020-12-08misc: fix api in ipfix_classify_table_add/detailsAlexander Chernavin2-5/+5
2020-12-08fib: Source Address SelectionNeale Ranns26-319/+697