aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-06-08vxlan: Fixed checksum caclculation offsetVladimir Isaev6-72/+44
2020-06-08nat: more long read after short write optimizationKlement Sekera15-1060/+1051
2020-06-07mactime: print error if feature not enabledDave Barach1-1/+8
2020-06-07fib: fix multiple dpo pool expand casesDave Barach6-7/+76
2020-06-05fib: fix adj pool expand casesDave Barach1-1/+24
2020-06-04fib: add barrier sync, pool/vector expand casesDave Barach3-1/+66
2020-06-04nat: fix coverity warningKlement Sekera1-1/+1
2020-06-04ikev2: session cleanup after profile is deletedFilip Tehlar2-52/+119
2020-06-04dpdk: cleanup, add rx queue structDamjan Marion5-59/+31
2020-06-04nat: fixed input validationFilip Varga7-21/+22
2020-06-04nat: add tracing for nat44-hairpinningKlement Sekera3-15/+84
2020-06-03vlib: improve node interrupt handlingDamjan Marion3-47/+81
2020-06-03nat: refactor mss_clamping to not depend on snat_main_tOle Troan9-68/+83
2020-06-02ikev2: remove unused hash computationFilip Tehlar1-4/+1
2020-06-01ip: fix IPv6 mask to prefix length conversionAndreas Schultz2-20/+10
2020-06-01nat: update ip4-udp src port for checksum == 0 pktsDave Barach1-3/+6
2020-05-29lisp: fix api_format referencePaul Vinciguerra1-2/+2
2020-05-29bonding: Revert adjust link stateMatthew Smith1-20/+3
2020-05-29lisp: fix api_formatFlorin Coras1-6/+6
2020-05-29lisp: fix custom dumpFlorin Coras2-16/+28
2020-05-29fib: Safe adj walkNeale Ranns1-8/+15
2020-05-29gso: fix flag for inner headerMohsin Kazmi1-2/+3
2020-05-29docs: Minor updates to feature.yaml filesJohn DeNisco2-6/+8
2020-05-29misc: ipfix-export unformat u16 collector_port fixElias Rudberg3-1/+20
2020-05-29misc: fix the pretty print for api traceMohsin Kazmi1-6/+6
2020-05-28tap: fix rx queue indexMohsin Kazmi1-1/+2
2020-05-28dhcp: use per-thread vlib main instead of global oneBenoƮt Ganne1-2/+2
2020-05-27dhcp: vat support for the dhcp_client_dump APIDave Barach6-8/+53
2020-05-27build: make address sanitizer options configurable with cmakeDamjan Marion4-2/+34
2020-05-27ipsec: Add/Del IPSec SA is not MP safeNeale Ranns1-7/+0
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo11-70/+172
2020-05-27dpdk: bump to DPDK v20.05Damjan Marion1-0/+7
2020-05-27vppinfra: fix SIGBUS in bihash init when running unpriviledged, take twoDamjan Marion1-1/+1
2020-05-27ip: reassembly: use correct IP header offsetKlement Sekera1-2/+7
2020-05-27bonding: adjust link state based on active slavesMatthew Smith1-3/+20
2020-05-27nat: fix regarding vm arg for vlib_time_now callElias Rudberg1-1/+2
2020-05-27api: make vpp api handlers endian independentOle Troan5-9/+65
2020-05-26vcl: fix ldp fcntl64Florin Coras3-40/+24
2020-05-26fib: Fix interpose source reactivateNeale Ranns1-0/+14
2020-05-26fib: Use basic hash for adjacency neighbour tableNeale Ranns1-82/+42
2020-05-26vcl: do not propagate epoll events if session closedFlorin Coras2-6/+17
2020-05-26pci: improve vfio loggingDamjan Marion3-20/+77
2020-05-26ipsec: DES/3DES fixing the iv_len for openssl cryptoRajesh Goel1-1/+2
2020-05-25vcl: fix udp connected checkFlorin Coras1-1/+1
2020-05-25tcp: fix sack block validation on wrapFlorin Coras2-1/+29
2020-05-25api: add new stream message conventionOle Troan9-45/+226
2020-05-24dpdk: del warnings that duplicate counters in espAlexander Chernavin2-12/+0
2020-05-24vppinfra: fix SIGBUS in bihash init when running unpriviledgedDamjan Marion1-1/+1
2020-05-24vcl: add sendmsg/recvmsg for vlsh in ldpFlorin Coras1-65/+130
2020-05-24tcp: track buffer alloc failuresFlorin Coras2-3/+21