Age | Commit message (Expand) | Author | Files | Lines |
2019-12-10 | api: multiple connections per process |  Dave Barach | 1 | -1/+1 |
2019-11-06 | build: add yaml file linting to make checkstyle |  Paul Vinciguerra | 1 | -2/+8 |
2019-10-30 | docs: devices-- add FEATURES.yaml |  Paul Vinciguerra | 2 | -1/+10 |
2019-09-24 | vlib: add flag to explicitelly mark nodes which can init per-node packet trace |  Damjan Marion | 1 | -0/+1 |
2019-09-12 | devices: af_packet API cleanup |  Jakub Grajciar | 3 | -24/+29 |
2019-08-30 | devices: fix issue of per_interface_next_index |  Michael Yu | 1 | -3/+4 |
2019-05-07 | Fix af_packet issues: |  jackiechen1985 | 1 | -31/+57 |
2019-04-08 | fixing typos |  Jim Thompson | 1 | -1/+1 |
2019-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 1 | -1/+1 |
2019-03-13 | deprecate VLIB_DEVICE_TX_FUNCTION_MULTIARCH |  Filip Tehlar | 1 | -7/+5 |
2019-03-04 | devices: migrate old MULTIARCH macros to VLIB_NODE_FN |  Filip Tehlar | 1 | -6/+3 |
2019-02-09 | buffers: fix typo |  Damjan Marion | 1 | -1/+1 |
2019-02-06 | buffers: make buffer data size configurable from startup config |  Damjan Marion | 1 | -1/+1 |
2019-01-01 | buffers: remove unused code |  Damjan Marion | 1 | -2/+1 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 2 | -11/+11 |
2018-11-13 | vlib rename vlib_frame_args(...) to vlib_frame_scalar_args(..) |  Damjan Marion | 1 | -2/+2 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 2 | -4/+4 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes |  Neale Ranns | 1 | -1/+1 |
2018-07-11 | avoid using thread local storage for thread index |  Damjan Marion | 1 | -1/+1 |
2018-05-29 | af_packet: Add support for dump interfaces |  Mohsin Kazmi | 4 | -1/+98 |
2018-05-28 | af-packet: Add support for logging |  Mohsin Kazmi | 3 | -38/+52 |
2018-05-28 | itf: Fix admin up down for AF_PACKET and vhost-user |  Mohsin Kazmi | 1 | -4/+41 |
2018-03-26 | afpacket: Fix the reply if itf already exits |  Mohsin Kazmi | 1 | -1/+3 |
2018-03-14 | At AF_PACKET socket create, do intf bind before rx ring cfg to avoid receivin... |  Chaoyu Jin | 1 | -12/+12 |
2018-02-28 | at af_packet input, drop partial packets to prevent l4 checksum deadloop at o... |  Chaoyu Jin | 1 | -4/+17 |
2018-02-07 | af_packet: Fix lock position |  Pierre Pfister | 1 | -2/+1 |
2018-02-06 | vlib: epoll on worker threads |  Damjan Marion | 3 | -1/+5 |
2018-01-23 | VPPAPIGEN: vppapigen replacement in Python PLY. |  Ole Troan | 1 | -1/+1 |
2018-01-05 | VPP-1115 Fix a debug log mistake when create AF_PACKET socket |  zhaoqingling | 1 | -1/+1 |
2017-11-30 | af_packet: update tx_frame even when ring exhausted |  Florin Coras | 1 | -2/+2 |
2017-11-15 | Revert "vnet: af_packet mark l3 offload cksum" |  Jakub Grajciar | 1 | -2/+1 |
2017-11-14 | vnet: af_packet_set_l4_cksum_offload device class check |  Jakub Grajciar | 2 | -1/+5 |
2017-11-14 | vnet: af_packet mark l3 offload cksum |  Jakub Grajciar | 1 | -1/+2 |
2017-10-24 | Add extern to *_main global variable declarations in header files. |  Dave Wallace | 2 | -1/+3 |
2017-10-23 | af_packet: invalid TCP/UDP offload checksum on RX node recalculation |  Jakub Grajciar | 6 | -3/+171 |
2017-10-11 | Revert "VPP-1001 - update AF Packet Driver to for modern kernels" |  Damjan Marion | 4 | -119/+10 |
2017-10-09 | vppapigen: support per-file (major,minor,patch) version stamps |  Dave Barach | 1 | -0/+2 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. |  Christophe Fontaine | 1 | -1/+1 |
2017-10-04 | VPP-1001 - update AF Packet Driver to for modern kernels |  Anton Ivanov | 4 | -10/+119 |
2017-09-27 | VLAN support on host(af-packet) interface. |  Akshaya N | 1 | -3/+26 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function |  Damjan Marion | 1 | -2/+2 |
2017-09-09 | move unix_file_* code to vppinfra |  Damjan Marion | 2 | -7/+7 |
2017-09-08 | vlib: move linux-specific code to vlib/linux |  Damjan Marion | 1 | -0/+1 |
2017-05-25 | af_packet: fix coverity error |  Ray Kinsella | 1 | -2/+19 |
2017-05-20 | af_packet: set mac address support |  Ray Kinsella | 1 | -1/+47 |
2017-05-15 | af_packet: support changing the mtu size |  Ray Kinsella | 1 | -1/+23 |
2017-05-02 | Add interface rx mode commands, unify rx mode and placement CLI |  Damjan Marion | 1 | -6/+12 |
2017-04-28 | af_packet: reflect admin device state on host |  Ray Kinsella | 3 | -15/+78 |
2017-04-25 | "autoreply" flag: autogenerate standard xxx_reply_t messages |  Dave Barach | 1 | -11/+1 |
2017-04-10 | Common device-input interrupt infra |  Damjan Marion | 2 | -3/+6 |