1. bae851f Fix LISP cp buffer leakage by Florin Coras · 7 years ago
  2. 4eed456 acl-plugin: add MAINTAINERS entry by Andrew Yourtchenko · 7 years ago
  3. faef07f acl-plugin: hash lookup bitmask not cleared when ACL is unapplied from interface (VPP-935) by Andrew Yourtchenko · 7 years ago
  4. 818eb54 Improve the svm fifo allocator by Dave Barach · 7 years ago
  5. ef5dd4f acl-plugin: avoid crash in multithreaded setup adding/deleting ACLs with traffic (VPP-910/VPP-929) by Andrew Yourtchenko · 7 years ago
  6. fa3eb7a make test: bump default test timeout to 10 minutes by Klement Sekera · 7 years ago
  7. 9104a40 MPLS tunnel - multiple labels on the CLI - fix cut and paste robot errors by Neale Ranns · 7 years ago
  8. 66c0adf VPP-933 VPP crashes when deleting an ARP entry by Matthew Smith · 7 years ago
  9. 909a6a1 make test: detect hung tests by Klement Sekera · 7 years ago
  10. 52851e6 TCP proxy prototype by Dave Barach · 7 years ago
  11. b639b59 acl-plugin: all TCP sessions treated as transient (VPP-932) by Andrew Yourtchenko · 7 years ago
  12. 618f7b0 dpdk: only build SW crypto for x86_64 platforms by Sergio Gonzalez Monroy · 7 years ago
  13. 024064d PPPoE: use DPO protos in FIB entry path add/remove by Neale Ranns · 7 years ago
  14. 62f9cdd Add PPPoE Plugin by Hongjun Ni · 7 years ago
  15. f73d0e2 Allow multiple MPLS output labels to be passed on the CLI by Neale Ranns · 7 years ago
  16. a3a3a9d ARP reply: use interface to build rewrite string by Neale Ranns · 7 years ago
  17. da78f95 L2 over MPLS by Neale Ranns · 8 years ago
  18. b60f496 Create source rpm. by Thomas F Herbert · 7 years ago
  19. 80cb258 acl-plugin: fix a misplaced return (VPP-910) by Andrew Yourtchenko · 7 years ago
  20. de9fbf4 MAC IP ACL interface list dump (as an alternative to the get/reply) by Neale Ranns · 7 years ago
  21. a5e614f acl-plugin: rework the optimization 7383, fortify acl-plugin memory behavior (VPP-910) by Andrew Yourtchenko · 7 years ago
  22. 7048ff1 LISP: Map-server fallback feature by Filip Tehlar · 7 years ago
  23. 94384e4 make test: kill all remaining subprocesses on exit by Klement Sekera · 7 years ago
  24. 5391e19 LISP: fix map register TTL reply handler, VPP-926 by Filip Tehlar · 7 years ago
  25. 63a46fc jvpp: provide more detailed exception logs (VPP-436) by Matej Perina · 7 years ago
  26. 5c994c1 don't truncate the interface name in 'sh ip arp' by Neale Ranns · 7 years ago
  27. e1bf572 Initialize vxlan-gpe bypass mode by Hongjun Ni · 7 years ago
  28. 7801ca2 SNAT: fix address and port allocation for multiple worker threads (VPP-925) by Matus Fabian · 7 years ago
  29. 33129bb Fix nasm deps for Fedora. by Thomas F Herbert · 7 years ago
  30. 22d32d9 acl-plugin: multicore: CSIT c100k 2-core stateful ACL test does not pass (VPP-912) by Andrew Yourtchenko · 7 years ago
  31. 808c5b2 DHCP Client: receive unicast ACKs by Neale Ranns · 7 years ago
  32. 8d00fff Add support for API client to receive L2 MAC events by John Lo · 7 years ago
  33. a825c8b gtpu bypass function doesn't work (VPP-924) by jerryian · 7 years ago
  34. 1e553a0 LISP: make TTL for map register messages configurable by Filip Tehlar · 7 years ago
  35. 5780898 Fix vpp crash sending arp or probing neighb (VPP-917) by Pavel Kotucek · 7 years ago
  36. ac0c96b Fix ip checksum offload, move badly-placed ASSERT by Dave Barach · 7 years ago
  37. 34da892 memif: construct interface name out of socket file idx and intf id by Damjan Marion · 7 years ago
  38. 024e23d Added NASM package to support SW crypto by Marco Varlese · 7 years ago
  39. 83d8fda Update CSIT tests 170724 -> 170731 by Jan Gelety · 7 years ago
  40. 66b1131 Fix tcp tx buffer allocation by Florin Coras · 7 years ago
  41. fdbc382 Make ip csum configurable in vlib buffer functions by Florin Coras · 7 years ago
  42. a0a908f FIB path weight incorrect in dump (VPP-922) by Neale Ranns · 7 years ago
  43. 42e6b09 Tests for recursive load-balancing with no choices. by Neale Ranns · 7 years ago
  44. 15ac81c P2P Ethernet by Pavel Kotucek · 7 years ago
  45. 5b31120 SPAN/API:enable L2 dump by Eyal Bari · 7 years ago
  46. b885664 ssvm->name must be a vector containing a c-string. by Dave Wallace · 7 years ago
  47. 84f2882 jvpp: moving current tests to separate folder marked as examples by Matej Perina · 7 years ago
  48. 942402b CLI:add l2 input/outut to "sh int features" by Eyal Bari · 7 years ago
  49. 91d341c Fix fib_path encoding (VPP-921) by Florin Coras · 7 years ago
  50. 4a7d50e SPAN/CLI:fix disable + add errors by Eyal Bari · 7 years ago
  51. 6881062 Make tcp active open data structures thread safe by Florin Coras · 7 years ago
  52. 03a6213 ping: fixing wrong value when there are worker threads by Mohammed Hawari · 7 years ago
  53. c418e4a Fix interface reuse when running multithreaded by Damjan Marion · 7 years ago
  54. 6b0f589 Thread safe internal buffer manager by Damjan Marion · 7 years ago
  55. 2ee2d57 vhost: debug vhost-user command needs better error checking on the syntax (VPP-916) by Steven · 7 years ago
  56. 5b75b6b Use relative path to vpp.service. by Thomas F Herbert · 7 years ago
  57. 7c35f19 Fix lisp udp checksum by Florin Coras · 7 years ago
  58. 30af5da VPP-905: Wrong define used in function start_workers. by JingLiuZTE · 7 years ago
  59. c3fbd95 17.07 Release Note by Neale Ranns · 7 years ago
  60. 7d4a22c Add sample config of bonded interface in startup.conf template by John Lo · 7 years ago
  61. 04e5344 Cleanup/refactor session layer code by Florin Coras · 7 years ago
  62. f8d8490 SANT: fib_table unlock (VPP-918) by Matus Fabian · 7 years ago
  63. 50b81e0 Update CSIT tests 170626 -> 170724 by Jan Gelety · 7 years ago
  64. 001fd40 SPAN:add l2 mirror by Eyal Bari · 7 years ago
  65. beb0b2e Improve L2 Input/Output Feature Infrastructure and Usage by John Lo · 7 years ago
  66. 858c06f Atomic bucket lock by Dave Barach · 7 years ago
  67. 6534b7a Improvements to tcp rx path and debugging by Florin Coras · 7 years ago
  68. 161c59c SNAT: in2out translation as an output feature hairpinning (VPP-913) by Matus Fabian · 7 years ago
  69. faee17e acl-plugin: assertion failed at hash_lookup.c:226 when modifying ACLs applied as part of many (VPP-910) by Andrew Yourtchenko · 7 years ago
  70. fb3288f Fix coverity issue introduced with IP checksum offload commit by Damjan Marion · 7 years ago
  71. 5037669 Prevent double freeing of first segment manager. by Dave Wallace · 7 years ago
  72. 8d48722 Enable build from dist tarball independent of git. by Thomas F Herbert · 7 years ago
  73. 93d84c9 SNAT: in2out translation as an output feature (VPP-903) by Matus Fabian · 7 years ago
  74. b12ac56 L2FWD:move vec_validate out of access function by Eyal Bari · 7 years ago
  75. 908a5ea Add a bihash prefetchable bucket-level cache by Dave Barach · 7 years ago
  76. c442322 Fix IP checksum offload metadata setup by Dave Barach · 7 years ago
  77. 60c1223 make test: improve console output messages by Klement Sekera · 7 years ago
  78. 57b5860 FIB path preference by Neale Ranns · 7 years ago
  79. 51822bf DHCP client option 61 "client_id" by Neale Ranns · 7 years ago
  80. a2fbf6b DHCP client - remove interface address when DHCP de-configured by Neale Ranns · 7 years ago
  81. 2c0a4f4 TCP/UDP checksum offload API by Dave Barach · 7 years ago
  82. 758137a TEST:add l2bd nd term tests by Eyal Bari · 7 years ago
  83. d756b35 Fix unlinking of /dev/shm files. by Dave Wallace · 7 years ago
  84. 365a2b8 Adjust replication context to match vnet_buffer(b) by Dave Barach · 7 years ago
  85. 3eb5062 Fixes and improved tcp/session debugging by Florin Coras · 7 years ago
  86. 213b5aa vnet_buffer_t flags cleanup by Damjan Marion · 7 years ago
  87. 072401e Introduce l{2,3,4}_hdr_offset fields in the buffer metadata by Damjan Marion · 7 years ago
  88. 0f09b77 flowprobe: Fixed assert error with less than 1 second passive timer by Andrew Li · 7 years ago
  89. 3b12cdc dpdk: update build by Sergio Gonzalez Monroy · 8 years ago
  90. 19e9d95 VPP-895 multi-thread: fix vpp crash on show runtime by Igor Mikhailov (imichail) · 7 years ago
  91. a2522f6 dpdk: fix dpdk_buffer_pool_create name by Chris Luke · 7 years ago
  92. e2d40b8 Use clib_crc32c_uses_intrinsics instead of __SSE4_2__ by Christophe Fontaine · 7 years ago
  93. 38cfe98 Fix typo for non x86 platforms. by Christophe Fontaine · 7 years ago
  94. b2fd6cb Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907) by John Lo · 7 years ago
  95. 8ae1873 Decrease steps necessary to upgrading RPM packages fixed by Kristina Nevolnikova · 7 years ago
  96. 10ae766 Deprecate support for flattened output nodes by Damjan Marion · 7 years ago
  97. 690d26c dpdk: prefetch 2nd cacheline of rte_mbuf during tx by Damjan Marion · 7 years ago
  98. 2c25a62 Horizontal (nSessions) scaling draft by Dave Barach · 7 years ago
  99. 8af1b2f L2INPUT:fix features mask cailculation by Eyal Bari · 7 years ago
  100. e1f0889 memif: avoid double buffer free by Damjan Marion · 7 years ago