aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip4_forward.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04fib: midchain adjacency optimisationsNeale Ranns1-31/+55
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns1-15/+80
2020-04-15misc: refactor calc_checksumsDave Barach1-4/+12
2020-04-14urpf: Unicast reverse Path Forwarding (plugin)Neale Ranns1-14/+0
2020-04-08ip: do not clear the locally-originated flagNeale Ranns1-8/+2
2020-03-17fib: Always install all routers mcast addressesNeale Ranns1-0/+3
2020-02-11ip: fix ip-local errorsFlorin Coras1-1/+3
2020-01-14classify: Reduce the include dependencies on vnet_classify.hNeale Ranns1-0/+1
2020-01-11ip: avoid fib lookup for consecutive pkts having same source IPNitin Saxena1-5/+5
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-343/+0
2019-12-04gso: remove the interface countMohsin Kazmi1-15/+7
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns1-1/+1
2019-11-11ip: functional interface to ip fragmentationOle Troan1-8/+8
2019-11-05ip: Fragmentation fixesNeale Ranns1-96/+121
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A1-43/+3
2019-09-25ip: refactor reassemblyKlement Sekera1-1/+1
2019-09-16api: autogenerate api trace print/endianOle Troan1-1/+3
2019-09-11ip: apply dual loop unrolling in ip4_rewriteLijian.Zhang1-0/+131
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach1-3/+15
2019-08-19ip: leverage existing vlib_buffer_advanceZhiyong Yang1-6/+3
2019-08-12ip: allow addrs from the same prefix on intfMatthew Smith1-79/+234
2019-08-03ip: fix ip6/udp checksum for pkts using buffer chainingJohn Lo1-0/+3
2019-07-19ip: admin change affects intf IPv4 addr routesMatthew G Smith1-7/+53
2019-07-08ip: retain local interface address adjacencyMatthew Smith1-6/+24
2019-06-28ip: ip-lookup - remove the dead codeNeale Ranns1-4/+1
2019-06-04Punt: specify packets by IP protocol TypeNeale Ranns1-2/+12
2019-06-03ARP: add feature arcNeale Ranns1-0/+6
2019-05-31VPP-1692: move NULL pointer checkDave Barach1-5/+5
2019-05-30IP load-balance; perf improvement using the usual reciepeNeale Ranns1-137/+106
2019-05-06ip4_load_balance: leverage vlib_get_buffersZhiyong Yang1-13/+11
2019-04-10Make tcp/udp/icmp compute checksum safer for buffer-chain caseJohn Lo1-1/+1
2019-04-08fixing typosJim Thompson1-2/+2
2019-03-28IPSEC: run encrpyt as a feautre on the tunnelNeale Ranns1-8/+19
2019-03-26ip6-rewrite: bug fix buffer->error in dual loopKingwel Xie1-3/+12
2019-02-19tap gso: experimental supportAndrew Yourtchenko1-7/+37
2019-02-14Add -fno-common compile optionBenoƮt Ganne1-0/+2
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-9/+3
2019-01-10ARP/ND: copy opaque2 persistent fields to new packetNeale Ranns1-1/+4
2018-12-13ip4_rewrite_inline: fix variable errorZhiyong Yang1-2/+2
2018-12-12Change ipsec feature node namesPierre Pfister1-4/+4
2018-12-10IP-local: any IP can appear as the source (VPP-1522)Neale Ranns1-3/+15
2018-11-28Remove useless prefetch in ip4-rewrite nodeSimon Zhang1-1/+1
2018-11-26Add a feature arc consistency checkDave Barach1-0/+4
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-12/+12
2018-11-08IP load-balance; trace at the end of the node so the flow hash used is displayedNeale Ranns1-3/+3
2018-11-02arp:add error counters for all failure casesEyal Bari1-98/+82
2018-10-29Use throttle_t for ND throttlingNeale Ranns1-2/+6
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera1-4/+4
2018-10-04Support reassembly for fragments coming to ip4-local nodeJuraj Sloboda1-0/+7