Age | Commit message (Expand) | Author | Files | Lines |
2021-04-21 | vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask) |  Damjan Marion | 1 | -1/+1 |
2021-04-20 | tcp: req app deq notification on fifo full |  Florin Coras | 3 | -1/+33 |
2021-04-20 | crypto: support async handlers for 3des and md5 |  Alexander Chernavin | 2 | -3/+12 |
2021-04-20 | ipsec: remove WITH_LIBSSL macros |  Damjan Marion | 2 | -125/+3 |
2021-04-19 | ip: fix offload flags handling |  Aloys Augustin | 2 | -3/+5 |
2021-04-19 | interface: interface-output end node rework |  Damjan Marion | 4 | -61/+77 |
2021-04-18 | ip: remove dead code from ip_csum |  Damjan Marion | 1 | -1/+0 |
2021-04-17 | classify: honor pcap interface filter also when classify filter is used |  Benoît Ganne | 3 | -135/+136 |
2021-04-15 | tcp: support for rate sample attr flag |  Florin Coras | 2 | -1/+23 |
2021-04-14 | session: fix next node add on transport registration |  Florin Coras | 1 | -7/+2 |
2021-04-14 | misc: clang-12 support |  Damjan Marion | 1 | -6/+2 |
2021-04-14 | session tcp vcl: api to update connection attributes |  Florin Coras | 11 | -26/+262 |
2021-04-14 | flow: The type of vni in VxLAN flow should be u32 |  Chenmin Sun | 3 | -10/+8 |
2021-04-09 | dpdk: selection of cryptodev engine data-path |  Fan Zhang | 2 | -2/+4 |
2021-04-08 | devices: af_packet - use netlink to get/set mtu |  Aloys Augustin | 3 | -23/+100 |
2021-04-07 | session: fix coverity warning |  Florin Coras | 2 | -6/+6 |
2021-04-07 | crypto: fix ops flags in crypto sw scheduler |  Benoît Ganne | 1 | -0/+2 |
2021-04-06 | session: basic support for interrupt mode |  Florin Coras | 4 | -4/+176 |
2021-04-05 | tcp: time infra improvements |  Florin Coras | 11 | -35/+68 |
2021-04-05 | vhost: Crash upon disconnect |  Steven Luong | 1 | -1/+1 |
2021-04-05 | ip6-nd: Solicitation reply only if target is our link-local |  Neale Ranns | 1 | -4/+9 |
2021-04-02 | ip-neighbor: suppress unsolicited clib_warning when sending garp |  Steven Luong | 2 | -5/+19 |
2021-04-01 | session: always clean rx mqs on app detach |  Florin Coras | 1 | -4/+3 |
2021-04-01 | ip: extend show cmd of ip reassembly configuration |  Anton Nikolaev | 4 | -0/+16 |
2021-04-01 | fib: Move the adjacency midchain nodes into a separate file |  Neale Ranns | 5 | -233/+251 |
2021-03-30 | session: interrupt mode for session node on main thread |  Florin Coras | 1 | -15/+20 |
2021-03-30 | interface: fix coverity |  Damjan Marion | 1 | -2/+2 |
2021-03-29 | svm session vcl: per app rx message queues |  Florin Coras | 8 | -101/+496 |
2021-03-29 | tls: fix app_worker_connect_notify param error |  yedg | 1 | -1/+1 |
2021-03-29 | tests: move vxlan tests to src/vnet/vxlan/tests |  Dave Wallace | 6 | -0/+1464 |
2021-03-26 | vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly |  Damjan Marion | 4 | -126/+119 |
2021-03-26 | vlib: introduce vlib_get_elog_main() |  Damjan Marion | 2 | -4/+5 |
2021-03-26 | vlib: introduce vlib_get_main_by_index(), vlib_get_n_threads() |  Damjan Marion | 12 | -25/+28 |
2021-03-25 | svm: add producer wait function |  Florin Coras | 1 | -1/+1 |
2021-03-25 | stats: python vpp_stats rewrite to access stat segment directly |  Ole Troan | 1 | -5/+4 |
2021-03-24 | interface: do subif or feature arc work in interface-output only if needed |  Damjan Marion | 1 | -42/+61 |
2021-03-24 | virtio: improve compilation time |  Damjan Marion | 1 | -64/+57 |
2021-03-23 | interface: simplify and optimize interface-output node |  Damjan Marion | 1 | -204/+121 |
2021-03-23 | vlib: add node adaptive mode flag |  Florin Coras | 1 | -1/+12 |
2021-03-23 | interface: reduce duplicate code in the interface-output node |  Damjan Marion | 1 | -42/+41 |
2021-03-21 | gre: Multipoint GRE fixes |  Neale Ranns | 4 | -7/+86 |
2021-03-20 | tests: add support for worker awareness |  Klement Sekera | 1 | -1/+1 |
2021-03-19 | vxlan: add tunnel cache to graph node |  Junfeng Wang | 5 | -27/+27 |
2021-03-19 | policer: Add CLI for all equivalent API functions |  Neale Ranns | 1 | -6/+162 |
2021-03-19 | interface: add capabilities flags |  Mohsin Kazmi | 13 | -65/+121 |
2021-03-17 | session: fix populating chained buffers |  Ivan Shvedunov | 1 | -3/+5 |
2021-03-16 | fib: Allow the creation of new source on the API |  Neale Ranns | 10 | -32/+486 |
2021-03-15 | ipsec: allow inbound non-tunnel SA through CLI |  Mohammed Hawari | 1 | -6/+0 |
2021-03-15 | misc: finish removing deprecated cop API |  Dave Barach | 1 | -22/+0 |
2021-03-15 | tests: use socket transport instead of shared memory |  Ole Troan | 3 | -16/+79 |