Age | Commit message (Expand) | Author | Files | Lines |
2020-07-20 | ikev2: refactor and test profile dump API |  Filip Tehlar | 9 | -129/+340 |
2020-07-19 | sr: new messages created to return sl index for segment lists in a sr policy |  Chinmaya Agarwal | 2 | -0/+102 |
2020-07-19 | api: call api reaper callbacks for socket clients |  Dave Barach | 4 | -5/+58 |
2020-07-19 | unittest: keep ASAN happy for non-terminated string tests |  Benoît Ganne | 1 | -0/+2 |
2020-07-17 | abf: mark API as in-progress |  Andrew Yourtchenko | 1 | -0/+8 |
2020-07-17 | gbp: mark APIs as in-progress |  Andrew Yourtchenko | 1 | -0/+35 |
2020-07-17 | l2e: mark API as in-progress |  Andrew Yourtchenko | 1 | -0/+1 |
2020-07-17 | pppoe: fix uninitialized memory bug |  TimotheeChauvin | 3 | -1/+7 |
2020-07-16 | misc: add callback hooks and refactor pmc |  Tom Seidenberg | 24 | -252/+825 |
2020-07-16 | dpdk: fix coverity warning in the flow code |  Chenmin Sun | 1 | -1/+1 |
2020-07-16 | vlib: fix asan compilation with gcc |  Benoît Ganne | 2 | -1/+13 |
2020-07-16 | crypto: fix coverity issue for cryptodev |  Fan Zhang | 1 | -65/+103 |
2020-07-16 | vppinfra: fix format_c_identifier vector overflow |  Benoît Ganne | 2 | -5/+3 |
2020-07-16 | misc: add tracedump API plugin |  Dave Barach | 6 | -0/+573 |
2020-07-16 | adl: move allow/deny list function to plugin |  Dave Barach | 20 | -725/+1387 |
2020-07-16 | ip: optimize ip4_header_checksum, take 2 |  Damjan Marion | 1 | -32/+72 |
2020-07-16 | ikev2: fix race condition in child_sa update |  Benoît Ganne | 1 | -0/+3 |
2020-07-16 | vppinfra: enable STATIC_ASSERT with clang |  Benoît Ganne | 2 | -6/+3 |
2020-07-16 | ip: optimize ip4_header_checksum |  Damjan Marion | 1 | -62/+55 |
2020-07-16 | gre: fix outer ip6 length |  Aloys Augustin | 2 | -5/+14 |
2020-07-15 | vppinfra: more vector inlines |  Damjan Marion | 3 | -0/+60 |
2020-07-15 | nat: add prefetching to in2out_ed/out2in_ed |  Klement Sekera | 2 | -2/+27 |
2020-07-15 | ikev2: add support for AES-GCM cipher in IKE |  Filip Tehlar | 6 | -120/+345 |
2020-07-15 | virtio: fix the msix for multiqueue |  Mohsin Kazmi | 2 | -15/+60 |
2020-07-14 | ikev2: API downgrade due to lack of ikev2 tests |  Filip Tehlar | 1 | -19/+17 |
2020-07-14 | ip: fix format_ip6_address_and_mask() bug |  Chenmin Sun | 1 | -3/+2 |
2020-07-13 | hsa: set connected mode for echo_server app in udp mode. |  jiangxiaoming | 1 | -7/+20 |
2020-07-13 | session: fix application_lookup_name fail due to app_by_name default hash typ... |  jiangxiaoming | 1 | -0/+1 |
2020-07-13 | session: reduce verbosity on fifo alloc failure |  Florin Coras | 2 | -4/+15 |
2020-07-09 | dpdk: add txq struct and fix dpdk tx lock |  Benoît Ganne | 4 | -19/+23 |
2020-07-07 | session: fix ct listener cleanup |  Florin Coras | 3 | -4/+3 |
2020-07-07 | tcp: round down rcv wnd even if avoiding retraction |  Florin Coras | 1 | -13/+9 |
2020-07-07 | tap: fix the tun sndbuf value for kernel 4.20 and later |  Mohsin Kazmi | 1 | -4/+16 |
2020-07-07 | ikev2: per thread usage of openssl context |  Filip Tehlar | 3 | -77/+47 |
2020-07-06 | docs: Reflect the fact that the DPDK is now a plugin |  John DeNisco | 2 | -10/+27 |
2020-07-06 | ikev2: add profile dump API |  Jan Cavojsky | 6 | -0/+436 |
2020-07-06 | ikev2: add more ikev2 tests |  Filip Tehlar | 1 | -18/+135 |
2020-07-06 | ip: set ip4 mask for ip_copy and ip_set when dealing with ip4 type |  jiangxiaoming | 1 | -2/+8 |
2020-07-06 | fib: fix debug preprocessor directives |  Matthew Smith | 4 | -4/+4 |
2020-07-02 | tcp: fix coverity warning |  Florin Coras | 1 | -2/+2 |
2020-07-02 | tcp: cli to dump half-open connections |  Florin Coras | 1 | -0/+104 |
2020-07-02 | vrrp: fix feature declaration for v6 accept-mode |  Matthew Smith | 1 | -1/+1 |
2020-07-02 | ikev2: use remote proposals when installing tunnel |  Filip Tehlar | 1 | -2/+2 |
2020-07-02 | tap: fix dump for TUN interfaces |  Mohsin Kazmi | 2 | -1/+5 |
2020-07-02 | misc: 20.05 Release Notes |  Andrew Yourtchenko | 1 | -1/+740 |
2020-07-02 | nat: nat66 to plugin |  Ole Troan | 17 | -490/+616 |
2020-07-02 | ip: fix the order in ip4 punt redirect |  Mohsin Kazmi | 1 | -2/+2 |
2020-07-01 | vlib: wake up workers if interrupts are posted |  Benoît Ganne | 5 | -3/+9 |
2020-06-30 | classify: fix debug CLI |  Dave Barach | 1 | -1/+5 |
2020-06-30 | tests: ikev2: add nat traversal & cert based auth test |  Filip Tehlar | 6 | -49/+253 |