aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-12-14VPP-1510: add support for punt deletePavel Kotucek1-1/+12
2018-12-13reassembly: fix internal buffer count accountingKlement Sekera1-0/+3
2018-12-13VPP-1522: harden reassembly codeKlement Sekera2-24/+40
2018-12-13tcp: drop handshake ack with fin setFlorin Coras1-1/+1
2018-12-13make build failure.Paul Vinciguerra2-4/+4
2018-12-13Fix VPP-1530 Classify session creation errorjackiechen19851-1/+1
2018-12-13tcp: fix handling of no wscale in synsFlorin Coras2-1/+6
2018-12-13tcp: validate seq for handshake ackFlorin Coras1-0/+8
2018-12-13session/tcp: support tx flush markFlorin Coras7-4/+47
2018-12-13ip4_rewrite_inline: fix variable errorZhiyong Yang1-2/+2
2018-12-12fix spurious error setting SA on ipsec intfMatthew Smith1-1/+1
2018-12-12Change ipsec feature node namesPierre Pfister6-32/+32
2018-12-11Add IPSec interface FIB index for TX packetPierre Pfister6-6/+36
2018-12-11Fix [csit-dev] CSIT IPv6 IPSec transport mode tests are failingjackiechen19851-1/+9
2018-12-10IP-local: any IP can appear as the source (VPP-1522)Neale Ranns1-3/+15
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns10-149/+338
2018-12-07tcp: improve check for invalid sack blocksFlorin Coras1-1/+3
2018-12-07tcp: measure us rtt with syn-ackFlorin Coras1-0/+1
2018-12-07tcp: fix timestamp check and pawsFlorin Coras1-5/+2
2018-12-07tcp: better handling of options only allowed in synsFlorin Coras1-9/+18
2018-12-07tcp: validate connection state in retransmitFlorin Coras1-2/+2
2018-12-07tcp: fix length checkFlorin Coras1-3/+14
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek8-66/+489
2018-12-07Fix VPP-1515 IPSec receive packet error in transport mode with udp encapjackiechen19852-4/+14
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan3-11/+6
2018-12-06MFIB; CLI improvementsNeale Ranns2-7/+37
2018-12-05session/tcp: postpone cleanup on resetFlorin Coras8-13/+39
2018-12-04ipsec: simplify bumping counters - cosmetic changeKlement Sekera4-116/+35
2018-12-04vcl: cleanup children that use _exit()Florin Coras1-0/+2
2018-12-04Add VNET_BUFFER_F_AVAIL definitionsDave Barach1-1/+25
2018-12-04vcl: test refactor and improvementsFlorin Coras2-2/+8
2018-12-04MPLS: buffer over-run with incorrectly init'd vector. fix VAT dumpNeale Ranns1-1/+1
2018-12-03Format vnet_buffer_t l2 feature bitmapDave Barach1-0/+8
2018-12-03Add UDP encap flagFilip Tehlar2-0/+3
2018-12-03move [m]fib and BIER tests to unittest pluginNeale Ranns4-13050/+0
2018-12-03Copying QoS Bits when fragmented, so that marking can happen properly also cl...Vijayabhaskar Katamreddy1-0/+7
2018-12-02IPSEC-AH: anti-replay testingNeale Ranns2-6/+9
2018-12-01ip_reassembly_enable_disable reply handler name is changed.Chore1-1/+1
2018-11-30Metadata / opaque formatting belongs in vppDave Barach5-24/+239
2018-11-30IPSEC-AH: fix packet dropNeale Ranns2-7/+0
2018-11-30vcl: wait for segments with segment handleFlorin Coras5-2/+12
2018-11-30session: segment handle in accept/connect notificationsFlorin Coras13-31/+105
2018-11-30session: use endpt fib index if app in default nsJohn Lo1-1/+6
2018-11-29DHCP: Initialise trace for copied buffers.Ole Troan2-0/+4
2018-11-29api: ip_source_check_interface_add_del api is added.Chore2-0/+48
2018-11-29GBP: l3-out subnetsNeale Ranns1-0/+1
2018-11-29vcl: basic support for apps that forkFlorin Coras1-1/+1
2018-11-29VPP-1507: Added binary api to dump configured ip_punt_redirectPavel Kotucek5-29/+214
2018-11-29Export ethernet/mac_address.h as part of API installation.Jon Loeliger1-0/+1
2018-11-29API: Add support for type aliasesOle Troan3-6/+43