Age | Commit message (Expand) | Author | Files | Lines |
2019-06-18 | api: string type to convert to vector | Ole Troan | 6 | -31/+28 |
2019-06-18 | dpdk: check result of rte_mempool_create_empty | Lijian.Zhang | 1 | -0/+15 |
2019-06-18 | quic: fix handling of stream reset & close | Nathan Skrzypczak | 2 | -36/+65 |
2019-06-18 | vppinfra: add format_hex_bytes_no_wrap | Damjan Marion | 1 | -5/+5 |
2019-06-18 | avf: fix adminq enqueue errors | Damjan Marion | 2 | -5/+9 |
2019-06-18 | avf: add logging macros and improve logging | Damjan Marion | 3 | -13/+134 |
2019-06-17 | session: use listener_handle instead of listener_index | Nathan Skrzypczak | 3 | -27/+11 |
2019-06-14 | avf: update known issues section in README.md | Damjan Marion | 1 | -5/+1 |
2019-06-13 | crypto-ia32: fix typo in ifdef for avx512 version | Neale Ranns | 1 | -1/+1 |
2019-06-12 | avf: add README.md section about spoofing check | Damjan Marion | 1 | -0/+10 |
2019-06-12 | static_http: Typo in short_help. | Paul Vinciguerra | 1 | -1/+1 |
2019-06-12 | lacp: cleanup unnecessary pointer cast | Zhiyong Yang | 5 | -46/+38 |
2019-06-12 | NAT: interface fib fix (VPP-1691) | Filip Varga | 1 | -8/+16 |
2019-06-11 | fix compiling error with marvell pp2 plugin | jialv01 | 1 | -0/+1 |
2019-06-11 | lacp: remove duplicated code | Zhiyong Yang | 1 | -1/+0 |
2019-06-08 | mactime: add per-mac allow-with-quota feature | Dave Barach | 5 | -15/+73 |
2019-06-07 | build: add -Wall and -fno-common, fix reported issues | Benoît Ganne | 13 | -11/+14 |
2019-06-07 | lacp: create lacp-process on demand | Steven Luong | 4 | -26/+86 |
2019-06-07 | no trigger nat ipfix flush in first worker | dongjuan | 1 | -1/+1 |
2019-06-06 | dpdk: fix clear hw stats | Filip Tehlar | 3 | -3/+3 |
2019-06-06 | gbp: fix lpm classification with vlan | Benoît Ganne | 1 | -50/+12 |
2019-06-06 | gbp: do not classify unknown packet as EP packets | Benoît Ganne | 1 | -0/+4 |
2019-06-06 | lb: crashed with some specific commit under heavy traffic | Hongjun Ni | 3 | -5/+13 |
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 |