aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2023-09-06virtio: add support for tx-queue-sizeMohsin Kazmi5-10/+27
2023-09-06ip: punt add punt socket support for icmp6Ole Troan3-31/+77
2023-09-06api: fix mp-safe mark for some messages and add moreVladislav Grishenko2-10/+15
2023-09-04udp: buffer packets for connections in accepting stateFlorin Coras1-1/+2
2023-09-04session: fix allocation of proxy fifosFlorin Coras5-1/+7
2023-08-31session: fix compilation when SESSION_DEBUG is onFlorin Coras1-3/+7
2023-08-29mpls: add mpls_interface_dumpPim van Pelt2-0/+68
2023-08-22l2: fix prefetchVratko Polak1-5/+5
2023-08-21sr: SRv6 Path Tracing midpoint processing performance improvementJulian Klaiber1-2/+4
2023-08-16l2:Add doc for l2 rewrite, and add examplesyanlong1-18/+46
2023-08-11session: fix coverity warningsFlorin Coras1-40/+23
2023-08-09session: async rx event notificationsFlorin Coras15-607/+851
2023-08-08ipsec: add support for RFC-4543 ENCR_NULL_AUTH_AES_GMACBenoît Ganne8-9/+85
2023-07-31ipsec: fix IPv6 IPsec tunnel puntingSylvain Cadilhac1-0/+1
2023-07-28session: regrab evt llist elt for app transports txFlorin Coras1-0/+6
2023-07-28vnet: add vnet_register_device_class functionDamjan Marion2-21/+25
2023-07-27session: remove unused codeFilip Tehlar1-17/+0
2023-07-27ipsec: fix sa bind cliMaxime Peim1-1/+1
2023-07-26stats: remove extra format lineSteven Luong1-2/+1
2023-07-26session: use session error type instead of vnet errorFilip Tehlar13-91/+116
2023-07-25classify: add bpf support to pcap classifierMaxime Peim7-3/+126
2023-07-21vcl: ldp support SO_ORIGINAL_DSTqinyang6-10/+60
2023-07-21ipsec: fix logic in ext_hdr_is_pre_espPiotr Bronowski1-3/+3
2023-07-14ipip: populate mode in tunnel detailsMatthew Smith1-2/+19
2023-07-07stats: fix duplicate /if/names entrySteven Luong1-3/+7
2023-07-06api: ip - Mark old message versions as deprecatedOndrej Fabry1-0/+5
2023-07-06api: pg - Mark old message versions as deprecatedOndrej Fabry1-0/+4
2023-07-06api: sr - Mark old message versions as deprecatedOndrej Fabry1-0/+2
2023-07-06api: ipsec - Mark old message versions as deprecatedOndrej Fabry1-0/+12
2023-06-30bpf_trace_filter: plugin for BPF Trace FilteringMohammed Hawari1-0/+2
2023-06-30vlib: introduce trace filter functionsMohammed Hawari1-1/+6
2023-06-29ip-neighbor: add api for getting neighbor db configAlexander Chernavin4-1/+74
2023-06-27session udp: add len check for tx dgramsFlorin Coras3-2/+22
2023-06-27api: tapv2 - Mark old message versions as deprecatedOndrej Fabry1-0/+4
2023-06-27virtio: use fast-path for ethernet-input if possibleStanislav Zaikin1-1/+26
2023-06-26udp: pass cless hdr to transport through bufferFlorin Coras3-39/+60
2023-06-25tcp: avoid initializing counters multiple timesFlorin Coras2-2/+10
2023-06-23ipsec: manually binding an SA to a workerMaxime Peim6-6/+272
2023-06-23fib: walk over adj glean per tableStanislav Zaikin1-24/+33
2023-06-22tcp: add simple stats collectorFlorin Coras2-0/+51
2023-06-22tcp: options support into pgMaxime Peim2-58/+210
2023-06-21session: mark half-open transport closed on ntfFlorin Coras1-3/+3
2023-06-13vppapigen: fix crash with autoendian arraysDave Wallace1-2/+1
2023-06-08tcp: cleanup next nodes and drop logicFlorin Coras2-136/+60
2023-06-08crypto: use fixed crypto frame poolgaoginskx5-8/+42
2023-06-05udp: improve port validity checkBenoît Ganne2-13/+14
2023-06-02session: cleanup cless listeners from session lookupFlorin Coras1-1/+8
2023-06-01crypto: make crypto-dispatch node working in adaptive modeXiaoming Jiang9-216/+30
2023-05-31fib: fix memory leak in fib_attached_export_purgeStanislav Zaikin1-0/+1
2023-05-30virtio: fix the packet buffering initialization orderMohsin Kazmi2-11/+21