aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2018-10-17VPP-1448: Fix error when recurse on down the trie.mu.duojiao1-21/+19
2018-10-17VPP-1459:Ip4 lookup fail when exist prefix cover.mu.duojiao1-3/+1
2018-09-28IP ttl check in ip4-input missing for single packet path.Ole Troan1-0/+3
2018-08-29Consolidate table->index conversion in fib-path CLI processingNeale Ranns1-16/+0
2018-08-17VPP-1392: VXLAN fails with IP fragmentationOle Troan4-2/+6
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-24fix vector index range checks (VPP-1353)Eyal Bari1-1/+1
2018-07-19ip4-input and ip4-input-no-checksum should be siblingsNeale Ranns1-11/+1
2018-07-14Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0John Lo1-1/+7
2018-07-11avoid using thread local storage for thread indexDamjan Marion7-20/+21
2018-07-09IGMP improvementsNeale Ranns6-18/+234
2018-07-07PipesNeale Ranns1-0/+1
2018-07-02Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index settingVijayabhaskar Katamreddy2-1/+2
2018-06-29Removing the static keyword do_fragment routines, so that could be accessed o...Vijayabhaskar Katamreddy2-3/+8
2018-06-29IP4 Router Alert option handling for IGMPNeale Ranns4-14/+156
2018-06-28reassembly: optimize bihash usageKlement Sekera2-45/+38
2018-06-28ip: vectorized ip checksumDamjan Marion2-69/+119
2018-06-26Fix assert issue in ip_csum_add_even()Hongjun Ni1-1/+2
2018-06-26node functions cannot be always_inlineDamjan Marion4-6/+6
2018-06-20Fix sw-if-index display error.Brant Lin1-2/+2
2018-06-19Check get packet template allocation failure (VPP-1321)John Lo3-0/+12
2018-06-19ip checksum multiarch support, cleanupDave Barach2-109/+91
2018-06-14Use unicast DMAC for IP neighbor pool refresh probesJohn Lo7-15/+28
2018-06-14MTU: IP fragmentation added to ip4-rewrite and ip6-rewriteOle Troan3-15/+56
2018-06-11MTU: Software interface / Per-protocol MTU supportOle Troan1-5/+2
2018-06-08Add reaper functions to want events APIs (VPP-1304)Neale Ranns2-4/+135
2018-06-08Implement DHCPv6 PD client (VPP-718, VPP-1050)Juraj Sloboda2-0/+25
2018-06-07Fix IP scan neighbor API/CLI handling of interval and staleJohn Lo1-2/+2
2018-06-05bond: send gratuitous arp when the active slave went down in active-backup modeSteven2-14/+17
2018-06-04ip4: optimize ip4_localFlorin Coras2-253/+319
2018-06-04ip: save fib index for buffer in ip lookupFlorin Coras5-114/+65
2018-05-30IPv6 for-us/receive multicast routes fixNeale Ranns1-0/+4
2018-05-29Add VLIB_NODE_FN() macro to simplify multiversioning of node functionsDamjan Marion1-29/+5
2018-05-28Fix IP neighbor/arp pool full and static entry handlingJohn Lo1-97/+100
2018-05-27proxy_arp: remove unused is_addMarek Gradzki1-2/+1
2018-05-27ip4-input node reworkDamjan Marion2-125/+336
2018-05-25Fix possible null pointer dereferenceJuraj Sloboda1-3/+14
2018-05-25ARP proxy dumpsNeale Ranns3-14/+145
2018-05-23VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message.Ole Troan2-18/+30
2018-05-23VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.Ole Troan2-32/+43
2018-05-23VPPAPIGEN: Add union and enum support and IP4/IP6 address type.Ole Troan1-0/+37
2018-05-20vector functions cleanup and improvementsDamjan Marion1-3/+2
2018-05-18IP unnumbered dumpNeale Ranns2-1/+92
2018-05-18IP address dump - don't send subnets for unnumbered interfacesNeale Ranns1-4/+6
2018-05-17Fixes in IPv6 RD control planeJuraj Sloboda2-30/+59
2018-05-15No overlapping sub-nets on any interface in the same table/VRF (VPP-943)Neale Ranns2-25/+82
2018-05-14Rework CP and DP communication in IPv6 RD (VPP-1256)Juraj Sloboda4-359/+163
2018-05-11Periodic scan and probe of IP neighbors to maintain neighbor poolsJohn Lo6-5/+516
2018-05-10vnet: device flow offload infraDamjan Marion5-0/+94