Age | Commit message (Expand) | Author | Files | Lines |
2018-12-21 | tcp: fix fin_wait_1 condition to send fin | Florin Coras | 4 | -3/+20 |
2018-12-20 | tcp: fix syn-sent reset | Florin Coras | 1 | -7/+9 |
2018-12-20 | FIB: encode the label stack in the FIB path during table dump | Neale Ranns | 14 | -22/+176 |
2018-12-20 | delete policer classify repeat count drop packets when action is DROP | cohu | 1 | -5/+0 |
2018-12-20 | reassembly: replace asserts with error counters | Klement Sekera | 4 | -128/+272 |
2018-12-19 | session: add cli option to dump session elog | Florin Coras | 3 | -3/+31 |
2018-12-19 | tcp: fix fin in syn-rcvd | Florin Coras | 2 | -11/+18 |
2018-12-19 | tcp: add more state machine arcs | Florin Coras | 1 | -5/+79 |
2018-12-19 | tcp/session: notify transport of close when tx fifo is not empty | Florin Coras | 4 | -22/+29 |
2018-12-19 | session: handle close before app accept reply | Florin Coras | 3 | -7/+5 |
2018-12-18 | tcp/session: drop connections if message queue is full | Florin Coras | 4 | -21/+28 |
2018-12-18 | MFIB: recurse resolution through an MFIB entry | Neale Ranns | 23 | -177/+1630 |
2018-12-18 | PAPI: Add MACAddress object wrapper for vl_api_mac_address_t | Ole Troan | 5 | -18/+9 |
2018-12-18 | tcp: cleanup connections if handshake fails | Florin Coras | 1 | -3/+2 |
2018-12-17 | tcp: fix handling of broken syn options | Florin Coras | 4 | -5/+15 |
2018-12-17 | tcp: accept rst that fail paws | Florin Coras | 1 | -9/+9 |
2018-12-17 | stats: Deprecate old stats framework | Ole Troan | 1 | -74/+0 |
2018-12-17 | vcl/session: handle reset/disconnect before app accept | Florin Coras | 4 | -13/+22 |
2018-12-16 | VPP-1523: harden reassembly | Klement Sekera | 1 | -5/+3 |
2018-12-16 | IP6-MFIB: replace the radix tree with bihash (VPP-1526) | Neale Ranns | 11 | -156/+204 |
2018-12-14 | VPP-1510: add support for punt delete | Pavel Kotucek | 1 | -1/+12 |
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 | tcp: drop handshake ack with fin set | Florin Coras | 1 | -1/+1 |
2018-12-13 | make build failure. | Paul Vinciguerra | 2 | -4/+4 |
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 | tcp: validate seq for handshake ack | Florin Coras | 1 | -0/+8 |
2018-12-13 | session/tcp: support tx flush mark | Florin Coras | 7 | -4/+47 |
2018-12-13 | ip4_rewrite_inline: fix variable error | Zhiyong Yang | 1 | -2/+2 |
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 | 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-10 | IP-local: any IP can appear as the source (VPP-1522) | Neale Ranns | 1 | -3/+15 |
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 | 8 | -66/+489 |
2018-12-07 | Fix VPP-1515 IPSec receive packet error in transport mode with udp encap | jackiechen1985 | 2 | -4/+14 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. | Ole Troan | 3 | -11/+6 |
2018-12-06 | MFIB; CLI improvements | Neale Ranns | 2 | -7/+37 |
2018-12-05 | session/tcp: postpone cleanup on reset | Florin Coras | 8 | -13/+39 |
2018-12-04 | ipsec: simplify bumping counters - cosmetic change | Klement Sekera | 4 | -116/+35 |
2018-12-04 | vcl: cleanup children that use _exit() | Florin Coras | 1 | -0/+2 |
2018-12-04 | Add VNET_BUFFER_F_AVAIL definitions | Dave Barach | 1 | -1/+25 |