1. a9a9d82 interface: fix the checksum offload in quad loop by Mohsin Kazmi · 4 years, 7 months ago
  2. 1bd2c01 misc: refactor calc_checksums by Dave Barach · 4 years, 8 months ago
  3. 03328ec interface: Add missing ip4 udp->checksum = 0 prior to computing checksum by Steven Luong · 4 years, 11 months ago
  4. 72e7312 gso: add protocol header parser by Mohsin Kazmi · 5 years ago
  5. d28437c classify: per-interface rx/tx pcap capture filters by Dave Barach · 5 years ago
  6. 29467b5 gso: Add gso feature arc by Mohsin Kazmi · 5 years ago
  7. f5667c3 misc: add vnet classify filter set support by Dave Barach · 5 years ago
  8. 9382ad9 misc: improve pcap drop trace output by Dave Barach · 5 years ago
  9. 3390977 misc: unify pcap rx / tx / drop trace by Dave Barach · 5 years ago
  10. 4da1506 interface: use the correct condition for checking if the pcap fd is open by Andrew Yourtchenko · 5 years ago
  11. 9137e54 misc: classifier-based packet trace filter by Dave Barach · 5 years ago
  12. 4e323cb interface: fix pcap drop trace in case of vlan by Benoît Ganne · 5 years ago
  13. d770cfc ipsec ip tcp l2: multiarch nodes cannot be declared as static by Damjan Marion · 5 years ago
  14. 5ad541e interface: Remove residual dpdk bonding code by Steven Luong · 5 years ago
  15. 3f1964d gso: fix segmentation when gso_size greater than vlib buffer size by Mohsin Kazmi · 5 years ago
  16. 9af7e2e fix pcap_write function by Jack Xu · 6 years ago
  17. 0a57343 gso: fix the segmentation to use current_data offset by Mohsin Kazmi · 5 years ago
  18. 08f2a5d interface: fix checksum flags by Florin Coras · 5 years ago
  19. 778ce57 interface: fix pcap tx/rx trace cli handling by John Lo · 5 years ago
  20. 4208a4c devices interface tests: vhosst GSO support by Steven Luong · 6 years ago
  21. f974794 interface: fix issue that pcap rx/tx trace not available when there are worker threads by Wei CHEN · 5 years ago
  22. 4f740c8 interface: fix the incorrect sizes/offsets in the tso segmentation by Andrew Yourtchenko · 5 years ago
  23. dac1edb interface: Fix the tso segmentation by Mohsin Kazmi · 5 years ago
  24. a462c07 rewrite vnet_interface_output_node_inline_gso by Zhiyong Yang · 6 years ago
  25. 24c5012 vnet: clean up calc_checksums() by Zhiyong Yang · 6 years ago
  26. d867098 Duplicate pcap tx trace fix by Neale Ranns · 6 years ago
  27. 7227c39 error-drop; print interface by name by Neale Ranns · 6 years ago
  28. 22e1f1d Move the punt/drop nodes into vlib by Neale Ranns · 6 years ago
  29. f3a5a93 disable multiarch for error-drop by Filip Tehlar · 6 years ago
  30. 6266877 interface: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  31. a2aefef VPP-1576: fix Coverity issues by Dave Barach · 6 years ago
  32. 5ecd5a5 Move pcap rx/tx trace code out of the dpdk plugin by Dave Barach · 6 years ago
  33. 6a7cff7 tap gso: experimental support by Andrew Yourtchenko · 6 years ago
  34. 652d2e1 Deprecate old mutliarch code, phase 1 by Damjan Marion · 6 years ago
  35. 8704097 move misc-drop-errors to vnet by Dave Barach · 6 years ago
  36. 9d7570c Fix TCP checksum. by Andrej Kozemcak · 6 years ago
  37. a25def7 Add a feature arc consistency check by Dave Barach · 6 years ago
  38. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  39. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  40. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  41. 2574d9f node functions cannot be always_inline by Damjan Marion · 6 years ago
  42. aa682a3 A bit of buffer metadata reshuffling to accommodate flow_id by Damjan Marion · 7 years ago
  43. 537eeec Make IPsec tunnel intf work with IPv4 output features by Matthew Smith · 7 years ago
  44. e5453d0 Improve tunnel interface creation performance by John Lo · 7 years ago
  45. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  46. fdbc382 Make ip csum configurable in vlib buffer functions by Florin Coras · 7 years ago
  47. 2c0a4f4 TCP/UDP checksum offload API by Dave Barach · 7 years ago
  48. 10ae766 Deprecate support for flattened output nodes by Damjan Marion · 7 years ago
  49. 042a621 lldp packet transmission on a bonded interface by Steve Shin · 7 years ago
  50. 361abef Fix bug in configure 'pcap drop trace on file xx.cap' command (VPP-691) by jerryian · 8 years ago
  51. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  52. 180279b Fix IP feature ordering. by Neale Ranns · 8 years ago
  53. 363640d Quad loop interface-output node by Damjan Marion · 8 years ago
  54. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/interface_output.c]
  55. 3a2a1c4 span: add tx functionality and support for multiple mirror ports by Pavel Kotucek · 8 years ago
  56. 8b2247d interfaces: make no_flatten variant of inteface_ouptut fn default by Damjan Marion · 8 years ago
  57. 152e21d feature: add interface-output arc by Damjan Marion · 8 years ago
  58. 177bbdc GRE tests and fixes by Neale Ranns · 8 years ago
  59. 9c6ae5f feature: remove old interface output feature code by Damjan Marion · 8 years ago
  60. ba868bb VPP-311 Coding standards cleanup for vnet/vnet/*.[ch] by Dave Barach · 8 years ago
  61. 6c56a3c Fix double-enqueued packet in interface-output dual-loop, fixes VPP-116 by Damjan Marion · 9 years ago
  62. 1c80e83 Add support for multiple microarchitectures in single binary by Damjan Marion · 9 years ago
  63. 2df2e99 Fix output feature issue where opque field is already used by previous node by Damjan Marion · 9 years ago
  64. 1c9f6ce Increase the trace bufffer size by Chris Luke · 9 years ago
  65. f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
  66. d1f5d04 Change ARP and IP6-ND nodes to use interface-output node for output by John Lo · 9 years ago
  67. cb9cada Initial commit of vpp code. by Ed Warnicke · 9 years ago v1.0.0