aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-29ipsec: fix ipsec_set_next_index set with wrong sa index when async frame comm...Xiaoming Jiang3-27/+39
2023-05-26tls: fix memory leak when client/server init errorXiaoming Jiang1-2/+18
2023-05-25udp: fix local port reuse checkFlorin Coras1-2/+4
2023-05-24hash: add hash documentationMohsin Kazmi1-0/+90
2023-05-22teib: fix nh-table-idStanislav Zaikin1-41/+38
2023-05-21mpls: implement state change callbacksAdrian Pistol2-5/+37
2023-05-21ip-neighbor: fix aged neighbor probeSergio Gonzalez Monroy1-2/+2
2023-05-19fib: fix load-balance and replicate dpos buckets overflowBenoît Ganne4-9/+53
2023-05-19interface: add the transmit queue infrastructure documentMohsin Kazmi1-0/+159
2023-05-16ip_session_redirect: add session redirect pluginBenoît Ganne2-2/+4
2023-05-16ethernet: fix adding p2p ethernet crashXiaoming Jiang1-5/+6
2023-05-16flow: fix wrong to use ntohl function to u64 type variableYulong Pei1-1/+1