aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-02-26map: handle IPv6 extension headers for TCP/UDPVladimir Isaev1-2/+2
2020-02-26srv6-mobile: Cherry-pick the update document from stable/2001Satoru Matsushima9-351/+247
2020-02-26api: improve api string safetyJakub Grajciar4-14/+8
2020-02-26svm: support multi-chunk fifo chunk allocFlorin Coras1-4/+4
2020-02-25avf: Handle chain buffer in TX properlySteven Luong2-7/+140
2020-02-25unittest: Skip string test case for sizeof (src) > sizeof (dst)Steven Luong1-4/+13
2020-02-25svm: minimal initial fifoFlorin Coras3-1/+5
2020-02-25session: basic fifo-tuning-logicRyujiro Shibuya2-14/+81
2020-02-25session svm: tracking segment memory usageRyujiro Shibuya2-0/+758
2020-02-25svm: refactor fifoFlorin Coras4-925/+900
2020-02-25svm: refactor fifo chunk trackingFlorin Coras1-2/+12
2020-02-25feature: provide a u16 version of vnet_feature_nextNeale Ranns1-3/+2
2020-02-25crypto-native: GCM implementation with vector AESNI instructionsDamjan Marion1-4/+479
2020-02-25vlib: Punt reason allocation listener enable/disable callbackNeale Ranns1-2/+4
2020-02-25crypto: fix coverity warningsFilip Tehlar1-2/+3
2020-02-25crypto-openssl: fix coverity warningsFilip Tehlar1-5/+5
2020-02-25ikev2: add retry logic for session initiationFilip Tehlar1-0/+27
2020-02-24crypto-native: introduce aes_gcm_flags_tDamjan Marion1-84/+107
2020-02-24crypto-native: introduce counter structDamjan Marion1-44/+51
2020-02-24ikev2: proper cleanup of SAs during rekeyFilip Tehlar2-11/+115
2020-02-24crypto-native: inverse Hi so it naturally fits into 512-bit registerDamjan Marion2-30/+34
2020-02-24crypto-native: replace aesni with aesDamjan Marion1-137/+134
2020-02-24crypto-native: do not overwrite data after partial tagDamjan Marion1-1/+1
2020-02-21ikev2: cleanup tunnels after subsequent sa-initFilip Tehlar1-0/+5
2020-02-21gbp: Coverity warnings for unitialized variablesNeale Ranns2-0/+3
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns1-2/+2
2020-02-21dhcp: update secondary radv_info structuresDave Barach1-22/+47
2020-02-21vrrp: fix coverity errorsMatthew Smith2-1/+12
2020-02-20hsa: cleanup vpp_echo JSON outputDave Wallace1-4/+8
2020-02-20dpdk: rx checksum offloadFlorin Coras1-0/+8
2020-02-20nat: user deletion function & extra metricsFilip Varga4-0/+272
2020-02-20map: honor pre-resolve param in map-tAlexander Chernavin6-30/+154
2020-02-20map: honor icmp6-unreachables param in map-tAlexander Chernavin2-2/+47
2020-02-20nat: avoid running pointless session cleanupsKlement Sekera3-11/+33
2020-02-20nat: nat44 split slow and fast pathFilip Varga2-1080/+339
2020-02-20ikev2: fix logging initFilip Tehlar1-3/+2
2020-02-20tls: need to use thread id to fetch the eventYu Ping1-2/+1
2020-02-19tls: handle disconect and reset in async modeYu Ping3-11/+38
2020-02-18misc: deprecating the pluginFlorin Coras15-8618/+0
2020-02-18crypto: add support for testing quad loops in crypto algosFilip Tehlar5-97/+504
2020-02-18crypto: add chained buffer support in ipsecmb (AES-GCM)Filip Tehlar1-0/+83
2020-02-18vrrp: do not define _details as autoreplyVratko Polak1-4/+3
2020-02-18misc: fix coverity warningsDave Barach2-2/+2
2020-02-18tls: Add Feature yamlYu Ping1-0/+11
2020-02-18rdma: fix bug related to ring bufferElias Rudberg1-2/+2
2020-02-18tls: Picotls engine symmetric crypto enhancement by vpp crypto frameworkSimon Zhang4-1/+373
2020-02-17misc: fix coverity warningsDave Barach1-1/+1
2020-02-17gtpu: offload RX flowChenmin Sun6-2/+785
2020-02-17ikev2: IKE plugin manages the state of the protected tunnel interfaceNeale Ranns1-2/+8
2020-02-17crypto-native: calculate ghash using vpclmulqdq instructionsDamjan Marion1-0/+126