aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-21ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute APINeale Ranns2-2/+4
2020-10-21misc: minimize dependencies on udp.hFlorin Coras1-2/+0
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns4-122/+1
2020-10-12ip: IP6 incorrectly disabled on removing first ip6 prefixNeale Ranns1-1/+3
2020-10-07misc: Purge unused pg includesNeale Ranns2-2/+0
2020-10-05ipsec: Use bihash for tunnel lookupNeale Ranns1-0/+1
2020-10-02ip: Fix unformat_ip_prefixNathan Skrzypczak1-1/+4
2020-09-28classify: preformance improvements in classifiersRay Kinsella1-285/+649
2020-09-23ip: use main heap for mtrie, part 2 (remove args)Damjan Marion2-32/+0
2020-09-21ip: use main heap for mtrieDamjan Marion2-51/+0
2020-09-18fib: skip byte swap on n_paths in mroute detailsMatthew Smith1-2/+2
2020-09-17teib: Use ip_address_t not ip46_address_tNeale Ranns1-0/+1
2020-09-04ip: enhance vtep4_check of tunnel by vector wayZhiyong Yang1-0/+42
2020-09-01ip: fix ip zero checksum verificationBenoît Ganne3-8/+9
2020-09-01ip: improve ip4_header_checksum_is_validDamjan Marion1-5/+12
2020-08-31vppinfra: convert A_extend_to_B to B_from_A format of vector inlinesDamjan Marion1-8/+8
2020-08-31ip: fix compiling error with gcc-10Jieqiang Wang1-0/+12
2020-08-31cnat: Destination based NATNeale Ranns1-0/+35
2020-08-25flow: add vnet/flow formal APIChenmin Sun1-0/+12
2020-08-20ip: vnet_ip_mroute_cmd payload_proto fixElias Rudberg1-6/+6
2020-08-14ip: add VNET_IP_TABLE_ADD_DEL_FUNCTIONSteven Luong2-0/+132
2020-07-28ip: svr: improve performance for non-fragmentsKlement Sekera1-0/+206
2020-07-28ip: fix punt cli to only consumes a line of inputBenoît Ganne1-4/+25
2020-07-16ip: optimize ip4_header_checksum, take 2Damjan Marion1-32/+72
2020-07-16ip: optimize ip4_header_checksumDamjan Marion1-62/+55
2020-07-14ip: fix format_ip6_address_and_mask() bugChenmin Sun1-3/+2
2020-07-06ip: set ip4 mask for ip_copy and ip_set when dealing with ip4 typejiangxiaoming1-2/+8
2020-07-02ip: fix the order in ip4 punt redirectMohsin Kazmi1-2/+2
2020-06-26ip: fix the punt redirect for ip4Mohsin Kazmi1-6/+9
2020-06-12ip: allocate ip4 mtrie pages in htlb memoryDave Barach3-2/+48
2020-06-10ip: reassembly: LRU algorithm should eliminate the longest unused nodeszhengdelun2-2/+2
2020-06-08vxlan: Fixed checksum caclculation offsetVladimir Isaev2-14/+7
2020-06-01ip: fix IPv6 mask to prefix length conversionAndreas Schultz1-10/+5
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo2-0/+14
2020-05-27ip: reassembly: use correct IP header offsetKlement Sekera1-2/+7