Age | Commit message (Expand) | Author | Files | Lines |
2019-05-29 | map: Use vl_api_string macros. |  Paul Vinciguerra | 2 | -27/+9 |
2019-05-29 | plugins: http_static. Migrate to use api string type. |  Paul Vinciguerra | 3 | -11/+23 |
2019-05-28 | nsim: remove buffer u32 upper bound |  Korian Edeline | 1 | -1/+1 |
2019-05-28 | Add an ip6 local hop-by-hop protocol demux table |  Dave Barach | 1 | -4/+2 |
2019-05-28 | nat44: make nat44-ed-hairpin-src follow arc |  Matthew Smith | 1 | -1/+1 |
2019-05-27 | unittest: fix test crypto perf for AEAD algos |  Damjan Marion | 1 | -2/+3 |
2019-05-27 | dpdk: vlan strip config does not take effect in default device |  Chenmin Sun | 1 | -0/+6 |
2019-05-27 | dpdk: fix rss configuration error issue |  Chenmin Sun | 1 | -7/+5 |
2019-05-24 | udp-ping: disable due to conflict with mldv2 |  Florin Coras | 1 | -2/+4 |
2019-05-24 | Add callback multiplex support |  Dave Barach | 1 | -15/+47 |
2019-05-24 | rdma: add support for promiscuous mode |  Benoît Ganne | 2 | -71/+145 |
2019-05-23 | fix rte_eth_dev_info’ has no member named ‘pci_dev’ when run show_dpdk_... |  cohu | 1 | -5/+9 |
2019-05-23 | crypto_ia32: multiarch |  Damjan Marion | 5 | -58/+70 |
2019-05-23 | Fix vpp crash bug while deleting dhcp client |  jackiechen1985 | 1 | -0/+1 |
2019-05-23 | fix show session verbose crash with quic transport |  Dave Wallace | 1 | -2/+48 |
2019-05-22 | gtpu: don't register udp ports unless a tunnel is created |  Jakub Grajciar | 1 | -5/+11 |
2019-05-22 | Fix Diffie-Hellman exchange with newer openssl API |  Christian E. Hopps | 1 | -21/+16 |
2019-05-21 | docs: add quic subpage to user docs |  Vratko Polak | 1 | -1/+1 |
2019-05-21 | vmxnet3: gso_l4_hdr_sz is not set correctly |  Steven Luong | 1 | -16/+24 |
2019-05-21 | QUIC: Add initial documentation |  Aloys Augustin | 1 | -0/+38 |
2019-05-20 | openssl plugin 3des routine iv_len fix |  Vladimir Ratnikov | 1 | -1/+7 |
2019-05-17 | Fix punctuation fails in 2x plugins |  Dave Barach | 2 | -2/+2 |
2019-05-17 | dpdk-ipsec: fix encrypt/decrypt single queue |  Sergio Gonzalez Monroy | 6 | -39/+58 |
2019-05-16 | init / exit function ordering |  Dave Barach | 30 | -192/+194 |
2019-05-16 | Add default value for API Nat flags |  Michal Cmarada | 1 | -0/+1 |
2019-05-15 | Add QUIC human readable error logs |  Nathan Skrzypczak | 1 | -7/+56 |
2019-05-15 | Remove unused function nat44_ha_resync() and error IN_PROGRESS. |  Jon Loeliger | 1 | -38/+0 |
2019-05-14 | QUIC multi thread update |  Aloys Augustin | 2 | -253/+299 |
2019-05-14 | svm: improve fifo segment prealloc support |  Florin Coras | 1 | -1/+114 |
2019-05-14 | IPSEC: remove unecessary pass by reference of sequence number |  Neale Ranns | 1 | -1/+1 |
2019-05-14 | IPsec: increment tunnel intf tx counters |  Matthew Smith | 1 | -0/+9 |
2019-05-14 | rdma: update MAINTAINERS and add doc |  Benoît Ganne | 1 | -0/+51 |
2019-05-10 | Fix typo in nat44_cli.c:nat_ha_failover_command_fn. |  Paul Vinciguerra | 1 | -3/+3 |
2019-05-09 | add mactime plugin unit / code coverage tests |  Dave Barach | 3 | -5/+184 |
2019-05-09 | dpdk: fix return variable size |  Zhiyong Yang | 1 | -2/+2 |
2019-05-09 | NAT: VPP-1665 coverity scan issue fix |  Filip Varga | 1 | -2/+9 |
2019-05-08 | session: send tx events when data is dequeued |  Florin Coras | 1 | -0/+3 |
2019-05-07 | svm: decouple fifo and default chunk allocation |  Florin Coras | 1 | -13/+29 |
2019-05-07 | Add bihash statistics hook |  Dave Barach | 1 | -1/+67 |
2019-05-07 | ipsec-mb: fix the "make test" on non-AESNI platforms |  Andrew Yourtchenko | 1 | -0/+3 |
2019-05-06 | Remove target option when IPSecMB disabled |  Nathan Skrzypczak | 1 | -2/+1 |
2019-05-06 | Add QUIC multistream support |  Nathan Skrzypczak | 2 | -290/+696 |
2019-05-06 | NAT64: Fix port byte order in nat64_free_out_addr_and_port |  Faicker Mo | 1 | -1/+1 |
2019-05-06 | NAT66:assgin a error value for clib_bihash_kv_48_8_t kv |  lijianpeng | 1 | -2/+3 |
2019-05-03 | session/svm: apis for fifo shrinking |  Florin Coras | 1 | -0/+75 |
2019-05-03 | svm: basic support for fifo shrinking |  Florin Coras | 1 | -0/+400 |
2019-05-03 | svm: store normalized head/tail for fifo |  Florin Coras | 1 | -2/+7 |
2019-05-03 | plugins: clean up plugin descriptions |  Dave Wallace | 37 | -36/+37 |
2019-05-01 | Add node, frame to vlib main loop perf analysis callback arguments |  Dave Barach | 1 | -1/+3 |
2019-04-30 | svm: more fifo refactor/cleanup |  Florin Coras | 4 | -91/+91 |