aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-04ip: speed up reassembly code compilationKlement Sekera4-50/+36
2021-11-04ip: reassembly: avoid reading truncated L4 headersKlement Sekera2-80/+149
2021-11-02ip: fix coverity warningKlement Sekera1-1/+1
2021-11-02ip: fix build without vector unitDamjan Marion1-0/+13
2021-10-28ip: improve csum fold on x86_64Damjan Marion1-1/+15
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins2-5/+4
2021-10-21ip: Add ip46-local node for local swif[rx]Nathan Skrzypczak2-34/+108
2021-10-21ip6: set local flag on outbound echo replyMatthew Smith1-0/+4
2021-10-20ip6: fix IPv6 address calculation error using "ip route add" CLIJieqiang Wang1-20/+3
2021-10-18interface: add api test fileFilip Tehlar1-15/+8
2021-10-12fib: fix the drop counter for ipv6 RPF failuresNeale Ranns1-0/+6
2021-10-11ip: fix fib and mfib locksNathan Skrzypczak3-17/+10
2021-10-07ip: fix path MTU node errors definitionBenoît Ganne3-3/+7
2021-10-06ip: check if interface has link-local address (addition)Artem Glazychev1-1/+6
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak1-3/+4
2021-10-06ip: add classifier-based ACLs support on ip puntBenoît Ganne1-234/+184
2021-10-04ip: fix punt for ipv6Benoît Ganne1-4/+9
2021-10-01devices: add support for pseudo header checksumMohsin Kazmi1-0/+54
2021-09-27misc: api move continuedFlorin Coras1-0/+1