aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2017-04-07MPLS McastNeale Ranns6-40/+108
2017-04-07VPP-684.Add ip which mask length exceeding upper limit,ping segmentfaultflyingeagle231-1/+4
2017-04-06Use thread local storage for thread indexDamjan Marion5-39/+39
2017-04-03Adjacency layout change and move to vnet/adjNeale Ranns3-217/+3
2017-04-01ARP/ND/API:fix arp reg + nd no identical regsEyal Bari1-55/+38
2017-04-01MTRIE Optimisations 2Neale Ranns8-296/+526
2017-03-30VPP-669: ping: fix coverity check error 165075 + add ping testcaseAndrew Yourtchenko1-1/+1
2017-03-30BRIDGE-DOMAIN:enable arp term,mac/ip learning on local intsEyal Bari2-7/+4
2017-03-29IP lookup: remove used stack variablesNeale Ranns1-21/+5
2017-03-29Mtrie optimisationsNeale Ranns5-222/+191
2017-03-29Sub-net broadcast addresses for IPv4Neale Ranns1-3/+70
2017-03-27Mcast rewrite no memcpyNeale Ranns4-27/+29
2017-03-22ping: allow the user to send bursts of N packets instead of single packetAndrew Yourtchenko1-10/+42
2017-03-1764 bit per-thread countersNeale Ranns1-17/+19
2017-03-17Fix IP feature ordering.Neale Ranns1-17/+12
2017-03-17Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n...Neale Ranns3-21/+29
2017-03-16ping: Fix coverity error 163907Andrew Yourtchenko2-0/+6
2017-03-15VXLAN:add hidden multicast interface checkEyal Bari1-6/+8
2017-03-14ioam: ip6 hop by hop ext header and SR header co-existenceshwethab1-1/+1
2017-03-09IMplementation for option to not create a FIB table entry when adding a neigh...Neale Ranns3-27/+52
2017-03-08ARP resilience in the absence of IP config on input and output interfacesNeale Ranns1-0/+15
2017-03-08API change (only) to not create a FIB table entry when adding a neighbor entryNeale Ranns1-1/+6
2017-03-08BUG: multiple registrations of 'vl_api_ip6nd_proxy_details_t_handlerNeale Ranns1-7/+0
2017-03-08Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri...Neale Ranns6-62/+324
2017-03-07Register TCP with IP only if session is enabledFlorin Coras1-1/+2
2017-03-07DHCP Multiple Servers (VPP-602, VPP-605)Neale Ranns1-0/+2
2017-03-07In-band OAM active probe (VPP-471)AkshayaNadahalli3-32/+63
2017-03-07make per-adj counters configurableNeale Ranns2-33/+67
2017-03-07Fixing loadbalancing over ECMP for recursive routesAkshayaNadahalli2-12/+10
2017-03-06ioam: manycast using iOAM and SR (VPP-628)Shwetha Bhandari2-74/+122
2017-03-04Evolving SRv6 (Segment Routing for IPv6)Pablo Camarillo1-3/+30
2017-03-03IPv6 RA improvementsNeale Ranns2-157/+123
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns4-43/+76
2017-03-02Clean up binary api message handler registration issuesDave Barach1-83/+0
2017-03-02Remove the unused VRF ID parameter from the IP neighbour Add/Del APINeale Ranns1-2/+0
2017-03-01VPP-598: tcp stack initial commitDave Barach15-1683/+220
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall4-22/+60
2017-02-20CLI extension to add multiple (S,G)s at once and time itNeale Ranns1-10/+76
2017-02-20Python test IP and MPLS objects conform to infra.Neale Ranns2-2/+308
2017-02-17Remove duplicate ip6 get interface address codeNeale Ranns3-27/+7
2017-02-16Fix crash on deleting previously activated IPv6 interface - VPP-636Wojciech Dec1-0/+4
2017-02-15BFD: loop back echo packetsKlement Sekera1-2/+4
2017-02-15Fix bug in definition of tcp_header_tJuraj Sloboda1-1/+4
2017-02-13Out-of-tree Build Error fixAkshayaNadahalli1-0/+20
2017-02-13Augment IP_DETAILS, IP_ADDRESS_DETAILS with a few context fields.Jon Loeliger2-5/+15
2017-02-13VPP-632 : InBand OAM AnalyserAkshayaNadahalli5-41/+29
2017-02-08Fix source address reachability check for ip6 local packetsAkshayaNadahalli1-6/+3
2017-02-03Fix CLI help message for set ip addressMatej Klotton1-1/+1
2017-01-31Add vxlan-bypass feature to IP6 forwarding pathJohn Lo2-1/+12
2017-01-30VPP-621: ping: ICMP echo data size must be bounded by VLIB_BUFFER_DATA_SIZE m...Andrew Yourtchenko2-29/+46