Age | Commit message (Expand) | Author | Files | Lines |
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 |