1. da78f95 L2 over MPLS by Neale Ranns · 8 years ago
  2. 7048ff1 LISP: Map-server fallback feature by Filip Tehlar · 7 years ago
  3. 5391e19 LISP: fix map register TTL reply handler, VPP-926 by Filip Tehlar · 7 years ago
  4. 5c994c1 don't truncate the interface name in 'sh ip arp' by Neale Ranns · 7 years ago
  5. e1bf572 Initialize vxlan-gpe bypass mode by Hongjun Ni · 7 years ago
  6. 808c5b2 DHCP Client: receive unicast ACKs by Neale Ranns · 7 years ago
  7. 8d00fff Add support for API client to receive L2 MAC events by John Lo · 7 years ago
  8. 1e553a0 LISP: make TTL for map register messages configurable by Filip Tehlar · 7 years ago
  9. 5780898 Fix vpp crash sending arp or probing neighb (VPP-917) by Pavel Kotucek · 7 years ago
  10. ac0c96b Fix ip checksum offload, move badly-placed ASSERT by Dave Barach · 7 years ago
  11. 66b1131 Fix tcp tx buffer allocation by Florin Coras · 7 years ago
  12. fdbc382 Make ip csum configurable in vlib buffer functions by Florin Coras · 7 years ago
  13. a0a908f FIB path weight incorrect in dump (VPP-922) by Neale Ranns · 7 years ago
  14. 15ac81c P2P Ethernet by Pavel Kotucek · 7 years ago
  15. 5b31120 SPAN/API:enable L2 dump by Eyal Bari · 7 years ago
  16. 942402b CLI:add l2 input/outut to "sh int features" by Eyal Bari · 7 years ago
  17. 91d341c Fix fib_path encoding (VPP-921) by Florin Coras · 7 years ago
  18. 4a7d50e SPAN/CLI:fix disable + add errors by Eyal Bari · 7 years ago
  19. 6881062 Make tcp active open data structures thread safe by Florin Coras · 7 years ago
  20. 03a6213 ping: fixing wrong value when there are worker threads by Mohammed Hawari · 7 years ago
  21. c418e4a Fix interface reuse when running multithreaded by Damjan Marion · 7 years ago
  22. 2ee2d57 vhost: debug vhost-user command needs better error checking on the syntax (VPP-916) by Steven · 7 years ago
  23. 7c35f19 Fix lisp udp checksum by Florin Coras · 7 years ago
  24. 04e5344 Cleanup/refactor session layer code by Florin Coras · 7 years ago
  25. 001fd40 SPAN:add l2 mirror by Eyal Bari · 7 years ago
  26. beb0b2e Improve L2 Input/Output Feature Infrastructure and Usage by John Lo · 7 years ago
  27. 6534b7a Improvements to tcp rx path and debugging by Florin Coras · 7 years ago
  28. 161c59c SNAT: in2out translation as an output feature hairpinning (VPP-913) by Matus Fabian · 7 years ago
  29. fb3288f Fix coverity issue introduced with IP checksum offload commit by Damjan Marion · 7 years ago
  30. 5037669 Prevent double freeing of first segment manager. by Dave Wallace · 7 years ago
  31. b12ac56 L2FWD:move vec_validate out of access function by Eyal Bari · 7 years ago
  32. 908a5ea Add a bihash prefetchable bucket-level cache by Dave Barach · 7 years ago
  33. c442322 Fix IP checksum offload metadata setup by Dave Barach · 7 years ago
  34. 57b5860 FIB path preference by Neale Ranns · 7 years ago
  35. 51822bf DHCP client option 61 "client_id" by Neale Ranns · 7 years ago
  36. a2fbf6b DHCP client - remove interface address when DHCP de-configured by Neale Ranns · 7 years ago
  37. 2c0a4f4 TCP/UDP checksum offload API by Dave Barach · 7 years ago
  38. 365a2b8 Adjust replication context to match vnet_buffer(b) by Dave Barach · 7 years ago
  39. 3eb5062 Fixes and improved tcp/session debugging by Florin Coras · 7 years ago
  40. 213b5aa vnet_buffer_t flags cleanup by Damjan Marion · 7 years ago
  41. 072401e Introduce l{2,3,4}_hdr_offset fields in the buffer metadata by Damjan Marion · 7 years ago
  42. 38cfe98 Fix typo for non x86 platforms. by Christophe Fontaine · 7 years ago
  43. b2fd6cb Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907) by John Lo · 7 years ago
  44. 10ae766 Deprecate support for flattened output nodes by Damjan Marion · 7 years ago
  45. 2c25a62 Horizontal (nSessions) scaling draft by Dave Barach · 7 years ago
  46. 8af1b2f L2INPUT:fix features mask cailculation by Eyal Bari · 7 years ago
  47. 04a7f05 vlib: store buffer memory information in the buffer_main by Damjan Marion · 7 years ago
  48. 042a621 lldp packet transmission on a bonded interface by Steve Shin · 7 years ago
  49. 9a1ae1a ETH:optimized double is_tagged check by Eyal Bari · 8 years ago
  50. 7b749fe Unlink /dev/shm files on application detach. by Dave Wallace · 7 years ago
  51. 4729b1e DHCP complete event sends mask length by Neale Ranns · 7 years ago
  52. 1d7d2ab VPP-902: LISP-CP: Wrong size in one_l2_arp_entries_get message. by Ole Troan · 7 years ago
  53. 9d6d989 devices: show interface rx-placement displays the wrong information (VPP-894) by Steven · 7 years ago
  54. 8b81cb4 Send GARP/NA on bonded intf slave up/down if in active-backup mode by John Lo · 7 years ago
  55. 99a0e60 Add API support for LLDP config/interface set by Steve Shin · 7 years ago
  56. bb620d7 VPP debug image with worker threads hit assert on adding IP route with traffic (VPP-892) by Neale Ranns · 7 years ago
  57. 3d62a7f LLDP: properly parse lldp cmds from startup config by Klement Sekera · 7 years ago
  58. 26054ea Fix SIGBUS on aarch64 by Christophe Fontaine · 7 years ago
  59. 5c20a01 switch vlib process model to tw_timer_template timer impl by Dave Barach · 8 years ago
  60. 31a71ab L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888) by Eyal Bari · 7 years ago
  61. c08b096 VPP-889: MAP Stats API/CLI crashes when no domains. by Ole Troan · 7 years ago
  62. 04ffd0ad VPP crash on creating vxlan gpe interface. VPP-875 by Hongjun Ni · 7 years ago
  63. 9f5a2b6 IP4/IP6 FIB: fix crash during interface delete by Pavel Kotucek · 8 years ago
  64. cdc7427 Update lisp map record default ttl to 24h by Florin Coras · 7 years ago v17.10-rc0
  65. f6359c8 Improve svm fifo and tcp tx path performance (VPP-846) by Florin Coras · 7 years ago
  66. a11832f VNET:explicitly pad l2_classify by Eyal Bari · 7 years ago
  67. 4e53a0d Introduce default rx mode for device drivers by Damjan Marion · 7 years ago
  68. ca19361 ARP: ignore non-connected routes and non-interface sources when determing if source is connected by Neale Ranns · 8 years ago
  69. 8249a58 vlib: make runtime_data handling thread-local by Igor Mikhailov (imichail) · 7 years ago
  70. 026c036 VPP-879 MAP: s/u32 is_add/u8 is_add in map.api by Ole Troan · 8 years ago
  71. 0f360dc L2FWD:fix seq_num overwritten + validate l2fib entries when forwarding by Eyal Bari · 8 years ago
  72. f03a59a Overall tcp performance improvements (VPP-846) by Florin Coras · 8 years ago
  73. 029f3d2 NAT64: Hairpinning (VPP-699) by Matus Fabian · 7 years ago
  74. acd4c63 Fix map-notify processing with multiple workers by Florin Coras · 7 years ago
  75. f89d185 LISP-GPE: add test CLI for NSH by Filip Tehlar · 8 years ago
  76. 6f9ac65 Add missing barrier sync to rx placement infra code by Damjan Marion · 7 years ago
  77. f53a8ad Fix vni/dp_table endianness for gpe iface addition (VPP-882) by Florin Coras · 7 years ago
  78. b5c29f9 Fix gpe_native_fwd_rpaths_get (VPP-883) by Florin Coras · 7 years ago
  79. b4243aa Add VAT handlers for LISP-GPE API by Filip Tehlar · 8 years ago
  80. b2d5ff3 Fix session api connect sock handler. by Dave Wallace · 8 years ago
  81. 6f7ebf9 ETH:fix l2_len/vlan count mismatch for > 2 tags by Eyal Bari · 8 years ago
  82. aba8be6 FIB walk process - wake-up rate unnecessarily high by Neale Ranns · 8 years ago
  83. b823df5 L2FIB:fix crash in show with deleted subif entries by Eyal Bari · 8 years ago
  84. 89223f4 NAT64: bug fix by Matus Fabian · 8 years ago
  85. b4bd28a Remove calls to crc_u32 and add clib_crc32c for armv8+crc by Christophe Fontaine · 8 years ago
  86. b8633d2 Fix coverity issue by Filip Tehlar · 8 years ago
  87. 76481d0 MPLS: cannot delete a path from the CLI by Neale Ranns · 8 years ago
  88. 27b390e Fix gpe coverity issue (VPP-874) by Florin Coras · 8 years ago
  89. 93992a9 Implement sack based tcp loss recovery (RFC 6675) by Florin Coras · 8 years ago
  90. 732036d NAT64: ICMP error support by Matus Fabian · 8 years ago
  91. ef2a5bf LISP: add NSH support by Filip Tehlar · 8 years ago
  92. a4e63e5 Add gpe native-forward static route support by Florin Coras · 8 years ago
  93. 6899a30 P2P Ethernet - API by Pavel Kotucek · 8 years ago
  94. 2fcc49d Small update to session API by Florin Coras · 8 years ago
  95. 48113e0 VPP-874: fix coverity warning in vnet_classify.c by Dave Barach · 8 years ago
  96. 7a4e092 VPP-872 and End.T function for SRv6 by Pablo Camarillo · 8 years ago
  97. 6ff0549 Fix coverity error in IP4 Mtrie. by Neale Ranns · 8 years ago
  98. 30d0fd4 Packets recieved on VLAN-0 map to the main interface by Neale Ranns · 8 years ago
  99. 761787b Fix coverity issue by Filip Tehlar · 8 years ago
  100. 8a0a0ae Rework vxlan-gpe to support FIB 2.0 and bypass mode by Hongjun Ni · 8 years ago