Age | Commit message (Expand) | Author | Files | Lines |
2019-06-14 | avf: update known issues section in README.md | Damjan Marion | 1 | -5/+1 |
2019-06-14 | g2: clean up compile/link errors | Dave Barach | 3 | -35/+33 |
2019-06-14 | vppinfra: optimize elog_string | Dave Barach | 2 | -5/+31 |
2019-06-14 | stats: add version field to stat segment base header | Ole Troan | 5 | -0/+26 |
2019-06-14 | ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped... | Neale Ranns | 1 | -3/+5 |
2019-06-14 | interface: interface dump API check validity of sw_if_index | Neale Ranns | 1 | -1/+1 |
2019-06-13 | crypto-ia32: fix typo in ifdef for avx512 version | Neale Ranns | 1 | -1/+1 |
2019-06-13 | ipsec: remove spurious warnings | Neale Ranns | 3 | -7/+0 |
2019-06-13 | tcp: fix tcp_do_fastretransmits failure. | Guoao Sun | 1 | -0/+2 |
2019-06-05 | ipsec: ah_decrypt rework | Filip Tehlar | 1 | -167/+283 |
2019-06-12 | avf: add README.md section about spoofing check | Damjan Marion | 1 | -0/+10 |
2019-06-12 | infra: fix minor memory leak in "api trace..." | Dave Barach | 3 | -6/+15 |
2019-06-12 | static_http: Typo in short_help. | Paul Vinciguerra | 1 | -1/+1 |
2019-06-12 | session: use session handles as app listener handles | Florin Coras | 5 | -63/+51 |
2019-06-12 | tcp: better estimate snd space for rxt with no sacks | Florin Coras | 2 | -4/+2 |
2019-06-12 | tcp: add cc stats plotting tools | Florin Coras | 2 | -0/+231 |
2019-06-12 | papi: make socket disconnect more robust | Vratko Polak | 1 | -1/+1 |
2019-06-12 | buffers: fix vlib_buffer_free_no_next | Damjan Marion | 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 | vlib: avoid retrieving freed file in epoll | Florin Coras | 1 | -6/+7 |
2019-06-11 | ip: punt coverity fix of CLI input | Neale Ranns | 1 | -1/+4 |
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-11 | ssvm: disable private segment expand | Florin Coras | 1 | -0/+1 |
2019-06-11 | tcp: allow registration of new cc algo types | Florin Coras | 2 | -5/+23 |
2019-06-09 | svm: improve fifo segment show | Florin Coras | 3 | -25/+39 |
2019-06-08 | mactime: add per-mac allow-with-quota feature | Dave Barach | 5 | -15/+73 |
2019-06-08 | trace frame-queue on trigger out of memory | dongjuan | 2 | -3/+2 |
2019-06-08 | tcp: send challenge ack for in wnd syn | Florin Coras | 1 | -1/+2 |
2019-06-08 | tcp: close connection if not recovered after max tries | Florin Coras | 2 | -0/+14 |
2019-06-07 | tcp: add cc cleanup function | Florin Coras | 2 | -25/+34 |
2019-06-07 | tcp: log connect notify errors | Florin Coras | 1 | -1/+2 |
2019-06-07 | ipsec: export ipsec_punt.h | Neale Ranns | 1 | -0/+1 |
2019-06-07 | ip: ip4 lookup performance bump with the usual receipe | Neale Ranns | 1 | -435/+378 |
2019-06-07 | build: add -Wall and -fno-common, fix reported issues | Benoît Ganne | 28 | -84/+73 |
2019-06-07 | lacp: create lacp-process on demand | Steven Luong | 4 | -26/+86 |
2019-06-07 | ipsec: remove the set_key API | Neale Ranns | 10 | -526/+0 |
2019-06-07 | gre: update gre.api with explicit types | Ole Troan | 1 | -6/+5 |
2019-06-07 | API: Add support for "defaults" | Ole Troan | 5 | -32/+99 |
2019-06-07 | vppapigen: Fold up CRC from dependent types. | Ole Troan | 4 | -36/+50 |
2019-06-07 | p2p ethernet: update p2p_ethernet.api with explicit types. | Ole Troan | 1 | -5/+8 |
2019-06-07 | vpp_papi: Context_id allocator for running forked. | Paul Vinciguerra | 2 | -5/+60 |
2019-06-07 | vpp_papi: Fix missing dependency. | Paul Vinciguerra | 1 | -2/+8 |
2019-06-07 | no trigger nat ipfix flush in first worker | dongjuan | 1 | -1/+1 |
2019-06-07 | vpp_papi: Fix format_vl_api_address_t under python3. | Paul Vinciguerra | 1 | -1/+3 |
2019-06-07 | bfd: midchain adjacency support | Matthew G Smith | 1 | -10/+51 |
2019-06-07 | vpp_papi: Accept ipaddress.Network objects on prefix_t methods. | Paul Vinciguerra | 1 | -1/+16 |
2019-06-07 | vpp_papi: Fix vapi.disconnect exception. | Paul Vinciguerra | 1 | -0/+1 |
2019-06-06 | vcl: avoid hash table lookup on accept | Florin Coras | 2 | -24/+27 |