aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2022-08-19ipsec: enable UDP encap for IPv6 ESP tun protectMatthew Smith7-49/+95
2022-08-18ip-neighbor: Declarative .api counters.Neale Ranns4-56/+109
2022-08-18ip: Use .api declarative counters for ICMP.Neale Ranns6-85/+247
2022-08-17fib: support "midchain delegate" removalAlexander Chernavin2-0/+31
2022-08-11ip: only set rx_sw_if_index when connection found to avoid following crash li...Xiaoming Jiang1-5/+5
2022-08-11mpls: Use the .api for the definition of error/info countersNeale Ranns8-64/+111
2022-08-11ip: Use .api declared error countersNeale Ranns20-424/+678
2022-08-11ipsec: Use .api declared error countersNeale Ranns6-179/+336
2022-08-11arp: Use the new style error count declarationNeale Ranns4-133/+229
2022-08-11tunnel: Fix API encoding of tunnel flagsNeale Ranns1-2/+7
2022-08-10bfd: Express node stats using the .api fileNeale Ranns2-59/+77
2022-08-10bfd: More descriptive error codes during packet receive handlingNeale Ranns3-59/+74
2022-08-09ip-neighbor: ARP and ND stats per-interface.Neale Ranns12-51/+297
2022-08-09vnet: install reass headersMohammed Hawari1-0/+2
2022-08-09interface: fix show_or_clear_hw_interfacesMohammed Hawari1-1/+2
2022-08-08devices: af_packet, fix tx stall by retrying failed sendtoMohammed Hawari3-6/+24
2022-08-05vnet: On rx-mode set, return error for an actual error.Wayne Morrison1-1/+6
2022-08-02ipsec: fix coverity warnings found in fast path implementationPiotr Bronowski2-14/+15
2022-07-29ip6-nd: fix ip6 ra cli issueTakanori Hirano1-2/+1
2022-07-28session: fix a crash when using unregistered transport protoFilip Tehlar2-1/+6
2022-07-28ip6-nd: copy mac address to wrong buffer current_dataliangrq1-0/+2
2022-07-26vppinfra: fix formatting of format_base10Pim van Pelt1-5/+7
2022-07-19session: increase retries to grab mq lockRadha krishna Saragadam1-1/+1
2022-07-15ipsec: fast path outbound policy matching implementation for ipv6Piotr Bronowski8-171/+227
2022-07-06gre: fix returning the flags in the APIIvan Shvedunov1-0/+1
2022-07-06misc: pass NULL instead of 0 for pointer in variadic functionsAndreas Schultz1-1/+1
2022-06-30sr: SRv6 Path Tracing Sink node behaviorAhmed Abdelsalam1-0/+10
2022-06-29classify: use 32 bits hashBenoît Ganne11-55/+54
2022-06-29sr: code refactor and style fixAhmed Abdelsalam2-15/+14
2022-06-29sr: Add support for SRv6 Path Tracing InfrastructureAhmed Abdelsalam3-0/+349
2022-06-29ipsec: show fast path flag in cliFan Zhang1-8/+27
2022-06-29ipsec: add fast path configuration parserPiotr Bronowski1-2/+19
2022-06-29ipsec: add spd fast path matchingPiotr Bronowski3-0/+584
2022-06-29ipsec: make match function inlinePiotr Bronowski2-145/+171
2022-06-29ipsec: add/delete ipsec fast path policyPiotr Bronowski6-59/+717
2022-06-28session: fix connected udp acceptsFlorin Coras1-0/+1
2022-06-28session quic: allow custom config of rx mqs seg sizeFlorin Coras1-2/+5
2022-06-28ipsec: introduce spd fast path typesPiotr Bronowski1-0/+63
2022-06-28ipsec: change wildcard value for any protocol of spd policyPiotr Bronowski8-58/+300
2022-06-14ip: reassembly - Add node level stats, fix customapp behaviorVijayabhaskar Katamreddy2-16/+77
2022-06-10ip: improve ip ACL tracesBenoît Ganne3-10/+26
2022-06-08udp: add cli to dump registered portsBenoît Ganne1-0/+93
2022-06-07classify: fix sesssion details apiNathan Skrzypczak1-1/+1
2022-06-07sr: SRv6 TEF behavior supportAhmed Abdelsalam3-3/+87
2022-06-03session: fix double free in CLIFilip Tehlar1-7/+2
2022-06-02ipfix-export: Fix frame leak in flow_report_process_send()Jon Loeliger1-1/+9
2022-06-01session: make sure fifos are freed on right threadFlorin Coras1-0/+4
2022-06-01ip: unformat_ip_address should no modify its argument on failureBenoît Ganne1-8/+9
2022-05-27ip: reassembly - Fixing buffer leaks, corruption in v6 reasmVijayabhaskar Katamreddy2-42/+117
2022-05-26ip: reassembly - pacing reassembly timeouts for v6Vijayabhaskar Katamreddy1-9/+35