aboutsummaryrefslogtreecommitdiffstats
path: root/src/vat
AgeCommit message (Expand)AuthorFilesLines
2017-06-08LISP: add NSH supportFilip Tehlar1-8/+172
2017-06-08P2P Ethernet - APIPavel Kotucek1-3/+104
2017-06-05LISP-GPE: return index of newly created fwd entry, VPP-868Filip Tehlar1-1/+33
2017-05-30LISP: L2 ARP handlingFilip Tehlar1-0/+233
2017-05-22vhost: migrate to use device infra for worker thread assignment, rx-mode.Steven1-62/+5
2017-05-22LISP-GPE: add dump call for VNIs in useFilip Tehlar1-0/+75
2017-05-20API: Cleaning up message naming that does not follow the conventionsOle Troan1-55/+59
2017-05-15Fix vnet_interface_counters API definitionAloys Augustin1-31/+45
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion1-5/+5
2017-05-09API support for IPsec tunnel interface creationMatthew Smith1-0/+134
2017-05-09Add missing format_ip6_address() functions to plugin_api.Jon Loeliger2-0/+78
2017-04-13LISP: make statistics thread safeFilip Tehlar1-0/+15
2017-04-07MPLS McastNeale Ranns1-56/+77
2017-04-05L2FIB:add l2fib_flush_bd l2fib_flush_int apisEyal Bari1-2/+72
2017-04-05GRE over IPv6Ciara Loftus1-13/+65
2017-04-04BD/API:add bridge_domain_set_mac_age apiEyal Bari1-1/+76
2017-03-30Fix pid field endian in ARP/ND/DHCP event related API messagesJohn Lo1-9/+9
2017-03-30Fix more "symbol XXX found in none of the libs" warningsDave Barach1-1/+0
2017-03-22vhost: support interrupt modeSteven1-5/+62
2017-03-22policer: fix byte ordering in policer_details msgMarek Gradzki1-2/+2
2017-03-21LISP statisticsFilip Tehlar1-0/+208
2017-03-15VXLAN:add hidden multicast interface checkEyal Bari1-4/+2
2017-03-10LISP: fix Proxy-ETR show command, VPP-660Filip Tehlar1-0/+146
2017-03-09IMplementation for option to not create a FIB table entry when adding a neigh...Neale Ranns1-0/+4
2017-03-08Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri...Neale Ranns1-0/+109
2017-03-07Missing plugin binary API command fns found after brief searchDave Barach2-2/+1
2017-03-07DHCP Multiple Servers (VPP-602, VPP-605)Neale Ranns1-14/+42
2017-03-07Fix endian issue in ARP Event ReplyWojciech Dec1-2/+4
2017-03-04Evolving SRv6 (Segment Routing for IPv6)Pablo Camarillo1-286/+71
2017-03-03Implement a loopback instance allocation scheme.Jon Loeliger1-6/+53
2017-03-02Clean up binary api message handler registration issuesDave Barach1-7/+36
2017-03-02Remove the unused VRF ID parameter from the IP neighbour Add/Del APINeale Ranns1-4/+0
2017-03-01dpdk: be a pluginDamjan Marion1-320/+0
2017-02-27Add GPE CLI/API for setting encap modeFilip Tehlar1-0/+114
2017-02-23Fix vpp built-in version of api_unformat_sw_if_index(...)Dave Barach1-16/+34
2017-02-22Clean up "binary-api" help string, arg parse bugsDave Barach1-0/+2
2017-02-21Add Overlay Network Engine APIFilip Tehlar1-209/+291
2017-02-21dhcp: multiple additionsNeale Ranns1-89/+84
2017-02-21Rename LISP GPE API to GPEFilip Tehlar1-50/+49
2017-02-21VPP-540 : pbb tag rewrite detailsPavel Kotucek1-0/+13
2017-02-20Python test IP and MPLS objects conform to infra.Neale Ranns1-0/+38
2017-02-17Implemented IKEv2 initiator features:Radu Nicolau1-0/+354
2017-02-02Remove unnecessary block structure around CONTROL_PING messages.Jon Loeliger1-179/+143
2017-02-02Refactor fragile msg macro W and W2 to not burry return control flow.Jon Loeliger1-470/+558
2017-02-02Localize the timeout variable within the W message macro.Jon Loeliger1-184/+2
2017-02-02Convert message macro S to accept a message pointer parameter;Jon Loeliger1-232/+232
2017-02-02Ensure all M() and M2() second parameters are the message pointer.Jon Loeliger1-237/+233
2017-02-02LISP: enhance binary part of some APIsFilip Tehlar1-14/+4
2017-01-31MFIB Coverity warnings. The lock macro is functionally equivalent but more ex...Neale Ranns1-4/+4
2017-01-31Add vxlan-bypass feature to IP6 forwarding pathJohn Lo1-2/+2