aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-16init / exit function orderingDave Barach19-200/+166
2019-05-15IPSEC: remove CLI check for unsupported IPv6-AH - it is supportedNeale Ranns1-22/+0
2019-05-15Remove unused function nat44_ha_resync() and error IN_PROGRESS.Jon Loeliger1-1/+0
2019-05-14QUIC multi thread updateAloys Augustin1-1/+1
2019-05-14svm: improve fifo segment prealloc supportFlorin Coras1-3/+8
2019-05-14IPSEC coverity fixesNeale Ranns2-2/+4
2019-05-14IPSEC: remove unecessary pass by reference of sequence numberNeale Ranns3-4/+4
2019-05-14Coverity: Fix CID-198494 & CID-198388Dave Wallace1-1/+1
2019-05-14Unregister UDPC port only when ownedNathan Skrzypczak3-2/+9
2019-05-13Trivial Typo's in bier comments/docs.Paul Vinciguerra14-27/+27
2019-05-13vnet: remove macro definitionsZhiyong Yang1-3/+0
2019-05-13Fix VPP-1528 get the same IP address from DHCP server for two VPP DHCP clientsjackiechen19852-4/+2
2019-05-13remove dead code in rewrite.cNeale Ranns1-26/+0
2019-05-10Update ping cli .short_help.Paul Vinciguerra1-2/+2
2019-05-09session: segment manager fixesFlorin Coras2-2/+4
2019-05-09add mactime plugin unit / code coverage testsDave Barach3-20/+30
2019-05-09Update API descriptionIgor Mikhailov (imichail)1-3/+2
2019-05-09make test: add quic multistream test caseDave Wallace2-12/+25
2019-05-08session: send tx events when data is dequeuedFlorin Coras4-11/+23
2019-05-07Fix af_packet issues:jackiechen19852-33/+60
2019-05-07add TLS endpoint functionYu Ping2-5/+32
2019-05-06ip4_load_balance: leverage vlib_get_buffersZhiyong Yang1-13/+11
2019-05-06virtio: refactor ctrl queue supportMohsin Kazmi1-22/+32
2019-05-06ppp: simplify code using existing functionsZhiyong Yang1-10/+6
2019-05-06Add missing init fn dependency to ipsec_initDave Barach1-0/+5
2019-05-06Fix VPP-1487 DHCP client does not support option 6-domain serverjackiechen19854-7/+45
2019-05-03session/svm: apis for fifo shrinkingFlorin Coras2-0/+65