Age | Commit message (Expand) | Author | Files | Lines |
2023-03-06 | vppinfra: adding support for socket mounting paths |  Mohsin Kazmi | 1 | -1/+5 |
2023-03-06 | flow dpdk: introduce IP in IP support for flow |  Xinyao Cai | 3 | -29/+305 |
2023-03-06 | vppinfra: fix clib_bitmap_will_expand() result inversion |  Vladislav Grishenko | 2 | -1/+51 |
2023-03-06 | crypto: make it easier to diagnose keys use-after-free |  Benoît Ganne | 1 | -2/+2 |
2023-03-06 | snort: fix descriptor offset may be truncated if buffers num too large |  jiangxiaoming | 1 | -1/+1 |
2023-03-06 | interface: fix 4 or more interfaces equality comparison bug with xor operatio... |  lijinhui | 1 | -5/+4 |
2023-03-06 | vppinfra: display only the 1st 50 memory traces by default |  Benoît Ganne | 2 | -3/+5 |
2023-03-06 | stats: fix node name compare error when updating stats segment |  Xiaoming Jiang | 1 | -1/+1 |
2023-03-06 | memif: autogenerate socket_ids |  Nathan Skrzypczak | 5 | -0/+181 |
2023-03-02 | wireguard: add barrier to sync data |  Gabriel Oginski | 6 | -32/+43 |
2023-03-02 | stats: expose symlink to stats client |  Ole Troan | 2 | -4/+6 |
2023-03-01 | docs: fixed to use unified "pcap trace" command |  Nobuhiro MIKI | 3 | -5/+5 |
2023-03-01 | vcl: accept bound notifications in epoll wait |  Florin Coras | 1 | -0/+3 |
2023-03-01 | vcl: accept vcl spurious wakeup in epoll wait eventfd |  Florin Coras | 1 | -1/+5 |
2023-03-01 | vcl: close libc epfd on vls epfd close |  Florin Coras | 1 | -7/+7 |
2023-03-01 | vcl: only add sessions to lt list if needed |  Florin Coras | 1 | -1/+8 |
2023-03-01 | udp: fix optimistic assert for UDP RX |  Mohammed Hawari | 2 | -1/+6 |
2023-03-01 | vcl: fix undeclared UDP_SEGMENT for centos 8 |  Tianyu Li | 1 | -0/+4 |
2023-02-28 | session: consolidate port alloc logic |  Florin Coras | 4 | -52/+36 |
2023-02-28 | tcp: add dispatch errors to counters |  Florin Coras | 1 | -9/+10 |
2023-02-28 | vcl: use program invocation name in ldp app name |  Florin Coras | 1 | -3/+2 |
2023-02-28 | vcl: handle lt events in epoll ctl |  Florin Coras | 1 | -18/+26 |
2023-02-27 | vcl: improve vls handling of shared listeners |  Florin Coras | 3 | -54/+49 |
2023-02-27 | wireguard: fix potential leaks of async frame |  Gabriel Oginski | 1 | -12/+12 |
2023-02-25 | tcp: fix error counters |  Filip Tehlar | 4 | -44/+43 |
2023-02-23 | srtp: fix build on ubuntu-22.04 |  Dave Wallace | 1 | -1/+1 |
2023-02-20 | session: track app session closes |  Florin Coras | 2 | -2/+9 |
2023-02-20 | vcl: ldp support for ip_pktinfo |  Florin Coras | 4 | -87/+245 |
2023-02-16 | vcl: fix incorrect ldp worker in ldp_epoll_pwait() |  Liangxing Wang | 1 | -1/+5 |
2023-02-16 | wireguard: move buffer when insufficient pre_data left |  Alexander Skorichenko | 1 | -14/+24 |
2023-02-16 | session: ignore zero length dgrams |  Florin Coras | 1 | -1/+9 |
2023-02-13 | rdma: always use 64 byte CQEs for MLX5 |  Nathan Brown | 1 | -5/+23 |
2023-02-10 | sr: support define src ipv6 per encap policy |  Takeru Hayasaka | 5 | -48/+313 |
2023-02-08 | session: accept lcl ip updates on cl sessions |  Florin Coras | 1 | -0/+2 |
2023-02-08 | avf dpdk: fix incorrect handling of IPv6 src address in flow |  Ting Xu | 2 | -3/+4 |
2023-02-08 | avf: fix incorrect flag for flow director |  Ting Xu | 1 | -2/+1 |
2023-02-08 | avf: fix checksum offload configuration |  Ting Xu | 2 | -3/+1 |
2023-02-08 | avf: fix bit calculation function fls_u32 |  Ting Xu | 1 | -1/+1 |
2023-02-08 | ip6-nd: support dump/details for IPv6 RA |  Alexander Chernavin | 5 | -98/+470 |
2023-02-08 | ipsec: fix AES CBC IV generation (CVE-2022-46397) |  Benoît Ganne | 3 | -29/+65 |
2023-02-07 | vcl: drop lock on segment attach failure |  Florin Coras | 1 | -0/+1 |
2023-02-07 | vcl: add ldp implementation for recvmmsg |  Florin Coras | 1 | -31/+39 |
2023-02-07 | vcl: better handlig of ldp apis that rely on gnu source |  Florin Coras | 6 | -91/+139 |
2023-02-06 | vppinfra: refactor clib_socket_init, add linux netns support |  Damjan Marion | 8 | -347/+494 |
2023-02-06 | ipsec: fix async crypto linked keys memory leak |  Benoît Ganne | 1 | -1/+6 |
2023-02-03 | session: fix out of bounds event memcpy |  Florin Coras | 1 | -3/+1 |
2023-02-03 | nat: fix accidental o2i deletion/reuse |  Dmitry Valter | 1 | -0/+6 |
2023-02-03 | vppapigen: fix incorrect comments in json |  Ondrej Fabry | 2 | -1/+4 |
2023-02-02 | tls: openssl: fix SSL_read partial read scenario |  Ofer Heifetz | 1 | -8/+10 |
2023-02-02 | linux-cp: fix auto-sub-int |  Stanislav Zaikin | 2 | -1/+5 |