1. 9e09ff3 SCTP: retransmission in INIT/SHUTDOWN phase by Marco Varlese · 7 years ago
  2. eac3b11 vlib: vlib_buffer_free_internal optimizations by Damjan Marion · 7 years ago
  3. 1ba0fa4 vlib: vfio code rework by Damjan Marion · 7 years ago
  4. d5ded2d vlib: rework PCI INTx support by Damjan Marion · 7 years ago
  5. e3e2f07 tls: add stop listen handler by Florin Coras · 7 years ago
  6. 03f942a NAT44 - unknown protocols work with forwarding by Matthew Smith · 7 years ago
  7. 599a16b vlib: add PCI MSI-X interrupt support (vfio only) by Damjan Marion · 7 years ago
  8. 2060db8 vlib: map pci region by using vfio FD when vfio is used by Damjan Marion · 7 years ago
  9. 44bcc20 vlib: fix vlib_pci_get_device_info on when not running as root by Damjan Marion · 7 years ago
  10. 7b18536 vppinfra: fix clib_mem_vm_ext_alloc non-shared allocations by Damjan Marion · 7 years ago
  11. 3078737 VPPAPIGEN: Improve output module finding for out-of-tree builds. by Ole Troan · 7 years ago
  12. 258fefd netlink: Use nl_pid 0 to play nice with others. by Jon Loeliger · 7 years ago
  13. dcde927 tls: clib_mem_alloc context to avoid dangling references by Florin Coras · 7 years ago
  14. d85075e make test: VCL extended test cases by Dave Wallace · 7 years ago
  15. 05e4f9b make test: add "EXTENDED_TESTS" to help output. by Dave Wallace · 7 years ago
  16. d7e4d75 gitignore: negate "No core files" pattern in 'vpp-api/java' by Marek Gradzki · 7 years ago
  17. 30ec821 Add RPM buildtime dependency on mbedtls-devel by Matthew Smith · 7 years ago
  18. a51ccb5 jvpp: object model for jvpp generator (VPP-1184) by Marek Gradzki · 7 years ago
  19. 371ca50 session: first approximation implementation of tls by Florin Coras · 7 years ago
  20. 9e63569 tapv2: CLI and binary API fixes by Steven · 7 years ago
  21. 204591d NAT44: interface output feature and service host direct access (VPP-1176) by Matus Fabian · 7 years ago
  22. 8996cb6 Change tcp config to reflect some recent changes. by John DeNisco · 7 years ago
  23. 465c087 SCTP: API to delete a sub-connection by Marco Varlese · 7 years ago
  24. 6ee4051 6RD: Rewritten 6RD RFC5969 support. by Ole Troan · 7 years ago
  25. 62bab65 STN: Fix stn_rules_dump/details to follow API convention by Ole Troan · 7 years ago
  26. 2bf8b81 Fix ERSPAN encap to set EN bits in the header and add test case by John Lo · 7 years ago
  27. 3c6a976 SCTP: API to add a sub-connection by Marco Varlese · 7 years ago
  28. afddd83 PAPI: pycodestyle on vpp_papi.py by Ole Troan · 7 years ago
  29. 477e91a session: zero out ips in local endpoint lookup only if local by Florin Coras · 7 years ago
  30. 9f11c01 make test: Add VCL LD_PRELOAD tests by Dave Wallace · 7 years ago
  31. 7c172cb Adjust vpp-selinux-policy postinstall by Matthew Smith · 7 years ago
  32. 0b85673 tapv2: abort in tap_create_if (VPP-1179) by Steven · 7 years ago
  33. a608b60 at af_packet input, drop partial packets to prevent l4 checksum deadloop at ouptut by Chaoyu Jin · 7 years ago
  34. 3f8562e Fix SELinux capabilities. Creating a tap interface with 'tap connect' was returning an error when VPP was launched as a service (tested on CentOS 7.3). Adding 'net_admin' to SELinux capabilities for VPP solves the issue. by Victor Nguyen -T (victong2 - OTHERWISE PORTAGE at Cisco) · 7 years ago
  35. 8c5f67f SCTP: handle COOKIE while in SHUTDOWN phase by Marco Varlese · 7 years ago
  36. ac0932d vnet/interface: vnet_(put|get)frame_to_sw_interface is not worker thread aware by Steven · 7 years ago
  37. 0aa14ed memif: Fix a message initialization problem in VAT by Jon Loeliger · 7 years ago
  38. b95bc05 sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled by Steven · 7 years ago
  39. 3a758b0 VOM: interface: Fix the vhost user interface by Mohsin Kazmi · 7 years ago
  40. 42996c0 make test: refactor vcl test cases by Dave Wallace · 7 years ago
  41. 10e3699 SRv6: API uses table-IDs not FIB indicies by Neale Ranns · 7 years ago
  42. 22ac59b Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform. VPP-1129 by Adrian Oanca · 7 years ago
  43. 200fa32 SCTP: Handle a COOKIE ECHO/ACK when a TCB Exists by Marco Varlese · 7 years ago
  44. eacf3cf SCTP: handle INIT corner-case handling by Marco Varlese · 7 years ago
  45. 2ae03d2 Fix current data offset to use vlib_buffer_get_current in input/output ACL by Steve Shin · 7 years ago
  46. f9a968e vlib: use vfio fd for accessing PCI config space by Damjan Marion · 7 years ago
  47. 767fcb6 Python: addressing PEP8 deprecation by Marco Varlese · 7 years ago
  48. cbcc84b update BIER scapy patch to match the scapy repo PR by Neale Ranns · 7 years ago
  49. e0a3544 IPv6 MLD; pointer address used as hash key by Neale Ranns · 7 years ago
  50. 7c748bb vnet: add 25G interface speed flag by Damjan Marion · 7 years ago
  51. a373149 vlib: add vlib_buffer_free_from_ring by Damjan Marion · 7 years ago
  52. dc09133 vnet: add vnet_device_input_have_features function by Damjan Marion · 7 years ago
  53. 3c7fdc0 vlib: fix formatting in pci_config.h by Damjan Marion · 7 years ago
  54. 3e57d78 Fix bug in dpdk_crypto_session_disposal() by Matthew Smith · 7 years ago
  55. 329a1c1 vapi: handle more magic by Klement Sekera · 7 years ago
  56. 04e5d64 SCTP: fix connection memory corruption by Marco Varlese · 7 years ago
  57. 3473e49 dpdk: Add option to specify cache line size for dpdk build by Damjan Marion · 7 years ago
  58. a530cd0 Fix crypto session deletion crash by Matthew Smith · 7 years ago
  59. 3ee1fe1 LDP: Refactor epoll_ctl wrapper. by Dave Wallace · 7 years ago
  60. 0b8792f u8x16_compare_byte_mask - optimize to use 128bit registers as suggested by Nintin by Adrian Oanca · 7 years ago
  61. 25ef2b5 VXLAN: Instance numbers now properly freed upon delete. by Jon Loeliger · 7 years ago
  62. 69d0119 VCL/LDP: Suppress trace output unless debug is enabled. by Dave Wallace · 7 years ago
  63. a0cc5ab Convert a pcap file to a set of C initializers by Dave Barach · 7 years ago
  64. 1355fcd DPDK: disabling DPAA since broken for 18.02 by Marco Varlese · 7 years ago
  65. 825879e Disable scatter-gather for ENA by Matthew Smith · 7 years ago
  66. 30765e7 Add prefetch inlines, update bi-hash doc tags by Dave Barach · 7 years ago
  67. 4ef4226 VOM: vhost-use interfaces by Neale Ranns · 7 years ago
  68. de0203e make test: tidy worker subprocess output by Klement Sekera · 7 years ago
  69. 97f5af0 bihash table size perf/scale improvements by Dave Barach · 7 years ago
  70. cae7134 make test: build test/ext when doing coverage by Klement Sekera · 7 years ago
  71. aba98de VCL: Fix for vppcom_session_listen() q_len <= 0 crash by Keith Burns (alagalah) · 7 years ago
  72. a67a03e make test: Add VCL thru hoststack test case. by Dave Wallace · 7 years ago
  73. ab2c560 vppinfra: change default cache line size 64 bytes by Damjan Marion · 7 years ago
  74. 37860ea vppinfra: remove vector_iwmmxt.h by Damjan Marion · 7 years ago
  75. 66e0ce8 dpdk: fix building dpdk debug images with dpdk 18.02 by Damjan Marion · 7 years ago
  76. 15cc6a8 SCTP: minor refactor by Marco Varlese · 7 years ago
  77. fa5fb2d make test: disable broken kubeproxy tests by Klement Sekera · 7 years ago
  78. 237d5aa vpp-csit-verify: use latest verified CSIT branch by default by Jan Gelety · 7 years ago
  79. 2b53e4e add 'is_all_zero(x)' for NEON by Adrian Oanca · 7 years ago
  80. 76447a7 Adj Delegates; don't store raw pointers by Neale Ranns · 7 years ago
  81. 8a3e575 Fix reset the vlan flags when main interface is deleted. by Steve Shin · 7 years ago
  82. f3ab489 SCTP: congestion control by Marco Varlese · 7 years ago
  83. 6525c7f vppinfra: autogerate vector typedefs and basic inline functions by Damjan Marion · 7 years ago
  84. ad09933 Reset expired timer vector length after callback by Dave Barach · 7 years ago
  85. 9b79377 vppcomm refactor by Keith Burns (alagalah) · 7 years ago
  86. 927b071 vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2 by Damjan Marion · 7 years ago
  87. cfcf2f4 make test: Add VPP VCL cut-thru test. by Dave Wallace · 7 years ago
  88. fa95714 dpdk: Fix MTU calc for NICs that support mtu<9216 by Nitin Saxena · 7 years ago
  89. c6969b5 Use neutral vector code for ethernet_frame_is_tagged by Damjan Marion · 7 years ago
  90. 829ee53 virtio: add missing tx lock when running multithreaded by Damjan Marion · 7 years ago
  91. b5a86ee VCL: config api prefix using env var. by Dave Wallace · 7 years ago
  92. 1d3ab72 dpdk: bump to 18.02 by Damjan Marion · 7 years ago
  93. d79a43c Adjacency Delegate updates by Neale Ranns · 7 years ago
  94. d91d140 VOM: acl: Some necessary fixes by Mohsin Kazmi · 7 years ago
  95. 3a59382 vlib: fix pci init by Damjan Marion · 7 years ago
  96. 1e33663 fix format_hexdump by Damjan Marion · 7 years ago
  97. ebbaf55 make test: add test framework debugging by Klement Sekera · 7 years ago
  98. 545be52 make test: detect child crash by Klement Sekera · 7 years ago
  99. 49bec57 vpp_papi: remove legacy way of calling VPP APIs by Klement Sekera · 7 years ago
  100. 180402d vpp_papi: reduce memory leaks by Klement Sekera · 7 years ago