aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2020-08-13ip: reassembly: fix one possible use-after-freeGao Feng2-10/+11
2020-08-13misc: fix error handling in punt_replicateDave Barach1-0/+1
2020-08-13ip: Adding IP tables is no MP safeNeale Ranns1-2/+0
2020-08-13ip: provide extern declaration for ip punt nodesJawahar Santosh Gundapaneni2-0/+2
2020-08-13vat: add ip api types parser definitionsJakub Grajciar1-2/+18
2020-08-12ip: Unintialized variables in prefx setup (coverity warning)Neale Ranns2-0/+2
2020-08-12ip: fix ip-local errorsFlorin Coras3-3/+4
2020-08-12ip6: fix l4 checksum with hop-by-hop headerMatthew Smith1-13/+23
2020-08-12ip6: during icmp to icmp6 translation truncate error messagesAlexander Chernavin1-2/+2
2020-08-12ip: avoid fib lookup for consecutive pkts having same source IPNitin Saxena1-5/+5
2020-08-12ip: cleanup punt socket cli helpPaul Vinciguerra1-11/+20
2020-08-12ip: coverity fixjohny1-8/+6
2020-08-12ip: fix cancel termination after receive malformed ip6 packetjohny2-5/+68
2020-08-12ip: init l3_hdr_offset when pushing an ip4 headerFlorin Coras1-6/+4
2020-08-12ip6: Fix improper MCAST adj test in IPv6 router solicitationJon Loeliger1-1/+1
2020-08-07ip: fix tracing of packet flagsKlement Sekera1-1/+1
2020-04-10misc: check return values from vlib_buffer_copy(...)Dave Barach1-0/+3
2020-04-01misc: fix ip6_neighbor_cmdDave Barach1-10/+0
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