aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-03ip nat: use ip rx sw_if_index in ip-local arc startFlorin Coras2-9/+8
2022-01-31ip: reassembly - add a way to disable for forusKlement Sekera11-34/+305
2022-01-31ip: fix length calculation in ip6-receiveKlement Sekera1-1/+1
2022-01-25ip: reassembly - fix missing ip6 owner thread initKlement Sekera1-0/+1
2022-01-12ip: coverity illegal access in ip6_ext_header_walkOle Troan1-9/+2
2022-01-09fib: multiple memory leaks upon deleting a VRF tableSteven Luong1-0/+1
2021-12-24ip: remove archaic vector code from mtrieDamjan Marion2-86/+12
2021-12-20ip: SVR fix race conditionKlement Sekera2-2/+14
2021-12-14api: verify message size on receiptKlement Sekera2-1/+7
2021-12-14ip: reassembly: drop zero length fragmentsKlement Sekera3-0/+17
2021-12-10ip: reassembly: handle atomic fragments correctlyKlement Sekera2-45/+93
2021-12-03ip: extension header parsing fails for fragment headerOle Troan7-291/+263
2021-12-03fib: Fix the display (or lack of) for fib node types in dependent children listsNeale Ranns1-1/+2
2021-11-23vxlan: multiarch optimization of vxlanRay Kinsella1-1/+1
2021-11-23ip: unlock_fib on if deleteNathan Skrzypczak3-0/+20
2021-11-18ip: comparing IP prefixes should not modify themNeale Ranns4-7/+33
2021-11-17ip6: ip6_not_enabled_node is a sibling of ip6-dropPaul Atkins1-6/+2
2021-11-12session: add support for DSCPFilip Tehlar1-5/+6
2021-11-10vppinfra: new vectorized ip checksum functions incl. csum_and_copyDamjan Marion3-98/+11
2021-11-10ip: crash in ip_csum_fold due to illegal instruction shrxSteven Luong1-1/+1
2021-11-10ip: always set ip rx_sw_if_indexFlorin Coras2-6/+11
2021-11-05ip: remove dead codeDamjan Marion1-3/+0