aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2022-10-17ip: fix the pseudo header checksumMohsin Kazmi1-4/+2
2022-10-12ip: migrate ip4 full reassembly to use vlib_buffer_enqueue_to_nextDamjan Marion1-155/+144
2022-10-12ip: simpler and faster ip4_full_reass_drop_allDamjan Marion1-41/+19
2022-10-12misc: fix issues reported by clang-15Damjan Marion2-6/+0
2022-10-05ip: reassembly - custom context instead of VRFMohammed Hawari2-40/+137
2022-10-05ip: reassembly - custom context of ipv6Mohammed Hawari2-26/+129
2022-09-30fib: fix dpo-receive address in ip6-ll fibsVladislav Grishenko1-1/+6
2022-09-27vnet: fix ip4 version and IHL checkDmitry Valter2-3/+11
2022-09-19igmp: validate ip router alert option lengthVladislav Grishenko1-0/+5
2022-09-14ip: show fib index in ip4 reassembly traceDamjan Marion1-28/+25
2022-09-05ip: fix punt socket overflowBenoît Ganne1-3/+6
2022-08-18ip: Use .api declarative counters for ICMP.Neale Ranns5-85/+246
2022-08-11ip: Use .api declared error countersNeale Ranns17-386/+648
2022-06-29classify: use 32 bits hashBenoît Ganne1-16/+16
2022-06-14ip: reassembly - Add node level stats, fix customapp behaviorVijayabhaskar Katamreddy2-16/+77
2022-06-10ip: improve ip ACL tracesBenoît Ganne1-8/+23
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
2022-05-25docs: update spelling word list and fix typosDave Wallace1-5/+5
2022-05-23ip: reassembly - fixing stepping index in a better wayVijayabhaskar Katamreddy1-8/+8
2022-05-23ip: reassembly - adding custom reassembly nodeVijayabhaskar Katamreddy1-13/+75
2022-05-19api: refactor api data storageDamjan Marion1-4/+4
2022-05-19 ip: reassembly - pacing reassembly timeoutsVijayabhaskar Katamreddy1-4/+29
2022-05-19ip: reassembly - increasing the nbuckets for reassVijayabhaskar Katamreddy2-47/+84
2022-05-18ip: reassembly - increasing the nbuckets for reassVijayabhaskar Katamreddy2-2/+6
2022-05-16ip: format table ids with %uNathan Skrzypczak1-2/+2
2022-05-13ip: reassembly - Fixing buffer leaks, corruptionVijayabhaskar Katamreddy1-50/+126
2022-05-10ip: reassembly: add documentationKlement Sekera1-0/+221
2022-05-10ip: fix buffer leaks in reassemblyKlement Sekera2-29/+32
2022-04-26linux-cp: sync addr and neigh only for lcp interfacesStanislav Zaikin2-3/+6
2022-04-12ip: fix arc start in ip46-local for local mfib entriesAlexander Chernavin2-25/+25
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion5-7/+9
2022-03-30ip: Reference count the enabling the punt featureNeale Ranns2-4/+14
2022-03-30udp: fix inner packet checksum calculation in udp-encapMauro Sardara1-1/+7
2022-03-28ip: add barrier sync, ip4_ply_pool expand caseVladislav Grishenko1-2/+14
2022-03-25fib: fix ip6-ll fib selection for non-ethernet interfacesVladislav Grishenko1-7/+17
2022-03-24ip: The check for 'same packet' must include the FIB indexNeale Ranns1-2/+11
2022-03-23ip: Add unformat for flow_hash_configNathan Skrzypczak2-1/+37
2022-03-18vppinfra: refactor *_will_expand() functionsDamjan Marion1-3/+1
2022-03-18ip: fix assert in ip4_ttl_incAloys Augustin1-1/+3
2022-03-09ip: IPv4 Fragmentation fix for l2fragmetable sizeNeale Ranns1-10/+7
2022-03-08ip: set fib_index before exiting input ACL nodeArthur de Kerhor1-40/+75
2022-03-07ip: Fixes for IPv6 and MPLS fragmentationNeale Ranns1-11/+12
2022-03-04ip: rate-limit the sending of ICMP error messagesNeale Ranns2-2/+58
2022-03-04ip: fix overflow in ip6_ext_header_walkBenoît Ganne1-1/+1
2022-03-03ip: Path MTU DPO allocation function is publicNeale Ranns2-7/+23
2022-02-17ip: Move the IPv6 echo responder into the ping pluginNeale Ranns1-187/+0
2022-02-15tcp: Do not include the tcp_packet.h file in the ip4_packet.hNeale Ranns3-96/+2
2022-02-07igmp: make sure fib_index is set before delivering to ip4-localBenoît Ganne1-0/+2