aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip4_forward.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-13ip4_rewrite_inline: fix variable errorZhiyong Yang1-2/+2
2018-11-02Use throttle_t for ND throttling (VPP-1480)Neale Ranns1-2/+6
2018-10-04Support reassembly for fragments coming to ip4-local nodeJuraj Sloboda1-0/+7
2018-10-02ip4-local: classify protos that skip csum and src checkFlorin Coras1-13/+38
2018-09-27IPIP and IPv6 fragmentationOle Troan1-1/+1
2018-08-30Refactor the ARP throttle into a common type so it can be reusedNeale Ranns1-21/+3
2018-08-23ip4: rework rewrite node to use vlib_buffer_enqueue_to_next()Damjan Marion1-355/+270
2018-08-17VPP-1392: VXLAN fails with IP fragmentationOle Troan1-1/+1
2018-08-13Multiarch for ip4 forwarding nodesDamjan Marion1-59/+49
2018-08-09Thread-safe ARP / ND throttlingDave Barach1-35/+20
2018-07-21fix IP directed broadcast node declarationsMatthew Smith1-1/+1
2018-07-20IP directed broadcastNeale Ranns1-6/+99
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