Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-04-06 | session udp: shared local endpoints |  Florin Coras | 1 | -1/+1 |
2020-04-06 | misc: fix python sonarcloud BLOCKER level issues |  Paul Vinciguerra | 2 | -4/+7 |
2020-04-06 | ikev2: fix wrong index computation |  Filip Tehlar | 1 | -1/+1 |
2020-04-04 | misc: strcpy be gone |  Dave Barach | 4 | -6/+8 |
2020-04-04 | session tls: support tls descheduling |  Florin Coras | 4 | -27/+43 |
2020-04-04 | session tls: improve app transports tx scheduling |  Florin Coras | 3 | -17/+17 |
2020-04-04 | misc: sprintf be gone |  Dave Barach | 6 | -28/+39 |
2020-04-03 | session: improve error reporting |  Florin Coras | 10 | -37/+39 |
2020-04-03 | session udp: fix transport flags and migration |  Florin Coras | 2 | -5/+5 |
2020-04-03 | session: remove obsolete apis |  Florin Coras | 1 | -1/+0 |
2020-04-03 | ip: remove vl_api_address_family_t byte order swap |  Jakub Grajciar | 1 | -4/+4 |
2020-04-02 | dpdk: VM VHOST tests with rxq>1 failing |  Steven Luong | 1 | -0/+1 |
2020-04-02 | tcp: move features to separate files |  Florin Coras | 1 | -0/+1 |
2020-04-01 | session udp: support connect on listeners |  Florin Coras | 1 | -1/+1 |
2020-03-31 | nat: fix unknown proto translation out2in_ed |  Alexander Chernavin | 1 | -2/+2 |
2020-03-31 | ikev2: fix crash during peer live check |  Filip Tehlar | 1 | -1/+8 |
2020-03-31 | rdma: print device info from PCI VPD in 'show hardware' output |  Damjan Marion | 1 | -0/+14 |
2020-03-30 | session udp: flag for connected udp |  Florin Coras | 1 | -2/+4 |
2020-03-27 | quic: Check quicly version tag at compile time |  MathiasRaoul | 2 | -27/+33 |
2020-03-27 | acl: API cleanup |  Jakub Grajciar | 14 | -985/+1124 |
2020-03-27 | dpdk: enable DPDK iAVF PMD |  Chenmin Sun | 3 | -0/+23 |
2020-03-26 | acl: revert acl: api cleanup |  Ole Trøan | 14 | -1122/+900 |
2020-03-26 | acl: API cleanup |  Jakub Grajciar | 14 | -900/+1122 |
2020-03-26 | nat: transitory timeout for TCP CLOSED state |  Klement Sekera | 9 | -118/+329 |
2020-03-26 | ikev2: fix wrong usage of BN_bn2bin() |  Filip Tehlar | 3 | -12/+56 |
2020-03-26 | ikev2: dead peer detection |  Filip Tehlar | 2 | -4/+95 |
2020-03-25 | ikev2: fix gcm in ike protocol |  Filip Tehlar | 1 | -1/+1 |
2020-03-25 | session: api to add new transport types |  Florin Coras | 5 | -18/+14 |
2020-03-25 | sr: Change the CLI keyword from address to prefix. |  Tetsuya Murakami | 1 | -2/+2 |
2020-03-25 | acl: Add CLI additions |  Neale Ranns | 1 | -0/+254 |
2020-03-25 | avf: fix rx queue refill on buffer alloc failure |  Damjan Marion | 1 | -6/+6 |
2020-03-25 | nat: fix error counters |  Klement Sekera | 4 | -1/+21 |