aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2017-04-26IP Flow Hash Config fixesNeale Ranns4-15/+17
2017-04-25"autoreply" flag: autogenerate standard xxx_reply_t messagesDave Barach1-99/+9
2017-04-24Improve Load-Balance MAPsNeale Ranns3-90/+153
2017-04-19Learn IP6 link-local ND entries from NSs sourced from link-local addressNeale Ranns1-2/+5
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns2-5/+3
2017-04-11MPLS Mcast coverity fixesNeale Ranns1-1/+1
2017-04-11MTRIE coverity fixesNeale Ranns1-6/+8
2017-04-11Remove usued, redundant and deprecated code from lookup.hNeale Ranns7-95/+33
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