aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-17Duplicate pcap tx trace fixNeale Ranns1-3/+0
2019-04-16ADJ: crash in format/show (VPP-1648)Neale Ranns1-1/+1
2019-04-16IPSEC: SA format; don't print keys when there's no algoNeale Ranns1-7/+8
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das11-39/+33
2019-04-16QUIC: Initial multi stream supportAloys Augustin1-0/+1
2019-04-16Allow sessions to be allocated in app's RX callbacksAloys Augustin1-3/+11
2019-04-16IPSEC: support GCM in ESPNeale Ranns13-13/+127
2019-04-16IPSEC-GRE: return correct API codeNeale Ranns1-1/+1
2019-04-16vpp-1647: fix typo in pcap_trace_command_internalDave Barach1-1/+1
2019-04-15tap: fix the crashMohsin Kazmi1-0/+3
2019-04-15IPSEC: crypto overflowNeale Ranns1-1/+1
2019-04-14ip4: don't format upper layer if it's a fragmentfaicker.mo1-0/+3
2019-04-14crypto: add support for AES-CTR cipherfituldo1-1/+4
2019-04-12session: drop lock on segment allocation errorFlorin Coras1-12/+9
2019-04-11IPSEC: ESP with ESN tests and fixesNeale Ranns2-4/+4
2019-04-11IPSEC-MB: Use random & non-repeating IV (VPP-1642)Neale Ranns3-7/+6
2019-04-11Stats: Spelling mistake: s/tx-unicast-miss/tx-unicast/Ole Troan1-1/+1
2019-04-11crypto: add performace test to unittest pluginDamjan Marion2-0/+22
2019-04-10udp: fix copyright typoFlorin Coras1-1/+1
2019-04-10crypto: Intel IPSEC-MB engineNeale Ranns2-2/+13
2019-04-10ethernet: fix packet tracingBenoît Ganne1-1/+1
2019-04-10IPSEC: for each engine and algorithm testsNeale Ranns1-1/+1
2019-04-10session: binary api app names as vectorsFlorin Coras1-2/+2
2019-04-10API: Fix shared memory only action handlers.Ole Troan6-195/+86
2019-04-10IPSEC: remove double byte swap of IP addressesNeale Ranns1-18/+10
2019-04-10Make tcp/udp/icmp compute checksum safer for buffer-chain caseJohn Lo2-2/+2
2019-04-09session: fix session flagsFlorin Coras2-5/+2
2019-04-08fixing typosJim Thompson32-45/+45
2019-04-08virtio: Fix the coverity warningsMohsin Kazmi1-6/+11