1. e531f4c Increase default MAC learn limit and check it in learn-update path by John Lo · 7 years ago
  2. 8731846 policer: remove unused code by Damjan Marion · 7 years ago
  3. 9107443 SRv6 tests by Kris Michielsen · 7 years ago
  4. 3600b67 ping: remove unnecesary x86 intrinsics #include by Damjan Marion · 7 years ago
  5. 43161a8 PPPoE usses a midchain adjacency stack on an interface-tx DPO by Neale Ranns · 7 years ago
  6. 352829f Fixed ip add bug for ip6 with review comments by pragash · 7 years ago
  7. e87216f session: fix multi-buffer segments by Florin Coras · 7 years ago
  8. af8c8e5 gpe: fix sub-interface hash lookup by Florin Coras · 7 years ago
  9. b0856b4 Python API: Fix error message typo. by Ole Troan · 7 years ago
  10. 3cdc25f API: More gracefully fail when opening shared memory segment fails. by Ole Troan · 7 years ago
  11. 8ea8916 IP4_FIB stats API not indexing after FIB changes - VPP-951 by Keith Burns (alagalah) · 7 years ago
  12. 3d2a914 feature: exit on misconfigured features (VPP-915) by Florin Coras · 7 years ago
  13. 0714541 Use correct msg ID in the sw-interface-event from TAP and VHOST by Neale Ranns · 7 years ago
  14. dafd20b Fix vpp crash when adding macip acl by Pavel Kotucek · 7 years ago
  15. f77e913 Fix small issues in ACL api by Pavel Kotucek · 7 years ago
  16. 71bb054 acl-plugin: time out the sessions created by main thread too (VPP-948) by Andrew Yourtchenko · 7 years ago
  17. 3bbcfab TCP source address automation by Dave Barach · 7 years ago
  18. 6bf177c Python API: VPP-947 Empty chroot_prefix fails on encode() by Ole Troan · 7 years ago
  19. 89b931f jvpp: suppress unwritten fields warrning found in DTO's hashCode by Marek Gradzki · 7 years ago
  20. 20a14b9 ip4: cleanup ip local by Florin Coras · 7 years ago
  21. c9d1c5b tcp: fix v6 sessions by root · 7 years ago
  22. ab9a59c SNAT: Make proto optional in nat64_bib_dump (VPP-942) by Matus Fabian · 7 years ago
  23. d292ab1 No context in SW interface event by Neale Ranns · 7 years ago
  24. 0e9c33b tcp: improve builtin http server by Florin Coras · 7 years ago
  25. 4f80b81 Add missing counters for P2P ethernet interfaces by Pavel Kotucek · 7 years ago
  26. f8cd581 NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884) by Matus Fabian · 7 years ago
  27. 6d5c4cd VCL: copy complete ip addr to/from vpe-api buf. by Dave Wallace · 7 years ago
  28. 5da27c2 jvpp: move JVppReply's id out of synchronized block by Marek Gradzki · 7 years ago
  29. 24b170a Support proxy ARP on mirrored TAP interfaces by Neale Ranns · 7 years ago
  30. e9ab1c0 acl-plugin: don't attempt to delete the ACLs on interface deletion if ACL plugin heap is not initialized by Andrew Yourtchenko · 7 years ago
  31. 8dc8020 IPv6 local-address for P2P ethernet interfaces by Pavel Kotucek · 7 years ago
  32. e9bac69 VPP-939: Update CLI Helptext for rx-placement commands by Billy McFall · 7 years ago
  33. ab0289a tcp: state machine improvements by Florin Coras · 7 years ago
  34. af09551 coverity: remove dependency on uint32_t in fib_test.c by Marek Gradzki · 7 years ago
  35. 82d3ec8 TCP: Update time_now once per burst by Florin Coras · 7 years ago
  36. 28ab9cc FIB table add/delete API only by Neale Ranns · 7 years ago
  37. 2245c0f TCP: update builtin server/client cli help by Florin Coras · 7 years ago
  38. 3214dc3 jvpp: ignore messages if callback method is missing (VPP-548) by Marek Gradzki · 7 years ago
  39. 6be3255 dpdk: cleanup unused build option *_uses_dpdk_cryptodev_sw by Sergio Gonzalez Monroy · 7 years ago
  40. 5beec81 jvpp: make shm_prefix configurable (VPP-591) by Jan Srnicek · 8 years ago
  41. 0117d24 default update adjacency function deos not return multicast adjacency by Neale Ranns · 7 years ago
  42. 44fe506 LISP: fix fid nsh address formatting by Florin Coras · 7 years ago
  43. b2215d6 Fix tcp multi buffer segments retransmission by Florin Coras · 7 years ago
  44. 755e41e Fix IP fragment-id and offset issue in LB-GRE4 by Hongjun Ni · 7 years ago
  45. 6f9f6f3 LISP: fix wrong reply message in map_register_fallback_threshold call by Filip Tehlar · 7 years ago
  46. a07bd70 Dedicated SW Interface Event by Neale Ranns · 7 years ago
  47. e8bad97 the automatic addition of IP address to the magic TAP interface should only happen for one table by Neale Ranns · 7 years ago
  48. 543852a Add VPP Communications Library (VCL) by Dave Wallace · 7 years ago
  49. 7faab8d acl-plugin: add the debug CLI to show macip ACLs and where they are applied (VPP-936) by Andrew Yourtchenko · 7 years ago
  50. 913b873 Fix memory leaks found in policer code. by Chaoyu Jin · 7 years ago
  51. bae851f Fix LISP cp buffer leakage by Florin Coras · 7 years ago
  52. faef07f acl-plugin: hash lookup bitmask not cleared when ACL is unapplied from interface (VPP-935) by Andrew Yourtchenko · 7 years ago
  53. 818eb54 Improve the svm fifo allocator by Dave Barach · 7 years ago
  54. ef5dd4f acl-plugin: avoid crash in multithreaded setup adding/deleting ACLs with traffic (VPP-910/VPP-929) by Andrew Yourtchenko · 7 years ago
  55. 9104a40 MPLS tunnel - multiple labels on the CLI - fix cut and paste robot errors by Neale Ranns · 7 years ago
  56. 66c0adf VPP-933 VPP crashes when deleting an ARP entry by Matthew Smith · 7 years ago
  57. 52851e6 TCP proxy prototype by Dave Barach · 7 years ago
  58. b639b59 acl-plugin: all TCP sessions treated as transient (VPP-932) by Andrew Yourtchenko · 7 years ago
  59. 024064d PPPoE: use DPO protos in FIB entry path add/remove by Neale Ranns · 7 years ago
  60. 62f9cdd Add PPPoE Plugin by Hongjun Ni · 7 years ago
  61. f73d0e2 Allow multiple MPLS output labels to be passed on the CLI by Neale Ranns · 7 years ago
  62. a3a3a9d ARP reply: use interface to build rewrite string by Neale Ranns · 7 years ago
  63. da78f95 L2 over MPLS by Neale Ranns · 8 years ago
  64. 80cb258 acl-plugin: fix a misplaced return (VPP-910) by Andrew Yourtchenko · 7 years ago
  65. de9fbf4 MAC IP ACL interface list dump (as an alternative to the get/reply) by Neale Ranns · 7 years ago
  66. a5e614f acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior (VPP-910) by Andrew Yourtchenko · 7 years ago
  67. 7048ff1 LISP: Map-server fallback feature by Filip Tehlar · 7 years ago
  68. 5391e19 LISP: fix map register TTL reply handler, VPP-926 by Filip Tehlar · 7 years ago
  69. 63a46fc jvpp: provide more detailed exception logs (VPP-436) by Matej Perina · 7 years ago
  70. 5c994c1 don't truncate the interface name in 'sh ip arp' by Neale Ranns · 7 years ago
  71. e1bf572 Initialize vxlan-gpe bypass mode by Hongjun Ni · 7 years ago
  72. 7801ca2 SNAT: fix address and port allocation for multiple worker threads (VPP-925) by Matus Fabian · 7 years ago
  73. 22d32d9 acl-plugin: multicore: CSIT c100k 2-core stateful ACL test does not pass (VPP-912) by Andrew Yourtchenko · 7 years ago
  74. 808c5b2 DHCP Client: receive unicast ACKs by Neale Ranns · 7 years ago
  75. 8d00fff Add support for API client to receive L2 MAC events by John Lo · 7 years ago
  76. a825c8b gtpu bypass function doesn't work (VPP-924) by jerryian · 7 years ago
  77. 1e553a0 LISP: make TTL for map register messages configurable by Filip Tehlar · 7 years ago
  78. 5780898 Fix vpp crash sending arp or probing neighb (VPP-917) by Pavel Kotucek · 7 years ago
  79. ac0c96b Fix ip checksum offload, move badly-placed ASSERT by Dave Barach · 7 years ago
  80. 34da892 memif: construct interface name out of socket file idx and intf id by Damjan Marion · 7 years ago
  81. 66b1131 Fix tcp tx buffer allocation by Florin Coras · 7 years ago
  82. fdbc382 Make ip csum configurable in vlib buffer functions by Florin Coras · 7 years ago
  83. a0a908f FIB path weight incorrect in dump (VPP-922) by Neale Ranns · 7 years ago
  84. 15ac81c P2P Ethernet by Pavel Kotucek · 7 years ago
  85. 5b31120 SPAN/API:enable L2 dump by Eyal Bari · 7 years ago
  86. b885664 ssvm->name must be a vector containing a c-string. by Dave Wallace · 7 years ago
  87. 84f2882 jvpp: moving current tests to separate folder marked as examples by Matej Perina · 7 years ago
  88. 942402b CLI:add l2 input/outut to "sh int features" by Eyal Bari · 7 years ago
  89. 91d341c Fix fib_path encoding (VPP-921) by Florin Coras · 7 years ago
  90. 4a7d50e SPAN/CLI:fix disable + add errors by Eyal Bari · 7 years ago
  91. 6881062 Make tcp active open data structures thread safe by Florin Coras · 7 years ago
  92. 03a6213 ping: fixing wrong value when there are worker threads by Mohammed Hawari · 7 years ago
  93. c418e4a Fix interface reuse when running multithreaded by Damjan Marion · 7 years ago
  94. 6b0f589 Thread safe internal buffer manager by Damjan Marion · 7 years ago
  95. 2ee2d57 vhost: debug vhost-user command needs better error checking on the syntax (VPP-916) by Steven · 7 years ago
  96. 7c35f19 Fix lisp udp checksum by Florin Coras · 7 years ago
  97. 30af5da VPP-905: Wrong define used in function start_workers. by JingLiuZTE · 7 years ago
  98. 7d4a22c Add sample config of bonded interface in startup.conf template by John Lo · 7 years ago
  99. 04e5344 Cleanup/refactor session layer code by Florin Coras · 7 years ago
  100. f8d8490 SANT: fib_table unlock (VPP-918) by Matus Fabian · 7 years ago