Age | Commit message (Expand) | Author | Files | Lines |
2019-05-14 | Unregister UDPC port only when owned | Nathan Skrzypczak | 3 | -2/+9 |
2019-05-13 | Trivial Typo's in bier comments/docs. | Paul Vinciguerra | 14 | -27/+27 |
2019-05-13 | vnet: remove macro definitions | Zhiyong Yang | 1 | -3/+0 |
2019-05-13 | Fix VPP-1528 get the same IP address from DHCP server for two VPP DHCP clients | jackiechen1985 | 2 | -4/+2 |
2019-05-13 | remove dead code in rewrite.c | Neale Ranns | 1 | -26/+0 |
2019-05-10 | Update ping cli .short_help. | Paul Vinciguerra | 1 | -2/+2 |
2019-05-09 | session: segment manager fixes | Florin Coras | 2 | -2/+4 |
2019-05-09 | add mactime plugin unit / code coverage tests | Dave Barach | 3 | -20/+30 |
2019-05-09 | Update API description | Igor Mikhailov (imichail) | 1 | -3/+2 |
2019-05-09 | make test: add quic multistream test case | Dave Wallace | 2 | -12/+25 |
2019-05-08 | session: send tx events when data is dequeued | Florin Coras | 4 | -11/+23 |
2019-05-07 | Fix af_packet issues: | jackiechen1985 | 2 | -33/+60 |
2019-05-07 | add TLS endpoint function | Yu Ping | 2 | -5/+32 |
2019-05-06 | ip4_load_balance: leverage vlib_get_buffers | Zhiyong Yang | 1 | -13/+11 |
2019-05-06 | virtio: refactor ctrl queue support | Mohsin Kazmi | 1 | -22/+32 |
2019-05-06 | ppp: simplify code using existing functions | Zhiyong Yang | 1 | -10/+6 |
2019-05-06 | Add missing init fn dependency to ipsec_init | Dave Barach | 1 | -0/+5 |
2019-05-06 | Fix VPP-1487 DHCP client does not support option 6-domain server | jackiechen1985 | 4 | -7/+45 |
2019-05-03 | session/svm: apis for fifo shrinking | Florin Coras | 2 | -0/+65 |
2019-05-03 | mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL, | Steven Luong | 3 | -0/+9 |
2019-05-03 | Fix FIB initialization in UDP input | Nathan Skrzypczak | 1 | -0/+1 |
2019-05-03 | Add packet headers in UDPC fifos | Aloys Augustin | 2 | -38/+23 |
2019-05-02 | vpp_papi_provider.py: update defautmapping. | Paul Vinciguerra | 1 | -1/+1 |
2019-05-01 | virtio: Fix virtio buffer allocation | Mohsin Kazmi | 1 | -1/+1 |
2019-05-01 | virtio: remove configurable queue size support | Mohsin Kazmi | 5 | -41/+27 |
2019-05-01 | esp_encrypt: remove unnecessary code | Zhiyong Yang | 1 | -1/+1 |
2019-05-01 | ipsec: fix ipsec format overflow | Benoît Ganne | 1 | -4/+3 |
2019-04-30 | svm: more fifo refactor/cleanup | Florin Coras | 5 | -18/+17 |
2019-04-30 | crypto: enforce per-alg crypto key length | Benoît Ganne | 3 | -16/+55 |
2019-04-30 | reassembly: avoid race-conditions | Klement Sekera | 1 | -12/+26 |
2019-04-26 | IF: return VTR attributes for all ifs in dump API | Alexander Chernavin | 1 | -20/+20 |
2019-04-26 | crypto, ipsec: change GCM IV handling | Damjan Marion | 3 | -4/+22 |
2019-04-26 | svm: fifo segment support for chunk allocation | Florin Coras | 2 | -2/+26 |
2019-04-25 | crypto: AES GCM IV length is always 12 | Damjan Marion | 2 | -2/+1 |
2019-04-25 | tap: Fix the indirect buffer allocation | Mohsin Kazmi | 1 | -1/+1 |
2019-04-25 | session: cleanup segment manager and fifo segment | Florin Coras | 10 | -381/+402 |
2019-04-25 | crypto_ipsecmb: use pre-expanded keys | Damjan Marion | 1 | -1/+1 |
2019-04-25 | session: use teps in accept/connect notifications | Florin Coras | 6 | -48/+40 |
2019-04-25 | IPSEC; dpdk backend for tunnel interface encryption | Neale Ranns | 8 | -57/+94 |
2019-04-25 | ipsec: drop runts in esp-decrypt | Damjan Marion | 1 | -0/+8 |
2019-04-25 | crypto: improve key handling | Damjan Marion | 11 | -26/+208 |
2019-04-25 | Remove dummy_interface_tx nodes from l2tp l2xcrw and nsh | John Lo | 2 | -18/+0 |
2019-04-24 | Add get_endpoint in transport vft | Aloys Augustin | 5 | -13/+88 |
2019-04-24 | ip4_lookup_inline: leverage vlib_get_buffers to improve perf | Zhiyong Yang | 1 | -32/+27 |
2019-04-24 | QUIC: Add multi-stream support to internal test apps | Aloys Augustin | 6 | -7/+171 |
2019-04-24 | UDPC: Fix open segfault with multiple workers | Aloys Augustin | 1 | -1/+3 |
2019-04-24 | l2: Add support for arp unicast forwarding | Mohsin Kazmi | 6 | -8/+112 |
2019-04-24 | session: remove unused fifo allo return value | Florin Coras | 3 | -11/+7 |
2019-04-24 | ethernet_input_inline: leverage vlib_get_buffers | Zhiyong Yang | 1 | -17/+14 |
2019-04-24 | Rearrange prefetching in ipsec_output_inline | Vratko Polak | 1 | -6/+6 |