aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2019-03-011810 version of VPP-1573 fix crash in ip6 reassemblyOle Troan1-7/+4
2019-02-28reassembly fixes merged into one for stable/18.10.Ole Troan1-181/+123
2018-12-13ip4_rewrite_inline: fix variable errorZhiyong Yang1-2/+2
2018-11-02Use throttle_t for ND throttling (VPP-1480)Neale Ranns5-43/+29
2018-10-22Fix buffer overflow when fragmenting packets (VPP-1383)Juraj Sloboda1-2/+3
2018-10-17VPP-1459:Ip4 lookup fail when exist prefix cover.v18.10-rc2mu.duojiao1-3/+1
2018-10-15VPP-1448: Fix error when recurse on down the trie.mu.duojiao1-21/+19
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
2018-08-15Remove client_index field from replies in APIOndrej Fabry1-5/+0
2018-08-14Fix context field position in API definitionOndrej Fabry1-1/+1
2018-08-14neighbor advertisement must with target_link optionahdj0071-0/+2
2018-08-13Multiarch for ip4 forwarding nodesDamjan Marion1-59/+49
2018-08-13Multiarch handling in different constructor macrosDamjan Marion1-4/+2
2018-08-10IP fragmentation buffer chains, part 2.Ole Troan1-19/+21
2018-08-10IP fragmentation to handle buffer chains.Ole Troan1-79/+106
2018-08-10VPP-1382: Fix ip6 address cann't display completely when show ip6 neighborsshubing guo1-2/+2
2018-08-10Use IP address types on UDP encap APINeale Ranns5-39/+142
2018-08-09Thread-safe ARP / ND throttlingDave Barach6-75/+103
2018-08-03Documentation fix on "set interface ip[6] table"Yichen Wang1-2/+2
2018-07-30FIB: return entry prefix by const reference to avoid the copyNeale Ranns1-10/+10
2018-07-30Reverse the logic of flagging malformed packet in fragmentation code to allow...Rajesh Saluja1-1/+1
2018-07-27Fix memory leak in processing of ICMPv6 RA event (VPP-1360)Juraj Sloboda1-1/+2
2018-07-23fix vector index range checksEyal Bari1-1/+1
2018-07-21fix IP directed broadcast node declarationsMatthew Smith2-2/+2
2018-07-20IP directed broadcastNeale Ranns4-13/+130