aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2019-02-15Optimize ip6-localBenoît Ganne1-246/+187
2019-02-14Add -fno-common compile optionBenoît Ganne2-1/+5
2019-02-13ip6: convert code to new multiarchDamjan Marion2-96/+82
2019-02-09buffers: fix typoDamjan Marion3-5/+5
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion3-4/+6
2019-02-02Deprecate old mutliarch code, phase 1Damjan Marion1-22/+1
2019-01-30Use IP and MAC API types for neighborsNeale Ranns13-366/+418
2019-01-25IP6 FIB: walk table for dump (VPP-1553)Neale Ranns1-12/+7
2019-01-23IP route local and connectedNeale Ranns1-2/+9
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion3-9/+0
2019-01-19buffers: remove free-list information from buffer metadataDamjan Marion1-2/+1
2019-01-18buffers: remove freelist argument from vlib_buffer_add_dataDamjan Marion1-13/+7
2019-01-10ARP/ND: copy opaque2 persistent fields to new packetNeale Ranns2-2/+8
2019-01-07VOM: mroutesNeale Ranns2-6/+14
2019-01-07Handle buffer alloc failure in vlib_buffer_add_dataDave Barach2-23/+47
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-1/+1
2019-01-01buffers: remove unused codeDamjan Marion1-6/+2
2018-12-20FIB: encode the label stack in the FIB path during table dumpNeale Ranns1-0/+2
2018-12-20reassembly: replace asserts with error countersKlement Sekera4-128/+272
2018-12-18MFIB: recurse resolution through an MFIB entryNeale Ranns1-20/+20
2018-12-16VPP-1523: harden reassemblyKlement Sekera1-5/+3
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns3-11/+31
2018-12-14VPP-1510: add support for punt deletePavel Kotucek1-1/+12
2018-12-13reassembly: fix internal buffer count accountingKlement Sekera1-0/+3
2018-12-13VPP-1522: harden reassembly codeKlement Sekera2-24/+40
2018-12-13make build failure.Paul Vinciguerra1-2/+2
2018-12-13ip4_rewrite_inline: fix variable errorZhiyong Yang1-2/+2
2018-12-12Change ipsec feature node namesPierre Pfister2-8/+8
2018-12-10IP-local: any IP can appear as the source (VPP-1522)Neale Ranns1-3/+15
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek4-66/+389
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan2-9/+4
2018-12-06MFIB; CLI improvementsNeale Ranns1-6/+32
2018-12-03Copying QoS Bits when fragmented, so that marking can happen properly also cl...Vijayabhaskar Katamreddy1-0/+7
2018-12-01ip_reassembly_enable_disable reply handler name is changed.Chore1-1/+1
2018-11-30Metadata / opaque formatting belongs in vppDave Barach1-0/+1
2018-11-29api: ip_source_check_interface_add_del api is added.Chore2-0/+48
2018-11-29VPP-1507: Added binary api to dump configured ip_punt_redirectPavel Kotucek5-29/+214
2018-11-28Remove useless prefetch in ip4-rewrite nodeSimon Zhang1-1/+1
2018-11-26Add a feature arc consistency checkDave Barach2-0/+7
2018-11-26flow-hash: Add symmetric flag for flow hashingMohsin Kazmi4-4/+40
2018-11-22MAP: Use explicit address/prefix types in APIOle Troan1-0/+10
2018-11-18add vlib_prefetch_buffer_data(...) macroDamjan Marion1-8/+4
2018-11-17IP-punt: add documentation to the API and fix IP address initNeale Ranns2-1/+3
2018-11-15ip4-input: fix prefetch data issue for tunnel decap casesZhiyong Yang1-4/+8
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach13-50/+52
2018-11-13vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..)Damjan Marion1-1/+1
2018-11-12IPv6: Make link-local configurable per-interface (VPP-1446)Juraj Sloboda5-117/+51
2018-11-08IP load-balance; trace at the end of the node so the flow hash used is displayedNeale Ranns2-6/+6
2018-11-07GBP Endpoint LearningNeale Ranns1-0/+1
2018-11-05Genric API types format/unformat support for VAT and custom dumpNeale Ranns2-44/+0