aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das1-9/+9
2018-10-18Ping; remove unused arraysNeale Ranns1-3/+0
2018-10-17IP Route add/del API is MP safeNeale Ranns1-0/+6
2018-10-17VPP-1459:Ip4 lookup fail when exist prefix cover.mu.duojiao1-3/+1
2018-10-16Ping; report failures to the terminalNeale Ranns2-14/+39
2018-10-15VPP-1448: Fix error when recurse on down the trie.mu.duojiao1-21/+19
2018-10-12ip: add container proxy dump API (VPP-1364)Matus Fabian4-0/+121
2018-10-10reassembly: get number of workers instead of threads (VPP-1435)Juraj Sloboda2-6/+6
2018-10-05Improve ip_mroute_add_del documentationIan Wells1-4/+24
2018-10-04Support reassembly for fragments coming to ip4-local nodeJuraj Sloboda3-0/+9
2018-10-04MFIB-API: when programming an (S,G) fix the grp-lenNeale Ranns1-0/+4
2018-10-02ip4-local: classify protos that skip csum and src checkFlorin Coras1-13/+38
2018-10-02Update code to compute checksum for buffer chainsJuraj Sloboda1-1/+1
2018-10-01Add adjacency counters to the stats segmentNeale Ranns4-6/+34
2018-10-01API / CLI event-log tracingDave Barach1-1/+0
2018-10-01mroute routers in the stats segmentNeale Ranns2-23/+48
2018-10-01Support dynamic dual/quad loop selection on aarch64Lijian Zhang1-0/+140
2018-09-28IP ttl check in ip4-input missing for single packet path.Ole Troan1-0/+3
2018-09-28stats: Split stat_segment and stats code in preparation for deprecation.Ole Troan1-1/+0
2018-09-27IPIP and IPv6 fragmentationOle Troan5-286/+206
2018-09-26mismatch bi0 and b0 when finalizing ip reassembly.Kingwel Xie2-0/+2
2018-09-20Route counters in the stats segmentNeale Ranns2-50/+82
2018-09-14vlib: introduce user flags in vlib_frame_tDamjan Marion2-3/+3
2018-09-13IP-neighbor: add and delete internal APINeale Ranns6-58/+118
2018-09-11indent off in ip_lookup_set_buffer_fib_indexNeale Ranns1-4/+5
2018-09-11GBP Endpoint UpdatesNeale Ranns1-0/+7
2018-09-08L2 BVI/FIB: Update L2 FIB table when BVI's MAC changesNeale Ranns1-0/+1
2018-09-07IP route update fix when multipath and drop setNeale Ranns1-20/+14
2018-08-31IPx address query functions take a const pointerNeale Ranns2-34/+33
2018-08-31Introduce a mac_address_t on the API and in VPPNeale Ranns1-0/+1
2018-08-30Refactor the ARP throttle into a common type so it can be reusedNeale Ranns3-33/+8
2018-08-29Consolidate table->index conversion in fib-path CLI processingNeale Ranns1-16/+0
2018-08-23ip4: rework rewrite node to use vlib_buffer_enqueue_to_next()Damjan Marion1-355/+270
2018-08-17VPP-1392: VXLAN fails with IP fragmentationOle Troan4-2/+6