aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-03-01devices: vnet_get_aggregate_rx_packets should not be dpdk specificDamjan Marion9-44/+58
2017-02-28dpdk: retire support for dpdk 16.07Damjan Marion5-58/+3
2017-02-28Clear L2 output config on interface mode change to L3 (VPP-651)John Lo1-4/+11
2017-02-28vlib: add buffer cloning supportDamjan Marion4-57/+74
2017-02-27BFD: disable debug printsKlement Sekera1-1/+1
2017-02-27vlib: add VLIB_BUFFER_EXT_HDR_VALID flagDamjan Marion3-5/+2
2017-02-27Add GPE CLI/API for setting encap modeFilip Tehlar7-4/+205
2017-02-27fix:vxlan mcast adj - added as ucast dpo adjEyal Bari1-1/+1
2017-02-26BFD: echo functionKlement Sekera8-318/+864
2017-02-25Add NSH to GPE decap pathFlorin Coras5-20/+56
2017-02-25MFIB: changes to improve route add/delete performanceNeale Ranns3-7/+12
2017-02-24FIB: 1) fix pool realloc during prefix export. 2) don't walk off the end of t...Neale Ranns3-7/+31
2017-02-24VPP-650: handle buffer failure in vlib_buffer_copy(...)Dave Barach3-9/+53
2017-02-24Fixed QAT device binding and device unbinding when vpp package is removedRadu Nicolau1-1/+1
2017-02-24MFIB memory leak. free the per-source interface hashNeale Ranns2-1/+3
2017-02-24VPP-279: Document changes for vnet/vnet/devicesBilly McFall2-100/+617
2017-02-23Fix vpp built-in version of api_unformat_sw_if_index(...)Dave Barach2-3/+2
2017-02-22Fix LISP and ONE crc marcosFilip Tehlar3-11/+26
2017-02-22VPP-635: CLI Memory leak with invalid parameterBilly McFall27-429/+1163
2017-02-16Consolidate DHCP v4 and V6 implementation. No functional change intendedNeale Ranns13-940/+840
2017-02-21Add Overlay Network Engine APIFilip Tehlar6-3/+3773
2017-02-21dhcp: multiple additionsNeale Ranns10-645/+787
2017-02-21Rename LISP GPE API to GPEFilip Tehlar9-91/+86
2017-02-21VPP-540 : pbb tag rewrite detailsPavel Kotucek6-82/+187
2017-02-20FIB reset leaves residual routes. Wrong API used to remove the routes meant t...Neale Ranns2-2/+5
2017-02-20LISP: don't show PITR generated mapping in dump callFilip Tehlar4-3/+15
2017-02-20CLI extension to add multiple (S,G)s at once and time itNeale Ranns1-10/+76
2017-02-20Python test IP and MPLS objects conform to infra.Neale Ranns11-15/+438
2017-02-17Remove duplicate ip6 get interface address codeNeale Ranns4-47/+9
2017-02-17BFD: put session admin-up/admin-downKlement Sekera1-12/+12
2017-02-17Implemented IKEv2 initiator features:Radu Nicolau13-186/+2180
2017-02-17ipsec: changed ipsec-input-ip6 node to be a sibling of ipsec-input-ip4, fixes...Radu Nicolau1-6/+1
2017-02-17l2 input: avoid per-packet trace checks in the fast pathDave Barach4-25/+54
2017-02-17dpdk: quad loop and prefetch in fill_free_listDamjan Marion1-15/+71
2017-02-16Add NSH load-balance and drop DPOFlorin Coras5-15/+148
2017-02-16Fix NSH-LISP interface additionFlorin Coras1-15/+16
2017-02-16Fix crash on deleting previously activated IPv6 interface - VPP-636Wojciech Dec1-0/+4
2017-02-16LISP: minor enhacementsFilip Tehlar1-13/+13
2017-02-15LISP: fix deleting src/dst entry from GID dictionaryFilip Tehlar2-5/+24
2017-02-15BFD: loop back echo packetsKlement Sekera4-38/+247
2017-02-15Fix bug in definition of tcp_header_tJuraj Sloboda1-1/+4
2017-02-14VPP-279: Document changes for vnet/vnet/devicesBilly McFall2-52/+210
2017-02-14BFD: respect remote demand modeKlement Sekera1-9/+46
2017-02-14BFD: set per session UDP source port per RFCKlement Sekera4-16/+43
2017-02-14Fix coverity issues: ioamShwetha Bhandari1-5/+6
2017-02-14Fix is_server flag in vhost dump (VPP-562)Marek Gradzki1-0/+1
2017-02-14vhost-user: fix crash when descriptor points to unknown regionDamjan Marion1-1/+2
2017-02-13Out-of-tree Build Error fixAkshayaNadahalli2-22/+20
2017-02-13Augment IP_DETAILS, IP_ADDRESS_DETAILS with a few context fields.Jon Loeliger2-5/+15
2017-02-13Basic support for LISP-GPE encapsulated NSH packetsFlorin Coras27-22/+942