1. ad9046a acinclude: repurpose --with-odp-platform to find the library by Zoltan Kiss · 9 years ago odp-v3
  2. b3388dd acinclude: remove duplicate check for library by Zoltan Kiss · 9 years ago
  3. 9c9bc87 acinlcude: remove DPDK specific configure parts by Zoltan Kiss · 9 years ago
  4. 821f065 netdev-odp: use odp_packet_copy_from_mem() by Zoltan Kiss · 9 years ago
  5. 098e814 netdev-odp: use new init API by Zoltan Kiss · 9 years ago
  6. b8ae173 netdev-odp: handle MAC address get and set by Zoltan Kiss · 9 years ago
  7. 8f98714 netdev-odp: prefetch packet header immediately by Zoltan Kiss · 10 years ago ODP_1.8
  8. 0af1aff dpif-netdev: move header prefetch earlier into the receive function by Zoltan Kiss · 10 years ago
  9. 6bf0faf netdev-odp: remove use of odp_pktio_inq_getdef() by Zoltan Kiss · 9 years ago
  10. 9e31875 netdev-odp: implement statistics reading by Zoltan Kiss · 9 years ago
  11. f9afefe dp-packet: compact struct dp_packet by Zoltan Kiss · 9 years ago
  12. c17c35c netdev-odp: configure single queue and enable hash by Zoltan Kiss · 9 years ago
  13. 5db1bc9 netdev-odp: fix log level type by Zoltan Kiss · 9 years ago
  14. dafc916 netdev-odp: use direct mode for pktio by Zoltan Kiss · 9 years ago
  15. d6a65ae netdev-odp: fix platform init type by Zoltan Kiss · 9 years ago
  16. 412f029 acinclude: fix build for OVS-DPDK by Zoltan Kiss · 9 years ago
  17. 7959135 acinclude: fix configure output by Zoltan Kiss · 9 years ago
  18. dc9ce35 dpif-netdev: update to ODP API 1.5 by Zoltan Kiss · 10 years ago
  19. 1b38b79 odp: pass platform params through odp_global_init() by Zoltan Kiss · 10 years ago
  20. a6f58a3 netdev-odp: refactor error handling in netdev_odp_construct and fix memory leak by Zoltan Kiss · 10 years ago
  21. bb4f132 netdev-odp: use MTU for max_frame_len by Zoltan Kiss · 10 years ago
  22. 983a1ab revalidator: fix segfault with other_config:odp=false by Ilya Maximets · 10 years ago
  23. bceed01 netdev-odp: dp-packet: tunneling optimization by Ilya Maximets · 10 years ago
  24. 298bcd4 netdev-odp: dp-packet: implement dp_packet_set_{data,size}() by Ilya Maximets · 10 years ago
  25. 96565b8 netdev-odp: print out the platform's errno after receive error by Zoltan Kiss · 10 years ago
  26. 7204f35 netdev-odp: use pktio start and stop functions by Zoltan Kiss · 10 years ago
  27. fa858c6 netdev-odp: change from global pool to per-pktio pool by Ciprian Barbu · 10 years ago
  28. d49e0af netdev-odp: clone_pkts: remove redundant code by Ilya Maximets · 10 years ago
  29. 56b17bf acinclude: change linux-dpdk platform configuration by Zoltan Kiss · 10 years ago
  30. 9a2ba66 acinclude: don't reset LIBS and fix LDFLAGS by Zoltan Kiss · 10 years ago
  31. 70ab637 INSTALL.ODP: update configure manual by Zoltan Kiss · 10 years ago
  32. cdb81c9 revalidator: call odp_{init, term}_local() for threads by Ilya Maximets · 10 years ago
  33. bac3aa8 dp-packet: implement flow hash access for ODP by Zoltan Kiss · 10 years ago
  34. b2c7760 netdev-odp: prefetch user area by Zoltan Kiss · 10 years ago
  35. 04581f3 dpif-netdev: call odp_term_local before pmd thread termination by Ilya Maximets · 10 years ago
  36. 99a469c dp-packet: fix wrong initialization sequence by Nikita Kalyazin · 10 years ago
  37. e341026 netdev-odp: refactor returned values by Zoltan Kiss · 10 years ago
  38. 4d7437b netdev-odp: update to ODP API 1.3 by Zoltan Kiss · 10 years ago
  39. 8a9ffc6 INSTALL.ODP: change how CFLAGS passed to Debian build by Zoltan Kiss · 10 years ago
  40. f73e2c5 Port 74ff3298 "userspace: Define and use struct eth_addr." by Zoltan Kiss · 10 years ago
  41. 9f85807 netdev-odp: fix using uninitialized rss_hash by Ilya Maximets · 10 years ago
  42. 25482c1 dp-packet: assert when allocated space touched for ODP packets by Zoltan Kiss · 10 years ago
  43. 91ba9ca acinclude: link with new DPDK library name by Zoltan Kiss · 10 years ago
  44. 661d983 dpif-netdev: add odp_time_cycles() support by Santosh Shukla · 10 years ago
  45. 197c62e netdev: fix compilation without ODP by Zoltan Kiss · 10 years ago
  46. 83e65b6 netdev-odp: fix pmd_thread_setaffinity_cpu() by Zoltan Kiss · 10 years ago
  47. e543c14 dp-packet: simplify dp_packet_init_odp() by Zoltan Kiss · 10 years ago
  48. 611b31e netdev-odp: remove stats counting from hot path by Zoltan Kiss · 10 years ago
  49. 705e95d dp-packet: implement dp_packet_base() by Zoltan Kiss · 10 years ago
  50. 567fe6d dp-packet: change to ovs_assert() in accessors by Zoltan Kiss · 10 years ago
  51. 6be57fd INSTALL.ODP: warn about compiler optimization settings by Zoltan Kiss · 10 years ago
  52. 1a1a73d style: fixed indents and space at EOL by Ilya Maximets · 10 years ago
  53. 8e6f0aa netdev-odp: release unsent packets by Ilya Maximets · 10 years ago
  54. 8bf954f netdev-odp: fix comments by Ilya Maximets · 10 years ago
  55. ea16e72 Update to latest ODP API 1.2.0.0 by Zoltan Kiss · 10 years ago
  56. 742686e INSTALL.ODP: don't block ovs-vsctl by Zoltan Kiss · 10 years ago
  57. e1bb8ca netdev-odp: abort if odp fails to initialize by Ciprian Barbu · 10 years ago
  58. 3b67509 dpif-netdev: add support for graceful termination api by Santosh Shukla · 10 years ago
  59. 6ec4fce netdev: affinity fix for ovs-odp by Marko Kallio · 10 years ago
  60. 8d6f7bf netdev-odp: implemenet odp_override_log by Zoltan Kiss · 10 years ago
  61. d4b45da vlog: add vlog_rate_limit_valist by Zoltan Kiss · 11 years ago
  62. 0abebd5 ovs-numa: workaround missing numa support for pmd netdevs by Ciprian Barbu · 11 years ago
  63. 24cddc1 netdev-odp: fix pmd threads reinitializing by Ciprian Barbu · 11 years ago
  64. 2c1741e netdev-odp: add get_numa_id by Ciprian Barbu · 11 years ago
  65. e1118a6 dp_packet: init the buffer source before any other operations by Ciprian Barbu · 11 years ago
  66. 49dcf64 INSTALL.ODP: Add info about Debian packaging by Zoltan Kiss · 11 years ago
  67. d09c1ef utilities: Add option to start with ODP by Ciprian Barbu · 11 years ago
  68. 050a738 dpif-netdev: Add ODP netdev by Ciprian Barbu · 11 years ago
  69. 9a82ad0 Config options for building with ODP by Ciprian Barbu · 11 years ago
  70. a1f967e dp_packet: Added DPBUF_ODP type. by Ciprian Barbu · 11 years ago
  71. a422ea1 datapath-windows: STT - Enable support for TCP Segmentation offloads by Sairam Venugopal · 10 years ago master
  72. cab433d datapath-windows: STT - Add support for TCP Segmentation Offload by Sairam Venugopal · 10 years ago
  73. 9a80ee1 datapath-windows: Move OvsAllocateNBLFromBuffer to BufferMgmt by Sairam Venugopal · 10 years ago
  74. 481c5a6 Revert "datapath-windows: Support attribute OVS_KEY_ATTR_TCP_FLAGS" by Alin Serdean · 10 years ago
  75. 2a33a3c tests: Enable debugging in pyftpdlib. by Jarno Rajahalme · 10 years ago
  76. 121cf32 odp-util: Fix CT action formating. by Jarno Rajahalme · 10 years ago
  77. a26b202 datapath-windows: Support attribute OVS_KEY_ATTR_TCP_FLAGS by Alin Gabriel Serdean · 10 years ago
  78. 2979b91 bfd: always export remote_state and remote_diagnostic to OVSDB by Andy Zhou · 10 years ago
  79. 67794d5 ofproto-dpif-xlate: Fix small typo. by Justin Pettit · 10 years ago
  80. 241d962 ovn-nbctl: Fix memory leak in option processing. by Justin Pettit · 10 years ago
  81. d2730f4 test-ovn: Fix memory leak in option processing. by Justin Pettit · 10 years ago
  82. fcd4808 ovsdb: Fix outdated comment for function description. by Justin Pettit · 10 years ago
  83. a7ca280 ovsdb: Destroy allocated hmap. by Justin Pettit · 10 years ago
  84. d557df9 ovsdb-server: Destroy allocated shash. by Justin Pettit · 10 years ago
  85. cc1f521 tnl-ports: Free "ip_dev" on error. by Justin Pettit · 10 years ago
  86. df837d7 vtep-ctl: Exit if database connection fails. by Daniele Di Proietto · 10 years ago
  87. abcec84 ovn-northd: Fix memory leak in ARP reply flows. by Justin Pettit · 10 years ago
  88. e04f7e4 netdev-dpdk: Clean-up after vHost User port delete by Ciara Loftus · 10 years ago
  89. 3cdb27d netdev-dpdk: Fix comment about vhost cuse/user vswitchd arguments by Ciara Loftus · 10 years ago
  90. e2229be ovn-northd: Fix memory leak in logical router flow generation. by Justin Pettit · 10 years ago
  91. f3e4015 datapath-windows: fix NULL check in OvsGetExtInfoIoctl() by Nithin Raju · 10 years ago
  92. 6bb4a18 ovn: Reduce range of ACL priorities. by Justin Pettit · 10 years ago
  93. 5f8c05a ovs-ofctl: Fix OpenFlow versions with '--bundle' by Jarno Rajahalme · 10 years ago
  94. 4b69263 ovs-ofctl: Fix replace-flows. by Jarno Rajahalme · 10 years ago
  95. 86e9804 ovn: Support multiple router ports per logical switch. by Ben Pfaff · 10 years ago
  96. e3393e3 ovn: Add test for logical router ARP replies. by Ben Pfaff · 10 years ago
  97. 0b7da17 physical: Fix implementation of logical patch ports. by Ben Pfaff · 10 years ago
  98. b497083 ovn: Implement the ability to send a packet back out its input port. by Ben Pfaff · 10 years ago
  99. 667e2b0 logical-fields: New header for logical field assignments. by Ben Pfaff · 10 years ago
  100. a6755d5 packets: Make ip_parse_masked() pickier about formatting. by Ben Pfaff · 10 years ago