aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan5-94/+128
2018-04-13GBP V2Neale Ranns2-2/+17
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns3-13/+13
2018-04-03reassembly: bug fixesKlement Sekera2-15/+16
2018-04-03session: use fib index in ip local testFlorin Coras1-1/+1
2018-03-29Coverity fixes (VPP-1204)Chris Luke3-0/+5
2018-03-29ip6: fix ip6-local urpf checkingFlorin Coras1-4/+7
2018-03-26VCL: add IPv6 to socket_test.sh and make testDave Wallace1-2/+4
2018-03-21reassembly: feature/concurrencyKlement Sekera11-345/+778
2018-03-19IGMP pluginJakub Grajciar1-0/+18
2018-03-18Remove unnumbered configuration on interface deleteNeale Ranns2-2/+4
2018-03-16QoS recording and markingNeale Ranns3-1/+5
2018-03-16IPv6 ND Router discovery control plane (VPP-1095)Juraj Sloboda2-0/+971
2018-03-16IPv6 ND Router discovery data plane (VPP-1095)Juraj Sloboda4-5/+613
2018-03-14IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support.Ole Troan1-0/+1
2018-03-13Common form of fib-path reproting in dumpsNeale Ranns1-101/+8