Age | Commit message (Expand) | Author | Files | Lines |
2019-01-07 | Change vpp code to align with openssl interface change | Ping Yu | 3 | -36/+27 |
2019-01-07 | Handle buffer alloc failure in vlib_buffer_add_data | Dave Barach | 5 | -42/+81 |
2019-01-07 | Fix TCP checksum. | Andrej Kozemcak | 1 | -1/+4 |
2019-01-07 | vcl/ldp: add locked sessions shim layer | Florin Coras | 7 | -1297/+890 |
2019-01-07 | gbp: Fix typo in condition | Mohsin Kazmi | 1 | -1/+1 |
2019-01-06 | vpp-api: Add context to VPPStatsIOError. | Paul Vinciguerra | 2 | -7/+29 |
2019-01-06 | pktgen: support mixed multi/single chunk pcap replay | Dave Barach | 3 | -71/+165 |
2019-01-05 | vcl/session: add api for changing session app worker | Florin Coras | 11 | -183/+544 |
2019-01-05 | socket API: Use pool index instead of handle in sock_delete handler | Ole Troan | 1 | -1/+1 |
2019-01-04 | tcp: fix reset in syn-sent | Florin Coras | 1 | -2/+1 |
2019-01-04 | Add TLS support for VCL | Ping Yu | 7 | -10/+246 |
2019-01-03 | tcp: add more closing state arcs | Florin Coras | 1 | -0/+19 |
2019-01-03 | tcp: better randomize iss | Florin Coras | 2 | -4/+41 |
2019-01-03 | Fix used-before-set in vl_api_bridge_flags_t_handler | Dave Barach | 1 | -1/+2 |
2019-01-03 | Fix an issue in tls.c | Ping Yu | 1 | -1/+3 |
2019-01-02 | Revert "add ipsecmb plugin" | Florin Coras | 8 | -2550/+0 |
2019-01-02 | Fixes for buliding for 32bit targets: | David Johnson | 33 | -120/+162 |
2019-01-02 | Add microarch details to 'show cpu'. | Paul Vinciguerra | 2 | -3/+5 |
2019-01-02 | ipsec: fix support check when using AES-GCM | Matthew Smith | 1 | -10/+15 |
2019-01-02 | add ipsecmb plugin | Klement Sekera | 8 | -0/+2550 |
2019-01-02 | ldp/vcl: epoll and shutdown cleanup | Florin Coras | 2 | -141/+77 |
2019-01-01 | Default huge page size to the regular page size | Dave Barach | 1 | -0/+6 |
2019-01-01 | buffers: remove unused code | Damjan Marion | 18 | -506/+22 |
2019-01-01 | vcl/ldp: add write msg function and fine tuning | Florin Coras | 8 | -91/+91 |
2018-12-31 | binary api clients: wait for vpp to start | Dave Barach | 1 | -0/+29 |
2018-12-29 | avf: tx dequeue optimizations | Damjan Marion | 3 | -11/+34 |
2018-12-29 | avf: chained buffers rx support | Damjan Marion | 4 | -44/+132 |
2018-12-28 | avf: chained buffers tx support | Damjan Marion | 2 | -104/+109 |
2018-12-28 | vppinfra: add simple ring implementation | Damjan Marion | 1 | -0/+134 |
2018-12-28 | session: free session after transport and app confirm | Florin Coras | 14 | -83/+98 |
2018-12-28 | vcl: handle invalid sessions in epoll | Florin Coras | 1 | -3/+10 |
2018-12-28 | vpp_papi: MACAddress equals fails in unittest. | Paul Vinciguerra | 2 | -0/+21 |
2018-12-27 | MAP: Install lpm.h as map.h references it. | Jon Loeliger | 1 | -0/+1 |
2018-12-26 | tcp: add more last-ack arcs | Florin Coras | 1 | -0/+19 |
2018-12-26 | tcp: separate active and passive establish timers | Florin Coras | 5 | -94/+107 |
2018-12-26 | avf: optimize RX function | Damjan Marion | 3 | -100/+86 |
2018-12-25 | tcp: add fin-wait-1 dispatch arcs | Florin Coras | 1 | -0/+19 |
2018-12-24 | GBP: fix dump and VOM populate | Neale Ranns | 1 | -2/+2 |
2018-12-24 | crypto-input: bug fix check-op | Kingwel Xie | 1 | -6/+6 |
2018-12-24 | FIB: adj src assert fix part 2 | Neale Ranns | 1 | -1/+8 |
2018-12-24 | tcp: compute seq_end in tcp_input | Florin Coras | 3 | -50/+41 |
2018-12-23 | avf: optimize rx ring refill | Damjan Marion | 1 | -76/+53 |
2018-12-23 | FIB: remove assert from adj src | Neale Ranns | 1 | -1/+0 |
2018-12-23 | avf: new ethernet-input support | Damjan Marion | 3 | -183/+44 |
2018-12-23 | avf: add option to specify interface name | Damjan Marion | 4 | -0/+11 |
2018-12-23 | vcl: fix coverity warnings | Florin Coras | 3 | -3/+21 |
2018-12-22 | tcp: improve waitclose in closing states | Florin Coras | 6 | -17/+83 |
2018-12-22 | ethernet-input tagged packets optimizations | Damjan Marion | 1 | -269/+474 |
2018-12-22 | dpdk: switch to in-memory mode, deprecate use of socket-mem | Damjan Marion | 1 | -112/+25 |
2018-12-22 | tapv2: coverity woe | Steven | 1 | -2/+4 |