1. 4abc5c3 srv6: minor CLI modifications by Francois Clad · 7 years ago
  2. e23c99e Improve l2_macs_events API to provide MAC move information by John Lo · 7 years ago
  3. afb1930 At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receiving pkts from other interfaces by Chaoyu Jin · 7 years ago
  4. 3e9b465 SCTP: data retransmission & snd_space fix by Marco Varlese · 7 years ago
  5. 8145842 Common form of fib-path reproting in dumps by Neale Ranns · 7 years ago
  6. eca834e FIB: DVR paths are not considered L3 attached by Neale Ranns · 7 years ago
  7. 6e4d4a3 SCTP: cumulative SACK fix by Marco Varlese · 7 years ago
  8. 179ab36 SPAN: Add 'is_l2" flag to DETAILS response messages. by Jon Loeliger · 7 years ago
  9. 611d918 Remove md5.[ch] from vppinfra by Dave Barach · 7 years ago
  10. 2ca2005 vnet: l2-classify: prefetch (n+2, n+3) rather than (n+1, n+2) inside dual loop code by Andrew Yourtchenko · 7 years ago
  11. aaacfbc Move the vnet cdp protocol implementation to a plugin by Dave Barach · 7 years ago
  12. 03f47f1 Coordinate known Ethernet speeds with Linux kernel and DPDK by Lee Roberts · 7 years ago
  13. 31ed744 MPLS Unifom mode by Neale Ranns · 7 years ago
  14. d77eee6 tls: make tls engines pluggable by Florin Coras · 7 years ago
  15. a36f08c Fix Avoid crash in vnet_delete_sub_interface routine by Steve Shin · 7 years ago
  16. 7dc4d67 features: extend 'feature node not found' warning message by Damjan Marion · 7 years ago
  17. ef2e584 packet-generator: use default free list by Damjan Marion · 7 years ago
  18. 8f89dd0 tls: enforce certificate verification by Florin Coras · 7 years ago
  19. 51e5968 API: Add service definitions for events and singleton messages (second attempt) by Marek Gradzki · 7 years ago
  20. 2de1f15 Revert "API: Add service definitions for events and singleton messages." by Ole Trøan · 7 years ago
  21. c7fe4f3 SCTP: API to configure some tunables by Marco Varlese · 7 years ago
  22. 53da221 IP6 link-local table by Neale Ranns · 7 years ago
  23. f7b7fa5 API: Add service definitions for events and singleton messages. by Ole Troan · 7 years ago
  24. 9e09ff3 SCTP: retransmission in INIT/SHUTDOWN phase by Marco Varlese · 7 years ago
  25. e3e2f07 tls: add stop listen handler by Florin Coras · 7 years ago
  26. 258fefd netlink: Use nl_pid 0 to play nice with others. by Jon Loeliger · 7 years ago
  27. dcde927 tls: clib_mem_alloc context to avoid dangling references by Florin Coras · 7 years ago
  28. 371ca50 session: first approximation implementation of tls by Florin Coras · 7 years ago
  29. 9e63569 tapv2: CLI and binary API fixes by Steven · 7 years ago
  30. 465c087 SCTP: API to delete a sub-connection by Marco Varlese · 7 years ago
  31. 6ee4051 6RD: Rewritten 6RD RFC5969 support. by Ole Troan · 7 years ago
  32. 2bf8b81 Fix ERSPAN encap to set EN bits in the header and add test case by John Lo · 7 years ago
  33. 3c6a976 SCTP: API to add a sub-connection by Marco Varlese · 7 years ago
  34. 477e91a session: zero out ips in local endpoint lookup only if local by Florin Coras · 7 years ago
  35. 0b85673 tapv2: abort in tap_create_if (VPP-1179) by Steven · 7 years ago
  36. a608b60 at af_packet input, drop partial packets to prevent l4 checksum deadloop at ouptut by Chaoyu Jin · 7 years ago
  37. 8c5f67f SCTP: handle COOKIE while in SHUTDOWN phase by Marco Varlese · 7 years ago
  38. ac0932d vnet/interface: vnet_(put|get)frame_to_sw_interface is not worker thread aware by Steven · 7 years ago
  39. b95bc05 sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled by Steven · 7 years ago
  40. 10e3699 SRv6: API uses table-IDs not FIB indicies by Neale Ranns · 7 years ago
  41. 22ac59b Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform. VPP-1129 by Adrian Oanca · 7 years ago
  42. 200fa32 SCTP: Handle a COOKIE ECHO/ACK when a TCB Exists by Marco Varlese · 7 years ago
  43. eacf3cf SCTP: handle INIT corner-case handling by Marco Varlese · 7 years ago
  44. 2ae03d2 Fix current data offset to use vlib_buffer_get_current in input/output ACL by Steve Shin · 7 years ago
  45. e0a3544 IPv6 MLD; pointer address used as hash key by Neale Ranns · 7 years ago
  46. 7c748bb vnet: add 25G interface speed flag by Damjan Marion · 7 years ago
  47. dc09133 vnet: add vnet_device_input_have_features function by Damjan Marion · 7 years ago
  48. 04e5d64 SCTP: fix connection memory corruption by Marco Varlese · 7 years ago
  49. 25ef2b5 VXLAN: Instance numbers now properly freed upon delete. by Jon Loeliger · 7 years ago
  50. a0cc5ab Convert a pcap file to a set of C initializers by Dave Barach · 7 years ago
  51. 97f5af0 bihash table size perf/scale improvements by Dave Barach · 7 years ago
  52. 15cc6a8 SCTP: minor refactor by Marco Varlese · 7 years ago
  53. 76447a7 Adj Delegates; don't store raw pointers by Neale Ranns · 7 years ago
  54. 8a3e575 Fix reset the vlan flags when main interface is deleted. by Steve Shin · 7 years ago
  55. f3ab489 SCTP: congestion control by Marco Varlese · 7 years ago
  56. 927b071 vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2 by Damjan Marion · 7 years ago
  57. c6969b5 Use neutral vector code for ethernet_frame_is_tagged by Damjan Marion · 7 years ago
  58. 829ee53 virtio: add missing tx lock when running multithreaded by Damjan Marion · 7 years ago
  59. d79a43c Adjacency Delegate updates by Neale Ranns · 7 years ago
  60. 54432f8 SCTP: 'multi-home' support by Marco Varlese · 7 years ago
  61. 793c7fe Adj: VFTs for adjacency sub-blocks by Ole Troan · 7 years ago
  62. c819fc6 Allow providers to override glean behaviour by Neale Ranns · 7 years ago
  63. 25d417f Minor VXLAN/GRE Tunnel Encap Optimization and Cleanup by John Lo · 7 years ago
  64. ae9533a session: fix fifo allocation for empty connect seg-managers by Florin Coras · 7 years ago
  65. 438f630 Revert "Allow interface types to override glean adjacency behaivour" by Ole Trøan · 7 years ago
  66. 909c26b Revert "Adj: VFTs for adjacency sub-blocks" by Ole Trøan · 7 years ago
  67. a44b015 Adj: VFTs for adjacency sub-blocks by Ole Troan · 7 years ago
  68. 2802bd7 SCTP: coverity warning fix by Marco Varlese · 7 years ago
  69. 8b30e47 Allow interface types to override glean adjacency behaivour by Neale Ranns · 7 years ago
  70. a43ccae Optimize GRE Tunnel and add support for ERSPAN encap by John Lo · 7 years ago
  71. 5fda7a3 session: avoid session handle conflict with vcl by Florin Coras · 7 years ago
  72. fae4039 SCTP: fix corrupted buffers seen in output node by Marco Varlese · 7 years ago
  73. a38783e SCTP: refactoring by Marco Varlese · 7 years ago
  74. 4941fcc Reenable dhcp client detect when lease expires by Dave Barach · 7 years ago
  75. f8f516a session: support local sessions and deprecate redirects by Florin Coras · 7 years ago
  76. 554075a vxlan:remove interface recycle mechanism by Eyal Bari · 7 years ago
  77. f9cda7d vnet:remove duplicate interface function macro by Eyal Bari · 7 years ago
  78. dcbea0b BFD: make CLI consume only one line at a time by Klement Sekera · 7 years ago
  79. 7a19283 Fix DHCP client crash with worker threads by Matthew Smith · 7 years ago
  80. 18b6315 SCTP: fix build errors on ubuntu bionic by Marco Varlese · 7 years ago
  81. ffd78d1 Improve MTU handling by Neale Ranns · 7 years ago
  82. ef56fae ip4_forward: set pkt error in case potential memory corrupt by Chun Li · 7 years ago
  83. 08118f0 classifier-based ACL: testcases for L2 ACLs + fix the enabling of outbound L2 ACL by Andrew Yourtchenko · 7 years ago
  84. 508cabc virtio: reset vnet header on tx by Damjan Marion · 7 years ago
  85. 2ae5135 vhostuser: Fix vhostuser file descriptor leak by Haiyang Tan · 7 years ago
  86. be2251b SCTP: shutdown phase by Marco Varlese · 7 years ago
  87. acbde66 ip: move lookup inline functions to header file by Vijayabhaskar Katamreddy · 7 years ago
  88. 3d460bd VXLAN: Allow user to specify a custom vxlan tunnel instance id. by Jon Loeliger · 7 years ago
  89. d3cb7ba vhost: Added ARMV8 NEON version of function map_guest_mem() (VPP-1085) by Nitin Saxena · 7 years ago
  90. 8cedff2 af_packet: Fix lock position by Pierre Pfister · 7 years ago
  91. 815d7d5 classifier-based ACL: refactor + add output ACL by Andrew Yourtchenko · 7 years ago
  92. dac0352 Refactor vlib_buffer flags by Damjan Marion · 7 years ago
  93. f429a93 SCTP: address coverity-scan warnings by Marco Varlese · 7 years ago
  94. bb17f3c Fix clang -Wvarargs compile errors by Damjan Marion · 7 years ago
  95. 547ecf6 Fix clang implicit conversion errors by Damjan Marion · 7 years ago
  96. ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
  97. df5a99c SCTP: handling of heartbeating and max-retransmits by Marco Varlese · 7 years ago
  98. f051072 BIER: fix support for longer bit-string lengths by Neale Ranns · 7 years ago
  99. f47276f SCTP: missing spinlock init when multiple threads by Marco Varlese · 7 years ago
  100. a332c46 session: segment manager refactor by Florin Coras · 7 years ago