summaryrefslogtreecommitdiffstats
path: root/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Ensure sw_if_index to node mapping for L2 output path is only done via l2outp...Andrew Yourtchenko3-3/+17
2017-02-27Clean up the L2 interface configs when creating the interfacesAndrew Yourtchenko1-0/+10
2017-02-03vhost-user: fix missing speculative enqueue unwindSteven1-0/+4
2017-01-26span: tx functionalityPavel Kotucek1-2/+2
2017-01-18LISP: Fix fwd adding, VPP-607Filip Tehlar1-1/+6
2017-01-18Fix crash on deleting activated vhost-user - VPP-603Wojciech Dec1-3/+3
2017-01-16DHCPv6 Proxy; fix crash when DHCPv6 prxy is not configured and client packet ...Neale Ranns1-1/+5
2017-01-10Account for pool realloc when importing FIB entries during VRF exportNeale Ranns1-4/+12
2017-01-09Fix ARP on unnumbered interfaces (VPP-583)Neale Ranns1-2/+15
2017-01-09Fix disable ip6 interface (VPP-584)Neale Ranns1-12/+3
2017-01-04FIB memory leaks (VPP-578)v17.01-rc2Neale Ranns6-24/+48
2017-01-03vxlan fix mcast tunnel deleteEyal Bari2-23/+27
2017-01-03LISP: fix EID addition (VPP-577)Filip Tehlar1-2/+5
2017-01-03LISP: fix fwd entry addition (VPP-576)Filip Tehlar1-1/+1
2017-01-03VPP-574: fix VPP hang during security group configuration on a suspended VMAndrew Yourtchenko1-0/+4
2016-12-21Support multiple VXLAN tunnels with same mcast dstEyal Bari2-74/+121
2016-12-21classify: add simple mechanism for automatic flow creation (VPP-338)Juraj Sloboda1-23/+5
2016-12-20Always set start_of_ethernet_header in ethernet-input speed pathJohn Lo1-6/+10
2016-12-20Decouple dependencies/assumptions in MAC changeNeale Ranns7-21/+35
2016-12-20dpdk: fix advance header for ip4-no-checksumSergio Gonzalez Monroy1-0/+1
2016-12-20Improve dpdk-input node to handle drivers not setting mbuf PTYPEJohn Lo5-48/+111
2016-12-19l2input: remove unused code and reduce number of branchesDamjan Marion1-44/+18
2016-12-19dpdk: fix IV physical address in esp-decryptSergio Gonzalez Monroy1-2/+2
2016-12-19dpdk: fix dpdk-crypto-input packet traceSergio Gonzalez Monroy1-3/+4
2016-12-16Coverity fixes, VPP-486Dave Barach2-5/+8
2016-12-16Fix dpdk-input check for VLAN packets including VLAN strip caseJohn Lo1-1/+16
2016-12-15Expand ethernet-input node speed-path for non-L2 pathsJohn Lo1-7/+22
2016-12-15LISP: Fix several control plane message issues, VPP-558Filip Tehlar5-110/+215
2016-12-14Ping response in a VRF context uses correct FIB for responseNeale Ranns2-0/+17
2016-12-14IP and MPLS route debug CLI fixesNeale Ranns2-2/+11
2016-12-13LISP: Move parsing of LISP map-reply to worker thread, VPP-554Filip Tehlar2-97/+86
2016-12-12ip4: perf optimization in the ip4-input nodeDamjan Marion2-83/+76
2016-12-12ipsec: go straight to lookup after esp encryptSergio Gonzalez Monroy2-8/+8
2016-12-11MPLS Nodes Dual LoopNeale Ranns4-17/+396
2016-12-11VRF imported FIB entry should inherit the flags from the export entry.Neale Ranns2-7/+11
2016-12-09ip4: perf optimization in the ip4-rewrite nodeDamjan Marion1-13/+6
2016-12-09Add FIB unit test to 'make test'Neale Ranns1-22/+44
2016-12-09BFD: handle timing wheel prematurely firing eventsKlement Sekera4-69/+85
2016-12-09Coding standards cleanup for vnet/vnet/ip, VPP-255Dave Barach52-7808/+9133
2016-12-09VPP-547: Fix for co-existence of HbH and RH header in Segment routing:Shwetha4-107/+457
2016-12-09DPDK HQoS: enable vpp control plane thread connection to hqos threadJasvinder Singh2-4/+10
2016-12-09BFD: fix timing in the main loopKlement Sekera3-28/+59
2016-12-09Add extra validation for VXLAN packets and tunnelsJohn Lo3-90/+244
2016-12-09VPP-470: Introduce VxLAN-GPE as transport for iOAM.Vengada Govindan6-61/+137
2016-12-08BFD: improve ip header handling, fix assertKlement Sekera4-13/+37
2016-12-08Fix bug in code for setting dpdk interface descriptors (VPP-552)Juraj Sloboda1-1/+1
2016-12-08dpdk: don't drop packets if l4 checksum is flagged as badDamjan Marion2-10/+2
2016-12-08vhost: fix coverity warningPierre Pfister1-1/+1
2016-12-07BFD: basic asynchronous session up/downKlement Sekera15-5/+2218
2016-12-07l2fib: add mac aging supportDamjan Marion6-18/+250