aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-01-23pg: cli improvementKingwel Xie4-32/+97
2019-01-23virtio: Add support for loggingMohsin Kazmi4-31/+97
2019-01-23AH encrypt; don't double enqueue nor emit clib_warnings when seq-num max exce...Neale Ranns1-5/+0
2019-01-23lisp: cli for marking local mappings authoritativeFlorin Coras2-0/+3
2019-01-23IP route local and connectedNeale Ranns2-3/+14
2019-01-22GBP: Sclass to src-epg conversionsNeale Ranns5-10/+16
2019-01-21virtio: Native virtio driverMohsin Kazmi13-174/+2078
2019-01-21VPP-1549 Add missing counter name.Paul Vinciguerra1-1/+2
2019-01-20buffers: don't init metadata, as it is already initializedDamjan Marion9-28/+2
2019-01-20fix data_length in IpSec API call (VPP-1548)Michal Cmarada1-4/+6
2019-01-20tcp: fix debugging without cc stats (VPP-1547)Florin Coras1-0/+1
2019-01-20session: add support for vrf in session unformat (VPP-1546)Florin Coras1-7/+22
2019-01-19buffers: remove free-list information from buffer metadataDamjan Marion5-8/+3
2019-01-18buffers: remove freelist argument from vlib_buffer_add_dataDamjan Marion2-18/+10
2019-01-18Add vlib_buffer_copy_indices inline functionDamjan Marion1-4/+3
2019-01-18tcp: allow data in passive open ack (VPP-1545)Florin Coras1-2/+3
2019-01-17tls: preallocate app sessions on connect/acceptFlorin Coras3-10/+25
2019-01-17vcl/session: replicate events for shared sessionsFlorin Coras2-41/+98
2019-01-13bonding: support custom interface IDsAlexander Chernavin5-3/+40
2019-01-12session: generate wrong thread errors instead of crashingFlorin Coras6-22/+45
2019-01-11Fix 'show interface span' field lengthIgor Mikhailov (imichail)1-2/+2
2019-01-10session/vcl: improve fifo tx notificationsFlorin Coras3-49/+50
2019-01-10ARP/ND: copy opaque2 persistent fields to new packetNeale Ranns3-4/+16
2019-01-09VXLAN: Prevent duplicate bypass graph nodes.Jon Loeliger2-4/+37
2019-01-08Fix name of ipv6-n-tupleHongjun Ni1-1/+1
2019-01-08virtio: fix kick race issueDamjan Marion3-10/+29
2019-01-07tapv2: add "tap_flags" field to the TAPv2 interface APIAndrew Yourtchenko3-0/+8
2019-01-07VOM: mroutesNeale Ranns4-6/+31
2019-01-07L2 BD API to flush all IP-MAC entries in the specified BDJohn Lo4-12/+83
2019-01-07Handle buffer alloc failure in vlib_buffer_add_dataDave Barach3-34/+72
2019-01-07Fix TCP checksum.Andrej Kozemcak1-1/+4
2019-01-06pktgen: support mixed multi/single chunk pcap replayDave Barach3-71/+165
2019-01-05vcl/session: add api for changing session app workerFlorin Coras5-15/+176
2019-01-04tcp: fix reset in syn-sentFlorin Coras1-2/+1
2019-01-03tcp: add more closing state arcsFlorin Coras1-0/+19
2019-01-03tcp: better randomize issFlorin Coras2-4/+41
2019-01-03Fix used-before-set in vl_api_bridge_flags_t_handlerDave Barach1-1/+2
2019-01-03Fix an issue in tls.cPing Yu1-1/+3
2019-01-02Revert "add ipsecmb plugin"Florin Coras1-4/+0
2019-01-02Fixes for buliding for 32bit targets:David Johnson7-15/+23
2019-01-02ipsec: fix support check when using AES-GCMMatthew Smith1-10/+15
2019-01-02add ipsecmb pluginKlement Sekera1-0/+4
2019-01-01buffers: remove unused codeDamjan Marion12-39/+18
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras5-26/+61
2018-12-28session: free session after transport and app confirmFlorin Coras12-80/+95
2018-12-26tcp: add more last-ack arcsFlorin Coras1-0/+19
2018-12-26tcp: separate active and passive establish timersFlorin Coras5-94/+107
2018-12-25tcp: add fin-wait-1 dispatch arcsFlorin Coras1-0/+19
2018-12-24FIB: adj src assert fix part 2Neale Ranns1-1/+8
2018-12-24tcp: compute seq_end in tcp_inputFlorin Coras3-50/+41