Age | Commit message (Expand) | Author | Files | Lines |
2017-05-17 | ARP learning fixes (VPP-843) | Neale Ranns | 2 | -10/+21 |
2017-05-16 | ping command does not work when there is woker thread (VPP-844) | flyingeagle23 | 1 | -0/+1 |
2017-05-11 | Validate ip6 interface fib tables early on | Florin Coras | 1 | -0/+5 |
2017-05-05 | ip6_to_ip4.h coverity fix | Matus Fabian | 1 | -1/+1 |
2017-05-05 | NAT64: Move IPv6-IPv4 virtual reassembly code from MAP-T to common library (V... | Matus Fabian | 2 | -0/+1148 |
2017-05-03 | change ip4_drop_node node register coding format | flyingeagle23 | 1 | -2/+2 |
2017-05-02 | Allow local/for-us replications for IP multicast routes on the CLI | Neale Ranns | 1 | -1/+6 |
2017-04-26 | IP Flow Hash Config fixes | Neale Ranns | 4 | -15/+17 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages | Dave Barach | 1 | -99/+9 |
2017-04-24 | Improve Load-Balance MAPs | Neale Ranns | 3 | -90/+153 |
2017-04-19 | Learn IP6 link-local ND entries from NSs sourced from link-local address | Neale Ranns | 1 | -2/+5 |
2017-04-13 | Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t... | Neale Ranns | 2 | -5/+3 |
2017-04-11 | MPLS Mcast coverity fixes | Neale Ranns | 1 | -1/+1 |
2017-04-11 | MTRIE coverity fixes | Neale Ranns | 1 | -6/+8 |
2017-04-11 | Remove usued, redundant and deprecated code from lookup.h | Neale Ranns | 7 | -95/+33 |
2017-04-07 | MPLS Mcast | Neale Ranns | 6 | -40/+108 |
2017-04-07 | VPP-684.Add ip which mask length exceeding upper limit,ping segmentfault | flyingeagle23 | 1 | -1/+4 |
2017-04-06 | Use thread local storage for thread index | Damjan Marion | 5 | -39/+39 |
2017-04-03 | Adjacency layout change and move to vnet/adj | Neale Ranns | 3 | -217/+3 |
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 |