Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | avf: enable promiscuous mode | Steven Luong | 3 | -1/+18 |
2019-06-05 | L3 cross connect | Neale Ranns | 9 | -0/+1252 |
2019-06-04 | features will register udp ports once configured | Jakub Grajciar | 1 | -3/+5 |
2019-06-04 | mactime: upstream new features | Dave Barach | 6 | -25/+161 |
2019-06-04 | dpdk: rework extended stats | Filip Tehlar | 4 | -47/+33 |
2019-06-03 | GBP: add subnet cli command | Benoît Ganne | 1 | -2/+85 |
2019-06-03 | crypto_ia32: native AES-GCM implementation | Damjan Marion | 5 | -1/+1046 |
2019-05-31 | tools: FEATURE.yaml meta-data infrastructure | Ole Troan | 2 | -0/+26 |
2019-05-31 | crypo_ia32: don't optimize debug builds | Damjan Marion | 2 | -1/+5 |
2019-05-31 | Update vnet hardware flags if link state changes | Dave Barach | 1 | -1/+9 |
2019-05-31 | bonding: add support for numa awareness | Zhiyong Yang | 1 | -0/+1 |
2019-05-30 | nat44: fix CLI doc error | jackiechen1985 | 1 | -2/+2 |
2019-05-30 | dpdk: remove bonding code | Damjan Marion | 6 | -251/+11 |
2019-05-30 | NAT: create bypass in correct thread if workers>1 | Alexander Chernavin | 1 | -9/+40 |
2019-05-29 | Start the cdp period process on demand | Dave Barach | 4 | -22/+20 |
2019-05-29 | dpdk: make sure each segment have initalized rte_mbuf | Damjan Marion | 1 | -12/+4 |
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 |