aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2022-09-15session: support dma optionMarvin Liu3-20/+257
2022-09-15ip-neighbor: fix debug log format outputluoyaozu1-4/+3
2022-09-14ip: show fib index in ip4 reassembly traceDamjan Marion1-28/+25
2022-09-14ipsec: make chacha20-poly1305 available via APIVladimir Ratnikov4-14/+27
2022-09-12ipsec: introduce fast path ipv4 inbound matchingPiotr Bronowski9-164/+628
2022-09-09fib: fix path copy function to deal with provided DPO in exclusive pathDamjan Marion1-0/+6
2022-09-09vlib: don't leak node frames on reforkDmitry Valter2-4/+3
2022-09-09fib: missing headersDamjan Marion1-0/+2
2022-09-05ip: fix punt socket overflowBenoƮt Ganne1-3/+6
2022-08-31ipsec: fix coverity 249212Andrew Yourtchenko1-2/+2
2022-08-31udp: store mss and sw_if_index to udp_connection_tSteven Luong4-4/+11
2022-08-31gso: zero-initialize gho structVladislav Grishenko2-0/+6
2022-08-31devices: fix coverity warningMohsin Kazmi1-1/+1
2022-08-31devices: add support for polling modeMohsin Kazmi3-6/+45
2022-08-30l2: skip arp term for locally originated packetsStanislav Zaikin3-0/+6
2022-08-30tcp: do not overcount ooo bytesFlorin Coras1-1/+3
2022-08-30ethernet: fix coverity 214973Andrew Yourtchenko1-15/+14
2022-08-30ethernet: refactor the redundant codeAndrew Yourtchenko1-8/+7
2022-08-29ethernet: fix mac address increment errorJieqiang Wang1-2/+2
2022-08-29fib: fix coverity 249175Andrew Yourtchenko1-0/+1
2022-08-29fib: fix coverity 253539Andrew Yourtchenko1-0/+1
2022-08-29ethernet: fix coverity 218549Andrew Yourtchenko1-1/+1
2022-08-24ipsec: fix coverity 249204Andrew Yourtchenko1-1/+1
2022-08-23classify: fix coverity 249223Andrew Yourtchenko1-1/+1
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