summaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach2-0/+8
2018-04-27IPv6 NS/RS; do not vec_validate global structs in the DPNeale Ranns1-12/+16
2018-04-27IPv6 NS: use the mcast rewrite node to fill in the destination MACNeale Ranns2-263/+275
2018-04-27A bit of buffer metadata reshuffling to accommodate flow_idDamjan Marion3-8/+7
2018-04-18Mcast rewrite optimisationsNeale Ranns3-8/+48
2018-04-17IP mcast: allow unicast address as a next-hopNeale Ranns3-1/+25
2018-04-17VPP-1243: fix reassembly CLIKlement Sekera1-5/+6
2018-04-16Implement ip_probe_neighbor APIJohn Lo2-9/+63
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion5-128/+94