aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip_api.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-20/+0
2023-09-06api: fix mp-safe mark for some messages and add moreVladislav Grishenko1-7/+11
2023-03-31ip: support flow-hash gtpv1teidTakeru Hayasaka1-0/+16
2022-05-19api: refactor api data storageDamjan Marion1-4/+4
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-1/+1
2022-01-31ip: reassembly - add a way to disable for forusKlement Sekera1-0/+24
2021-12-14api: verify message size on receiptKlement Sekera1-1/+3
2021-10-21fib: respect mfib entry flags on create with pathsPaul Atkins1-3/+2
2021-10-11ip: fix fib and mfib locksNathan Skrzypczak1-14/+8
2021-09-27ip: fix ip table allocation randomnessAloys Augustin1-1/+1
2021-09-22ip: add ip_table_allocate to apiAloys Augustin1-0/+49
2021-08-13ip: punt redirect add nh in apiNathan Skrzypczak1-45/+169
2021-07-01ip: api cleanupFilip Tehlar1-97/+19
2021-03-16fib: Allow the creation of new source on the APINeale Ranns1-3/+215
2021-02-15ip: Path MTUNeale Ranns1-13/+79
2021-01-28ip: Router ID included in flow hashNeale Ranns1-0/+13
2021-01-21ip: use IPv6 flowlabel in flow hash computationAhmed Abdelsalam1-24/+13
2021-01-20ip: add API to retrieve IPv6 link-layer addressBenoƮt Ganne1-34/+60
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-21/+21
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns1-0/+1
2020-10-21ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute APINeale Ranns1-1/+3
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns1-2/+0
2020-09-18fib: skip byte swap on n_paths in mroute detailsMatthew Smith1-2/+2
2020-08-14ip: add VNET_IP_TABLE_ADD_DEL_FUNCTIONSteven Luong1-0/+37
2020-05-05api: ip: add IP_ROUTE_LOOKUP APIChristian Hopps1-0/+57
2020-05-04misc: binary api fuzz test fixesDave Barach1-2/+3
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns1-2/+2
2020-04-14urpf: Unicast reverse Path Forwarding (plugin)Neale Ranns1-33/+0
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-1341/+37
2019-12-10api: multiple connections per processDave Barach1-1/+1
2019-12-04ip: populate ip_reassembly_get_reply correctlyMatthew Smith1-3/+4
2019-11-26fib: Table ReplaceNeale Ranns1-117/+73
2019-10-06ip: Fix IP unnumbered dump of one interfaceNeale Ranns1-1/+1
2019-09-26ip: add shallow virtual reassembly functionalityKlement Sekera1-33/+101
2019-09-25ip: refactor reassemblyKlement Sekera1-19/+25
2019-09-23ip: fix memory leak in ip_dump handlerMatthew Smith1-0/+2
2019-09-16api: autogenerate api trace print/endianOle Troan1-0/+1
2019-08-08api: vppapitrace JSON/API trace converterOle Troan1-1/+1
2019-07-03fib: allow route delete with no paths and multipath=0 to remove theNeale Ranns1-10/+5
2019-06-18fib: fib api updatesNeale Ranns1-803/+253
2019-06-06IP-Punt-redirect: allow the use of a FIB path to describe how toNeale Ranns1-44/+47
2019-06-03ARP: add feature arcNeale Ranns1-17/+6
2019-05-22stats: support multiple works for error countersOle Troan1-24/+0
2019-05-20reassembly: prevent long chain attackKlement Sekera1-0/+3
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-5/+4
2019-04-08fixing typosJim Thompson1-2/+2
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-142/+183
2019-01-25IP6 FIB: walk table for dump (VPP-1553)Neale Ranns1-12/+7
2019-01-23IP route local and connectedNeale Ranns1-2/+9
2019-01-07VOM: mroutesNeale Ranns1-4/+6