aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet
AgeCommit message (Expand)AuthorFilesLines
2016-05-06Check IP adj_index to make sure it is valid to prevent possible crashJohn Lo2-2/+6
2016-05-05Fix vpp_lite build caused by missing definition of unlikely macroDamjan Marion1-1/+1
2016-05-05ONE-2: Add new LISP dump API for lisp gpeAndrej Kozemcak2-0/+14
2016-05-05VPP-39 - refactoring of NSH into own folderKeith Burns (alagalah)7-133/+130
2016-05-04NETMAP: Some fixesMohsin Kazmi3-11/+36
2016-05-04VPP-42: VPP crashes in IPsec code when running multithreadedMatthew Smith5-33/+58
2016-05-03VPP-15 Add decap-next for nsh-gre tunnel short_helpHongjun Ni1-2/+2
2016-05-03VPP-15 Add ethernet support for nsh-gre's decap-nextHongjun Ni1-1/+3
2016-05-02Small fixes to lisp-gpe header and decapFlorin Coras2-12/+20
2016-05-02VPP-31 Fix linker issue with new sr-replicateChris Luke2-5/+1
2016-05-02VPP-30 sr_replicate requires DPDKKeith Burns (alagalah)3-0/+22
2016-05-02HONEYCOMB-10: jVpp - the new java API. C code and jar file generationMarek Gradzki1-1/+5
2016-05-02Netmap: typo correctMohsin Kazmi1-1/+1
2016-04-30IP6 SR multicast replicatorKeith Burns (alagalah)9-37/+1122
2016-04-29Fix use of vni throughout lisp codeFlorin Coras2-32/+35
2016-04-29Add indirect next hop supportDamjan Marion4-40/+156
2016-04-29Remove unused variable in lisp decapFlorin Coras1-3/+0
2016-04-29VPP-25 Add API for GRE tunnel create/delete/show.Chris Luke2-47/+159
2016-04-29Fix ip-udp encap checksum for ip6Florin Coras1-0/+20
2016-04-29Fix ip4 address formatting in the show ip fib ouptutDamjan Marion2-3/+6
2016-04-29Improve performance of dpdk-vhost driverShesha Sreenivasamurthy1-0/+9
2016-04-29Add TX statistics for nsh-gre tunnelHongjun Ni1-4/+77
2016-04-29Add RX statistics for nsh-gre tunnelHongjun Ni1-1/+81
2016-04-29Fix decap-next for ethernet format in nsh-vxlan-gpeHongjun Ni1-0/+2
2016-04-29Add support for LCAF Instance IDFilip Tehlar8-57/+470
2016-04-29Add lisp-gpe ip6 data-plane supportFlorin Coras10-755/+1678
2016-04-29Clean up per-thread mheap setup.Dave Barach1-2/+0
2016-04-28LISP IPv6 control support, create IPv6 headerAndrej Kozemcak2-15/+21
2016-04-28VXLAN over IPv6.Chris Luke6-166/+628
2016-04-28Fix bug that prevented packet trace from working on multicoreBud Grise1-6/+14
2016-04-28Add ability to set l2_mode_noprotChristian Dechamplain (cdechamp)2-0/+36
2016-04-28Add histogram to frame queue tracingBud Grise3-32/+132
2016-04-28Track number of ethernet vlans in a frameChris Luke8-7/+83
2016-04-28Fix Bug VPP-22Florin Coras1-1/+1
2016-04-27Increase the trace bufffer sizeChris Luke2-2/+2
2016-04-27Remove historical artifacts from vnet/buffer.hDave Barach1-26/+0
2016-04-27VPP-18: Creating tap interface through API broken. Fixed and removed duplicat...Ole Troan1-138/+50
2016-04-27Fix pcap trace capture crash for packets > 512 bytesJohn Lo1-1/+2
2016-04-27Live VM migration support for vhost-userShesha Sreenivasamurthy2-4/+63
2016-04-26MTU: set interface mtu tapMohsin Kazmi5-33/+57
2016-04-26Fix compile errors reported by clangDamjan Marion9-10/+10
2016-04-26Port glean neighbor entry support to IPv6Pierre Pfister11-73/+342
2016-04-26Fix decap's second-loop failure issue within nsh-vxlan-gpeHongjun Ni1-3/+3
2016-04-25Put back VMXNET3 driver init for DPDK 2.2.0 or older versionsJohn Lo1-0/+19
2016-04-25Disable TSO/CSUM offloadingShesha Sreenivasamurthy1-0/+15
2016-04-25Fix vpp crash in DBG modeShesha Sreenivasamurthy1-1/+2
2016-04-25Add native NETMAP driverDamjan Marion9-5/+1652
2016-04-25Add APIs to access dpdk informationTodd Foggoa (tfoggoa)2-0/+62
2016-04-25Change ethernet's result within unformat_decap_nextHongjun Ni1-1/+1
2016-04-25Convert lisp-gpe encap to interface tx nodeFlorin Coras8-530/+855