aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-26interface: remove vnet_device_input_runtime_tMohammed Hawari7-432/+14
2021-01-25svm: add custom q implementation for mqFlorin Coras12-121/+313
2021-01-25vlib: add show trace limit warning at the end of output tooBenoît Ganne1-2/+4
2021-01-25crypto-ipsecmb: more explicit errors reportingBenoît Ganne1-4/+24
2021-01-25vlib: startup multi-arch variant configuration fix for interfacesRadu Nicolau5-8/+69
2021-01-24svm: use standard function to reset stale mutexBenoît Ganne1-2/+7
2021-01-22quic: quicly v0.1.2 updateMathias Raoul7-616/+388
2021-01-22tests: add generalized tags for tests, use them for run-solo testsAndrew Yourtchenko5-40/+15
2021-01-22interface: fix rx-placement api/cli for new infraMohammed Hawari3-72/+90
2021-01-22interface: let drivers control polling when downMohammed Hawari2-8/+2
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-21dpdk: do not use TSO for small packetsSomnath Kotur1-2/+5
2021-01-21avf: use write combining store for queues tail updateRadu Nicolau5-25/+49
2021-01-21rdma: adapt to new vnet rxq frameworkMohammed Hawari3-27/+30
2021-01-21ip: do not return uninitialized IPv6 ll attributesBenoît Ganne1-3/+7
2021-01-21memif: adapt to new rxq frameworkMohammed Hawari3-61/+59
2021-01-21af_xdp: update interrupt mode to new infraBenoît Ganne3-36/+86
2021-01-21marvell: adapt pp2 to new rxq framework.Mohammed Hawari2-9/+11
2021-01-21interface: rx queue infra rework, part oneDamjan Marion37-354/+1212
2021-01-21perfmon: added cache hits and missesRay Kinsella2-0/+70
2021-01-21dpdk: terminate device devargs stringMatthew Smith1-1/+2
2021-01-21dpdk: add support for system libdpdkNathan Moos1-85/+96
2021-01-21vppinfra: ensure _GNU_SOURCE is presentNathan Moos2-6/+13
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