Age | Commit message (Expand) | Author | Files | Lines |
2023-01-06 | session: avoid dgram dequeues with no transport |  Florin Coras | 1 | -0/+5 |
2023-01-06 | bfd: fix ip address cli parsing |  Benoît Ganne | 1 | -51/+58 |
2023-01-04 | vapi: add vapi_stop_rx_thread() |  Matthew Smith | 4 | -18/+47 |
2022-12-26 | vppinfra: fix function prototypes |  Dave Barach | 2 | -4/+4 |
2022-12-23 | hsa: fix echo client workers initialization |  Benoît Ganne | 2 | -8/+7 |
2022-12-22 | misc: fix crash using tracedump plugin with socket API clients |  Arthur de Kerhor | 1 | -6/+9 |
2022-12-21 | dpdk: link DPDK with MLX4/MLX5 libraries again |  Vladimir Ratnikov | 1 | -1/+3 |
2022-12-21 | af_packet: move to plugin |  Mohsin Kazmi | 12 | -30/+66 |
2022-12-21 | quic: fix quic plugin with openssl 3.x |  Dave Wallace | 2 | -0/+14 |
2022-12-20 | udp: fix tx handling of non-connected sessions |  Florin Coras | 2 | -27/+31 |
2022-12-20 | vapi: use the correct my_context_id when disconnecting API clients |  Mauro Sardara | 1 | -5/+75 |
2022-12-19 | nat: fix incorrect using about sw_if_index in nat44-ed static mapping v2 api. |  Huawei LI | 1 | -1/+1 |
2022-12-19 | nat: fix memory leak and refactor nat44-ed db init/free. |  Huawei LI | 1 | -22/+31 |
2022-12-16 | bfd: fix bfd udp error enum incompatibility |  Dmitry Valter | 2 | -4/+55 |
2022-12-16 | ipsec: new api for sa ips and ports updates |  Arthur de Kerhor | 5 | -0/+186 |
2022-12-15 | interface: fix format_vnet_interface_output_trace |  luoyaozu | 1 | -3/+2 |
2022-12-15 | nat: disable nat44-ed/ei features on interface deletion |  Vladislav Grishenko | 2 | -0/+98 |
2022-12-14 | vcl: enable gso for 'sendmsg' in LDP mode. |  Dou Chao | 7 | -24/+80 |
2022-12-14 | vapi: implement vapi_wait() for reads |  Matthew Smith | 3 | -15/+11 |
2022-12-12 | linux-cp: set severity of noisy message to debug |  Matthew Smith | 1 | -1/+1 |
2022-12-12 | papi: fix VPP_API_DIR |  Pim van Pelt | 1 | -1/+4 |
2022-12-09 | nat: fixed return values of enable/disable call |  Filip Varga | 4 | -14/+20 |
2022-12-09 | http_static: clean up http redirect generation |  Dave Barach | 1 | -1/+56 |
2022-12-08 | http_static: derive mime type from file extensions |  Dave Barach | 4 | -8/+132 |
2022-12-07 | tcp: avoid retransmit head with no data |  Florin Coras | 1 | -1/+1 |
2022-12-07 | vat2: add plugin-path parameter |  Ole Troan | 3 | -68/+101 |
2022-12-07 | papi: export packed message structures |  Ole Troan | 1 | -0/+16 |
2022-12-07 | tests: multiple apidir locations |  Ole Troan | 1 | -1/+6 |
2022-12-07 | api: avoid sigpipe for unruly api client |  Ole Troan | 1 | -1/+7 |
2022-12-07 | papi: fix async support for socket transport |  Ole Troan | 2 | -4/+5 |
2022-12-07 | http_static: misc bug fixes |  Dave Barach | 2 | -1/+3 |
2022-12-07 | classify: increase metadata from 16- to 32-bits |  Benoît Ganne | 2 | -9/+11 |
2022-12-06 | http_static: fix http(s) redirects |  Dave Barach | 4 | -15/+37 |
2022-12-05 | stats: return empty vector rather than NULL if stat_segment_dump_r() is run o... |  Andrew Yourtchenko | 1 | -0/+9 |
2022-12-02 | session: move connects to first worker |  Florin Coras | 12 | -106/+72 |
2022-12-02 | quic: update to quicly v0.1.4 |  Dave Wallace | 4 | -24/+36 |
2022-12-02 | buffers: revert protect against bad thread indices |  Benoît Ganne | 1 | -4/+1 |
2022-12-02 | vlib: clib_panic if sysconf() can't determine page size on startup |  Andrew Yourtchenko | 1 | -1/+7 |
2022-12-02 | vnet: fix trace flag copying in icmp4 |  Klement Sekera | 1 | -1/+1 |
2022-12-02 | vhost: convert vhost device driver to a plugin |  Steven Luong | 13 | -23/+345 |
2022-12-02 | avf: support generic flow |  Ting Xu | 8 | -52/+638 |
2022-12-01 | wireguard: add atomic mutex |  Gabriel Oginski | 3 | -2/+19 |
2022-11-30 | hsa: session rpc for echo client cli notifications |  Florin Coras | 1 | -7/+12 |
2022-11-30 | stats: add boot time in stats segment |  Ole Troan | 2 | -1/+5 |
2022-11-29 | udp: refactor port allocation and sharing |  Florin Coras | 4 | -72/+28 |
2022-11-29 | session: transport endpt cleanup on owner thread |  Florin Coras | 4 | -16/+83 |
2022-11-29 | wireguard: compute checksum for outer ipv6 header |  Artem Glazychev | 2 | -2/+41 |
2022-11-29 | stats: fix the memory leak in stat_client.c |  Andrew Yourtchenko | 1 | -0/+2 |
2022-11-29 | rdma: fix for-loop initialization in scalar path |  Jieqiang Wang | 1 | -20/+35 |
2022-11-29 | ipsec: use correct reply message |  Vratko Polak | 2 | -1/+2 |