aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-11-26misc: add gdb helpers for vlib buffersBenoît Ganne2-0/+34
2019-11-26lb: lb_add_del_vip and lb_add_del_as doesn't work.Hongjun Ni2-4/+14
2019-11-26build: remove valgrind leftoversBenoît Ganne5-4360/+0
2019-11-26ethernet: all dmac checks include secondary addrsMatthew Smith1-19/+106
2019-11-26fib: Table ReplaceNeale Ranns24-254/+794
2019-11-25tap: fix coverity warning 205875Andrew Yourtchenko1-1/+6
2019-11-25tcp: honor cc pacing rate when resetting pacerFlorin Coras1-2/+3
2019-11-25tcp: invalidate expired timer handles before dispatchingFlorin Coras3-25/+29
2019-11-25vlib: autogenerate <node> before <last-in-arc> constraintsDave Barach4-1/+25
2019-11-24papi: fix papi default handlingOle Troan1-17/+18
2019-11-24vppapigen: clean up typos in c generated codePaul Vinciguerra2-5/+5
2019-11-24vppapigen: fix i64 format stringPaul Vinciguerra1-1/+1
2019-11-24vppapigen: fix typo on f64 endian_stringPaul Vinciguerra1-4/+4
2019-11-24papi: add missing base types to serializerPaul Vinciguerra1-2/+4
2019-11-23papi: add repr to packer types for troubleshootingPaul Vinciguerra1-0/+47
2019-11-22quic: Refactor quic rx callback for offloadNathan Skrzypczak2-111/+147
2019-11-22hsa: Improve for mq-intensiveNathan Skrzypczak5-46/+31
2019-11-22build: add build types helpstring to cmake projectDamjan Marion1-0/+9
2019-11-22quic: Remove qctx opening poolNathan Skrzypczak2-34/+15
2019-11-22crypto-ipsecmb: use single GCM APIFan Zhang1-6/+4
2019-11-22vppinfra: fix coverity issue 205691 in pmallocAndrew Yourtchenko1-0/+1
2019-11-22papi: support default for type alias decaying to basetypeOle Troan2-19/+64
2019-11-22ipsec: fix trailing data overflowFilip Tehlar1-23/+21
2019-11-22ikev2: install/remove ipsec tunnels from main threadFilip Tehlar2-68/+157
2019-11-21tcp: add no csum offload config optionFlorin Coras3-25/+20
2019-11-21vcl: if the ldp user send buf with 0 len, it will assert failed.jiangxiaoming1-1/+1
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras9-111/+88
2019-11-20classify: per-interface rx/tx pcap capture filtersDave Barach2-3/+22
2019-11-20vlib: improve code coverage, part deuxDave Barach3-30/+62
2019-11-20ipsec: Honour the renumber argument when selecting show instnaceNeale Ranns1-1/+1
2019-11-20vlib: pci: fix non-NULL terminated C-stringBenoît Ganne1-2/+2
2019-11-20ikev2: fix memory leak in child SAFilip Tehlar1-16/+15
2019-11-20misc: fix 4 coverity warnings in srv6-mobileDave Barach4-4/+4
2019-11-20flow: Add GTP supportChenmin Sun3-46/+514
2019-11-20tap: multiqueue supportDamjan Marion5-161/+261
2019-11-20quic: Increase loggingNathan Skrzypczak1-29/+40
2019-11-20virtio: fix use-after-freeBenoît Ganne1-1/+1
2019-11-20session tcp: add opaque data to show cliFlorin Coras2-2/+5
2019-11-20session: fix transport proto unformatFlorin Coras2-7/+45
2019-11-19quic: handle duplicate packet from quiclyDave Wallace1-2/+15
2019-11-19session: Fix out of order mqNathan Skrzypczak1-1/+2
2019-11-19srv6-mobile: fix yamllint failure in FEATURE.yamlDave Wallace1-0/+1
2019-11-19dpdk: fix non-NULL terminated stringBenoît Ganne1-1/+1
2019-11-19session: more show cli outputFlorin Coras2-5/+68
2019-11-19srv6-mobileTetsuya Murakami29-32/+5334
2019-11-19map: fix coverity issue 205684Andrew Yourtchenko1-2/+2
2019-11-19nat: respect arc features (multi worker)Filip Varga7-419/+887
2019-11-19map: Fix TCP MSS clamping for MAP-E traffic.Jon Loeliger2-2/+84
2019-11-18session: Increasing the Header lengthe sizeSrikanth Akula2-2/+2
2019-11-18session: extra checks in session validationSrikanth Akula3-15/+29