aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2019-07-02gbp: disable L2 BD learning per-interfaceBenoît Ganne4-37/+51
2019-07-02vcl: fix sock client and server testsFlorin Coras2-5/+4
2019-07-02lisp: fix unitialized ip prefix in cp unit testFlorin Coras1-0/+1
2019-07-01gbp: VRF scoped contractsNeale Ranns15-36/+148
2019-06-30igmp: accept packets that have more on the wire data than IGMP reports.Neale Ranns1-13/+19
2019-06-29svm: rename fifo tx notifications to reflect useFlorin Coras3-10/+10
2019-06-28quic : Use TX event for app read notificationNathan Skrzypczak3-784/+909
2019-06-28igmp: Trace more data form input packetsNeale Ranns2-7/+16
2019-06-27session: Add transport vft protocol optionsNathan Skrzypczak1-2/+4
2019-06-27svm: improve fifo segment testFlorin Coras1-1/+13
2019-06-27lacp: custom dump for sw_interface_lacp_dumpSteven Luong1-3/+30
2019-06-26tcp session: improvement to testsFlorin Coras2-12/+29
2019-06-26svm: fix fifo segment free chunk bytes accountingFlorin Coras1-17/+112
2019-06-26gbp: enforce same endpoint mac and ip srcBenoît Ganne1-6/+15
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra3-10/+10
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns4-4/+0
2019-06-26vmxnet3: custom dump and debug cli fixSteven Luong3-27/+84
2019-06-26hsa: move vcl test apps to hsaFlorin Coras10-6/+4823
2019-06-25tcp: delivery rate estimatorFlorin Coras1-0/+312
2019-06-25lisp: move cp tests to unittestFlorin Coras2-0/+1432
2019-06-25hsa: move external echo apps to hsaFlorin Coras4-0/+4533
2019-06-25hsa: move session-apps to host-stack apps pluginFlorin Coras8-0/+3511
2019-06-25ipsec: print spi in hexadecimalGuillaume Solignac1-2/+3
2019-06-25avf: fix clear hw statsFilip Tehlar3-2/+14
2019-06-24quic: server create streams test caseDave Wallace1-1/+1
2019-06-22lacp: convert clib_warning to event loggerSteven Luong4-20/+78
2019-06-20quic: remove session flags identifying Q/S sessionsNathan Skrzypczak1-8/+3
2019-06-20buffers: fix crashKlement Sekera2-0/+92
2019-06-19vppinfra: fix rbtree node deleteFlorin Coras1-1/+5
2019-06-19gbp: Add support for arp unicast forward in gbp bridge domainMohsin Kazmi1-1/+8
2019-06-18session: fix memory out of bound issueLijian.Zhang1-0/+8
2019-06-18fib: fib api updatesNeale Ranns10-158/+170
2019-06-18api: string type to convert to vectorOle Troan6-31/+28
2019-06-18dpdk: check result of rte_mempool_create_emptyLijian.Zhang1-0/+15
2019-06-18quic: fix handling of stream reset & closeNathan Skrzypczak2-36/+65
2019-06-18vppinfra: add format_hex_bytes_no_wrapDamjan Marion1-5/+5
2019-06-18avf: fix adminq enqueue errorsDamjan Marion2-5/+9
2019-06-18avf: add logging macros and improve loggingDamjan Marion3-13/+134
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak3-27/+11
2019-06-14avf: update known issues section in README.mdDamjan Marion1-5/+1
2019-06-13crypto-ia32: fix typo in ifdef for avx512 versionNeale Ranns1-1/+1
2019-06-12avf: add README.md section about spoofing checkDamjan Marion1-0/+10
2019-06-12static_http: Typo in short_help.Paul Vinciguerra1-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-11fix compiling error with marvell pp2 pluginjialv011-0/+1
2019-06-11lacp: remove duplicated codeZhiyong Yang1-1/+0
2019-06-08mactime: add per-mac allow-with-quota featureDave Barach5-15/+73
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoît Ganne13-11/+14
2019-06-07lacp: create lacp-process on demandSteven Luong4-26/+86