Age | Commit message (Expand) | Author | Files | Lines |
2017-04-01 | ARP/ND/API:fix arp reg + nd no identical regs |  Eyal Bari | 1 | -55/+38 |
2017-04-01 | MTRIE Optimisations 2 |  Neale Ranns | 8 | -296/+526 |
2017-03-30 | VPP-669: ping: fix coverity check error 165075 + add ping testcase |  Andrew Yourtchenko | 1 | -1/+1 |
2017-03-30 | BRIDGE-DOMAIN:enable arp term,mac/ip learning on local ints |  Eyal Bari | 2 | -7/+4 |
2017-03-29 | IP lookup: remove used stack variables |  Neale Ranns | 1 | -21/+5 |
2017-03-29 | Mtrie optimisations |  Neale Ranns | 5 | -222/+191 |
2017-03-29 | Sub-net broadcast addresses for IPv4 |  Neale Ranns | 1 | -3/+70 |
2017-03-27 | Mcast rewrite no memcpy |  Neale Ranns | 4 | -27/+29 |
2017-03-22 | ping: allow the user to send bursts of N packets instead of single packet |  Andrew Yourtchenko | 1 | -10/+42 |
2017-03-17 | 64 bit per-thread counters |  Neale Ranns | 1 | -17/+19 |
2017-03-17 | Fix IP feature ordering. |  Neale Ranns | 1 | -17/+12 |
2017-03-17 | Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n... |  Neale Ranns | 3 | -21/+29 |
2017-03-16 | ping: Fix coverity error 163907 |  Andrew Yourtchenko | 2 | -0/+6 |
2017-03-15 | VXLAN:add hidden multicast interface check |  Eyal Bari | 1 | -6/+8 |
2017-03-14 | ioam: ip6 hop by hop ext header and SR header co-existence |  shwethab | 1 | -1/+1 |
2017-03-09 | IMplementation for option to not create a FIB table entry when adding a neigh... |  Neale Ranns | 3 | -27/+52 |
2017-03-08 | ARP resilience in the absence of IP config on input and output interfaces |  Neale Ranns | 1 | -0/+15 |
2017-03-08 | API change (only) to not create a FIB table entry when adding a neighbor entry |  Neale Ranns | 1 | -1/+6 |
2017-03-08 | BUG: multiple registrations of 'vl_api_ip6nd_proxy_details_t_handler |  Neale Ranns | 1 | -7/+0 |
2017-03-08 | Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri... |  Neale Ranns | 6 | -62/+324 |
2017-03-07 | Register TCP with IP only if session is enabled |  Florin Coras | 1 | -1/+2 |
2017-03-07 | DHCP Multiple Servers (VPP-602, VPP-605) |  Neale Ranns | 1 | -0/+2 |
2017-03-07 | In-band OAM active probe (VPP-471) |  AkshayaNadahalli | 3 | -32/+63 |
2017-03-07 | make per-adj counters configurable |  Neale Ranns | 2 | -33/+67 |
2017-03-07 | Fixing loadbalancing over ECMP for recursive routes |  AkshayaNadahalli | 2 | -12/+10 |
2017-03-06 | ioam: manycast using iOAM and SR (VPP-628) |  Shwetha Bhandari | 2 | -74/+122 |
2017-03-04 | Evolving SRv6 (Segment Routing for IPv6) |  Pablo Camarillo | 1 | -3/+30 |
2017-03-03 | IPv6 RA improvements |  Neale Ranns | 2 | -157/+123 |
2017-03-03 | Changing the IP table for an interface is an error if the interface already h... |  Neale Ranns | 4 | -43/+76 |
2017-03-02 | Clean up binary api message handler registration issues |  Dave Barach | 1 | -83/+0 |
2017-03-02 | Remove the unused VRF ID parameter from the IP neighbour Add/Del API |  Neale Ranns | 1 | -2/+0 |
2017-03-01 | VPP-598: tcp stack initial commit |  Dave Barach | 15 | -1683/+220 |
2017-02-22 | VPP-635: CLI Memory leak with invalid parameter |  Billy McFall | 4 | -22/+60 |
2017-02-20 | CLI extension to add multiple (S,G)s at once and time it |  Neale Ranns | 1 | -10/+76 |
2017-02-20 | Python test IP and MPLS objects conform to infra. |  Neale Ranns | 2 | -2/+308 |
2017-02-17 | Remove duplicate ip6 get interface address code |  Neale Ranns | 3 | -27/+7 |
2017-02-16 | Fix crash on deleting previously activated IPv6 interface - VPP-636 |  Wojciech Dec | 1 | -0/+4 |
2017-02-15 | BFD: loop back echo packets |  Klement Sekera | 1 | -2/+4 |
2017-02-15 | Fix bug in definition of tcp_header_t |  Juraj Sloboda | 1 | -1/+4 |
2017-02-13 | Out-of-tree Build Error fix |  AkshayaNadahalli | 1 | -0/+20 |
2017-02-13 | Augment IP_DETAILS, IP_ADDRESS_DETAILS with a few context fields. |  Jon Loeliger | 2 | -5/+15 |
2017-02-13 | VPP-632 : InBand OAM Analyser |  AkshayaNadahalli | 5 | -41/+29 |
2017-02-08 | Fix source address reachability check for ip6 local packets |  AkshayaNadahalli | 1 | -6/+3 |
2017-02-03 | Fix CLI help message for set ip address |  Matej Klotton | 1 | -1/+1 |
2017-01-31 | Add vxlan-bypass feature to IP6 forwarding path |  John Lo | 2 | -1/+12 |
2017-01-30 | VPP-621: ping: ICMP echo data size must be bounded by VLIB_BUFFER_DATA_SIZE m... |  Andrew Yourtchenko | 2 | -29/+46 |
2017-01-27 | IP Multicast FIB (mfib) |  Neale Ranns | 11 | -489/+840 |
2017-01-25 | [re]Enable per-Adjacency/neighbour counters |  Neale Ranns | 2 | -29/+37 |
2017-01-24 | ping: fix double-free crash under VMWare hypervisor |  Andrew Yourtchenko | 1 | -2/+2 |
2017-01-16 | LISP: Enhance IPx offset computing |  Filip Tehlar | 1 | -0/+5 |