summaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip4_forward.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-2/+2
2018-06-26node functions cannot be always_inlineDamjan Marion1-1/+1
2018-06-19Check get packet template allocation failure (VPP-1321)John Lo1-0/+3
2018-06-14Use unicast DMAC for IP neighbor pool refresh probesJohn Lo1-5/+17
2018-06-14MTU: IP fragmentation added to ip4-rewrite and ip6-rewriteOle Troan1-3/+9
2018-06-04ip4: optimize ip4_localFlorin Coras1-253/+318
2018-06-04ip: save fib index for buffer in ip lookupFlorin Coras1-22/+19
2018-05-23VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message.Ole Troan1-30/+39
2018-05-15No overlapping sub-nets on any interface in the same table/VRF (VPP-943)Neale Ranns1-25/+38
2018-04-18Mcast rewrite optimisationsNeale Ranns1-3/+25
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-57/+41
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-41/+57
2018-03-21reassembly: feature/concurrencyKlement Sekera1-14/+3
2018-03-18Remove unnumbered configuration on interface deleteNeale Ranns1-1/+2
2018-03-016RD: Rewritten 6RD RFC5969 support.Ole Troan1-1/+2
2018-02-12Improve MTU handlingNeale Ranns1-13/+30
2018-02-09ip4_forward: set pkt error in case potential memory corruptChun Li1-0/+2
2018-02-08ip: move lookup inline functions to header fileVijayabhaskar Katamreddy1-372/+1
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko1-0/+7
2018-02-01IPv4/6 reassemblyKlement Sekera1-3/+10
2018-01-31Improved tracing for the IP[46] not-enabled case.Neale Ranns1-9/+9
2018-01-30Allow the provider of a midchain adjacency to pass context data that is retur...Neale Ranns1-3/+6
2018-01-09DVR: run L3 output featuresNeale Ranns1-1/+1
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