aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-27ip: fix ip table allocation randomnessAloys Augustin1-1/+1
2021-09-27misc: move part of vpe apis to vlibmemoryFlorin Coras1-2/+0
2021-09-24ip: set error number on failed intf addrMatthew Smith2-2/+8
2021-09-22ip: add ip_table_allocate to apiAloys Augustin5-15/+111
2021-09-16vxlan: improve to use the hardware offloadMohsin Kazmi1-1/+2
2021-09-13interface: fix init fib_index_by_sw_if_indexNathan Skrzypczak2-17/+18
2021-09-13ip: show ip table CLINathan Skrzypczak1-0/+77
2021-08-17ip: reassembly cleanupKlement Sekera4-246/+139
2021-08-14ip: Fix crash in ip address add on sub-int without exact-matchPim van Pelt2-12/+6
2021-08-13ip: punt redirect add nh in apiNathan Skrzypczak9-100/+243
2021-08-13ip: source address selectionOle Troan4-34/+259
2021-08-11fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_tNeale Ranns2-18/+11
2021-08-11ip: [re]introduce the 8-8-8-8 stride MTRIENeale Ranns2-50/+215
2021-08-11ip: Rename the ip4 mtrie function to be 16_8_8 specificNeale Ranns2-174/+158
2021-08-10ip: Use the IP4 lookup functionsNeale Ranns2-76/+15
2021-08-10ip: Remove the 'test lookup' CLI commandNeale Ranns1-97/+0
2021-08-05ip: fix ip punt redirect cliBenoît Ganne2-13/+12
2021-07-29ip: add api test fileFilip Tehlar1-0/+1527
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion6-19/+19
2021-07-14ip: fix check_adj_port_range_x1Damjan Marion1-2/+2
2021-07-14ip: improve check_adj_port_range_x1Damjan Marion1-35/+5
2021-07-13misc: remove vnet_all_api_h and vnet_msg_enumFilip Tehlar1-14/+0
2021-07-13misc: fix init order to avoid startup warningsBin Zhou (bzhou2)1-16/+6
2021-07-01ip: api cleanupFilip Tehlar2-97/+21
2021-06-22misc: punt: api cleanupFilip Tehlar2-48/+9
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns4-0/+4
2021-05-27ip: allow the 'ip6 enable' on tunnel interface typesNeale Ranns1-27/+19
2021-05-14vlib: pass node runtime to vlib_buffer_enqueue_to_thread()Damjan Marion4-12/+8
2021-05-11ip: ensure ttl doesn't decrease to 0 when puntingAloys Augustin1-0/+2
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi1-2/+2
2021-05-05vlib: move offload flags to 1st cacheline in vlib_buffer_tMohsin Kazmi2-5/+5
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne2-3/+0
2021-04-28ip: extend the punt cli to accept reason filter for sockets registrationArthur de Kerhor1-0/+6
2021-04-27misc: fix dead storesDamjan Marion1-1/+1
2021-04-22ip: remove unnecesary inlining in ip4-rewrite nodeDamjan Marion1-16/+3