Age | Commit message (Expand) | Author | Files | Lines |
2019-03-04 | Hash and handoff reassembly fragments | ![](//seccdn.libravatar.org/avatar/df027c6367934c568334fb4ea4b1a5b2?s=13&d=retro) Vijayabhaskar Katamreddy | 3 | -61/+450 |
2019-03-04 | session: remove svm_segment_index from session struct | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 6 | -10/+7 |
2019-03-04 | session: eventfd for mq only for bapi socket transport | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -6/+8 |
2019-03-02 | session: remove deprecated binary apis | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 5 | -518/+33 |
2019-03-02 | session: notify app of segment removal | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -1/+12 |
2019-03-02 | session: fix unlisten with invalid handles | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -2/+12 |
2019-03-02 | session: cleanup/rename functions | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 21 | -261/+188 |
2019-03-02 | session: cleanup session event types | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 10 | -74/+63 |
2019-03-01 | tcp: allow future acks if in window | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -4/+9 |
2019-03-01 | IPSEC: tunnel-input; don't load the HW interface struct | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 4 | -43/+41 |
2019-03-01 | session: refactor local connects | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 11 | -886/+474 |
2019-02-28 | MPLS: tunnel delete crash | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+6 |
2019-02-28 | TEST: IPSEC NAT-T with UDP header | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+1 |
2019-02-27 | session: refactor local/cut-through listens | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 7 | -188/+262 |
2019-02-27 | VPP-1576: fix Coverity issues | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -1/+2 |
2019-02-26 | VPP-1574: minimize RPC barrier sync calls | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -5/+25 |
2019-02-26 | session: fix local binds | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 2 | -3/+4 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 3 | -17/+374 |
2019-02-25 | Fix broken ASSERT | ![](//seccdn.libravatar.org/avatar/8cd32a0600f758b418c7b03a2776da72?s=13&d=retro) Dave Barach | 1 | -1/+2 |
2019-02-25 | IKEv2 to plugin | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 11 | -7252/+19 |
2019-02-25 | buffer chain linearization | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 4 | -339/+92 |
2019-02-23 | vhoat: potential crash in map_guest_mem using debug image | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven Luong | 1 | -1/+14 |
2019-02-23 | session: separate local session logic | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 10 | -529/+607 |
2019-02-22 | tcp: keep snd sack block free list | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 3 | -2/+7 |
2019-02-22 | IPSEC: header exports | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 8 | -1/+10 |
2019-02-22 | Callback functions must have the correct signature | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 3 | -4/+8 |
2019-02-22 | tcp: send enough dupacks to cover all sack holes | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 4 | -14/+37 |
2019-02-22 | session/vcl: fix coverity warnings | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -1/+1 |
2019-02-22 | tapv2: coverity strikes back | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven Luong | 1 | -5/+4 |
2019-02-22 | Add no-append flag to vlib_frame_t | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 2 | -0/+2 |
2019-02-21 | vhost: VPP stalls with vhost performing control plane actions | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven Luong | 3 | -214/+259 |
2019-02-21 | Revert "bond: problem switching from l2 to l3" | ![](//seccdn.libravatar.org/avatar/8ddce092565c0097179f04e15c9dc559?s=13&d=retro) Peter Mikus | 1 | -11/+0 |
2019-02-21 | vcl/session: send unlisten over message queue | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 3 | -2/+39 |
2019-02-21 | tcp: drop outstanding data when entering closing state | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 4 | -7/+16 |
2019-02-20 | pg: fix payload hex-string bug | ![](//seccdn.libravatar.org/avatar/23de40336bc33cb36b50bade9d7d4af0?s=13&d=retro) Kingwel Xie | 1 | -6/+8 |
2019-02-20 | pg: fix tracing when device-input feature arc is used | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -6/+4 |
2019-02-20 | pg: fix crash when multiple streams are enqueuing to the same next | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -1/+1 |
2019-02-20 | pg: remove no-recycle option | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 2 | -6/+0 |
2019-02-20 | session: fix local sessions disconnects | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 2 | -22/+21 |
2019-02-20 | tls: add vcl test | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 3 | -7/+7 |
2019-02-20 | IPSEC: API coverity error of unitialised stat_index value | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -0/+2 |
2019-02-20 | IPSEC-GRE: no clib_warning in the DP | ![](//seccdn.libravatar.org/avatar/df12e07d9afc269a9f3f1e96d24c5e67?s=13&d=retro) Neale Ranns | 1 | -3/+0 |
2019-02-19 | reassembly: handle ip6 atomic fragments | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -6/+3 |
2019-02-19 | reassembly: fix buffer usage counter | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -5/+7 |
2019-02-19 | VPP-1568:when entry src cover change, recursive-loop fib still can not work. | ![](//seccdn.libravatar.org/avatar/c49bacee98875203869cde08bdbbd11d?s=13&d=retro) mu.duojiao | 1 | -0/+9 |
2019-02-19 | tap gso: experimental support | ![](//seccdn.libravatar.org/avatar/981936c810e68793c10f3626f9998c5d?s=13&d=retro) Andrew Yourtchenko | 14 | -59/+786 |
2019-02-19 | VPP-1573 fix crash in ip6 reassembly | ![](//seccdn.libravatar.org/avatar/c1f763acca4b6efa334dd60fd50f97ae?s=13&d=retro) Klement Sekera | 1 | -1/+1 |
2019-02-19 | ip6-local: fix uninitialized variable error | ![](//seccdn.libravatar.org/avatar/0e62e9336f8793820041922c5051ddac?s=13&d=retro) Damjan Marion | 1 | -1/+1 |
2019-02-18 | tls: fix openssl/mbedtls use of app_wrk index | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 2 | -15/+15 |
2019-02-18 | session: move fifo allocation logic to app worker | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 8 | -175/+158 |