aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-21ip: Use correct enum type in ip_address_setNeale Ranns5-11/+12
2021-01-21ip: use IPv6 flowlabel in flow hash computationAhmed Abdelsalam13-100/+115
2021-01-21ipsec: Honour IPSec SA table-ID over APINeale Ranns2-11/+9
2021-01-21ipsec: Tunnelled packets are locally generatedNeale Ranns1-0/+1
2021-01-21ip: set correct error in ip6-localBenoît Ganne1-3/+3
2021-01-21vppinfra: add bihash with 32 byte keyMatthew Smith2-0/+108
2021-01-21fib: fix includes for muslNathan Moos1-1/+1
2021-01-20acl: replace glibc internal __bswap_64 with clibNathan Moos1-1/+2
2021-01-20memif: fix vpp to go link up immediately on admin upEd Warnicke3-16/+23
2021-01-20vxlan: fix SEGV reported in VPP-1962Ed Warnicke1-5/+29
2021-01-20vppinfra: add option to use libexecinfoNathan Moos1-1/+5
2021-01-20svm: add standard include for __WORDSIZENathan Moos1-0/+1
2021-01-20vlib: fix build with muslNathan Moos2-0/+2
2021-01-20ikev2: use new counters data model & add more countersFilip Tehlar3-50/+169
2021-01-20ip: add API to retrieve IPv6 link-layer addressBenoît Ganne2-35/+84
2021-01-20crypto: fixed vnet_crypto_is_set_handler()PiotrX Kleski1-1/+10
2021-01-20build: add the missing leading underscore to FORTIFY_SOURCENeale Ranns1-2/+2
2021-01-20classify: Layout classify entry to group data-plane accessed fields onNeale Ranns3-102/+124
2021-01-19classify: crash on classify filter pcap del commandSteven Luong1-1/+2
2021-01-19avf: fix l2_len for csum offloadMohammed Hawari1-4/+3
2021-01-18build: make rpath optionalNathan Moos1-1/+4
2021-01-18nat: deal with flows instead of sessionsKlement Sekera15-1963/+1865
2021-01-18ipsec: Support MPLS over IPSec[46] interfaceNeale Ranns11-148/+280
2021-01-18tls: make picotls engine able to initial connection as clientSimon Zhang2-16/+74
2021-01-16tcp: remove bad assertIvan Shvedunov1-5/+2
2021-01-15vlib: fix counter_will_expand predictionMiklos Tirpak2-6/+18
2021-01-14docs: Update FIB documentationNeale Ranns1-6/+17
2021-01-14vxlan: Protect against tunnel config where source is not localNeale Ranns1-2/+11
2021-01-13ikev2: remove assert conditionFilip Tehlar1-19/+36
2021-01-12crypto-openssl: chacha support in openssl versionRay Kinsella1-8/+8
2021-01-12ip: vtep fixes for alignment and cache update.Ray Kinsella1-2/+2
2021-01-12vcl: fix session_handle_to_vlsh_table update after session migratewanghanlin1-7/+48
2021-01-11dpdk: allow configure individual VMBUS devicesVladimir Ratnikov6-58/+253
2021-01-11vcl: fix deadlock in rpcwanghanlin2-71/+134
2021-01-11acl: fix tag C-string overflowBenoît Ganne1-5/+14
2021-01-11nat: refactor and split fo EI/ED features p.2Filip Varga8-351/+1216
2021-01-09session svm: fix fifo migrationFlorin Coras6-51/+66
2021-01-08l2: Separating scan-delay and learn-limit into a separate API from want_l2_ma...Jerome Tollet3-20/+136
2021-01-08tests: move bond tests to src/vnet/bonding/testDave Wallace2-0/+373
2021-01-08vhost: Add event index for interrupt notification to driverSteven Luong10-198/+771
2021-01-08ikev2: fix lookup in wrong ip tableFilip Tehlar1-4/+6
2021-01-07vcl session: switch to generic cert key apisFlorin Coras17-311/+310
2021-01-07ipip: Support MPLS over IPNeale Ranns3-5/+102
2021-01-07ipsec: Deprecated the old IPsec Tunnel interfaceNeale Ranns7-898/+4
2021-01-06vcl: allow all workers to block on apiFlorin Coras2-32/+53
2021-01-06svm: force fixed memfd mapping if va providedFlorin Coras1-3/+3
2021-01-06api: fromjson/tojson generated code memory leakOle Troan1-1/+1
2021-01-06acl: fix cli tag parsingBenoît Ganne1-1/+5
2021-01-06ipsec: Mark the interface create reply deprecatedNeale Ranns1-0/+1
2021-01-06l2: add per bridge domain learn limitJerome Tollet7-60/+290