1. 54e8e39 pmalloc: fix shared mappings by Damjan Marion · 6 years ago
  2. c29c0af GBP: Endpoints with VLAN tags and birdges that don't learn by Neale Ranns · 6 years ago
  3. 7ac053b tcp: consume incoming buffers instead of reusing by Florin Coras · 6 years ago
  4. f5942d5 Optimize xxx_zero_byte_mask NEON function by Lijian Zhang · 6 years ago
  5. c3baf62 l2: convert l2_patch to new multiarch scheme by Damjan Marion · 6 years ago
  6. 93cc3ee GBP Endpoint Learning by Neale Ranns · 6 years ago
  7. c3df1e9 NAT44: fix undesired dependency between static mapping and address from the pool (VPP-1485) by Matus Fabian · 6 years ago
  8. 7baf63f Unresolved symbols in libvapiclient by Neale Ranns · 6 years ago
  9. 005e4d5 vmxnet3: reduce calling vmxnet3_reg_write_inline by Steven · 6 years ago
  10. 8d33974 marvell: bump musdk version to 18.09.3 by Damjan Marion · 6 years ago
  11. dd04bb9 dpdk: don't automatically whitelist vmxnet3 PCI interfaces by Steven · 6 years ago
  12. 4d5b917 BD ARP entry use common API types by Neale Ranns · 6 years ago
  13. 0c46998 vhost: crash in vhost_user_tx_avx2 by Steven · 6 years ago
  14. 0f7af53 IGMP: Improved handling of (*,G) join and leave by Neale Ranns · 6 years ago
  15. 3206bb1 VPP-1481: fixed tlv length checking & added tests by Filip Varga · 6 years ago
  16. 55c6c4a dpdk: format_dpdk_device_name cleanup by Damjan Marion · 6 years ago
  17. dcb0c1a Change l2_patch from dual-loop to quad-loop by Yulong Pei · 6 years ago
  18. f286c4b dpdk: fix device name suffix confusion with failsafe/netvsc by Stephen Hemminger · 6 years ago
  19. ef10131 dpdk: fix pmd device type when using netvsc or failsafe by Stephen Hemminger · 6 years ago
  20. 9ece3c0 tcp: dequeue acked only once per burst by Florin Coras · 6 years ago
  21. 87ee947 acl-plugin: 5-tuple parse: get rid of memcpy and move to flags vs. bitfields by Andrew Yourtchenko · 6 years ago
  22. b0073e2 vxlan: prefetch extra one cacheline holding external header by Zhiyong Yang · 6 years ago
  23. e7a4e4c Don't autodetect plugin path if set on cmdline by Klement Sekera · 6 years ago
  24. 5b718d5 Enable atomic swap and store macro with acquire and release ordering by Sirshak Das · 6 years ago
  25. 86327be Genric API types format/unformat support for VAT and custom dump by Neale Ranns · 6 years ago
  26. 871bca9 VPP-1450: binary api call for dumping SPD to interface registration by Filip Varga · 6 years ago
  27. 36ee9f1 tcp: send unsent data in fast recovery by Florin Coras · 6 years ago
  28. 40cca75 Provide return value for PAPI disconnect() by Igor Mikhailov (imichail) · 6 years ago
  29. 5efd14f Alter logging semantics for VPP PAPI object by Igor Mikhailov (imichail) · 6 years ago
  30. 776f3d8 tcp: coverity fixes by Florin Coras · 6 years ago
  31. cc8fa16 vnet: ping: rewrite for maintainability and multicore support by Andrew Yourtchenko · 6 years ago
  32. bd0da97 vlib: define minimum chained buffer segment size by Damjan Marion · 6 years ago
  33. 93468ad dpdk: restore special handling for failsafe driver by Stephen Hemminger · 6 years ago
  34. c44a558 session: measure dispatch period only if under load by Florin Coras · 6 years ago
  35. be72ae6 tcp: minimize use of tls by Florin Coras · 6 years ago
  36. bf9f02c arp:add error counters for all failure cases by Eyal Bari · 6 years ago
  37. e55a6d7 tcp: fast retransmit pacing by Florin Coras · 6 years ago
  38. f6c68d7 Move RPC calls off the binary API input queue by Dave Barach · 6 years ago
  39. f3ffdbc Fix API name_crc format stored in msg_api_table by Igor Mikhailov (imichail) · 6 years ago
  40. 0d883a4 session: fix sh session cli by Florin Coras · 6 years ago
  41. a22ba88 Add and enable msb mask vector intrinsic for aarch64. by Lijian Zhang · 6 years ago
  42. 11d47af l2fib:remove unused bucket arg in lookup functions by Eyal Bari · 6 years ago
  43. 5f56d73 session: prioritize postponed sessions by Florin Coras · 6 years ago
  44. 5a7ca7b session: add wrk context by Florin Coras · 6 years ago
  45. 1bce5a9 ADJ: init MTU to interface default by Neale Ranns · 6 years ago
  46. 8f8994a change mac address functions take const mac by Neale Ranns · 6 years ago
  47. 0215fb4 vppinfra: fix bug in default_socket_sendmsg by Damjan Marion · 6 years ago
  48. a47ea2b dpdk: .function should be removed for mutiarch nodes by Damjan Marion · 6 years ago
  49. b8f3544 migrate ipsec to new multiarch infra by Klement Sekera · 6 years ago
  50. cd35e53 Use throttle_t for ND throttling by Neale Ranns · 6 years ago
  51. b3a9381 interface-flags; fix coverity error found in conversion by Neale Ranns · 6 years ago
  52. 0c2319f Fixing Exclusive dpo path issues added when via rpath by Vijayabhaskar Katamreddy · 6 years ago
  53. 9f3b14e session: move test to unittest plugin by Florin Coras · 6 years ago
  54. f238901 bond: problem switching from l2 to l3 by Steven · 6 years ago
  55. 878b65a physmem: coverity issues by Damjan Marion · 6 years ago
  56. 5665ced session: extend connect api for internal apps by Florin Coras · 6 years ago
  57. 75b39f8 FIB: Sources must be keep in priority order, so re-sort after a vec_del by Neale Ranns · 6 years ago
  58. a91866f pg: icmp4 & tcp4 ip length issue by Kingwel Xie · 6 years ago
  59. 49cd3ba pg: incrementing len should be truncated by stream->max_packet_bytes by Kingwel Xie · 6 years ago
  60. 4af4709 pg: allow creating pg for udp based protocols by Kingwel Xie · 6 years ago
  61. 6e43e06 Enumify interface flags by Neale Ranns · 6 years ago
  62. f9dafeb vmxnet3: add logging support to the control plane [VPP-1470] by Steven · 6 years ago
  63. 5723f4a virtio: remove the extra return call by Mohsin Kazmi · 6 years ago
  64. 557400d cj: cj dump crash by Steven · 6 years ago
  65. f208b02 vxlan-gbp: On demand udp ports registration by Mohsin Kazmi · 6 years ago
  66. 40421a1 acl-plugin: fix the node multiarch function selection by Andrew Yourtchenko · 6 years ago
  67. eb11190 vmxnet3: enable promiscuous mode by Steven · 6 years ago
  68. 332287e Revert "Keep RPC traffic off the shared-memory API queue" by Florin Coras · 6 years ago
  69. c04e2b0 pmalloc: don't lock 4K pages if we don't have access to pagemap by Damjan Marion · 6 years ago
  70. dc8d350 acl-plugin: "show acl-plugin acl" ACE# is truncated to 4 digits in output by Andrew Yourtchenko · 6 years ago
  71. 82b2776 vnet/tcp/tcp.c: address a corner case. by Paul Vinciguerra · 6 years ago
  72. 0c0383d Trivial: Cleanup missing va_ends. by Paul Vinciguerra · 6 years ago
  73. 8f68b3e Use correct name to register ABF plugin with ACLs by Neale Ranns · 6 years ago
  74. de9a849 session/tcp: improve cli by Florin Coras · 6 years ago
  75. 567e61d pmalloc: support for 4K pages by Damjan Marion · 6 years ago
  76. 3935fc8 ACL: Fix next_table_index classifiers consistancy by Gregory Thiemonge · 7 years ago
  77. 1bc5604 ipsec_gre.c: Remove redundant assignments. by Paul Vinciguerra · 6 years ago
  78. d67f112 tcp/session: add tx pacer by Florin Coras · 7 years ago
  79. 2fab01e buffer trace is broken in ipsec-output. copy it from node->flags to frame->frame_flags by Kingwel Xie · 6 years ago
  80. 8797168 SCTP: DATA chunk padding fix and hardening by Marco Varlese · 6 years ago
  81. 5f1fd46 Add x86_64 perfmon tables by Dave Barach · 6 years ago
  82. 380c167 dpdk: fix hugepage pre-alloc by Damjan Marion · 6 years ago
  83. a6386d4 acl-plugin: introduce a format function for l4 session key by Andrew Yourtchenko · 6 years ago
  84. a0f0c96 Trivial: vpp/vnet/main.c fix resource leak by Paul Vinciguerra · 6 years ago
  85. 3d3b955 vlib: Fix pci io bar read/write fd leak by Mohsin Kazmi · 6 years ago
  86. 7161539 Keep RPC traffic off the shared-memory API queue by Dave Barach · 6 years ago
  87. 9787f5f vppinfra: autodetect default hugepage size by Damjan Marion · 6 years ago
  88. 7d645f7 L2-fwd trace show the lookup result by Neale Ranns · 6 years ago
  89. a117958 L2-input/output: use feature enum type in flag update function by Neale Ranns · 6 years ago
  90. 5a951bf VPP-1474: fix coverity warning by Dave Barach · 6 years ago
  91. 8e8d3c8 physmem coverity issues by Damjan Marion · 6 years ago
  92. 6cfd414 perfmon.c: Register additional cpuids. by Paul Vinciguerra · 6 years ago
  93. 8a9566e dns, dhcp: on-demand udp port registration by Dave Barach · 6 years ago
  94. bf4d5ce tcp: fast retransmit improvements by Florin Coras · 6 years ago
  95. f87eb9b vlib: alloc buffers on local numa, not on numa 1 by Damjan Marion · 6 years ago
  96. 81c0585 lisp: register cp port only if enabled by Florin Coras · 6 years ago
  97. 95276ca vlib: Add support for pci io read/write by Mohsin Kazmi · 6 years ago
  98. 901d16c vlib: reduce default buffer memory size to be below RLIMIT_MEMLOCK by Damjan Marion · 6 years ago
  99. 68b4da6 Numa-aware, growable physical memory allocator (pmalloc) by Damjan Marion · 6 years ago
  100. fc3b8b8 pg: udp length & checsum issue by Kingwel Xie · 6 years ago