1. 89d74bd devices: fix high vector rate per dispatch by Mohsin Kazmi · 2 years, 9 months ago
  2. c1fd17b devices: add support for offloads by Mohsin Kazmi · 2 years, 9 months ago
  3. 219cbcb devices: af-packet v3 support by Mohsin Kazmi · 2 years, 9 months ago
  4. 2d194a0 devices: remove the unused code from af_packet by Mohsin Kazmi · 2 years, 9 months ago
  5. 1cd0e5d vnet: distinguish between max_frame_size and MTU by Damjan Marion · 2 years, 11 months ago
  6. 88a9c0e interface: improve MTU handling by Damjan Marion · 3 years ago
  7. c48ec5d interface: refactor interface capabilities code, part 2 by Damjan Marion · 3 years ago
  8. 5c954c4 ethernet: new interface registration function by Damjan Marion · 3 years ago
  9. d4f88cc interface: refactor interface capabilities code by Damjan Marion · 3 years ago
  10. 2dc942e devices: support build on older kernels by Florin Coras · 3 years, 1 month ago
  11. b225b0a devices: default mode eth in the api by Nathan Skrzypczak · 3 years, 2 months ago
  12. cae84fa devices: add support for l3 af_packet interface by Mohsin Kazmi · 3 years, 2 months ago
  13. 7d0e30b devices: Add queues params in create_if by Nathan Skrzypczak · 3 years, 6 months ago
  14. eed6fc9 devices: restore regular af-packet tx path by Mohammed Hawari · 3 years, 3 months ago
  15. e39376e devices: af_packet - use netlink to get/set mtu by Aloys Augustin · 3 years, 9 months ago
  16. 5b3f523 interface: add capabilities flags by Mohsin Kazmi · 3 years, 10 months ago
  17. ffc6bdc devices: af-packet gso mtu by Nathan Skrzypczak · 3 years, 11 months ago
  18. 85c1943 devices: adapt af_packet to new rxq framework by Mohammed Hawari · 4 years ago
  19. b2c31b6 misc: move to new pool_foreach macros by Damjan Marion · 4 years ago
  20. eabd424 interface: shorten vnet_hw_if_rx_mode by Damjan Marion · 4 years, 2 months ago
  21. 4a302ee ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) by John Lo · 4 years, 7 months ago
  22. 3b2db90 devices: af_packet API cleanup by Jakub Grajciar · 5 years ago
  23. 7fa4160 Fix af_packet issues: by jackiechen1985 · 6 years ago
  24. b7b9299 c11 safe string handling support by Dave Barach · 6 years ago
  25. 04e0bb2 af_packet: Add support for dump interfaces by Mohsin Kazmi · 7 years ago
  26. acba9f7 af-packet: Add support for logging by Mohsin Kazmi · 7 years ago
  27. a50a14c itf: Fix admin up down for AF_PACKET and vhost-user by Mohsin Kazmi · 7 years ago
  28. 43fc688 afpacket: Fix the reply if itf already exits by Mohsin Kazmi · 7 years ago
  29. 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
  30. ceab788 vlib: epoll on worker threads by Damjan Marion · 7 years ago
  31. d363833 VPP-1115 Fix a debug log mistake when create AF_PACKET socket by zhaoqingling · 7 years ago
  32. 64ae778 vnet: af_packet_set_l4_cksum_offload device class check by Jakub Grajciar · 7 years ago
  33. 71612d6 Add extern to *_main global variable declarations in header files. by Dave Wallace · 7 years ago
  34. 92b0275 af_packet: invalid TCP/UDP offload checksum on RX node recalculation by Jakub Grajciar · 7 years ago
  35. c517020 Revert "VPP-1001 - update AF Packet Driver to for modern kernels" by Damjan Marion · 7 years ago
  36. 3eab064 VPP-1001 - update AF Packet Driver to for modern kernels by Anton Ivanov · 7 years ago
  37. 01914ce vppinfra: add clib_mem_vm_ext_alloc function by Damjan Marion · 7 years ago
  38. 56dd543 move unix_file_* code to vppinfra by Damjan Marion · 7 years ago
  39. 3b64d63 vlib: move linux-specific code to vlib/linux by Damjan Marion · 7 years ago
  40. 7bfa119 af_packet: support changing the mtu size by Ray Kinsella · 8 years ago
  41. 4403690 Add interface rx mode commands, unify rx mode and placement CLI by Damjan Marion · 8 years ago
  42. c855b73 af_packet: reflect admin device state on host by Ray Kinsella · 8 years ago
  43. 153646e Common device-input interrupt infra by Damjan Marion · 8 years ago
  44. 1927da2 vppinfra: add spinlock inline functions by Damjan Marion · 8 years ago
  45. eb743fa vnet: add device-input threadplacement infra by Damjan Marion · 8 years ago
  46. cf751ec af_packet: multithreading support by Mohsin KAZMI · 8 years ago
  47. 7cd468a Reorganize source tree to use single autotools instance by Damjan Marion · 8 years ago[Renamed from vnet/vnet/devices/af_packet/af_packet.c]
  48. bfe737a Fix double free in af_packet api/cli by Ivan Kelly · 8 years ago
  49. f298ecf fd closed twice by Eyal Bari · 8 years ago
  50. 553f6bd af_packet: allocate per-worker list of free buffers by Damjan Marion · 8 years ago
  51. 00a9dca Coding standards cleanup in vnet/vnet/devices, fixes VPP-248 by Damjan Marion · 8 years ago
  52. 16ad6ae VPP-189 More coverity bug fixes by Dave Barach · 8 years ago
  53. 4b46c84 VPP-84 af_packet retry on EAGAIN, count on errors by Chris Luke · 9 years ago
  54. 78ea9c2 VPP-81: Print interface name after creating an interface with CLI by Pierre Pfister · 9 years ago
  55. f1213b8 Add clib_memcpy macro based on DPDK rte_memcpy implementation by Damjan Marion · 9 years ago
  56. dba76f2 Add option to delete af_packet (host) interfaces by Peter Lei · 9 years ago
  57. 13f3c45 Support per-interface packet rx redirection by Dave Barach · 9 years ago
  58. 048ee2e af_packet: vec functions should not be used on pool by Damjan Marion · 9 years ago
  59. 83243a0 Add vpp native linux kernel AF_PACKET interface support by Damjan Marion · 9 years ago