Age | Commit message (Expand) | Author | Files | Lines |
2020-04-15 | vppinfra: install missing cuckoo hash header files | Damjan Marion | 1 | -0/+2 |
2020-04-15 | session: detach session from app on cleanup | Florin Coras | 1 | -1/+6 |
2020-04-15 | urpf: Allow locally generated packets on TX | Neale Ranns | 2 | -6/+9 |
2020-04-15 | tcp: allow local port sharing if 5-tuple available | Florin Coras | 1 | -1/+14 |
2020-04-15 | misc: refactor calc_checksums | Dave Barach | 5 | -81/+64 |
2020-04-14 | vat: fix socket connection | Dave Barach | 2 | -15/+18 |
2020-04-14 | session: avoid all session cleanup on unlisten | Florin Coras | 1 | -9/+7 |
2020-04-14 | urpf: Unicast reverse Path Forwarding (plugin) | Neale Ranns | 20 | -616/+1658 |
2020-04-14 | ipsec: validate number of input sas | Matthew Smith | 2 | -1/+9 |
2020-04-13 | session: remove ho with fifos support | Florin Coras | 4 | -29/+5 |
2020-04-13 | buffers: configurable buffer fault injector | Dave Barach | 7 | -0/+108 |
2020-04-13 | dhcp: fix unicast pkts, clean up state machine | Dave Barach | 2 | -49/+42 |
2020-04-13 | session: cleanup debug code | Florin Coras | 6 | -319/+363 |
2020-04-13 | session: adding debug events | Srikanth Akula | 4 | -0/+231 |
2020-04-11 | tls: make ctx_write function return the length of enqueue | Simon Zhang | 1 | -1/+1 |
2020-04-11 | fib: fix accessing empty dpo pool elements | ShivaShankarK | 2 | -2/+8 |
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 |