Age | Commit message (Expand) | Author | Files | Lines |
2020-02-05 | stats: fix state counter removal | Vladimir Isaev | 9 | -98/+178 |
2020-02-05 | api: fix vl_api_clnt_node process stack overflow | Chenmin Sun | 1 | -0/+1 |
2020-02-05 | ipsec: set l2_len for GRE-TEB tunnel decap | John Lo | 2 | -1/+124 |
2020-02-05 | vppinfra: deal with 0 return from os_cpu_clock_frequency() | Dave Barach | 1 | -0/+16 |
2020-02-05 | dpdk: use port_id as interface name suffix for representors | Haggai Eran | 1 | -1/+7 |
2020-02-05 | dpdk: output switch information | Haggai Eran | 1 | -0/+21 |
2020-02-05 | misc: add new type for commit message | Mohsin Kazmi | 2 | -8/+9 |
2020-02-04 | vcl: switch to closed state after app close | Florin Coras | 3 | -4/+7 |
2020-02-04 | nat: pool allocation function fix | Filip Varga | 1 | -1/+1 |
2020-02-04 | vppapigen: fix options representation | Ole Troan | 1 | -1/+1 |
2020-02-04 | virtio: update FEATURE.yaml to include description for vhost-user | Steven Luong | 1 | -3/+7 |
2020-02-04 | teib: Rename NHRP to TEIB | Neale Ranns | 16 | -475/+479 |
2020-02-04 | dpdk: patch ixgbe driver to solve race condition | Matthew Smith | 1 | -0/+49 |
2020-02-04 | ip: translate fragmented icmp to fragmented icmp6 | Alexander Chernavin | 2 | -9/+59 |
2020-02-03 | vppinfra: fix typo in tw_timer_template.c | Dave Barach | 1 | -1/+1 |
2020-02-03 | tls: refactor for tls async event handling | Yu Ping | 6 | -198/+163 |
2020-02-03 | virtio: vhost gso is broken in some topology | Steven Luong | 1 | -2/+8 |
2020-02-03 | fib: invalid check for adj types. | Neale Ranns | 1 | -1/+1 |
2020-02-03 | fib: refresh adj pointer after fib_walk_sync due to possible realloc | Steven Luong | 2 | -0/+13 |
2020-02-03 | gre: improve .api descriptions | Vratko Polak | 1 | -8/+28 |
2020-02-03 | gre: add missing .api edits | Vratko Polak | 1 | -2/+2 |
2020-01-31 | vppinfra: write up clib_time_t | Dave Barach | 1 | -0/+57 |
2020-01-31 | session: fix chunk batch alloc for large fifos | Florin Coras | 1 | -6/+8 |
2020-01-31 | quic: quicly crypto offloading | MathiasRaoul | 4 | -57/+579 |
2020-01-31 | crypto-native: add ARMv8 AES-CBC implementation | Damjan Marion | 8 | -367/+762 |
2020-01-31 | quic: update quicly to v0.0.10-vpp | MathiasRaoul | 3 | -3/+63 |
2020-01-30 | crypto-native: refactor AES code | Damjan Marion | 4 | -166/+169 |
2020-01-30 | misc: deprecate dpdk hqos | Damjan Marion | 12 | -1558/+1726 |
2020-01-30 | misc: deprecate netmap and ixge drivers | Damjan Marion | 18 | -129/+0 |
2020-01-30 | map: Add several more MAP-T BR tests | Jon Loeliger | 1 | -8/+294 |
2020-01-30 | vppinfra: improve clocks_per_second convergence | Dave Barach | 5 | -58/+86 |
2020-01-30 | tap: fix host mtu configuration setting | Mohsin Kazmi | 1 | -12/+13 |
2020-01-30 | tap: fix the host mac address | Mohsin Kazmi | 3 | -20/+11 |
2020-01-30 | misc: move configs to extras/configs | Damjan Marion | 8 | -0/+0 |
2020-01-30 | fib: fix typos in doxygen | Paul Vinciguerra | 1 | -10/+10 |
2020-01-30 | gre: Tunnel encap/decap flags | Neale Ranns | 13 | -173/+395 |
2020-01-30 | vcl session: propagate cleanup notifications to apps | Florin Coras | 6 | -40/+115 |
2020-01-30 | vppapigen: update markdown documentation | Paul Vinciguerra | 1 | -7/+10 |
2020-01-30 | map: Prevent IPv4 prefix spoofing during IPv6 -> IPv4 | Jon Loeliger | 2 | -2/+279 |
2020-01-30 | map: handle ip4 ttl=1 packets in map-t | Alexander Chernavin | 3 | -10/+20 |
2020-01-30 | crypto-native: don't expand aes-cbc keys twice | Damjan Marion | 2 | -11/+7 |
2020-01-30 | bfd: add missing cast | Klement Sekera | 1 | -1/+1 |
2020-01-29 | tests: add map-t fragmentation verifications | Alexander Chernavin | 1 | -10/+36 |
2020-01-28 | dhcp: disable extraneous vlib_log spew | Dave Barach | 1 | -9/+12 |
2020-01-28 | session tcp: fix packet tracing | Florin Coras | 5 | -13/+15 |
2020-01-28 | hsa: proxy rcv wnd update acks after full fifos | Florin Coras | 1 | -6/+87 |
2020-01-28 | crypto-native: rename crypto_ia32 to crypto_native | Damjan Marion | 9 | -96/+96 |
2020-01-28 | map: ip4-map-t more RFC compliant | Vladimir Ratnikov | 1 | -8/+20 |
2020-01-27 | crypto-ia32: add VAES support for AES-CBC | Damjan Marion | 6 | -50/+250 |
2020-01-27 | sr: fix possible null-pointer dereference | Ignas Bacius | 2 | -10/+27 |