aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-21ip: Dual loop error in midchain chksumNeale Ranns1-1/+1
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2020-05-14ip: fix interface ip address del sw_if_index checkyedg4-6/+27
2020-05-06docs: clean up make docs jobPaul Vinciguerra1-1/+1
2020-05-05api: ip: add IP_ROUTE_LOOKUP APIChristian Hopps2-0/+83
2020-05-04fib: midchain adjacency optimisationsNeale Ranns2-44/+79
2020-05-04misc: binary api fuzz test fixesDave Barach2-3/+4
2020-04-29ip: use thread local vm instead of thread main for vlib_time_now callsTom Seidenberg2-2/+2
2020-04-28tests: move defaults from defaultmapping to .api filesPaul Vinciguerra1-9/+9
2020-04-27ip: reassembly: fix one possible use-after-freeGao Feng2-10/+11
2020-04-24ip: reassembly: improve type safetyKlement Sekera4-30/+24
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns4-13/+18
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns10-293/+557
2020-04-22ip: fix format functions for u8 address_familyNeale Ranns1-1/+1
2020-04-15urpf: Allow locally generated packets on TXNeale Ranns1-4/+0
2020-04-15misc: refactor calc_checksumsDave Barach2-7/+21
2020-04-14urpf: Unicast reverse Path Forwarding (plugin)Neale Ranns7-614/+6
2020-04-09misc: fix error handling in punt_replicateDave Barach1-0/+1
2020-04-08ip: do not clear the locally-originated flagNeale Ranns2-16/+4
2020-04-07udp session: allow dgram ip fragmentationFlorin Coras1-17/+26
2020-04-06ip: reassembly: don't set error if no errorKlement Sekera4-8/+12
2020-04-01ip: Fix the AH/ESP protocol numbers on the APINeale Ranns1-2/+2
2020-03-25ip: Adding IP tables is no MP safeNeale Ranns1-2/+0
2020-03-24map: fix translation of icmp6 error messagesAlexander Chernavin1-0/+51
2020-03-20ip: provide extern declaration for ip punt nodesJawahar Santosh Gundapaneni2-0/+2
2020-03-20ip: ip API types coverity fixJakub Grajciar1-1/+0