aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-06-04srp: leverage vlib_buffer_get_currentZhiyong Yang1-3/+3
2019-06-03ARP: add feature arcNeale Ranns7-168/+508
2019-06-02IPSec: memcpy of integ key borkNeale Ranns1-1/+1
2019-05-31VPP-1692: move NULL pointer checkDave Barach1-5/+5
2019-05-31tools: FEATURE.yaml meta-data infrastructureOle Troan1-0/+22
2019-05-31bonding: add support for numa awarenessZhiyong Yang3-12/+89
2019-05-30IP load-balance; perf improvement using the usual reciepeNeale Ranns2-305/+233
2019-05-30FIB: correctly report IPv6 FIB Unicast and Multicast memory usage (VPP-1578)"Neale Ranns6-16/+34
2019-05-30lisp-cp: start lisp retry service on demandFlorin Coras2-8/+18
2019-05-30ipip: refactor ipip.api with explicit typesOle Troan2-24/+16
2019-05-30Start the dns resolver process on demandDave Barach3-8/+19
2019-05-30IPsec: modify post-decrypt buf len calculationMatthew G Smith1-2/+2
2019-05-30mpls: leverage vlib_buffer_advanceZhiyong Yang1-7/+4
2019-05-30osi_input: leverage vlib_buffer_get_currentZhiyong Yang1-3/+3
2019-05-29ipsec: fix perf issue in esp_aad_fillDamjan Marion1-4/+7
2019-05-29vxlan-gbp: prefetch encap header memory areaZhiyong Yang1-66/+70
2019-05-28l2tp: l2tp-decap-local don't accept packets unless configuredJakub Grajciar3-10/+10
2019-05-28ipsec: ah_encrypt reworkFilip Tehlar1-194/+280
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns14-802/+1482
2019-05-28Add an ip6 local hop-by-hop protocol demux tableDave Barach3-22/+341
2019-05-28gre: don't register gre input nodes unless a gre tunnel is createdJakub Grajciar2-3/+4
2019-05-28tap: crash in multi-thread environmentMohsin Kazmi3-5/+4
2019-05-28snap_input: simplify code using existing functionsZhiyong Yang1-11/+6
2019-05-28llc_input: simplify code using existing functionsZhiyong Yang1-11/+6
2019-05-28hdlc_input: simplify code using existing functionsZhiyong Yang1-10/+6
2019-05-27IPIP tunnel: use address types on APINeale Ranns2-46/+48
2019-05-27virtio: Add gso support for native virtio driverMohsin Kazmi5-7/+77
2019-05-27geneve: encap performance enhancementZhiyong Yang1-58/+53
2019-05-27rewrite vnet_interface_output_node_inline_gsoZhiyong Yang1-59/+47
2019-05-27tcp: handle disconnects in rcv-processFlorin Coras1-0/+1
2019-05-25tcp: handle fin+rst in same frameFlorin Coras1-1/+8
2019-05-24vxlan-gpe: improve encap performanceZhiyong Yang1-46/+41
2019-05-24ip4/6-reassembly fixesVijayabhaskar Katamreddy2-2/+11
2019-05-24Tap: Fix the indirect buffers allocation VPP-1660Mohsin Kazmi4-48/+61
2019-05-24Remove historical ip4 icmp OAM codeDave Barach1-0/+7
2019-05-23Fix vpp crash bug while deleting dhcp clientjackiechen19851-1/+1
2019-05-23Optimize codejackiechen19851-9/+4
2019-05-22fix show session verbose crash with udp transportDave Wallace1-0/+2
2019-05-22new_log2_pages may increase 2dongjuan1-1/+0
2019-05-22vxlan-gpe: fix CLI document errorZhiyong Yang1-3/+3
2019-05-22stats: support multiple works for error countersOle Troan4-50/+0
2019-05-21geneve_input: leverage vlib_get_buffersZhiyong Yang1-12/+11
2019-05-20IPSEC: rename default backendNeale Ranns1-2/+2
2019-05-20reassembly: prevent long chain attackKlement Sekera8-13/+86
2019-05-20bonding: clean up redundant codeZhiyong Yang1-55/+44
2019-05-18api: export ip_types.api for out-of-tree pluginsBenoƮt Ganne1-1/+5
2019-05-17Add a debug-CLI leak-checkerDave Barach5-116/+60
2019-05-17Tests: Raise exception if API cli_inband command fails.Paul Vinciguerra1-1/+2
2019-05-17UDP-Local: fix unregistered portsNeale Ranns1-64/+51
2019-05-16Add transport_opts to connect_sock bapiNathan Skrzypczak5-6/+26