aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-02-24virtio: enable the interrupt support for uio_pci_genericMohsin Kazmi1-11/+4
2021-02-24session: init ctrl msg without mq lockFlorin Coras1-102/+96
2021-02-24fib: fix sa selection for fib routed destinationsJúlius Milan1-4/+14
2021-02-24crypto: A more memory efficient layout of the frame element structNeale Ranns2-18/+26
2021-02-23l2: coverity woe in l2_api.cSteven Luong1-23/+20
2021-02-23vlib: fix offload flags value resetBenoît Ganne1-2/+11
2021-02-22ip-neighbor: add set ip neighbor-config CLI commandIvan Shvedunov1-0/+54
2021-02-19tests: add input policer thread handoff testsBrian Russell1-2/+74
2021-02-19policer: add thread handoff for device inputBrian Russell4-13/+71
2021-02-19policer: move handoff checks into policer codeBrian Russell4-47/+41
2021-02-19tests: test input policerBrian Russell1-0/+74
2021-02-19policer: add api to configure input policingBrian Russell4-0/+76
2021-02-19policer: add policing as device-input featureBrian Russell3-233/+19
2021-02-18tests: remove unnecessary setup in policer testBrian Russell1-6/+0
2021-02-15session: coverity fixFlorin Coras1-3/+0
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi25-223/+332
2021-02-15misc: coverity fixesDave Barach2-7/+5
2021-02-15ip: Path MTUNeale Ranns22-18/+1528
2021-02-15policer: improve policer structBrian Russell9-33/+28
2021-02-15policer: add api to bind policer to workerBrian Russell4-3/+76
2021-02-15interface: Add promisc on/off in apiNathan Skrzypczak2-32/+76
2021-02-15fib: Always honour flow hash flagNeale Ranns4-17/+50
2021-02-12ipsec: Store thread-index in buffer meta-data during SA handoffNeale Ranns7-32/+22
2021-02-12policer: tidy upBrian Russell3-162/+50
2021-02-12policer: use enum typesBrian Russell5-41/+31
2021-02-12policer: remove SSE2 prefixBrian Russell9-486/+427
2021-02-11tests: tag the tests that do not work with multi-worker configurationAndrew Yourtchenko3-0/+6
2021-02-11policer: use ip dscpBrian Russell5-67/+8
2021-02-10vcl: validate seg handle on migrate only if neededFlorin Coras1-1/+1
2021-02-10tests: add policer testsBrian Russell1-0/+123
2021-02-10ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns14-263/+367
2021-02-10nat: fix EI hairpinning thread safetyKlement Sekera1-0/+1
2021-02-09l2: crash on l2_input_is_xconnectSteven Luong1-10/+8
2021-02-09tls: dtls initial implementationFlorin Coras4-30/+247
2021-02-09session: coverity fixesFlorin Coras1-2/+4
2021-02-09Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy"Matthew Smith14-331/+234
2021-02-08ipsec: Use the new tunnel API types to add flow label and TTL copyNeale Ranns14-234/+331
2021-02-08interface: automask interrupts to polling rxqsMohammed Hawari1-1/+3
2021-02-08virtio: use vpp clib_memset instead glibc memsetMohsin Kazmi1-2/+2
2021-02-08virtio: add atomic call for kickingMohsin Kazmi2-20/+6
2021-02-08ipsec: Checking wrong DB for initialistationNeale Ranns1-17/+17
2021-02-08tunnel: support copying TTL and flow label from inner to outerNeale Ranns11-56/+488
2021-02-06ipsec: CLI improvement for udp port encapMohammed Hawari1-0/+5
2021-02-05tcp: fix port reuse with multiple listenersFlorin Coras2-3/+11
2021-02-05devices: af-packet gso mtuNathan Skrzypczak4-38/+126
2021-02-05session svm: non blocking mqFlorin Coras2-4/+3
2021-02-05ip: Remove unused include fileNeale Ranns1-1/+0
2021-02-05nat: 1:1 policy NATOle Troan1-2/+2
2021-02-05ipsec: add support for AES CTRBenoît Ganne6-139/+182
2021-02-05interface: RX/TX direction type in APINeale Ranns4-70/+87