Age | Commit message (Expand) | Author | Files | Lines |
2020-09-04 | cnat: fix snat ip v6 tests |  MathiasRaoul | 1 | -6/+6 |
2020-09-04 | virtio: remove kernel virtio header dependencies |  Mohsin Kazmi | 18 | -394/+483 |
2020-09-04 | vrrp: improve RFC compliance for ARP/ND |  Matthew Smith | 2 | -38/+48 |
2020-09-04 | buffers: improve cache occupancy |  Damjan Marion | 1 | -2/+8 |
2020-09-04 | dpdk-ipsec: use init function instead of one-time process |  Christian Hopps | 1 | -11/+3 |
2020-09-04 | vpp: Fix node APIs |  Nathan Skrzypczak | 1 | -4/+4 |
2020-09-04 | dpdk-ipsec: fix show output |  Christian Hopps | 3 | -3/+3 |
2020-09-04 | ipsec: fix trace of GRE_teb packets |  Christian Hopps | 1 | -2/+5 |
2020-09-04 | ipsec: cli: add missing flags for SA add |  Christian Hopps | 1 | -0/+12 |
2020-09-04 | ip: enhance vtep4_check of tunnel by vector way |  Zhiyong Yang | 6 | -48/+173 |
2020-09-03 | api: fix ipsec custom_dump function |  Christian Hopps | 1 | -8/+5 |
2020-09-03 | misc: l2tp: cli: fix overly generic CLI commands |  Christian Hopps | 1 | -2/+2 |
2020-09-03 | vlib: exit 0 (nocore) on SIGHUP |  Christian Hopps | 1 | -2/+2 |
2020-09-03 | crypto: Add async crypto APIs |  Nathan Skrzypczak | 11 | -5/+307 |
2020-09-03 | crypto: SW scheduler async crypto engine |  PiotrX Kleski | 8 | -71/+1027 |
2020-09-02 | vcl: handle svm fifo write failure |  Florin Coras | 1 | -1/+3 |
2020-09-02 | tcp: fix connection refused error |  Florin Coras | 1 | -1/+1 |
2020-09-02 | nat: twice-nat static mapping pool address |  Filip Varga | 10 | -95/+354 |
2020-09-02 | fib: IPv6 lookup data structure MP safe when prefixes change |  Neale Ranns | 4 | -15/+84 |
2020-09-02 | fib: fix ADJ_NBR_ITF_OK param error |  yedg | 1 | -1/+1 |
2020-09-02 | bonding: add bond_create2 API to include gso option |  Steven Luong | 4 | -4/+208 |
2020-09-02 | session: fix non-blocking msg enqueue to vpp mq |  Florin Coras | 1 | -1/+2 |
2020-09-02 | ipsec: add ipsec set async mode api |  Yulong Pei | 2 | -1/+26 |
2020-09-02 | misc: fix pcap [rx|tx|drop] filename stem overflow |  Benoît Ganne | 1 | -1/+1 |
2020-09-02 | tap: add the static assert for api flags |  Mohsin Kazmi | 1 | -0/+19 |
2020-09-02 | virtio: add virtio 1.1 api flags |  Mohsin Kazmi | 5 | -12/+199 |
2020-09-02 | tap: add virtio 1.1 API flag |  Mohsin Kazmi | 5 | -3/+19 |
2020-09-01 | crypto-openssl: add chacha20-poly1305 to crypto-openssl |  Artem Glazychev | 3 | -9/+223 |
2020-09-01 | virtio: fix the bar starting index |  Mohsin Kazmi | 1 | -1/+1 |
2020-09-01 | virtio: fix the NULL deference |  Mohsin Kazmi | 1 | -1/+2 |
2020-09-01 | virtio: fix the error return |  Mohsin Kazmi | 1 | -9/+12 |
2020-09-01 | misc: fix uninitialized use warnings with gcc-{8,9} |  Aloys Augustin | 2 | -3/+3 |
2020-09-01 | vppapigen: supports backwards compatible marking of enums |  Ole Troan | 1 | -18/+38 |
2020-09-01 | crypto: add chacha20-poly1305 algo |  Artem Glazychev | 1 | -2/+5 |
2020-09-01 | ip: fix ip zero checksum verification |  Benoît Ganne | 10 | -19/+20 |
2020-09-01 | dpdk: fix mac address length was wrong |  jiangxiaoming | 1 | -1/+1 |
2020-09-01 | fib: detect wrong adj neighbour bugs |  Benoît Ganne | 1 | -0/+23 |
2020-09-01 | mpls: fix adjacencies walk in case of restack |  Benoît Ganne | 1 | -1/+1 |
2020-09-01 | vppinfra: Fix bihash coverity warning |  Nathan Skrzypczak | 1 | -2/+2 |
2020-09-01 | cnat: Fix typo in ts handling |  Nathan Skrzypczak | 1 | -1/+0 |
2020-09-01 | ip: improve ip4_header_checksum_is_valid |  Damjan Marion | 1 | -5/+12 |
2020-08-31 | nat: fix type in api message |  Klement Sekera | 4 | -2/+204 |
2020-08-31 | vlib: extend telnet protocol guard |  Vladimir Isaev | 1 | -1/+1 |
2020-08-31 | vppinfra: convert A_extend_to_B to B_from_A format of vector inlines |  Damjan Marion | 6 | -22/+22 |
2020-08-31 | ip: fix compiling error with gcc-10 |  Jieqiang Wang | 1 | -0/+12 |
2020-08-31 | af_xdp: AF_XDP input plugin |  Benoît Ganne | 14 | -0/+2206 |
2020-08-31 | rdma: bugfix in the descriptor refill logic. In case of a partial allocation,... |  Mohammed Hawari | 1 | -1/+1 |
2020-08-31 | session: format app_ns_name with %v rather than %s |  jiangxiaoming | 1 | -1/+1 |
2020-08-31 | flow: code refactor |  Chenmin Sun | 7 | -747/+586 |
2020-08-31 | cnat: Destination based NAT |  Neale Ranns | 24 | -35/+4985 |