aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2019-12-02ip: IP address and prefix types (moved from LISP)Neale Ranns3-16/+386
2019-11-15ip: Punt rather than drop unkown IPv6 ICMP packetsNeale Ranns1-5/+5
2019-11-15ip: reassembly: fix use-after-freeBenoît Ganne2-5/+10
2019-11-05ip: cleanup typos in documentationPaul Vinciguerra8-17/+17
2019-11-05ip: trivial typos in docsPaul Vinciguerra2-9/+9
2019-10-27ping: Move to pluginMohsin Kazmi5-1369/+11
2019-10-22ip: fix clang debug compilationBenoît Ganne1-3/+1
2019-10-22mpls: support fragmentation of mpls output packetRajesh Goel2-2/+41
2019-10-22ip: only install IPv6 prefixes in FIB when the interface is upNeale Ranns1-39/+36
2019-10-18ip: Fix IP unnumbered dump of one interfaceNeale Ranns1-1/+1
2019-10-17ip: RD-CP API incorrect reply codeNeale Ranns1-1/+1
2019-10-15ip: fix use-after-free in IPv6 SLAAC expirationBenoît Ganne1-3/+11
2019-10-14ip: MFIB CLI fix for parsing path flagsNeale Ranns1-3/+0
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A4-100/+97
2019-10-03ip: fix use-after-free in reassemblyBenoît Ganne2-6/+8
2019-10-03ip: respect buffer boundary when searching for ipv6 headersKlement Sekera2-34/+81
2019-10-03fib: fix some typos in fib/mtrieLijian.Zhang4-10/+10
2019-10-03ip: refactor reassemblyKlement Sekera9-825/+868
2019-10-03vlib: add flag to explicitelly mark nodes which can init per-node packet traceDamjan Marion1-0/+1
2019-10-02ip: mfib CLI 'via local' fixNeale Ranns1-0/+2
2019-10-02ip: fix memory leak in ip_dump handlerMatthew Smith1-0/+2
2019-09-30fib: do not dump no-longer valid adjacenciesBenoît Ganne1-1/+6
2019-09-29tcp: enable gso in tcp hoststackSimon Zhang1-0/+2
2019-09-28ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion2-2/+2
2019-09-27ip: remove unused function parameterSimon Zhang2-7/+4
2019-09-25ip: reassembly: remove unnecessary codeKlement Sekera2-6/+0
2019-09-25ip: fix merge issueKlement Sekera1-2/+0
2019-09-25ip: reassembly: send packet out on correct workerKlement Sekera2-92/+287
2019-09-21ip: leverage existing vlib_buffer_advanceZhiyong Yang1-6/+3
2019-09-18ip: allow addrs from the same prefix on intfMatthew Smith4-101/+396
2019-09-12api: split vl_api_prefix into twoOle Troan2-2/+19
2019-09-09api: enforce vla is last and fixed string typeOle Troan1-2/+2
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach2-5/+31
2019-09-02ip: ip6_preflen_to_mask incorrect result for prefix len > 64Andrew Yourtchenko1-0/+1
2019-08-12api: vppapitrace JSON/API trace converterOle Troan1-1/+1
2019-08-03ip: fix ip6/udp checksum for pkts using buffer chainingJohn Lo2-4/+15
2019-08-02ipsec: FIx feature orderingNeale Ranns2-4/+2
2019-08-01docs: Small fixes and orderingNathan Skrzypczak1-11/+10
2019-07-31api: add prefix matcher typedefPaul Vinciguerra1-0/+11
2019-07-31ip: Ensure reassembly runs before IPSec decrypt.Neale Ranns2-2/+6
2019-07-31fib: fix calls to unformat_fib_pathNeale Ranns2-2/+4
2019-07-26dhcp ip: DSCP settings for transmitted DHCP packetsNeale Ranns7-5/+74
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