aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2019-07-19ip: admin change affects intf IPv4 addr routesMatthew G Smith1-7/+53
2019-07-14api: add DSCP definitions to ip_types.apiPaul Vinciguerra1-0/+46
2019-07-12ip: Trace the packet from the punt nodeNeale Ranns1-7/+14
2019-07-12ip ipsec: Remove IPSec SPI-0 punt reasonNeale Ranns2-7/+22
2019-07-11ip: Punt node does not free iovecsNeale Ranns3-11/+22
2019-07-10ip: fix show ip neigh vector read overflowBenoƮt Ganne2-19/+24
2019-07-09vppinfra: allocate bihash virtual space on demandDave Barach2-0/+2
2019-07-08ip: retain local interface address adjacencyMatthew Smith1-6/+24
2019-07-05sctp: move to plugins, disabled by defaultFlorin Coras3-20/+11
2019-07-03fib: allow route delete with no paths and multipath=0 to remove theNeale Ranns1-10/+5
2019-07-01ip: fix ip lookup for armFlorin Coras1-27/+10
2019-06-28ip: ip-lookup - remove the dead codeNeale Ranns2-65/+27
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra2-5/+5
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns1-1/+0
2019-06-24vlib: packet tracer support for pkt thread handoffsDave Barach2-37/+3
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-1/+16
2019-06-18fib: fib api updatesNeale Ranns4-1052/+396
2019-06-18api: string type to convert to vectorOle Troan1-0/+1
2019-06-18ip: reassembly-separate feature and custom codeKlement Sekera2-62/+65
2019-06-17ip: consolidate IPv6 link-local-address functions.Jon Loeliger2-18/+1
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