aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-05-02vpp_papi_provider.py: update defautmapping.Paul Vinciguerra1-1/+1
2019-05-01virtio: Fix virtio buffer allocationMohsin Kazmi1-1/+1
2019-05-01virtio: remove configurable queue size supportMohsin Kazmi5-41/+27
2019-05-01esp_encrypt: remove unnecessary codeZhiyong Yang1-1/+1
2019-05-01ipsec: fix ipsec format overflowBenoît Ganne1-4/+3
2019-04-30svm: more fifo refactor/cleanupFlorin Coras5-18/+17
2019-04-30crypto: enforce per-alg crypto key lengthBenoît Ganne3-16/+55
2019-04-30reassembly: avoid race-conditionsKlement Sekera1-12/+26
2019-04-26IF: return VTR attributes for all ifs in dump APIAlexander Chernavin1-20/+20
2019-04-26crypto, ipsec: change GCM IV handlingDamjan Marion3-4/+22
2019-04-26svm: fifo segment support for chunk allocationFlorin Coras2-2/+26
2019-04-25crypto: AES GCM IV length is always 12Damjan Marion2-2/+1
2019-04-25tap: Fix the indirect buffer allocationMohsin Kazmi1-1/+1
2019-04-25session: cleanup segment manager and fifo segmentFlorin Coras10-381/+402
2019-04-25crypto_ipsecmb: use pre-expanded keysDamjan Marion1-1/+1
2019-04-25session: use teps in accept/connect notificationsFlorin Coras6-48/+40
2019-04-25IPSEC; dpdk backend for tunnel interface encryptionNeale Ranns8-57/+94
2019-04-25ipsec: drop runts in esp-decryptDamjan Marion1-0/+8
2019-04-25crypto: improve key handlingDamjan Marion11-26/+208
2019-04-25Remove dummy_interface_tx nodes from l2tp l2xcrw and nshJohn Lo2-18/+0
2019-04-24Add get_endpoint in transport vftAloys Augustin5-13/+88
2019-04-24ip4_lookup_inline: leverage vlib_get_buffers to improve perfZhiyong Yang1-32/+27
2019-04-24QUIC: Add multi-stream support to internal test appsAloys Augustin6-7/+171
2019-04-24UDPC: Fix open segfault with multiple workersAloys Augustin1-1/+3
2019-04-24l2: Add support for arp unicast forwardingMohsin Kazmi6-8/+112
2019-04-24session: remove unused fifo allo return valueFlorin Coras3-11/+7
2019-04-24ethernet_input_inline: leverage vlib_get_buffersZhiyong Yang1-17/+14
2019-04-24Rearrange prefetching in ipsec_output_inlineVratko Polak1-6/+6
2019-04-23API sw_interface_dump: Dump all if index is zeroVratko Polak2-5/+6
2019-04-23Fix a ipsec command line typoSimon Zhang1-1/+1
2019-04-23vnet: clean up calc_checksums()Zhiyong Yang1-7/+8
2019-04-23ipsec4-output: add pkt header and data prefetchingZhiyong Yang1-2/+9
2019-04-22GRE: set gre_tunnel_type init value to zero in APIAlexander Chernavin1-1/+1
2019-04-19Doxygen cleanup.Dave Wallace2-2/+2
2019-04-19IPSEC: IPv6 ESP transport mode incorrect packet length and checksum (VPP-1654)Neale Ranns1-7/+14
2019-04-196rd: fix debug cli short-helpBenoît Ganne1-1/+2
2019-04-19DOCS-ONLY: Fix broken doxygen tag in BVIDave Wallace1-1/+1
2019-04-19IPSEC: ESP IPv6 transport mode payload length incorrect (VPP-1653)Neale Ranns1-1/+3
2019-04-19FIB: recursion casues path reallocNeale Ranns1-1/+12
2019-04-18svm: allow indirect fifo data chunksFlorin Coras1-1/+0
2019-04-18GRE: API updateNeale Ranns4-88/+136
2019-04-18tls: allow engines to customize closeFlorin Coras2-18/+26
2019-04-18IPSEC: tunnel rekey fix and test (VPP-1652)Neale Ranns1-21/+24
2019-04-17session: fix segment manager init conditionFlorin Coras1-1/+1
2019-04-17Make sw_interface_dump more compatible with 2.2.0Vratko Polak2-9/+6
2019-04-17vcl/session: tx notifications for cut-thru sessionsFlorin Coras3-0/+32
2019-04-17api: Add to interface crud - read by sw_if_index.Paul Vinciguerra2-1/+25
2019-04-17Revert "Revert "bond: problem switching from l2 to l3""Steven Luong1-0/+11
2019-04-17tap: clean-up when linux will delete the tap interfaceMohsin Kazmi2-0/+43
2019-04-17IPSEC: Pass the algorithm salt (used in GCM) over the APINeale Ranns6-10/+16