aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-06IGMP: Improved handling of (*,G) join and leaveNeale Ranns1-20/+74
2018-11-06VPP-1481: fixed tlv length checking & added testsFilip Varga1-2/+10
2018-11-06dpdk: format_dpdk_device_name cleanupDamjan Marion1-7/+7
2018-11-06Change l2_patch from dual-loop to quad-loopYulong Pei1-18/+54
2018-11-06dpdk: fix device name suffix confusion with failsafe/netvscStephen Hemminger1-2/+2
2018-11-06dpdk: fix pmd device type when using netvsc or failsafeStephen Hemminger1-1/+1
2018-11-06tcp: dequeue acked only once per burstFlorin Coras4-28/+64
2018-11-05acl-plugin: 5-tuple parse: get rid of memcpy and move to flags vs. bitfieldsAndrew Yourtchenko3-80/+77
2018-11-05vxlan: prefetch extra one cacheline holding external headerZhiyong Yang1-2/+2
2018-11-05Don't autodetect plugin path if set on cmdlineKlement Sekera1-2/+3
2018-11-05Enable atomic swap and store macro with acquire and release orderingSirshak Das4-9/+12
2018-11-05Genric API types format/unformat support for VAT and custom dumpNeale Ranns12-57/+162
2018-11-05VPP-1450: binary api call for dumping SPD to interface registrationFilip Varga2-1/+81
2018-11-05tcp: send unsent data in fast recoveryFlorin Coras5-121/+196
2018-11-05Provide return value for PAPI disconnect()Igor Mikhailov (imichail)2-1/+3
2018-11-05Alter logging semantics for VPP PAPI objectIgor Mikhailov (imichail)1-1/+1
2018-11-02tcp: coverity fixesFlorin Coras3-9/+9
2018-11-02vnet: ping: rewrite for maintainability and multicore supportAndrew Yourtchenko2-450/+737
2018-11-02vlib: define minimum chained buffer segment sizeDamjan Marion4-5/+15
2018-11-02dpdk: restore special handling for failsafe driverStephen Hemminger1-1/+1
2018-11-02session: measure dispatch period only if under loadFlorin Coras9-22/+51
2018-11-02tcp: minimize use of tlsFlorin Coras4-198/+195
2018-11-02arp:add error counters for all failure casesEyal Bari2-101/+85
2018-11-01tcp: fast retransmit pacingFlorin Coras8-66/+129
2018-11-01Move RPC calls off the binary API input queueDave Barach6-31/+62
2018-11-01Fix API name_crc format stored in msg_api_tableIgor Mikhailov (imichail)3-3/+3
2018-10-31session: fix sh session cliFlorin Coras1-1/+1
2018-10-31Add and enable msb mask vector intrinsic for aarch64.Lijian Zhang1-10/+28
2018-10-31l2fib:remove unused bucket arg in lookup functionsEyal Bari3-33/+7
2018-10-31session: prioritize postponed sessionsFlorin Coras3-45/+33
2018-10-31session: add wrk contextFlorin Coras7-163/+172
2018-10-30ADJ: init MTU to interface defaultNeale Ranns2-1/+4
2018-10-30change mac address functions take const macNeale Ranns2-3/+3
2018-10-30vppinfra: fix bug in default_socket_sendmsgDamjan Marion1-1/+1
2018-10-30dpdk: .function should be removed for mutiarch nodesDamjan Marion2-4/+0
2018-10-29migrate ipsec to new multiarch infraKlement Sekera10-104/+59
2018-10-29Use throttle_t for ND throttlingNeale Ranns6-48/+36
2018-10-29interface-flags; fix coverity error found in conversionNeale Ranns2-4/+30
2018-10-29Fixing Exclusive dpo path issues added when via rpathVijayabhaskar Katamreddy1-4/+18
2018-10-28session: move test to unittest pluginFlorin Coras3-3/+3
2018-10-29bond: problem switching from l2 to l3Steven1-0/+11
2018-10-28physmem: coverity issuesDamjan Marion2-6/+4
2018-10-28session: extend connect api for internal appsFlorin Coras17-140/+411
2018-10-27FIB: Sources must be keep in priority order, so re-sort after a vec_delNeale Ranns1-0/+2
2018-10-27pg: icmp4 & tcp4 ip length issueKingwel Xie2-2/+12
2018-10-27pg: incrementing len should be truncated byKingwel Xie1-12/+15
2018-10-27pg: allow creating pg for udp based protocolsKingwel Xie2-1/+13
2018-10-27Enumify interface flagsNeale Ranns3-42/+62
2018-10-27vmxnet3: add logging support to the control plane [VPP-1470]Steven4-17/+87
2018-10-27virtio: remove the extra return callMohsin Kazmi1-2/+0