aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-04virtio: fix the interrupt handling for packed queuesMohsin Kazmi1-5/+25
2020-12-04crypto: fixed vnet_crypto_async_reset_frame assertPiotrX Kleski1-1/+2
2020-12-04crypto: fixed async frame enqueue race conditionPiotrX Kleski1-2/+8
2020-12-04udp session: fix deq notification for dgramsFlorin Coras1-1/+4
2020-12-04virtio: fix the len offsetMohsin Kazmi1-2/+2
2020-12-04ip: fixup memory leak in function ip4_full_reass_drop_allbarryxie1-0/+1
2020-12-03virtio: fix the offloads in tx pathMohsin Kazmi1-4/+2
2020-12-03nat: fix forwarding handoff workaroundFilip Varga1-3/+2
2020-12-01session: make pacer worker load awareFlorin Coras2-5/+14
2020-12-01session: allow small pacer burstsFlorin Coras4-19/+28
2020-12-01ipsec: change predictionFan Zhang2-2/+2
2020-11-27ip: Sub Address Family types. Feature enable for each SAFINeale Ranns7-16/+215
2020-11-26gre: Move to new API generated types/messagesNeale Ranns5-69/+32
2020-11-26fib: Expressive type for walk return code. Honour code.Neale Ranns8-24/+21
2020-11-26fib: DPO layout add u64 parameter.Neale Ranns2-19/+29
2020-11-26ip: reassembly - fix handoff for custom nodeKlement Sekera2-21/+111
2020-11-26ip: trace icmp echo request/reply idKlement Sekera1-0/+6
2020-11-26fib: Only track cover if activatedNeale Ranns1-1/+15
2020-11-25ipsec: A P2MP ipsec interface is NBMANeale Ranns1-0/+1
2020-11-25session: add startup option to poll in mainFlorin Coras2-2/+8
2020-11-25syslog: use per-thread vlib_mainBenoît Ganne2-5/+2
2020-11-25tcp: enable lc if any other debug option enabledFlorin Coras2-11/+34
2020-11-25ip-neighbor: Send API event when neighbor is removedNeale Ranns8-51/+174
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan5-10/+13
2020-11-24svm: support for multi-segment enqueuesFlorin Coras2-23/+50
2020-11-24session: init lookup before dgram accept notificationFlorin Coras1-1/+3