aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip
AgeCommit message (Expand)AuthorFilesLines
2019-09-16api: autogenerate api trace print/endianOle Troan4-7/+97
2019-09-11ip: apply dual loop unrolling in ip4_inputLijian.Zhang1-0/+68
2019-09-11ip: apply dual loop unrolling in ip4_rewriteLijian.Zhang1-0/+131
2019-09-10tcp: enable gso in tcp hoststackSimon Zhang1-0/+2
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach2-5/+31
2019-09-03api: enforce vla is last and fixed string typeOle Troan1-2/+2
2019-09-02ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion2-2/+2
2019-08-29ip: remove unused function parameterSimon Zhang2-7/+4
2019-08-27ip: reassembly: remove unnecessary codeKlement Sekera2-6/+0
2019-08-26ip: ip6_preflen_to_mask incorrect result for prefix len > 64Andrew Yourtchenko1-0/+1
2019-08-22ip: fix merge issueKlement Sekera1-2/+0
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra1-5/+5
2019-08-20ip: reassembly: send packet out on correct workerKlement Sekera2-92/+287
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar1-0/+1
2019-08-19ip: leverage existing vlib_buffer_advanceZhiyong Yang1-6/+3
2019-08-12ip: allow addrs from the same prefix on intfMatthew Smith4-101/+396
2019-08-08api: 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
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