aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2019-07-12ip: Punt node does not free iovecsNeale Ranns2-9/+19
2019-02-27buffer chain linearizationKlement Sekera3-333/+81
2019-02-20IP route local and connectedNeale Ranns1-2/+9
2019-01-25IP6 FIB: walk table for dump (VPP-1553)Neale Ranns1-12/+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
2018-11-02vnet: ping: rewrite for maintainability and multicore supportAndrew Yourtchenko2-450/+737
2018-11-02arp:add error counters for all failure casesEyal Bari1-98/+82
2018-10-29Use throttle_t for ND throttlingNeale Ranns5-43/+29
2018-10-27pg: icmp4 & tcp4 ip length issueKingwel Xie1-1/+7
2018-10-25ACL: Fix next_table_index classifiers consistancyGregory Thiemonge1-5/+17
2018-10-23c11 safe string handling supportDave Barach25-88/+90
2018-10-22Fix buffer overflow when fragmenting packets (VPP-1383)Juraj Sloboda1-2/+3
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera2-8/+8