Age | Commit message (Expand) | Author | Files | Lines |
2024-03-18 | build: add option to specify supported OS list for plugin |  Damjan Marion | 1 | -0/+2 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 4 | -10/+0 |
2023-10-14 | feature: remove unused code |  Damjan Marion | 1 | -1/+1 |
2023-06-27 | af_xdp: create_api_v3 without namespace keyword |  Stanislav Zaikin | 3 | -0/+132 |
2023-06-21 | af_xdp: fix chained buffer free on failure |  Benoît Ganne | 1 | -1/+1 |
2023-06-14 | af_xdp: linearize buffer chains before TX |  Shmuel Hazan | 1 | -0/+20 |
2023-06-13 | af_xdp: set frame_no_append flag |  Artem Glazychev | 1 | -0/+1 |
2023-06-08 | af_xdp: make sure all packets are transmitted |  Benoît Ganne | 2 | -7/+12 |
2023-06-08 | af_xdp: remove the previous program before loading a new one |  Artem Glazychev | 1 | -1/+2 |
2023-03-06 | af_xdp: fix netns configuration |  Benoît Ganne | 1 | -1/+2 |
2023-02-02 | af_xdp: fix default xdp program unload fail |  Yulong Pei | 1 | -20/+45 |
2023-01-24 | af_xdp: fix xdp socket create fail |  Chen Yahui | 1 | -2/+18 |
2023-01-13 | af_xdp: update af_xdp driver plugin to depend on libxdp |  Yulong Pei | 3 | -26/+41 |
2022-09-28 | af_xdp: change RLIMIT_MEMLOCK before load bpf program |  Chen Yahui | 1 | -0/+7 |
2022-09-27 | af_xdp: compile error undeclared identifier 'SOL_XDP' |  Chen Yahui | 1 | -0/+3 |
2022-04-28 | af_xdp: more meaningful frame_size error message |  Benoît Ganne | 1 | -0/+14 |
2022-02-16 | af_xdp: change flag passed to bpf_set_link_xdp_fd |  Dastin Wilski | 1 | -4/+1 |
2022-01-18 | vnet: distinguish between max_frame_size and MTU |  Damjan Marion | 1 | -2/+3 |
2022-01-17 | interface: improve MTU handling |  Damjan Marion | 1 | -3/+10 |
2022-01-07 | ethernet: new interface registration function |  Damjan Marion | 1 | -9/+6 |
2022-01-05 | interface: refactor interface capabilities code |  Damjan Marion | 1 | -3/+2 |
2021-12-16 | af_xdp: mark API as stable |  Benoît Ganne | 1 | -6/+1 |
2021-12-03 | api: refactor to use REPLY_MSG_ID_BASE #define |  Klement Sekera | 1 | -8/+5 |
2021-11-19 | af_xdp: integrate with new tx infra |  arikachen | 3 | -31/+83 |
2021-11-18 | af_xdp: introduce to netns api |  arikachen | 7 | -10/+227 |
2021-11-10 | af_xdp: fix thread 0 and 1 using one txq slot |  arikachen | 1 | -2/+2 |
2021-10-13 | docs: convert plugins doc md->rst |  Nathan Skrzypczak | 2 | -129/+164 |
2021-10-11 | af_xdp: ensure at least one queue is created |  Joshua Roys | 1 | -1/+4 |
2021-09-28 | af_xdp: fix init lock for shared txq |  arikachen | 1 | -6/+7 |
2021-09-28 | af_xdp: fix free mem in tx while no free slot |  arikachen | 1 | -2/+2 |
2021-08-26 | af_xdp: fix stale rx/tx pointers in xsk objects |  Benoît Ganne | 1 | -10/+47 |
2021-08-23 | af_xdp: fix xsk_socket__delete left un-cleanup |  arikachen | 1 | -3/+3 |
2021-05-21 | af_xdp: use desc offset on rx |  Benoît Ganne | 2 | -41/+26 |
2021-05-21 | af_xdp: refill rx rings when interface goes up |  Benoît Ganne | 3 | -9/+26 |
2021-05-21 | af_xdp: workaround kernel race between poll() and sendmsg() |  Benoît Ganne | 10 | -86/+213 |
2021-05-01 | vlib: refactor trajectory trace debug feature |  Benoît Ganne | 2 | -12/+18 |
2021-04-30 | build: declare some CMake variables as advanced |  Damjan Marion | 1 | -1/+1 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 1 | -1/+1 |
2021-01-26 | interface: remove vnet_device_input_runtime_t |  Mohammed Hawari | 1 | -2/+1 |
2021-01-21 | af_xdp: update interrupt mode to new infra |  Benoît Ganne | 3 | -36/+86 |
2020-11-13 | af_xdp: fix doc |  Benoît Ganne | 1 | -1/+1 |
2020-11-09 | vlib: fix trace number accounting |  Benoît Ganne | 1 | -12/+12 |
2020-10-24 | af_xdp: add option to claim all available rx queues |  Benoît Ganne | 6 | -38/+55 |
2020-10-21 | af_xdp: fix NUMA node parsing |  Benoît Ganne | 1 | -11/+9 |
2020-09-10 | af_xdp: documents incompatibility with 1GB hugepages and high buffers-per-numa. |  Mohammed Hawari | 1 | -0/+2 |
2020-09-01 | misc: fix uninitialized use warnings with gcc-{8,9} |  Aloys Augustin | 1 | -1/+1 |
2020-08-31 | vppinfra: convert A_extend_to_B to B_from_A format of vector inlines |  Damjan Marion | 1 | -2/+2 |
2020-08-31 | af_xdp: AF_XDP input plugin |  Benoît Ganne | 14 | -0/+2206 |