aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-05vxlan: add udp-port configuration supportArtem Glazychev5-60/+320
2021-02-05sr: Fix the issue that L3VPN SRv6 encapsulated packets could not be forwarded.Tetsuya Murakami3-2/+20
2021-02-04mpls: MPLS Hash fixesNeale Ranns2-8/+9
2021-02-04vlib: "revert startup multi-arch variant configuration fix for interfaces"Damjan Marion3-31/+4
2021-02-04linux-cp: Linux Interface Mirroring for Control Plane IntegrationNeale Ranns2-2/+12
2021-02-04ipsec: one thread index per-SANeale Ranns8-57/+36
2021-02-03vxlan: fix interface namingRay Kinsella1-6/+8
2021-02-02policer: add countersBrian Russell4-8/+58
2021-02-01fib: Changes to interpose sourceNeale Ranns5-19/+78
2021-02-01tap: fix the interrupt handlingMohsin Kazmi1-3/+4
2021-01-29interface: fix interface name overflow in logsBenoît Ganne1-9/+9
2021-01-28ip: do policer thread handoff from punt policersBrian Russell3-51/+130
2021-01-28policer: add policer handoffBrian Russell2-0/+81
2021-01-28ip: add frame queues to punt policer nodesBrian Russell2-0/+10
2021-01-28policer: add thread index to policerBrian Russell2-3/+8