aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-23NAT: VPP-1531 api cleanup & updateFilip Varga5-423/+577
2019-04-23Fix a ipsec command line typoSimon Zhang1-1/+1
2019-04-23vnet: clean up calc_checksums()Zhiyong Yang1-7/+8
2019-04-23dpdk_esp_encrypt: add to prefetch dataZhiyong Yang1-3/+13
2019-04-23ipsec4-output: add pkt header and data prefetchingZhiyong Yang1-2/+9
2019-04-23vppinfra: fix one macro issue in clib_cpu_supports_aes()Zhiyong Yang1-1/+1
2019-04-22GRE: set gre_tunnel_type init value to zero in APIAlexander Chernavin1-1/+1
2019-04-22vlib epoll: handle file removal on EPOLLINFlorin Coras1-0/+2
2019-04-20svm: reorganize fifo march codeFlorin Coras2-239/+185
2019-04-19rbtree: add successor and predecessor functionsFlorin Coras3-4/+90
2019-04-19Doxygen cleanup.Dave Wallace5-5/+5
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-19svm: move fifo tests to a separate fileFlorin Coras3-1160/+1199
2019-04-19Remove dummy_interface_tx output node from PPPoE pluginJohn Lo1-9/+0
2019-04-19svm: support addition of chunks to fifosFlorin Coras4-14/+221
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-18GBP: update cli to reflect API changesBenoît Ganne3-10/+7
2019-04-18vlib epoll: protect against clib file pool expansionFlorin Coras1-1/+3
2019-04-18Fix memory corruption faulting [VPP-1639]Artem Belov1-3/+3
2019-04-18svm: allow indirect fifo data chunksFlorin Coras6-170/+171
2019-04-18GRE: API updateNeale Ranns6-204/+211
2019-04-18tls: allow engines to customize closeFlorin Coras4-18/+74
2019-04-18IPSEC: tunnel rekey fix and test (VPP-1652)Neale Ranns1-21/+24
2019-04-17Use template-specific key compare fn when deleting recordsDave Barach1-2/+2
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 Coras4-0/+40
2019-04-17api: Add to interface crud - read by sw_if_index.Paul Vinciguerra2-1/+25
2019-04-17VPP-1649: Coverity warning in http serverDave Barach1-6/+0
2019-04-17Revert "Revert "bond: problem switching from l2 to l3""Steven Luong1-0/+11
2019-04-17vppinfra: AVX512 interelaave, insert and permuteDamjan Marion1-0/+27
2019-04-17tap: clean-up when linux will delete the tap interfaceMohsin Kazmi2-0/+43
2019-04-17Predicate a packet whether be marked by PKT_RX_FDIR_ID instead of PKT_RX_FDIRSimon Zhang1-1/+1
2019-04-17IPSEC: Pass the algorithm salt (used in GCM) over the APINeale Ranns6-10/+16
2019-04-17crypto-ipsecmb: enable GCMNeale Ranns1-24/+220
2019-04-17Default nums of RX/TX descriptors changed to 512 for 2M page on DVNZhiyong Yang1-1/+63
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-16vppinfra: more AVX2 and AVX512 inlinesDamjan Marion2-0/+72
2019-04-16dlmalloc: honor 8 byte alignment requestsFlorin Coras1-1/+1
2019-04-16gbp: Add support for allow sclass/dclass 1Mohsin Kazmi3-5/+36
2019-04-16Static http serverDave Barach8-0/+1954
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das22-315/+462
2019-04-16QUIC: Initial multi stream supportAloys Augustin3-302/+460
2019-04-16Allow sessions to be allocated in app's RX callbacksAloys Augustin1-3/+11
2019-04-16stats: Add name vectors to Python clientOle Troan4-47/+81