aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
34 hoursmisc: fix int/enum mismatch errors reported by gcc-14Damjan Marion1-1/+2
10 daysip: fix comments for icmp4lijinhui1-1/+1
2024-04-09mpls: fix default mpls lb hash configVladislav Grishenko2-5/+6
2024-04-04ip6: fix icmp trace flag copyMaxime Peim1-1/+1
2024-03-21ip: add support for buffer offload metadata in ip midchainArthur de Kerhor2-23/+0
2024-03-15ip: reassembly - return correct valueKlement Sekera2-2/+2
2024-03-12misc: remove GNU Indent directivesDamjan Marion39-334/+1
2024-03-05ip: force full reassembly before virtualMatthew Smith1-14/+5
2024-03-05vnet: fix format of deleted sw interfacesVladislav Grishenko4-15/+10
2024-03-04misc: fix icmpMaxime Peim2-1/+1
2024-03-04ip: fix warning on interface ipv6 prefix removeVladislav Grishenko1-1/+1
2024-03-04fib: fix crash while adding intf-rx routesVladislav Grishenko1-1/+1
2024-02-22ip6: ECMP hash support for ipv6 fragmentsBenoît Ganne2-11/+27
2024-02-19vnet: include platform specific un.hTom Jones1-0/+5
2024-01-29ip: don't export useless error counters for ip6 rewriteArthur de Kerhor1-2/+0
2023-10-01fib: Crash when specify a big prefix length from CLI.Gavril Florian2-0/+28
2023-09-06ip: punt add punt socket support for icmp6Ole Troan3-31/+77
2023-09-06api: fix mp-safe mark for some messages and add moreVladislav Grishenko1-7/+11
2023-07-06api: ip - Mark old message versions as deprecatedOndrej Fabry1-0/+5
2023-05-15ip: allow overriding fib index in reassFlorin Coras2-6/+10
2023-04-26ip: change icmp4 throttleOle Troan1-1/+1
2023-04-12ip: punt socket - take the tags in Ethernet header into considerationAndrew Yourtchenko1-1/+2
2023-03-31ip: support flow-hash gtpv1teidTakeru Hayasaka8-14/+98
2023-03-23vnet: throttling configuration improvementMaxime Peim2-2/+2
2023-02-02ip: fix ip ACL tracesBenoît Ganne1-6/+9
2023-01-19ip: add the missing offload checkMohsin Kazmi1-2/+2
2022-12-02vnet: fix trace flag copying in icmp4Klement Sekera1-1/+1
2022-11-09ip: fix unformat_ip_address forcing version to IP4 for some IP6 addressesAndrew Yourtchenko1-9/+10
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