aboutsummaryrefslogtreecommitdiffstats
path: root/src/vat
AgeCommit message (Expand)AuthorFilesLines
2019-06-20vat: vec_free/errmsh copy paste errorOle Troan1-2/+1
2019-06-20tap: add support to configure tap interface host MTU sizeMohsin Kazmi1-1/+19
2019-06-19l2: BD ARP termination entry API updateNeale Ranns1-26/+11
2019-06-18ipsec: ipsec-tun protectNeale Ranns1-179/+0
2019-06-18fib: fib api updatesNeale Ranns1-736/+634
2019-06-18api: string type to convert to vectorOle Troan1-13/+15
2019-06-12infra: fix minor memory leak in "api trace..."Dave Barach1-0/+4
2019-06-07build: add -Wall and -fno-common, fix reported issuesBenoît Ganne3-28/+17
2019-06-07ipsec: remove the set_key APINeale Ranns1-131/+0
2019-05-28Punt: socket register for exception dispatched/punted packets based on reasonNeale Ranns1-4/+7
2019-05-27virtio: Add gso support for native virtio driverMohsin Kazmi1-26/+4
2019-05-24Remove historical ip4 icmp OAM codeDave Barach1-56/+0
2019-05-14VPP-1649: fix coverity warning in api_format.cDave Barach1-1/+2
2019-05-06Fix VPP-1487 DHCP client does not support option 6-domain serverjackiechen19851-7/+16
2019-05-01virtio: remove configurable queue size supportMohsin Kazmi1-2/+0
2019-04-18GRE: API updateNeale Ranns1-102/+63
2019-04-02IPSEC: tunnel scaling - don't stack the inbould SANeale Ranns1-46/+127
2019-03-29IPSEC-GRE: fixes and API update to common types.Neale Ranns1-28/+42
2019-03-28ipsec: USE_EXTENDED_SEQ_NUM -> USE_ESNDamjan Marion1-2/+1
2019-03-28vat:ignore SIGWINCH signalezkexma1-0/+1
2019-03-21ipsec: add ipv6 support for ipsec tunnel interfaceKingwel Xie1-6/+8
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan2-46/+35
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar2-35/+46
2019-02-25IKEv2 to pluginNeale Ranns1-708/+0
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns1-5/+2
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns1-55/+59
2019-02-05sock api: allow to start client with no rx_threadTomasz Kulasek1-1/+1
2019-02-05IPSEC: SPD counters in the stats sgementNeale Ranns1-1/+0
2019-01-31IPSEC: API modernisationNeale Ranns1-225/+144
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-129/+71
2019-01-25deprecate tapcliDamjan Marion1-360/+0
2019-01-22virtio: Add api support in vatMohsin Kazmi1-0/+299
2019-01-20Rework of debian packagingDamjan Marion1-0/+34
2019-01-13bonding: support custom interface IDsAlexander Chernavin1-1/+6
2019-01-07tapv2: add "tap_flags" field to the TAPv2 interface APIAndrew Yourtchenko1-2/+3
2019-01-07L2 BD API to flush all IP-MAC entries in the specified BDJohn Lo1-1/+38
2018-12-22bapi/vat: fix socket transport for vatFlorin Coras1-2/+8
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-9/+1
2018-12-17stats: Deprecate old stats frameworkOle Troan1-536/+1
2018-12-17String type: Not include \0 in show_versionOle Troan1-11/+23
2018-12-14String type: Fix off by one errorOle Troan1-1/+1
2018-12-13API: Use string type instead of u8.Ole Troan1-13/+33
2018-12-11Fix vat dependenciesjuraj.linkes1-0/+2
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek1-9/+9
2018-12-04MPLS: buffer over-run with incorrectly init'd vector. fix VAT dumpNeale Ranns1-2/+2
2018-11-12IPv6: Make link-local configurable per-interface (VPP-1446)Juraj Sloboda1-54/+0
2018-11-06BD ARP entry use common API typesNeale Ranns1-15/+9
2018-11-05Genric API types format/unformat support for VAT and custom dumpNeale Ranns3-0/+13
2018-10-23c11 safe string handling supportDave Barach5-51/+51
2018-10-17fix ip6 prefix check for tap_v2Michal Cmarada1-1/+1