Age | Commit message (Expand) | Author | Files | Lines |
2019-05-15 | Remove unused function nat44_ha_resync() and error IN_PROGRESS. |  Jon Loeliger | 2 | -39/+0 |
2019-05-14 | tests: test_pipe.py. Fix missing import. |  Paul Vinciguerra | 1 | -4/+5 |
2019-05-14 | QUIC multi thread update |  Aloys Augustin | 6 | -281/+331 |
2019-05-14 | svm: improve fifo segment prealloc support |  Florin Coras | 5 | -200/+471 |
2019-05-14 | IPSEC coverity fixes |  Neale Ranns | 2 | -2/+4 |
2019-05-14 | IPSEC: remove unecessary pass by reference of sequence number |  Neale Ranns | 4 | -5/+5 |
2019-05-14 | VPP-1649: fix coverity warning in api_format.c |  Dave Barach | 1 | -1/+2 |
2019-05-14 | Preallocate mhash key_tmps vector |  Dave Barach | 3 | -24/+13 |
2019-05-14 | IPsec: increment tunnel intf tx counters |  Matthew Smith | 1 | -0/+9 |
2019-05-14 | Build packages for generic Arm architecture |  Lijian.Zhang | 4 | -1/+19 |
2019-05-14 | rdma: update MAINTAINERS and add doc |  Benoît Ganne | 3 | -0/+57 |
2019-05-14 | tests: fix TestMPLSPIC tests in test_mpls.py. |  Paul Vinciguerra | 1 | -28/+82 |
2019-05-14 | Coverity: Fix CID-198494 & CID-198388 |  Dave Wallace | 2 | -2/+2 |
2019-05-14 | Unregister UDPC port only when owned |  Nathan Skrzypczak | 3 | -2/+9 |
2019-05-14 | make test: vcl fix OSError exception handling |  Dave Wallace | 1 | -1/+1 |
2019-05-14 | make test: Add QUIC external echo transfer test |  Dave Wallace | 2 | -9/+131 |
2019-05-13 | Fix typo |  Igor Mikhailov (imichail) | 1 | -1/+1 |
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 | cli: Add return value in cli_inband |  Ole Troan | 4 | -6/+47 |
2019-05-10 | Fix stat seg average vector rate computation |  Dave Barach | 2 | -14/+53 |
2019-05-10 | tests: test/vpp_papi_provider.py Specify exception to catch. |  Paul Vinciguerra | 1 | -1/+1 |
2019-05-10 | Update ping cli .short_help. |  Paul Vinciguerra | 1 | -2/+2 |
2019-05-10 | docs: Add 1904 |  jdenisco | 6 | -17/+133 |
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 | 12 | -30/+400 |
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 | 3 | -52/+143 |
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 | make test: introduce COREDUMP_COMPRESS option |  Klement Sekera | 2 | -13/+17 |
2019-05-08 | session: send tx events when data is dequeued |  Florin Coras | 5 | -11/+26 |
2019-05-08 | Fix $(SUSE_NAME) in Makefile. |  Paul Vinciguerra | 1 | -3/+3 |
2019-05-08 | VPP-1508: Fix zip() under python3. |  Paul Vinciguerra | 1 | -4/+4 |
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 | 2 | -5/+23 |
2019-05-07 | make test: add python3 compatibility in extend_packet |  Alexandre Poirrier | 1 | -2/+2 |
2019-05-07 | Allow repeated connects on PAPI socket transport |  Vratko Polak | 1 | -1/+10 |