aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-21vppinfra: more avx512 inlines (compress, expand, from, is_equal_mask)Damjan Marion1-1/+1
2021-04-18ip: remove dead code from ip_csumDamjan Marion1-1/+0
2021-04-01ip: extend show cmd of ip reassembly configurationAnton Nikolaev4-0/+16
2021-03-19vxlan: add tunnel cache to graph nodeJunfeng Wang1-6/+4
2021-03-16fib: Allow the creation of new source on the APINeale Ranns2-4/+276
2021-03-14ip: extend punt CLI for exception packetsMohammed Hawari2-4/+81
2021-02-19policer: move handoff checks into policer codeBrian Russell1-30/+12
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi4-38/+37
2021-02-15ip: Path MTUNeale Ranns5-13/+1351
2021-02-15policer: improve policer structBrian Russell1-1/+1
2021-02-12policer: remove SSE2 prefixBrian Russell1-3/+3
2021-02-08tunnel: support copying TTL and flow label from inner to outerNeale Ranns2-8/+43
2021-02-05ip: Remove unused include fileNeale Ranns1-1/+0
2021-02-05nat: 1:1 policy NATOle Troan1-2/+2
2021-01-28ip: do policer thread handoff from punt policersBrian Russell3-51/+130
2021-01-28ip: add frame queues to punt policer nodesBrian Russell2-0/+10
2021-01-28ip: Router ID included in flow hashNeale Ranns8-7/+60
2021-01-21ip: do not return uninitialized IPv6 ll attributesBenoît Ganne1-3/+7
2021-01-21ip: Use correct enum type in ip_address_setNeale Ranns2-5/+5
2021-01-21ip: use IPv6 flowlabel in flow hash computationAhmed Abdelsalam12-96/+111
2021-01-21ip: set correct error in ip6-localBenoît Ganne1-3/+3
2021-01-20ip: add API to retrieve IPv6 link-layer addressBenoît Ganne2-35/+84
2021-01-18ipsec: Support MPLS over IPSec[46] interfaceNeale Ranns1-2/+0
2021-01-12ip: vtep fixes for alignment and cache update.Ray Kinsella1-2/+2
2020-12-28vlib: add missing file template descriptionsPaul Vinciguerra1-1/+1
2020-12-27ip: Use full reassembly for fragments in ip6-localNeale Ranns2-3/+1
2020-12-16ip: fix possible missing trace indexesKlement Sekera4-0/+28
2020-12-14misc: move to new pool_foreach macrosDamjan Marion8-49/+49
2020-12-11ip: ip4 rewrite prefetch optimizationPiotrX Kleski1-2/+5
2020-12-08fib: Adjacency flag for midchain to perfom flow hash (on inner packet)Neale Ranns1-4/+4
2020-12-08fib: Source Address SelectionNeale Ranns4-148/+49
2020-12-04ip: fixup memory leak in function ip4_full_reass_drop_allbarryxie1-0/+1
2020-11-27ip: Sub Address Family types. Feature enable for each SAFINeale Ranns6-0/+203
2020-11-26ip: reassembly - fix handoff for custom nodeKlement Sekera2-21/+111
2020-11-26ip: trace icmp echo request/reply idKlement Sekera1-0/+6
2020-11-25api: vat2 and json autogeneration for api messagesOle Troan1-3/+3
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns3-3/+19
2020-11-13ethernet: mac must support 64-bits loadsBenoît Ganne1-1/+2
2020-11-09vlib: fix trace number accountingBenoît Ganne1-2/+4
2020-11-05ip: fix doxygen doc for address add/del commandBenoît Ganne1-2/+2
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns3-4/+29
2020-10-28misc: Break the big IP header files to improve compile timeNeale Ranns17-659/+842