aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2019-12-13ip: SVR: fix wrong return valueKlement Sekera2-2/+2
2019-12-10ip: use explicit types in apiOle Troan1-73/+74
2019-12-10api: multiple connections per processDave Barach3-3/+3
2019-12-08ip: coverity fixjohny1-8/+6
2019-12-05ip: fix cancel termination after receive malformed ip6 packetjohny2-5/+68
2019-12-04fib: Decouple source from priority and behaviourNeale Ranns1-1/+1
2019-12-04gso: remove the interface countMohsin Kazmi2-29/+13
2019-12-04ip6: Fix improper MCAST adj test in IPv6 router solicitationJon Loeliger1-1/+1
2019-12-04ip: populate ip_reassembly_get_reply correctlyMatthew Smith1-3/+4
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns2-2/+2
2019-12-03ipip: Tunnel flags controlling copying data to/from payload/encapNeale Ranns5-2/+146
2019-11-27ip: init l3_hdr_offset when pushing an ip4 headerFlorin Coras1-6/+4
2019-11-26fib: Table ReplaceNeale Ranns2-131/+126
2019-11-15tests: Remove the unrequired VPP IP address/prefix class wrappersNeale Ranns1-2/+2
2019-11-12ip: IP address and prefix types (moved from LISP)Neale Ranns3-16/+386
2019-11-11ip: functional interface to ip fragmentationOle Troan4-159/+98
2019-11-10dhcp: ipv6 prefix delegation improvementsDave Barach1-1/+17
2019-11-06tcp: IPv6 flow label supportTarun Gupta1-4/+25
2019-11-05ip: Fragmentation fixesNeale Ranns5-115/+155
2019-10-30ip: cleanup typos in documentationPaul Vinciguerra8-17/+17
2019-10-29ip: refactor ip4_mtrie to use atomic store-releasejaszha031-14/+5
2019-10-29ip: refactor ip4_mtrie to atomically unset leavesjaszha031-4/+6
2019-10-28ip: Punt rather than drop unkown IPv6 ICMP packetsNeale Ranns1-5/+5
2019-10-28ping: move the echo responder into the ping pluginNeale Ranns2-200/+3
2019-10-28ip: reassembly fix sanity checksKlement Sekera2-5/+5
2019-10-28ip: fix tracing of packet flagsKlement Sekera1-1/+1
2019-10-28ip: reassembly: fix use-after-freeBenoît Ganne2-5/+10
2019-10-25dhcp: fix crash on unicast renewal sendNeale Ranns1-4/+1
2019-10-18ip: trivial typos in docsPaul Vinciguerra2-9/+9
2019-10-17ip: punt API cleanupJakub Grajciar1-6/+6
2019-10-17ip: rd_cp API cleanupJakub Grajciar1-4/+6
2019-10-14ping: Move to pluginMohsin Kazmi5-1369/+11
2019-10-11ip: reassembly: trace ip headers over worker handoffsKlement Sekera5-27/+87
2019-10-11ip: RD-CP API incorrect reply codeNeale Ranns1-1/+1
2019-10-10ip: fix clang debug compilationBenoît Ganne1-3/+1
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A4-100/+97
2019-10-09map: use ip6-full-reassembly instead of own codeKlement Sekera4-0/+70
2019-10-09ip: fix coverity warningKlement Sekera1-3/+7
2019-10-09mpls: support fragmentation of mpls output packetRajesh Goel2-2/+41
2019-10-09ip: only install IPv6 prefixes in FIB when the interface is upNeale Ranns1-39/+36
2019-10-07ip: remove dead code in ip6-svrKlement Sekera1-27/+0
2019-10-07ip: add tracing for ipv6 frag headersKlement Sekera1-0/+24
2019-10-07ip: reassembly add missing gotoKlement Sekera1-0/+1
2019-10-07ip: reassembly remove dead codeKlement Sekera1-8/+0
2019-10-07ip: MFIB CLI fix for parsing path flagsNeale Ranns1-3/+0
2019-10-06ip: Fix IP unnumbered dump of one interfaceNeale Ranns1-1/+1
2019-10-04ip: fix use-after-free in IPv6 SLAAC expirationBenoît Ganne1-3/+11
2019-10-02ip: mfib CLI 'via local' fixNeale Ranns1-0/+2
2019-09-30ip: svr: fix feature refcountsKlement Sekera2-14/+20
2019-09-26ip: fix use-after-free in reassemblyBenoît Ganne2-6/+8