Age | Commit message (Expand) | Author | Files | Lines |
2020-04-28 | vppinfra: improve test coverage | Dave Barach | 2 | -0/+77 |
2020-04-28 | tests: move defaults from defaultmapping to .api files | Paul Vinciguerra | 3 | -10/+10 |
2020-04-28 | tls: fix wrong usage of session close function issue | Simon Zhang | 1 | -1/+1 |
2020-04-27 | vlib: deprecate i2c and cj | Dave Barach | 4 | -4/+0 |
2020-04-27 | ioam: do not reuse existing vnet symbol | Benoît Ganne | 1 | -2/+2 |
2020-04-27 | rdma: tx: interleave prefetches | Benoît Ganne | 1 | -24/+13 |
2020-04-27 | nat: improve perf - long read after short write | Klement Sekera | 7 | -363/+424 |
2020-04-26 | dhcp: fix dhcp proxy behavior for qinq and dot1q subinterfaces | Stanislav Zaikin | 2 | -14/+57 |
2020-04-24 | acl: ACL creation CLI parsing fix | Neale Ranns | 1 | -2/+4 |
2020-04-24 | nat: ignore user hash in ED NAT | Klement Sekera | 8 | -362/+273 |
2020-04-24 | nat: make usage of vnet_buffer2 transparent | Klement Sekera | 5 | -21/+13 |
2020-04-24 | nat: ED: reduce number of hash tables used | Klement Sekera | 5 | -212/+210 |
2020-04-24 | nat: fix extended unit tests | Klement Sekera | 1 | -2/+2 |
2020-04-24 | ip: Setting the Link-Local address from the API enables IPv6 on the | Neale Ranns | 2 | -3/+3 |
2020-04-23 | nat: add/del ed_ext_ports only if the table is instantiated | Dave Barach | 1 | -4/+6 |
2020-04-23 | ip: Replace Sematics for Interface IP addresses | Neale Ranns | 1 | -66/+85 |
2020-04-22 | svm: asan: fix asan support | Benoît Ganne | 1 | -2/+2 |
2020-04-22 | misc: fix coverity warnings | Dave Barach | 1 | -2/+3 |
2020-04-22 | misc: asan: do not poison memory after munmap() | Benoît Ganne | 1 | -2/+0 |
2020-04-22 | devices: Adding ConnectX-6 DX Device ID for validation | Amir Zeidner | 1 | -2/+7 |
2020-04-21 | nat: dslite ce mode in separate config entry | Vladimir Ratnikov | 2 | -4/+20 |
2020-04-21 | vppinfra: bihash improvements | Dave Barach | 1 | -6/+6 |
2020-04-20 | svm: check if fifo free list index is valid on alloc | Florin Coras | 1 | -12/+29 |
2020-04-20 | nat: remove unused code | Klement Sekera | 5 | -484/+3 |
2020-04-20 | gbp: fix l3-out anonymous test cleanup | Benoît Ganne | 1 | -3/+13 |
2020-04-20 | tls: fix Picotls tx hang issue | Simon Zhang | 1 | -2/+2 |
2020-04-17 | dpdk: fix udp-encap for esp in transport mode | Alexander Chernavin | 2 | -10/+9 |
2020-04-16 | igmp: fix igmp proxy group merge | Benoît Ganne | 6 | -24/+25 |
2020-04-16 | nat: scavenging functionality removed | Filip Varga | 7 | -392/+9 |
2020-04-15 | urpf: Allow locally generated packets on TX | Neale Ranns | 1 | -2/+9 |
2020-04-14 | urpf: Unicast reverse Path Forwarding (plugin) | Neale Ranns | 9 | -0/+1535 |
2020-04-13 | dhcp: fix unicast pkts, clean up state machine | Dave Barach | 2 | -49/+42 |
2020-04-11 | tls: make ctx_write function return the length of enqueue | Simon Zhang | 1 | -1/+1 |
2020-04-10 | udp: remove connected udp transport proto | Florin Coras | 3 | -10/+1 |
2020-04-10 | quic: fix clean stream close | Aloys Augustin | 2 | -9/+26 |
2020-04-10 | geneve: Fix the byte swapping for the VNI | Neale Ranns | 1 | -2/+3 |
2020-04-09 | tls: adopt picotls engine to new session scheduling mechanism | Simon Zhang | 1 | -2/+2 |
2020-04-08 | udp: cleanup input node | Florin Coras | 1 | -2/+2 |
2020-04-08 | ping: fix buffer allocator error handling | Dave Barach | 1 | -0/+2 |
2020-04-08 | misc: check return values from vlib_buffer_copy(...) | Dave Barach | 7 | -4/+27 |
2020-04-08 | gbp: More reliable unit-tests | Neale Ranns | 1 | -16/+16 |
2020-04-08 | nat: use correct data types for memory sizes | Klement Sekera | 8 | -25/+25 |
2020-04-08 | acl: fix unresolved symbol for format_fib_prefix in vat plugin | Neale Ranns | 1 | -8/+8 |
2020-04-08 | nat: ED: global session LRU list | Klement Sekera | 6 | -19/+110 |
2020-04-08 | nat: preallocate pools | Klement Sekera | 1 | -0/+3 |
2020-04-07 | nat: ED: port re-use algorithm | Klement Sekera | 6 | -45/+196 |
2020-04-07 | nat: don't drop packet for expired session | Klement Sekera | 3 | -6/+4 |
2020-04-07 | ikev2: make liveness params configurable | Filip Tehlar | 7 | -4/+130 |
2020-04-07 | sr: Support uSID function. | Tetsuya Murakami | 5 | -561/+3 |
2020-04-06 | vcl session: enforce full dgram reads/writes | Florin Coras | 1 | -8/+13 |