aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-16vlib: add "memory-trace stats-segment"Dave Barach6-61/+199
2019-06-14api: add mp-safe/barrier-sync indication to elogsDave Barach2-6/+18
2019-06-14ipsec: Display user specified SPI ID not VPP's indexNeale Ranns1-1/+3
2019-06-14avf: update known issues section in README.mdDamjan Marion1-5/+1
2019-06-14g2: clean up compile/link errorsDave Barach3-35/+33
2019-06-14vppinfra: optimize elog_stringDave Barach2-5/+31
2019-06-14stats: add version field to stat segment base headerOle Troan5-0/+26
2019-06-14ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped...Neale Ranns1-3/+5
2019-06-14interface: interface dump API check validity of sw_if_indexNeale Ranns1-1/+1
2019-06-13crypto-ia32: fix typo in ifdef for avx512 versionNeale Ranns1-1/+1
2019-06-13ipsec: remove spurious warningsNeale Ranns3-7/+0
2019-06-13tcp: fix tcp_do_fastretransmits failure.Guoao Sun1-0/+2
2019-06-05ipsec: ah_decrypt reworkFilip Tehlar1-167/+283
2019-06-12avf: add README.md section about spoofing checkDamjan Marion1-0/+10
2019-06-12infra: fix minor memory leak in "api trace..."Dave Barach3-6/+15
2019-06-12static_http: Typo in short_help.Paul Vinciguerra1-1/+1
2019-06-12session: use session handles as app listener handlesFlorin Coras5-63/+51
2019-06-12tcp: better estimate snd space for rxt with no sacksFlorin Coras2-4/+2
2019-06-12tcp: add cc stats plotting toolsFlorin Coras2-0/+231
2019-06-12papi: make socket disconnect more robustVratko Polak1-1/+1
2019-06-12buffers: fix vlib_buffer_free_no_nextDamjan Marion1-1/+1
2019-06-12lacp: cleanup unnecessary pointer castZhiyong Yang5-46/+38
2019-06-12NAT: interface fib fix (VPP-1691)Filip Varga1-8/+16
2019-06-11vlib: avoid retrieving freed file in epollFlorin Coras1-6/+7
2019-06-11ip: punt coverity fix of CLI inputNeale Ranns1-1/+4
2019-06-11fix compiling error with marvell pp2 pluginjialv011-0/+1
2019-06-11lacp: remove duplicated codeZhiyong Yang1-1/+0
2019-06-11ssvm: disable private segment expandFlorin Coras1-0/+1
2019-06-11tcp: allow registration of new cc algo typesFlorin Coras2-5/+23
2019-06-09svm: improve fifo segment showFlorin Coras3-25/+39
2019-06-08mactime: add per-mac allow-with-quota featureDave Barach5-15/+73
2019-06-08trace frame-queue on trigger out of memorydongjuan2-3/+2
2019-06-08tcp: send challenge ack for in wnd synFlorin Coras1-1/+2
2019-06-08tcp: close connection if not recovered after max triesFlorin Coras2-0/+14
2019-06-07tcp: add cc cleanup functionFlorin Coras2-25/+34
2019-06-07tcp: log connect notify errorsFlorin Coras1-1/+2
2019-06-07ipsec: export ipsec_punt.hNeale Ranns1-0/+1
2019-06-07ip: ip4 lookup performance bump with the usual receipeNeale Ranns1-435/+378
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoƮt Ganne28-84/+73
2019-06-07lacp: create lacp-process on demandSteven Luong4-26/+86
2019-06-07ipsec: remove the set_key APINeale Ranns10-526/+0
2019-06-07gre: update gre.api with explicit typesOle Troan1-6/+5
2019-06-07API: Add support for "defaults"Ole Troan5-32/+99
2019-06-07vppapigen: Fold up CRC from dependent types.Ole Troan4-36/+50
2019-06-07p2p ethernet: update p2p_ethernet.api with explicit types.Ole Troan1-5/+8
2019-06-07vpp_papi: Context_id allocator for running forked.Paul Vinciguerra2-5/+60
2019-06-07vpp_papi: Fix missing dependency.Paul Vinciguerra1-2/+8
2019-06-07no trigger nat ipfix flush in first workerdongjuan1-1/+1
2019-06-07vpp_papi: Fix format_vl_api_address_t under python3.Paul Vinciguerra1-1/+3
2019-06-07bfd: midchain adjacency supportMatthew G Smith1-10/+51