aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-02-04teib: Rename NHRP to TEIBNeale Ranns12-452/+456
2020-02-04ip: translate fragmented icmp to fragmented icmp6Alexander Chernavin2-9/+59
2020-02-03vppinfra: fix typo in tw_timer_template.cDave Barach1-1/+1
2020-02-03tls: refactor for tls async event handlingYu Ping6-198/+163
2020-02-03virtio: vhost gso is broken in some topologySteven Luong1-2/+8
2020-02-03fib: invalid check for adj types.Neale Ranns1-1/+1
2020-02-03fib: refresh adj pointer after fib_walk_sync due to possible reallocSteven Luong2-0/+13
2020-02-03gre: improve .api descriptionsVratko Polak1-8/+28
2020-02-03gre: add missing .api editsVratko Polak1-2/+2
2020-01-31session: fix chunk batch alloc for large fifosFlorin Coras1-6/+8
2020-01-31quic: quicly crypto offloadingMathiasRaoul4-57/+579
2020-01-31crypto-native: add ARMv8 AES-CBC implementationDamjan Marion8-367/+762
2020-01-31quic: update quicly to v0.0.10-vppMathiasRaoul1-1/+1
2020-01-30crypto-native: refactor AES codeDamjan Marion4-166/+169
2020-01-30misc: deprecate dpdk hqosDamjan Marion11-3355/+0
2020-01-30misc: deprecate netmap and ixge driversDamjan Marion17-6521/+0
2020-01-30map: Add several more MAP-T BR testsJon Loeliger1-8/+294
2020-01-30vppinfra: improve clocks_per_second convergenceDave Barach4-58/+84
2020-01-30tap: fix host mtu configuration settingMohsin Kazmi1-12/+13
2020-01-30tap: fix the host mac addressMohsin Kazmi3-20/+11
2020-01-30fib: fix typos in doxygenPaul Vinciguerra1-10/+10
2020-01-30gre: Tunnel encap/decap flagsNeale Ranns10-103/+329
2020-01-30vcl session: propagate cleanup notifications to appsFlorin Coras6-40/+115
2020-01-30vppapigen: update markdown documentationPaul Vinciguerra1-7/+10
2020-01-30map: Prevent IPv4 prefix spoofing during IPv6 -> IPv4Jon Loeliger2-2/+279
2020-01-30map: handle ip4 ttl=1 packets in map-tAlexander Chernavin3-10/+20
2020-01-30crypto-native: don't expand aes-cbc keys twiceDamjan Marion2-11/+7
2020-01-30bfd: add missing castKlement Sekera1-1/+1
2020-01-29tests: add map-t fragmentation verificationsAlexander Chernavin1-10/+36
2020-01-28dhcp: disable extraneous vlib_log spewDave Barach1-9/+12
2020-01-28session tcp: fix packet tracingFlorin Coras5-13/+15
2020-01-28hsa: proxy rcv wnd update acks after full fifosFlorin Coras1-6/+87
2020-01-28crypto-native: rename crypto_ia32 to crypto_nativeDamjan Marion8-93/+93
2020-01-28map: ip4-map-t more RFC compliantVladimir Ratnikov1-8/+20
2020-01-27crypto-ia32: add VAES support for AES-CBCDamjan Marion6-50/+250
2020-01-27sr: fix possible null-pointer dereferenceIgnas Bacius2-10/+27
2020-01-27vppinfra: use CPUID provided base frequency if availableDamjan Marion1-0/+32
2020-01-27vppinfra: add x86 CPU definitionsDamjan Marion1-0/+8
2020-01-27classify: pcap / packet trace debug CLI bugsDave Barach2-1/+5
2020-01-27interface: Add missing ip4 udp->checksum = 0 prior to computing checksumSteven Luong1-1/+4
2020-01-27ipip: Multi-point interfaceNeale Ranns22-143/+522
2020-01-27tunnel: Common types for IP tunnelsNeale Ranns21-233/+324
2020-01-27map: api: fix tag overflow and leakBenoît Ganne2-4/+6
2020-01-27bfd: reset peer discriminator on timeoutKlement Sekera1-0/+13
2020-01-27fib: Reload the adj after possible realloc (VPP-1822)Neale Ranns1-0/+1
2020-01-27devices: vhost: fix data offset on inputBenoît Ganne1-11/+1
2020-01-27docs nat: fix nat-ha ascii artPaul Vinciguerra1-0/+2
2020-01-24session: fix node runtime in pre-input queue handlerFlorin Coras1-0/+1
2020-01-24nat: in2out-output nodes work with acl reflectMatthew Smith2-2/+107
2020-01-23vcl: always report EPOLLHUP/EPOLLRDHUP on closeFlorin Coras1-4/+0