Age | Commit message (Expand) | Author | Files | Lines |
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 | cli: Add return value in cli_inband |  Ole Troan | 3 | -6/+11 |
2019-05-10 | Fix stat seg average vector rate computation |  Dave Barach | 2 | -14/+53 |
2019-05-10 | Update ping cli .short_help. |  Paul Vinciguerra | 1 | -2/+2 |
2019-05-10 | Fix typo in nat44_cli.c:nat_ha_failover_command_fn. |  Paul Vinciguerra | 1 | -3/+3 |
2019-05-10 | zero-pad date string output. |  Paul Vinciguerra | 1 | -2/+2 |
2019-05-10 | vpp_transport_socket: make connect more resilient |  Vratko Polak | 1 | -11/+32 |
2019-05-09 | session: segment manager fixes |  Florin Coras | 4 | -19/+7 |
2019-05-09 | add mactime plugin unit / code coverage tests |  Dave Barach | 8 | -30/+236 |
2019-05-09 | dpdk: fix return variable size |  Zhiyong Yang | 1 | -2/+2 |
2019-05-09 | bapi: separate init shm reply from fd exchange |  Florin Coras | 1 | -1/+17 |
2019-05-09 | vls: relax copy on fork locks |  Florin Coras | 1 | -2/+2 |
2019-05-09 | Improve exceptions in vpp_transport_socket.py |  Vratko Polak | 1 | -2/+4 |
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-09 | NAT: VPP-1665 coverity scan issue fix |  Filip Varga | 1 | -2/+9 |
2019-05-09 | Fix copypaste in vpp_papi/vpp_transport_socket.py |  Vratko Polak | 1 | -3/+2 |
2019-05-09 | ldp: add option to eanble transparent TLS connections |  Yu Ping | 2 | -2/+90 |
2019-05-08 | session: send tx events when data is dequeued |  Florin Coras | 5 | -11/+26 |
2019-05-08 | Fix Exception typo in vpp_papi/vpp_transport_socket.py. |  Paul Vinciguerra | 1 | -1/+1 |
2019-05-07 | bihash: Freeing up working_copy_lengths vector |  Vijayabhaskar Katamreddy | 1 | -1/+2 |
2019-05-07 | svm: decouple fifo and default chunk allocation |  Florin Coras | 5 | -148/+178 |
2019-05-07 | Improve lcov reported code coverage stats |  Dave Barach | 1 | -3/+0 |
2019-05-07 | Allow repeated connects on PAPI socket transport |  Vratko Polak | 1 | -1/+10 |
2019-05-07 | Add bihash statistics hook |  Dave Barach | 11 | -6/+264 |
2019-05-07 | ipsec-mb: fix the "make test" on non-AESNI platforms |  Andrew Yourtchenko | 1 | -0/+3 |
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 | gcov / test framework: sigterm not sigkill |  Dave Barach | 1 | -0/+11 |
2019-05-06 | Remove target option when IPSecMB disabled |  Nathan Skrzypczak | 1 | -2/+1 |
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 | Add QUIC multistream support |  Nathan Skrzypczak | 3 | -338/+890 |
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 | 5 | -14/+61 |
2019-05-06 | NAT64: Fix port byte order in nat64_free_out_addr_and_port |  Faicker Mo | 1 | -1/+1 |
2019-05-06 | NAT66:assgin a error value for clib_bihash_kv_48_8_t kv |  lijianpeng | 1 | -2/+3 |
2019-05-03 | session/svm: apis for fifo shrinking |  Florin Coras | 6 | -1/+182 |
2019-05-03 | svm: basic support for fifo shrinking |  Florin Coras | 3 | -78/+663 |
2019-05-03 | Add callbacks for extended trace functionality, one as content is added with ... |  Gary Boon | 2 | -1/+33 |
2019-05-03 | mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL, |  Steven Luong | 4 | -0/+11 |
2019-05-03 | svm: store normalized head/tail for fifo |  Florin Coras | 3 | -53/+48 |
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-03 | plugins: clean up plugin descriptions |  Dave Wallace | 37 | -36/+37 |
2019-05-02 | vlib: align stack on OS page size |  Benoît Ganne | 1 | -1/+1 |
2019-05-02 | vpp_papi_provider.py: update defautmapping. |  Paul Vinciguerra | 1 | -1/+1 |