Age | Commit message (Expand) | Author | Files | Lines |
2017-08-16 | VCL: copy complete ip addr to/from vpe-api buf. | Dave Wallace | 1 | -18/+7 |
2017-08-16 | jvpp: move JVppReply's id out of synchronized block | Marek Gradzki | 2 | -15/+17 |
2017-08-15 | Support proxy ARP on mirrored TAP interfaces | Neale Ranns | 1 | -4/+16 |
2017-08-15 | acl-plugin: don't attempt to delete the ACLs on interface deletion if ACL plu... | Andrew Yourtchenko | 1 | -0/+4 |
2017-08-15 | IPv6 local-address for P2P ethernet interfaces | Pavel Kotucek | 1 | -1/+2 |
2017-08-15 | VPP-939: Update CLI Helptext for rx-placement commands | Billy McFall | 2 | -94/+293 |
2017-08-15 | tcp: state machine improvements | Florin Coras | 7 | -23/+40 |
2017-08-15 | coverity: remove dependency on uint32_t in fib_test.c | Marek Gradzki | 1 | -1/+1 |
2017-08-14 | TCP: Update time_now once per burst | Florin Coras | 4 | -3/+15 |
2017-08-14 | FIB table add/delete API only | Neale Ranns | 5 | -0/+163 |
2017-08-14 | TCP: update builtin server/client cli help | Florin Coras | 2 | -5/+19 |
2017-08-14 | jvpp: ignore messages if callback method is missing (VPP-548) | Marek Gradzki | 1 | -0/+8 |
2017-08-14 | dpdk: cleanup unused build option *_uses_dpdk_cryptodev_sw | Sergio Gonzalez Monroy | 1 | -11/+4 |
2017-08-14 | jvpp: make shm_prefix configurable (VPP-591) | Jan Srnicek | 5 | -24/+62 |
2017-08-13 | default update adjacency function deos not return multicast adjacency | Neale Ranns | 1 | -6/+40 |
2017-08-12 | LISP: fix fid nsh address formatting | Florin Coras | 1 | -1/+8 |
2017-08-11 | Fix tcp multi buffer segments retransmission | Florin Coras | 8 | -155/+304 |
2017-08-11 | Fix IP fragment-id and offset issue in LB-GRE4 | Hongjun Ni | 1 | -0/+2 |
2017-08-11 | LISP: fix wrong reply message in map_register_fallback_threshold call | Filip Tehlar | 1 | -1/+1 |
2017-08-11 | Dedicated SW Interface Event | Neale Ranns | 11 | -43/+63 |
2017-08-11 | the automatic addition of IP address to the magic TAP interface should only h... | Neale Ranns | 1 | -0/+21 |
2017-08-11 | Add VPP Communications Library (VCL) | Dave Wallace | 9 | -1/+4795 |
2017-08-11 | acl-plugin: add the debug CLI to show macip ACLs and where they are applied (... | Andrew Yourtchenko | 1 | -0/+76 |
2017-08-10 | Fix memory leaks found in policer code. | Chaoyu Jin | 1 | -0/+34 |
2017-08-10 | Fix LISP cp buffer leakage | Florin Coras | 1 | -1/+3 |
2017-08-10 | acl-plugin: hash lookup bitmask not cleared when ACL is unapplied from interf... | Andrew Yourtchenko | 3 | -4/+31 |
2017-08-10 | Improve the svm fifo allocator | Dave Barach | 6 | -20/+151 |
2017-08-10 | acl-plugin: avoid crash in multithreaded setup adding/deleting ACLs with traf... | Andrew Yourtchenko | 3 | -0/+83 |
2017-08-10 | MPLS tunnel - multiple labels on the CLI - fix cut and paste robot errors | Neale Ranns | 1 | -13/+4 |
2017-08-09 | VPP-933 VPP crashes when deleting an ARP entry | Matthew Smith | 1 | -0/+7 |
2017-08-10 | TCP proxy prototype | Dave Barach | 16 | -212/+801 |
2017-08-10 | acl-plugin: all TCP sessions treated as transient (VPP-932) | Andrew Yourtchenko | 1 | -3/+6 |
2017-08-09 | PPPoE: use DPO protos in FIB entry path add/remove | Neale Ranns | 1 | -2/+3 |
2017-08-09 | Add PPPoE Plugin | Hongjun Ni | 18 | -0/+3072 |
2017-08-09 | Allow multiple MPLS output labels to be passed on the CLI | Neale Ranns | 3 | -16/+53 |
2017-08-09 | ARP reply: use interface to build rewrite string | Neale Ranns | 1 | -17/+13 |
2017-08-08 | L2 over MPLS | Neale Ranns | 53 | -444/+558 |
2017-08-08 | acl-plugin: fix a misplaced return (VPP-910) | Andrew Yourtchenko | 1 | -1/+1 |
2017-08-08 | MAC IP ACL interface list dump (as an alternative to the get/reply) | Neale Ranns | 2 | -1/+90 |
2017-08-08 | acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior ... | Andrew Yourtchenko | 5 | -150/+289 |
2017-08-07 | LISP: Map-server fallback feature | Filip Tehlar | 6 | -58/+405 |
2017-08-05 | LISP: fix map register TTL reply handler, VPP-926 | Filip Tehlar | 1 | -1/+1 |
2017-08-04 | jvpp: provide more detailed exception logs (VPP-436) | Matej Perina | 3 | -3/+38 |
2017-08-04 | don't truncate the interface name in 'sh ip arp' | Neale Ranns | 1 | -1/+1 |
2017-08-04 | Initialize vxlan-gpe bypass mode | Hongjun Ni | 1 | -0/+16 |
2017-08-04 | SNAT: fix address and port allocation for multiple worker threads (VPP-925) | Matus Fabian | 4 | -21/+51 |
2017-08-03 | acl-plugin: multicore: CSIT c100k 2-core stateful ACL test does not pass (VPP... | Andrew Yourtchenko | 4 | -41/+106 |
2017-08-03 | DHCP Client: receive unicast ACKs | Neale Ranns | 2 | -8/+80 |
2017-08-03 | Add support for API client to receive L2 MAC events | John Lo | 11 | -173/+605 |
2017-08-03 | gtpu bypass function doesn't work (VPP-924) | jerryian | 1 | -0/+14 |