aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-03-11vlib: refactor node function variantsDamjan Marion2-23/+16
2021-03-11misc: remove cop API support (part 1)Dave Barach4-247/+1
2021-03-10session: check if fifo exists in cl bound notificationFlorin Coras1-1/+2
2021-03-10interface: fix interface-output and interface-tx multiarch selectionDamjan Marion3-38/+46
2021-03-09nat: fix dst nat thread issuesKlement Sekera1-2/+5
2021-03-08tcp: account for option alignment in initial snd_mssFlorin Coras1-2/+3
2021-03-07dispatch-trace: move dispatch trace pcap code to pluginDamjan Marion3-0/+41
2021-03-05fib: format function for adjacency flagsNeale Ranns2-0/+18
2021-03-05interface: move vnet_pcap_t to vnetDamjan Marion4-12/+33
2021-03-05l2: coverity woe in l2_rw_mod_entrySteven Luong1-3/+0
2021-03-05ipsec: Support async mode per-SANeale Ranns11-205/+232
2021-03-05ipsec: Submit fuller async framesNeale Ranns4-178/+146
2021-03-04crypto: add support for aes-ctr+sha-1 chainsBenoît Ganne1-16/+19
2021-03-04bonding: coverity woe in bond_dev_class fuctionSteven Luong1-5/+14
2021-03-03udp: allocate rx lock only for non-connectedFlorin Coras1-3/+7
2021-03-02classify: fix crash if no pcap filter has been configuredBenoît Ganne1-1/+2
2021-03-02classify: fix multiple filters supportBenoît Ganne1-11/+22
2021-02-28session svm: segment manager and fifo segment leaksFlorin Coras1-0/+2
2021-02-26udp: avoid locking connected udp sessions on rxFlorin Coras3-2/+8
2021-02-26virtio: place the event fds on worker threads for pci deviceMohsin Kazmi1-0/+11
2021-02-26interface: Fix rxq deletionNathan Skrzypczak1-2/+11
2021-02-26interface: fix sh int rxNathan Skrzypczak2-2/+2
2021-02-26ipsec: move the IPSec SA pool out of ipsec_mainNeale Ranns13-84/+76
2021-02-26crypto: fix coverity issue 218445Piotr Bronowski1-3/+0
2021-02-25tests: Add tests for IPSec async mode using the crypto SW schedulerNeale Ranns1-1/+2
2021-02-25ipsec: ipsec.h tidy upNeale Ranns6-56/+86
2021-02-25ipsec: enable input features on tunnelsBrian Russell4-30/+93
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