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