Age | Commit message (Expand) | Author | Files | Lines |
2020-04-10 | udp: remove connected udp transport proto | Florin Coras | 7 | -77/+2 |
2020-04-10 | quic: fix clean stream close | Aloys Augustin | 2 | -9/+26 |
2020-04-10 | udp: fix local node no port error counter | Florin Coras | 1 | -9/+6 |
2020-04-10 | virtio: fix gso and csum offload errors handling | Mohsin Kazmi | 1 | -45/+82 |
2020-04-10 | geneve: Fix the byte swapping for the VNI | Neale Ranns | 10 | -80/+66 |
2020-04-10 | fib: fix adjacency cli command issue | ShivaShankarK | 1 | -3/+1 |
2020-04-09 | session: fix leak on accept fifo alloc failure | Florin Coras | 2 | -6/+15 |
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 |