aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip4_forward.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-08ip4_forward: set pkt error in case potential memory corruptChun Li1-0/+2
2017-12-15Fix icmp/udp/tcp punt/drop pathsVijayabhaskar Katamreddy1-2/+2
2017-12-13IP bi-direction multicast - same cable check on egressNeale Ranns1-1/+16
2017-12-13Separate heap for IPv4 mtriesNeale Ranns1-0/+29
2017-11-29Add some indent-off to the node declarations in ip4-forwardNeale Ranns1-19/+42
2017-11-07vnet: ip4/6_local-> don't drop TCP/UCP marked for cksum calc fixJakub Grajciar1-7/+7
2017-11-03vnet: ip4/6_local->don't drop packet if marked for TCP/UDP offload cksum calc...Jakub Grajciar1-5/+14
2017-10-15ip: avoid arp assert if out of buffers (VPP-1030)Florin Coras1-0/+4
2017-10-10session: add support for application namespacingFlorin Coras1-0/+5
2017-10-10punt and drop features:Neale Ranns1-72/+5
2017-10-09NAT: hairpinning rework (VPP-1003)Matus Fabian1-1/+9
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-3/+3
2017-10-03Repair vlib API socket serverDave Barach1-8/+16
2017-09-20Add ip6-local feature arcPierre Pfister1-1/+7
2017-09-15dpdk: cli to check for buffer leakageFlorin Coras1-0/+1
2017-09-11arp/glean: fix hash computationFlorin Coras1-1/+2
2017-09-11FIB table add/delete APINeale Ranns1-97/+4
2017-08-16ip4: cleanup ip localFlorin Coras1-153/+85
2017-08-11Fix tcp multi buffer segments retransmissionFlorin Coras1-5/+7
2017-08-08L2 over MPLSNeale Ranns1-3/+3
2017-08-02Fix vpp crash sending arp or probing neighb (VPP-917)Pavel Kotucek1-0/+14
2017-07-20Fix coverity issue introduced with IP checksum offload commitDamjan Marion1-3/+3
2017-07-18TCP/UDP checksum offload APIDave Barach1-3/+6
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-19/+19
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-3/+3
2017-06-23IP4/IP6 FIB: fix crash during interface deletePavel Kotucek1-0/+17
2017-06-01Fix 'ip probe' on /32Neale Ranns1-24/+26
2017-05-26MPLS lookup DPO does not pop the label (nor does it handle replicate)Neale Ranns1-1/+0
2017-05-03change ip4_drop_node node register coding formatflyingeagle231-2/+2
2017-04-26IP Flow Hash Config fixesNeale Ranns1-3/+2
2017-04-24Improve Load-Balance MAPsNeale Ranns1-59/+78
2017-04-13Remove unsed parameter from fib_table_entry_special_add() (only used in FIB t...Neale Ranns1-4/+2
2017-04-11Remove usued, redundant and deprecated code from lookup.hNeale Ranns1-9/+10
2017-04-07MPLS McastNeale Ranns1-0/+20
2017-04-06Use thread local storage for thread indexDamjan Marion1-17/+17
2017-04-01MTRIE Optimisations 2Neale Ranns1-21/+0
2017-03-29IP lookup: remove used stack variablesNeale Ranns1-21/+5
2017-03-29Mtrie optimisationsNeale Ranns1-54/+11
2017-03-29Sub-net broadcast addresses for IPv4Neale Ranns1-3/+70
2017-03-27Mcast rewrite no memcpyNeale Ranns1-3/+3
2017-03-1764 bit per-thread countersNeale Ranns1-17/+19
2017-03-17Fix IP feature ordering.Neale Ranns1-17/+12
2017-03-17Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n...Neale Ranns1-8/+13
2017-03-07Register TCP with IP only if session is enabledFlorin Coras1-1/+2
2017-03-07make per-adj counters configurableNeale Ranns1-17/+35
2017-03-07Fixing loadbalancing over ECMP for recursive routesAkshayaNadahalli1-6/+5
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns1-28/+43
2017-03-01VPP-598: tcp stack initial commitDave Barach1-64/+109
2017-01-27IP Multicast FIB (mfib)Neale Ranns1-327/+171
2017-01-25[re]Enable per-Adjacency/neighbour countersNeale Ranns1-17/+25