aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/lookup.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-20/+0
2024-03-04fib: fix crash while adding intf-rx routesVladislav Grishenko1-1/+1
2023-10-01fib: Crash when specify a big prefix length from CLI.Gavril Florian1-0/+27
2023-03-31ip: support flow-hash gtpv1teidTakeru Hayasaka1-3/+3
2022-05-16ip: format table ids with %uNathan Skrzypczak1-2/+2
2022-03-30udp: fix inner packet checksum calculation in udp-encapMauro Sardara1-1/+7
2022-03-23ip: Add unformat for flow_hash_configNathan Skrzypczak1-0/+36
2022-01-09fib: multiple memory leaks upon deleting a VRF tableSteven Luong1-0/+1
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins1-2/+2
2021-10-20ip6: fix IPv6 address calculation error using "ip route add" CLIJieqiang Wang1-20/+3
2021-10-11ip: fix fib and mfib locksNathan Skrzypczak1-1/+1
2021-09-22ip: add ip_table_allocate to apiAloys Augustin1-14/+19
2021-09-13ip: show ip table CLINathan Skrzypczak1-0/+77
2021-01-21ip: use IPv6 flowlabel in flow hash computationAhmed Abdelsalam1-1/+3
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-246/+0
2020-08-20ip: vnet_ip_mroute_cmd payload_proto fixElias Rudberg1-6/+6
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns1-126/+0
2020-03-25ip: Adding IP tables is no MP safeNeale Ranns1-2/+0
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-206/+0
2019-11-05ip: Fragmentation fixesNeale Ranns1-18/+1
2019-10-30ip: cleanup typos in documentationPaul Vinciguerra1-3/+3
2019-10-07ip: MFIB CLI fix for parsing path flagsNeale Ranns1-3/+0
2019-10-02ip: mfib CLI 'via local' fixNeale Ranns1-0/+2
2019-09-23fib: do not dump no-longer valid adjacenciesBenoît Ganne1-1/+6
2019-08-12ip: allow addrs from the same prefix on intfMatthew Smith1-0/+2
2019-06-18fib: fib api updatesNeale Ranns1-77/+31
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-0/+1
2018-12-06MFIB; CLI improvementsNeale Ranns1-6/+32
2018-10-23c11 safe string handling supportDave Barach1-12/+12
2018-10-12ip: add container proxy dump API (VPP-1364)Matus Fabian1-0/+55
2018-08-29Consolidate table->index conversion in fib-path CLI processingNeale Ranns1-16/+0
2018-08-03Documentation fix on "set interface ip[6] table"Yichen Wang1-2/+2
2018-06-14Use unicast DMAC for IP neighbor pool refresh probesJohn Lo1-2/+2
2018-05-30IPv6 for-us/receive multicast routes fixNeale Ranns1-0/+4
2018-04-17IP mcast: allow unicast address as a next-hopNeale Ranns1-0/+16
2018-03-21reassembly: feature/concurrencyKlement Sekera1-2/+0
2018-03-16QoS recording and markingNeale Ranns1-1/+1
2018-02-16Allow providers to override glean behaviourNeale Ranns1-41/+0
2018-02-15Revert "Allow interface types to override glean adjacency behaivour"Ole Trøan1-0/+41
2018-02-15Allow interface types to override glean adjacency behaivourNeale Ranns1-41/+0
2018-02-01IPv4/6 reassemblyKlement Sekera1-0/+2
2017-12-11call unformat_free in some flow, remove unnecessary callsSwarup Nayak1-4/+12
2017-11-18unformat function for FIB pathsNeale Ranns1-147/+6
2017-11-08ip: fix container proxy coverity warningFlorin Coras1-4/+7
2017-11-07UDP Encapsulation.Neale Ranns1-1/+8
2017-11-07ip: add container proxy apiFlorin Coras1-19/+120
2017-10-25L3 proxy FIB source for container networkingAndrew Yourtchenko1-0/+79
2017-10-03Propagate duplicate IF addr add/del error up to API.Jon Loeliger1-1/+11
2017-09-13Add a name to the creation of an IP and MPLS tableNeale Ranns1-1/+4
2017-09-11FIB table add/delete APINeale Ranns1-0/+225