Age | Commit message (Expand) | Author | Files | Lines |
2018-12-16 | IP6-MFIB: replace the radix tree with bihash (VPP-1526) |  Neale Ranns | 13 | -173/+222 |
2018-12-14 | String type: Fix off by one error |  Ole Troan | 3 | -5/+5 |
2018-12-14 | Revert gerrit 16429 to fix a Debian build-break |  Dave Barach | 1 | -22/+44 |
2018-12-14 | NAT: counters (VPP-1484) |  Matus Fabian | 8 | -76/+362 |
2018-12-14 | Fix compiling issue with GCC-8.x in string test functions |  Lijian.Zhang | 1 | -44/+22 |
2018-12-14 | VPP-1510: add support for punt delete |  Pavel Kotucek | 1 | -1/+12 |
2018-12-13 | MAP: Fix inverted 'is_add'/'is_del' flag in map_pre_resolve() call. |  Jon Loeliger | 1 | -1/+1 |
2018-12-13 | reassembly: fix internal buffer count accounting |  Klement Sekera | 1 | -0/+3 |
2018-12-13 | VPP-1522: harden reassembly code |  Klement Sekera | 2 | -24/+40 |
2018-12-13 | fix vlib_buffer_chain_compress assert in debug |  Klement Sekera | 1 | -1/+2 |
2018-12-13 | tcp: drop handshake ack with fin set |  Florin Coras | 1 | -1/+1 |
2018-12-13 | make build failure. |  Paul Vinciguerra | 4 | -7/+7 |
2018-12-13 | Fix VPP-1530 Classify session creation error |  jackiechen1985 | 1 | -1/+1 |
2018-12-13 | tcp: fix handling of no wscale in syns |  Florin Coras | 2 | -1/+6 |
2018-12-13 | ldp/vcl: reduce debug verbosity |  Florin Coras | 2 | -336/+129 |
2018-12-13 | tcp: validate seq for handshake ack |  Florin Coras | 2 | -0/+9 |
2018-12-13 | session/tcp: support tx flush mark |  Florin Coras | 8 | -7/+61 |
2018-12-13 | API: Use string type instead of u8. |  Ole Troan | 13 | -62/+224 |
2018-12-13 | ip4_rewrite_inline: fix variable error |  Zhiyong Yang | 1 | -2/+2 |
2018-12-13 | vapi: code cleanup |  Klement Sekera | 1 | -5/+4 |
2018-12-12 | VPP-1529: check hop-by-hop header length |  Dave Barach | 1 | -7/+37 |
2018-12-12 | Fix CDP failure in make test |  Lijian.Zhang | 1 | -2/+2 |
2018-12-12 | PAPI: Allow ipaddress object as argument and return values from API calls |  Ole Troan | 4 | -220/+266 |
2018-12-12 | fix spurious error setting SA on ipsec intf |  Matthew Smith | 1 | -1/+1 |
2018-12-12 | Change ipsec feature node names |  Pierre Pfister | 6 | -32/+32 |
2018-12-11 | New api in order to get max entries of connection table is added. |  Khers | 3 | -5/+83 |
2018-12-11 | Fix vat dependencies |  juraj.linkes | 1 | -0/+2 |
2018-12-11 | Add IPSec interface FIB index for TX packet |  Pierre Pfister | 6 | -6/+36 |
2018-12-11 | Fix [csit-dev] CSIT IPv6 IPSec transport mode tests are failing |  jackiechen1985 | 1 | -1/+9 |
2018-12-11 | MAP: Add API support for setting parameters. |  Jon Loeliger | 4 | -212/+648 |
2018-12-10 | IP-local: any IP can appear as the source (VPP-1522) |  Neale Ranns | 1 | -3/+15 |
2018-12-10 | Python API: Use services to determine stream RPC |  Ole Troan | 1 | -4/+11 |
2018-12-10 | Test framework: StringIO fixes for Python3 |  Ole Troan | 1 | -2/+7 |
2018-12-07 | FIB recusrion loop checks traverse midchain adjacencies |  Neale Ranns | 10 | -149/+338 |
2018-12-07 | tcp: improve check for invalid sack blocks |  Florin Coras | 1 | -1/+3 |
2018-12-07 | tcp: measure us rtt with syn-ack |  Florin Coras | 1 | -0/+1 |
2018-12-07 | tcp: fix timestamp check and paws |  Florin Coras | 1 | -5/+2 |
2018-12-07 | tcp: better handling of options only allowed in syns |  Florin Coras | 1 | -9/+18 |
2018-12-07 | tcp: validate connection state in retransmit |  Florin Coras | 1 | -2/+2 |
2018-12-07 | tcp: fix length check |  Florin Coras | 1 | -3/+14 |
2018-12-07 | VPP-1506: dump local punts and registered punt sockets |  Pavel Kotucek | 10 | -82/+505 |
2018-12-07 | Fix VPP-1515 IPSec receive packet error in transport mode with udp encap |  jackiechen1985 | 2 | -4/+14 |
2018-12-06 | stat_client: Fix the type casting |  Mohsin Kazmi | 2 | -7/+10 |
2018-12-06 | nsim: add packet loss simulation, docs |  Dave Barach | 6 | -8/+79 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. |  Ole Troan | 10 | -38/+52 |
2018-12-06 | MFIB; CLI improvements |  Neale Ranns | 2 | -7/+37 |
2018-12-05 | Fix gcc-8 compile issues in string_test.c |  Dave Barach | 1 | -1/+35 |
2018-12-05 | Improve strncpy_s src/dst overlap check |  Dave Barach | 1 | -2/+12 |
2018-12-05 | bapi: add options to have vpp cleanup client registration |  Florin Coras | 5 | -25/+36 |
2018-12-05 | ldp: avoid calling write in destructors |  Florin Coras | 2 | -5/+8 |