Age | Commit message (Expand) | Author | Files | Lines |
2020-04-09 | tcp: avoid regrabing error node in input and output |  Florin Coras | 2 | -23/+16 |
2020-04-09 | tls: adopt picotls engine to new session scheduling mechanism |  Simon Zhang | 1 | -2/+2 |
2020-04-09 | session: update fifo slice on session migration |  Florin Coras | 5 | -24/+150 |
2020-04-09 | docs: Fix the Use Cases Index |  John DeNisco | 1 | -15/+15 |
2020-04-09 | vom: Fixes for g++-9 |  neale ranns | 1 | -6/+5 |
2020-04-09 | misc: add a nerd knob to skip a sysctl during the .deb installation |  Andrew Yourtchenko | 1 | -1/+5 |
2020-04-09 | udp: fix coverity warning |  Florin Coras | 1 | -1/+1 |
2020-04-09 | bfd: always start timers with non-zero tick counts |  Dave Barach | 1 | -0/+1 |
2020-04-09 | svm: use active fifo count in fifo test |  Florin Coras | 1 | -12/+8 |
2020-04-09 | mpls: fix typo in error path |  Dave Barach | 1 | -10/+9 |
2020-04-09 | misc: fix error handling in punt_replicate |  Dave Barach | 2 | -2/+8 |
2020-04-08 | udp: cleanup input node |  Florin Coras | 7 | -177/+245 |
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 | 8 | -4/+30 |
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 | virtio: fix the tcp/udp checksum offloads |  Mohsin Kazmi | 2 | -28/+0 |
2020-04-08 | ip: do not clear the locally-originated flag |  Neale Ranns | 2 | -16/+4 |
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-08 | sr: Fix the coverity issue |  Tetsuya Murakami | 1 | -15/+5 |
2020-04-08 | session: alloc exact number of bufs for multi-seg deqs |  Simon Zhang | 2 | -7/+24 |
2020-04-07 | session: add more session errors |  Florin Coras | 3 | -21/+33 |
2020-04-07 | l2: handle complete clone fail in l2_flood |  Dave Barach | 2 | -4/+10 |
2020-04-07 | nat: ED: port re-use algorithm |  Klement Sekera | 6 | -45/+196 |
2020-04-07 | vat: fix vat strncpy stringop-overflow |  Ray Kinsella | 1 | -2/+1 |
2020-04-07 | nat: don't drop packet for expired session |  Klement Sekera | 3 | -6/+4 |
2020-04-07 | udp: move cli to separate file |  Florin Coras | 5 | -205/+230 |
2020-04-07 | tests: pin sphinx and sphinx-rtd-theme |  Aloys Augustin | 3 | -99/+102 |
2020-04-07 | tcp: fix conf mtu parsing |  Florin Coras | 1 | -3/+3 |
2020-04-07 | udp session: allow dgram ip fragmentation |  Florin Coras | 4 | -37/+37 |
2020-04-07 | udp session: jumbo frames and configurable mtu |  Florin Coras | 5 | -4/+45 |
2020-04-07 | ikev2: make liveness params configurable |  Filip Tehlar | 7 | -4/+130 |
2020-04-07 | sr: fix byte-order in steering API |  Ignas Bacius | 1 | -2/+2 |
2020-04-07 | sr: Support uSID function. |  Tetsuya Murakami | 9 | -573/+1139 |
2020-04-06 | vat: fix static analysis warning |  Dave Barach | 1 | -2/+3 |
2020-04-06 | vcl session: enforce full dgram reads/writes |  Florin Coras | 5 | -41/+75 |
2020-04-06 | session udp: shared local endpoints |  Florin Coras | 10 | -42/+128 |
2020-04-06 | docs: pin down sphinx to avoid crash with Sphinx 3.0.0 |  Andrew Yourtchenko | 2 | -1/+121 |
2020-04-06 | bonding: Add GSO support |  Steven Luong | 2 | -2/+21 |
2020-04-06 | misc: fix python sonarcloud BLOCKER level issues |  Paul Vinciguerra | 9 | -65/+71 |
2020-04-06 | ikev2: fix wrong index computation |  Filip Tehlar | 1 | -1/+1 |
2020-04-06 | ip: reassembly: don't set error if no error |  Klement Sekera | 4 | -8/+12 |
2020-04-04 | misc: strcpy be gone |  Dave Barach | 8 | -30/+30 |
2020-04-04 | session tls: support tls descheduling |  Florin Coras | 11 | -60/+101 |
2020-04-04 | session tls: improve app transports tx scheduling |  Florin Coras | 7 | -35/+54 |
2020-04-04 | misc: sprintf be gone |  Dave Barach | 14 | -195/+206 |
2020-04-04 | vcl: fix vcl_test.py sonarcloud issue |  Dave Wallace | 1 | -14/+9 |
2020-04-03 | session: improve error reporting |  Florin Coras | 31 | -160/+199 |