1. 4a302ee ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) by John Lo · 4 years, 7 months ago
  2. 7c9fe92 docs: Edit FEATURE.yaml files so they can be published by John DeNisco · 5 years ago
  3. 39d6911 api: multiple connections per process by Dave Barach · 5 years ago
  4. 6b0dd55 build: add yaml file linting to make checkstyle by Paul Vinciguerra · 5 years ago
  5. 97c998c docs: devices-- add FEATURES.yaml by Paul Vinciguerra · 5 years ago
  6. 7ca5aaa vlib: add flag to explicitelly mark nodes which can init per-node packet trace by Damjan Marion · 5 years ago
  7. 3b2db90 devices: af_packet API cleanup by Jakub Grajciar · 5 years ago
  8. 90b34ed devices: fix issue of per_interface_next_index by Michael Yu · 5 years ago
  9. 7fa4160 Fix af_packet issues: by jackiechen1985 · 6 years ago
  10. f324dec fixing typos by Jim Thompson · 6 years ago
  11. 8feeaff Typos. A bunch of typos I've been collecting. by Paul Vinciguerra · 6 years ago
  12. aee7364 deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCH by Filip Tehlar · 6 years ago
  13. 608996d devices: migrate old MULTIARCH macros to VLIB_NODE_FN by Filip Tehlar · 6 years ago
  14. 8934a04 buffers: fix typo by Damjan Marion · 6 years ago
  15. 5de3fec buffers: make buffer data size configurable from startup config by Damjan Marion · 6 years ago
  16. 671e60e buffers: remove unused code by Damjan Marion · 6 years ago
  17. 178cf49 Remove c-11 memcpy checks from perf-critical code by Dave Barach · 6 years ago
  18. a3d5986 vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) by Damjan Marion · 6 years ago
  19. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  20. 3b81a1e L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes by Neale Ranns · 6 years ago
  21. 067cd62 avoid using thread local storage for thread index by Damjan Marion · 6 years ago
  22. 04e0bb2 af_packet: Add support for dump interfaces by Mohsin Kazmi · 7 years ago
  23. acba9f7 af-packet: Add support for logging by Mohsin Kazmi · 7 years ago
  24. a50a14c itf: Fix admin up down for AF_PACKET and vhost-user by Mohsin Kazmi · 7 years ago
  25. 43fc688 afpacket: Fix the reply if itf already exits by Mohsin Kazmi · 7 years ago
  26. 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
  27. a608b60 at af_packet input, drop partial packets to prevent l4 checksum deadloop at ouptut by Chaoyu Jin · 7 years ago
  28. 8cedff2 af_packet: Fix lock position by Pierre Pfister · 7 years ago
  29. ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
  30. 9d42087 VPPAPIGEN: vppapigen replacement in Python PLY. by Ole Troan · 7 years ago
  31. d363833 VPP-1115 Fix a debug log mistake when create AF_PACKET socket by zhaoqingling · 7 years ago
  32. 837503c af_packet: update tx_frame even when ring exhausted by Florin Coras · 7 years ago
  33. 5665a22 Revert "vnet: af_packet mark l3 offload cksum" by Jakub Grajciar · 7 years ago
  34. 64ae778 vnet: af_packet_set_l4_cksum_offload device class check by Jakub Grajciar · 7 years ago
  35. fa600c9 vnet: af_packet mark l3 offload cksum by Jakub Grajciar · 7 years ago
  36. 71612d6 Add extern to *_main global variable declarations in header files. by Dave Wallace · 7 years ago
  37. 92b0275 af_packet: invalid TCP/UDP offload checksum on RX node recalculation by Jakub Grajciar · 7 years ago
  38. c517020 Revert "VPP-1001 - update AF Packet Driver to for modern kernels" by Damjan Marion · 7 years ago
  39. 0d056e5 vppapigen: support per-file (major,minor,patch) version stamps by Dave Barach · 7 years ago
  40. d3c008d [aarch64] Fixes CLI crashes on dpaa2 platform. by Christophe Fontaine · 7 years ago
  41. 3eab064 VPP-1001 - update AF Packet Driver to for modern kernels by Anton Ivanov · 7 years ago
  42. 535f0bf VLAN support on host(af-packet) interface. by Akshaya N · 7 years ago
  43. 01914ce vppinfra: add clib_mem_vm_ext_alloc function by Damjan Marion · 7 years ago
  44. 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
  45. 3b64d63 vlib: move linux-specific code to vlib/linux by Damjan Marion · 7 years ago
  46. e6cc9cc af_packet: fix coverity error by Ray Kinsella · 8 years ago
  47. 2038ad0 af_packet: set mac address support by Ray Kinsella · 8 years ago
  48. 7bfa119 af_packet: support changing the mtu size by Ray Kinsella · 8 years ago
  49. 4403690 Add interface rx mode commands, unify rx mode and placement CLI by Damjan Marion · 8 years ago
  50. c855b73 af_packet: reflect admin device state on host by Ray Kinsella · 8 years ago
  51. 11b8dbf "autoreply" flag: autogenerate standard xxx_reply_t messages by Dave Barach · 8 years ago
  52. 153646e Common device-input interrupt infra by Damjan Marion · 8 years ago
  53. 586afd7 Use thread local storage for thread index by Damjan Marion · 8 years ago
  54. 1927da2 vppinfra: add spinlock inline functions by Damjan Marion · 8 years ago
  55. 22db11b af_packet driver needs to check VLIB_BUFFER_NEXT_PRESENT flag is set by Jim Gibson · 8 years ago
  56. 13ad1f0 Rename "show interfaces" -> "show interface" by Dave Barach · 8 years ago
  57. eb743fa vnet: add device-input threadplacement infra by Damjan Marion · 8 years ago
  58. 35af9e5 features: take device-input buffer advance value directly by Damjan Marion · 8 years ago
  59. b3bb101 devices: vnet_get_aggregate_rx_packets should not be dpdk specific by Damjan Marion · 8 years ago
  60. a9a20e7 VPP-635: CLI Memory leak with invalid parameter by Billy McFall · 8 years ago
  61. cf751ec af_packet: multithreading support by Mohsin KAZMI · 8 years ago
  62. 2d0b6e3 VPP-279: Document changes for vnet/vnet/devices by Billy McFall · 8 years ago
  63. a1b99da VPP-279: doxygen documentation for host interface CLI commands by Billy McFall · 8 years ago
  64. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago