1. 0bee9ce session: allow builtin apps to register names by Florin Coras · 7 years ago
  2. a005e7f bond: performance enhancement by Steven · 7 years ago
  3. 94f9a6d acl-plugin: implement ACL lookup contexts for "ACL as a service" use by other plugins by Andrew Yourtchenko · 7 years ago
  4. 32f4e18 Avoid atomic ops when polling queues by Dave Barach · 7 years ago
  5. 7b0b961 udp: make udp encap pool cacheline aligned by Damjan Marion · 7 years ago
  6. 9cd2d7a bond: Add bonding driver and LACP protocol by Steven · 7 years ago
  7. 43ebe29 VPP_1202: handle DHCP NAK packets by Dave Barach · 7 years ago
  8. 43b1f44 UDP Encap counters by Neale Ranns · 7 years ago
  9. 0cae3f7 Detailed Interface stats API takes sw_if_index by Neale Ranns · 7 years ago
  10. 4c53313 reassembly: feature/concurrency by Klement Sekera · 7 years ago
  11. 2303cb1 FIB Interpose Source by Neale Ranns · 7 years ago
  12. f704f38 Use x(void) not x() in new interface stats code by Neale Ranns · 7 years ago
  13. 5090c57 session: fix coverity warnings by Florin Coras · 7 years ago
  14. 19bd190 Coverity found bugs in recent MPLS changes by Neale Ranns · 7 years ago
  15. 9a1f49e QoS code coverity found errors by Neale Ranns · 7 years ago
  16. 26600e6 FIB code coverity found defect by Neale Ranns · 7 years ago
  17. 6f4a6be Interface Unicast, Multicast and Broadcast stats on the API by Neale Ranns · 7 years ago
  18. 7b867a8 IGMP plugin by Jakub Grajciar · 7 years ago
  19. 1d977dc IPIP: Fix coverity error. by Ole Troan · 7 years ago
  20. f38bef4 FIX: Fixed ip6_fib_dump api function response. by Dmitry Vakhrushev · 7 years ago
  21. 2ae2bc5 Remove unnumbered configuration on interface delete by Neale Ranns · 7 years ago
  22. 039cbfe QoS recording and marking by Neale Ranns · 7 years ago
  23. 0d65d11 Fix a long-latent bi=0 bug in vlib_buffer_add_data by Dave Barach · 7 years ago
  24. c037423 IPv6 ND Router discovery control plane (VPP-1095) by Juraj Sloboda · 7 years ago
  25. ff92efe stats: allow configuring poller delay by Klement Sekera · 7 years ago
  26. ce8805c IPSec: fix IPv6 policy deleting by Matus Fabian · 7 years ago
  27. 4b9669d IPv6 ND Router discovery data plane (VPP-1095) by Juraj Sloboda · 7 years ago
  28. e1b819e session: allow local host binds by Florin Coras · 7 years ago
  29. 60ae80f Update session local address is_ip4 on bind when not global by Keith Burns (alagalah) · 7 years ago
  30. 58d36f0 tls: add openssl engine by Florin Coras · 7 years ago
  31. b9ca61b Add a helper function to fetch vlib node index for already stacked dpos by Vijayabhaskar Katamreddy · 7 years ago
  32. d1274cb vlib: internal buffer manager rework by Damjan Marion · 7 years ago
  33. 298c695 IPIP: Add IP{v4,v6} over IP{v4,v6} configured tunnel support. by Ole Troan · 7 years ago
  34. f4e5808 srv6-plugins: fixing documentation by Francois Clad · 7 years ago
  35. 4abc5c3 srv6: minor CLI modifications by Francois Clad · 7 years ago
  36. e23c99e Improve l2_macs_events API to provide MAC move information by John Lo · 7 years ago
  37. 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
  38. 3e9b465 SCTP: data retransmission & snd_space fix by Marco Varlese · 7 years ago
  39. 8145842 Common form of fib-path reproting in dumps by Neale Ranns · 7 years ago
  40. eca834e FIB: DVR paths are not considered L3 attached by Neale Ranns · 7 years ago
  41. 6e4d4a3 SCTP: cumulative SACK fix by Marco Varlese · 7 years ago
  42. 179ab36 SPAN: Add 'is_l2" flag to DETAILS response messages. by Jon Loeliger · 7 years ago
  43. 611d918 Remove md5.[ch] from vppinfra by Dave Barach · 7 years ago
  44. 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
  45. aaacfbc Move the vnet cdp protocol implementation to a plugin by Dave Barach · 7 years ago
  46. 03f47f1 Coordinate known Ethernet speeds with Linux kernel and DPDK by Lee Roberts · 7 years ago
  47. 31ed744 MPLS Unifom mode by Neale Ranns · 7 years ago
  48. d77eee6 tls: make tls engines pluggable by Florin Coras · 7 years ago
  49. a36f08c Fix Avoid crash in vnet_delete_sub_interface routine by Steve Shin · 7 years ago
  50. 7dc4d67 features: extend 'feature node not found' warning message by Damjan Marion · 7 years ago
  51. ef2e584 packet-generator: use default free list by Damjan Marion · 7 years ago
  52. 8f89dd0 tls: enforce certificate verification by Florin Coras · 7 years ago
  53. 51e5968 API: Add service definitions for events and singleton messages (second attempt) by Marek Gradzki · 7 years ago
  54. 2de1f15 Revert "API: Add service definitions for events and singleton messages." by Ole Trøan · 7 years ago
  55. c7fe4f3 SCTP: API to configure some tunables by Marco Varlese · 7 years ago
  56. 53da221 IP6 link-local table by Neale Ranns · 7 years ago
  57. f7b7fa5 API: Add service definitions for events and singleton messages. by Ole Troan · 7 years ago
  58. 9e09ff3 SCTP: retransmission in INIT/SHUTDOWN phase by Marco Varlese · 7 years ago
  59. e3e2f07 tls: add stop listen handler by Florin Coras · 7 years ago
  60. 258fefd netlink: Use nl_pid 0 to play nice with others. by Jon Loeliger · 7 years ago
  61. dcde927 tls: clib_mem_alloc context to avoid dangling references by Florin Coras · 7 years ago
  62. 371ca50 session: first approximation implementation of tls by Florin Coras · 7 years ago
  63. 9e63569 tapv2: CLI and binary API fixes by Steven · 7 years ago
  64. 465c087 SCTP: API to delete a sub-connection by Marco Varlese · 7 years ago
  65. 6ee4051 6RD: Rewritten 6RD RFC5969 support. by Ole Troan · 7 years ago
  66. 2bf8b81 Fix ERSPAN encap to set EN bits in the header and add test case by John Lo · 7 years ago
  67. 3c6a976 SCTP: API to add a sub-connection by Marco Varlese · 7 years ago
  68. 477e91a session: zero out ips in local endpoint lookup only if local by Florin Coras · 7 years ago
  69. 0b85673 tapv2: abort in tap_create_if (VPP-1179) by Steven · 7 years ago
  70. a608b60 at af_packet input, drop partial packets to prevent l4 checksum deadloop at ouptut by Chaoyu Jin · 7 years ago
  71. 8c5f67f SCTP: handle COOKIE while in SHUTDOWN phase by Marco Varlese · 7 years ago
  72. ac0932d vnet/interface: vnet_(put|get)frame_to_sw_interface is not worker thread aware by Steven · 7 years ago
  73. b95bc05 sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is enabled by Steven · 7 years ago
  74. 10e3699 SRv6: API uses table-IDs not FIB indicies by Neale Ranns · 7 years ago
  75. 22ac59b Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform. VPP-1129 by Adrian Oanca · 7 years ago
  76. 200fa32 SCTP: Handle a COOKIE ECHO/ACK when a TCB Exists by Marco Varlese · 7 years ago
  77. eacf3cf SCTP: handle INIT corner-case handling by Marco Varlese · 7 years ago
  78. 2ae03d2 Fix current data offset to use vlib_buffer_get_current in input/output ACL by Steve Shin · 7 years ago
  79. e0a3544 IPv6 MLD; pointer address used as hash key by Neale Ranns · 7 years ago
  80. 7c748bb vnet: add 25G interface speed flag by Damjan Marion · 7 years ago
  81. dc09133 vnet: add vnet_device_input_have_features function by Damjan Marion · 7 years ago
  82. 04e5d64 SCTP: fix connection memory corruption by Marco Varlese · 7 years ago
  83. 25ef2b5 VXLAN: Instance numbers now properly freed upon delete. by Jon Loeliger · 7 years ago
  84. a0cc5ab Convert a pcap file to a set of C initializers by Dave Barach · 7 years ago
  85. 97f5af0 bihash table size perf/scale improvements by Dave Barach · 7 years ago
  86. 15cc6a8 SCTP: minor refactor by Marco Varlese · 7 years ago
  87. 76447a7 Adj Delegates; don't store raw pointers by Neale Ranns · 7 years ago
  88. 8a3e575 Fix reset the vlan flags when main interface is deleted. by Steve Shin · 7 years ago
  89. f3ab489 SCTP: congestion control by Marco Varlese · 7 years ago
  90. 927b071 vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2 by Damjan Marion · 7 years ago
  91. c6969b5 Use neutral vector code for ethernet_frame_is_tagged by Damjan Marion · 7 years ago
  92. 829ee53 virtio: add missing tx lock when running multithreaded by Damjan Marion · 7 years ago
  93. d79a43c Adjacency Delegate updates by Neale Ranns · 7 years ago
  94. 54432f8 SCTP: 'multi-home' support by Marco Varlese · 7 years ago
  95. 793c7fe Adj: VFTs for adjacency sub-blocks by Ole Troan · 7 years ago
  96. c819fc6 Allow providers to override glean behaviour by Neale Ranns · 7 years ago
  97. 25d417f Minor VXLAN/GRE Tunnel Encap Optimization and Cleanup by John Lo · 7 years ago
  98. ae9533a session: fix fifo allocation for empty connect seg-managers by Florin Coras · 7 years ago
  99. 438f630 Revert "Allow interface types to override glean adjacency behaivour" by Ole Trøan · 7 years ago
  100. 909c26b Revert "Adj: VFTs for adjacency sub-blocks" by Ole Trøan · 7 years ago