Age | Commit message (Expand) | Author | Files | Lines |
2019-03-05 | ipsec: cleanup, remove unnecessary code, | Kingwel Xie | 5 | -13/+7 |
2019-03-05 | VXLAN-GBP: decap checks src,dst&VNI for unicast, then checks only dst&VNI for... | Neale Ranns | 2 | -71/+62 |
2019-03-05 | bier: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 4 | -16/+10 |
2019-03-05 | qos: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 5 | -703/+735 |
2019-03-05 | mpls: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 6 | -55/+31 |
2019-03-05 | gre: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 3 | -19/+25 |
2019-03-05 | L2: ARP term - learn but don't send response to GARPs | Neale Ranns | 1 | -0/+3 |
2019-03-04 | IPSEC: script to bounce IPSEC traffic through a pipe to test encrypt and decrpyt | Neale Ranns | 1 | -0/+33 |
2019-03-04 | Fix 2x overconsumption of debug cli input bugs | Dave Barach | 2 | -9/+20 |
2019-03-04 | devices: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 4 | -18/+12 |
2019-03-04 | adj: migrate old MULTIARCH macros to VLIB_NODE_FN | Filip Tehlar | 3 | -20/+11 |
2019-03-04 | Hash and handoff reassembly fragments | Vijayabhaskar Katamreddy | 3 | -61/+450 |
2019-03-04 | session: remove svm_segment_index from session struct | Florin Coras | 6 | -10/+7 |
2019-03-04 | session: eventfd for mq only for bapi socket transport | Florin Coras | 1 | -6/+8 |
2019-03-02 | session: remove deprecated binary apis | Florin Coras | 5 | -518/+33 |
2019-03-02 | session: notify app of segment removal | Florin Coras | 1 | -1/+12 |
2019-03-02 | session: fix unlisten with invalid handles | Florin Coras | 1 | -2/+12 |
2019-03-02 | session: cleanup/rename functions | Florin Coras | 21 | -261/+188 |
2019-03-02 | session: cleanup session event types | Florin Coras | 10 | -74/+63 |
2019-03-01 | tcp: allow future acks if in window | Florin Coras | 1 | -4/+9 |
2019-03-01 | IPSEC: tunnel-input; don't load the HW interface struct | Neale Ranns | 4 | -43/+41 |
2019-03-01 | session: refactor local connects | Florin Coras | 11 | -886/+474 |
2019-02-28 | MPLS: tunnel delete crash | Neale Ranns | 1 | -0/+6 |
2019-02-28 | TEST: IPSEC NAT-T with UDP header | Neale Ranns | 1 | -0/+1 |
2019-02-27 | session: refactor local/cut-through listens | Florin Coras | 7 | -188/+262 |
2019-02-27 | VPP-1576: fix Coverity issues | Dave Barach | 1 | -1/+2 |
2019-02-26 | VPP-1574: minimize RPC barrier sync calls | Dave Barach | 1 | -5/+25 |
2019-02-26 | session: fix local binds | Florin Coras | 2 | -3/+4 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin | Dave Barach | 3 | -17/+374 |
2019-02-25 | Fix broken ASSERT | Dave Barach | 1 | -1/+2 |
2019-02-25 | IKEv2 to plugin | Neale Ranns | 11 | -7252/+19 |
2019-02-25 | buffer chain linearization | Klement Sekera | 4 | -339/+92 |
2019-02-23 | vhoat: potential crash in map_guest_mem using debug image | Steven Luong | 1 | -1/+14 |
2019-02-23 | session: separate local session logic | Florin Coras | 10 | -529/+607 |
2019-02-22 | tcp: keep snd sack block free list | Florin Coras | 3 | -2/+7 |
2019-02-22 | IPSEC: header exports | Neale Ranns | 8 | -1/+10 |
2019-02-22 | Callback functions must have the correct signature | Neale Ranns | 3 | -4/+8 |
2019-02-22 | tcp: send enough dupacks to cover all sack holes | Florin Coras | 4 | -14/+37 |
2019-02-22 | session/vcl: fix coverity warnings | Florin Coras | 1 | -1/+1 |
2019-02-22 | tapv2: coverity strikes back | Steven Luong | 1 | -5/+4 |
2019-02-22 | Add no-append flag to vlib_frame_t | Damjan Marion | 2 | -0/+2 |
2019-02-21 | vhost: VPP stalls with vhost performing control plane actions | Steven Luong | 3 | -214/+259 |
2019-02-21 | Revert "bond: problem switching from l2 to l3" | Peter Mikus | 1 | -11/+0 |
2019-02-21 | vcl/session: send unlisten over message queue | Florin Coras | 3 | -2/+39 |
2019-02-21 | tcp: drop outstanding data when entering closing state | Florin Coras | 4 | -7/+16 |
2019-02-20 | pg: fix payload hex-string bug | Kingwel Xie | 1 | -6/+8 |
2019-02-20 | pg: fix tracing when device-input feature arc is used | Damjan Marion | 1 | -6/+4 |
2019-02-20 | pg: fix crash when multiple streams are enqueuing to the same next | Damjan Marion | 1 | -1/+1 |
2019-02-20 | pg: remove no-recycle option | Damjan Marion | 2 | -6/+0 |
2019-02-20 | session: fix local sessions disconnects | Florin Coras | 2 | -22/+21 |