aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-01-25svm: add custom q implementation for mqFlorin Coras4-16/+17
2021-01-25vlib: startup multi-arch variant configuration fix for interfacesRadu Nicolau3-4/+31
2021-01-22tests: add generalized tags for tests, use them for run-solo testsAndrew Yourtchenko1-24/+7
2021-01-22interface: fix rx-placement api/cli for new infraMohammed Hawari3-72/+90
2021-01-22interface: let drivers control polling when downMohammed Hawari1-8/+0
2021-01-22devices: adapt af_packet to new rxq frameworkMohammed Hawari3-32/+32
2021-01-21interface: fix vnet_hw_if_update_runtime_dataMohammed Hawari1-0/+1
2021-01-21sr: SRv6 FlowLabel AddedJakub Horn1-12/+39
2021-01-21ip: do not return uninitialized IPv6 ll attributesBenoît Ganne1-3/+7
2021-01-21interface: rx queue infra rework, part oneDamjan Marion18-196/+853
2021-01-21ip: Use correct enum type in ip_address_setNeale Ranns2-5/+5
2021-01-21ip: use IPv6 flowlabel in flow hash computationAhmed Abdelsalam12-96/+111
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-21fib: fix includes for muslNathan Moos1-1/+1
2021-01-20vxlan: fix SEGV reported in VPP-1962Ed Warnicke1-5/+29
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-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-18nat: deal with flows instead of sessionsKlement Sekera1-3/+5
2021-01-18ipsec: Support MPLS over IPSec[46] interfaceNeale Ranns10-135/+274
2021-01-16tcp: remove bad assertIvan Shvedunov1-5/+2
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-12ip: vtep fixes for alignment and cache update.Ray Kinsella1-2/+2
2021-01-09session svm: fix fifo migrationFlorin Coras3-24/+25
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 Luong8-192/+506
2021-01-07vcl session: switch to generic cert key apisFlorin Coras4-101/+14
2021-01-07ipip: Support MPLS over IPNeale Ranns3-5/+102
2021-01-07ipsec: Deprecated the old IPsec Tunnel interfaceNeale Ranns5-594/+4
2021-01-06ipsec: Mark the interface create reply deprecatedNeale Ranns1-0/+1
2021-01-06l2: add per bridge domain learn limitJerome Tollet7-60/+290
2021-01-05tap: fix the buffering index for groMohsin Kazmi1-6/+8
2021-01-05teib: fix typo in cliPaul Vinciguerra1-4/+2
2021-01-05ipsec: ipsec cli nexthop erroryedg1-1/+1
2020-12-29session: remove fifo segment va allocatorFlorin Coras3-46/+7
2020-12-29svm vcl: allow random offsets for fifo segments in appsFlorin Coras2-12/+12
2020-12-29svm: allow mq attachments at random offsetsFlorin Coras6-45/+56
2020-12-28session: convert evt q segment to fifo segmentFlorin Coras3-19/+21
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra3-1/+6
2020-12-27ip: Use full reassembly for fragments in ip6-localNeale Ranns2-3/+1
2020-12-25virtio: Extend vhost multi-queues support beyond 8 queue pairsSteven Luong3-60/+122
2020-12-24svm: split fifo into private and shared structsFlorin Coras8-56/+59
2020-12-23tests: move bier tests to src/vnet/bier/testDave Wallace2-0/+1155
2020-12-23svm: remove fifo segment heapFlorin Coras1-5/+3
2020-12-22tests: move bfd tests to src/vnet/bfd/testDave Wallace2-0/+3201