aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2019-06-11ip: punt coverity fix of CLI inputNeale Ranns1-1/+4
2019-06-07ip: ip4 lookup performance bump with the usual receipeNeale Ranns1-435/+378
2019-06-06IP-Punt-redirect: allow the use of a FIB path to describe how toNeale Ranns7-383/+429
2019-06-06reassembly: support more custom options for appsKlement Sekera2-49/+145
2019-06-04punt: fix the set_punt API/CLI which was rejecting valid portsNeale Ranns1-11/+11
2019-06-04Punt: specify packets by IP protocol TypeNeale Ranns11-38/+282
2019-06-03ARP: add feature arcNeale Ranns3-17/+25
2019-05-31VPP-1692: move NULL pointer checkDave Barach1-5/+5
2019-05-30IP load-balance; perf improvement using the usual reciepeNeale Ranns2-305/+233
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns11-796/+1474
2019-05-28Add an ip6 local hop-by-hop protocol demux tableDave Barach3-22/+341
2019-05-24ip4/6-reassembly fixesVijayabhaskar Katamreddy2-2/+11
2019-05-24Remove historical ip4 icmp OAM codeDave Barach1-0/+7
2019-05-23Optimize codejackiechen19851-9/+4
2019-05-22stats: support multiple works for error countersOle Troan1-24/+0
2019-05-20reassembly: prevent long chain attackKlement Sekera8-13/+86
2019-05-16init / exit function orderingDave Barach1-41/+19
2019-05-10Update ping cli .short_help.Paul Vinciguerra1-2/+2
2019-05-06ip4_load_balance: leverage vlib_get_buffersZhiyong Yang1-13/+11
2019-04-30reassembly: avoid race-conditionsKlement Sekera1-12/+26
2019-04-24ip4_lookup_inline: leverage vlib_get_buffers to improve perfZhiyong Yang1-32/+27
2019-04-14ip4: don't format upper layer if it's a fragmentfaicker.mo1-0/+3
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-5/+4
2019-04-10Make tcp/udp/icmp compute checksum safer for buffer-chain caseJohn Lo2-2/+2
2019-04-08fixing typosJim Thompson4-7/+7
2019-03-28Punt InfraNeale Ranns1-2/+2
2019-03-28IPSEC: run encrpyt as a feautre on the tunnelNeale Ranns2-14/+42
2019-03-28Typos. A bunch of typos I've been collecting.Paul Vinciguerra2-2/+2
2019-03-26ip6-rewrite: bug fix buffer->error in dual loopKingwel Xie2-5/+24
2019-03-22ipv6: vectorized ext header checkDamjan Marion2-10/+35
2019-03-21icmp: bug fix of buffer->errorKingwel Xie2-2/+18
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-1/+0
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-0/+1
2019-03-14IGMP: typo and doc fix (no behaviour change)Neale Ranns1-1/+1
2019-03-12ip: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar9-174/+166
2019-03-12ICMP46 error: Clone first buffer instead of "truncating" original bufferOle Troan2-52/+36
2019-03-07API: Add python2.7 support for enum flags via aenumOle Troan1-1/+0
2019-03-06ip: coverity woesSteven Luong1-4/+4
2019-03-06punt.c -- coverity woesSteven Luong1-9/+0
2019-03-04Hash and handoff reassembly fragmentsVijayabhaskar Katamreddy2-61/+448
2019-02-26VPP-1574: minimize RPC barrier sync callsDave Barach1-5/+25
2019-02-25buffer chain linearizationKlement Sekera3-336/+82
2019-02-19reassembly: handle ip6 atomic fragmentsKlement Sekera1-6/+3
2019-02-19reassembly: fix buffer usage counterKlement Sekera1-5/+7
2019-02-19tap gso: experimental supportAndrew Yourtchenko2-17/+81
2019-02-19VPP-1573 fix crash in ip6 reassemblyKlement Sekera1-1/+1
2019-02-19ip6-local: fix uninitialized variable errorDamjan Marion1-1/+1
2019-02-18Explicit dual-loop in ip6-localBenoît Ganne1-72/+134
2019-02-15Optimize ip6-localBenoît Ganne1-246/+187
2019-02-14Add -fno-common compile optionBenoît Ganne2-1/+5