Age | Commit message (Expand) | Author | Files | Lines |
2016-08-25 | VPP-228 VPP-326: MAP: Adding additional API/CLI input parameter checks. | Ole Troan | 2 | -20/+31 |
2016-08-25 | VPP-328: Add dump call for listing LISP VNIs | Filip Tehlar | 4 | -0/+130 |
2016-08-25 | Fix ip6-rewrite drops when no feature is configured | AkshayaNadahalli | 1 | -0/+2 |
2016-08-25 | Fix issues with vhost-user when dpdk vhost-user is disabled, fixes VPP-347, V... | Damjan Marion | 5 | -35/+84 |
2016-08-25 | VPP-345: pull in upstream checksum patch for ICMP packets | Sean Chandler | 1 | -0/+18 |
2016-08-25 | VPP Python language binding - plugin support | Ole Troan | 23 | -157/+757 |
2016-08-25 | VPP-262: Coding standards cleanup vnet/vnet/llc | Calvin | 4 | -103/+154 |
2016-08-24 | VPP-346 Document the ip feature registration scheme | Dave Barach | 2 | -154/+275 |
2016-08-24 | VPP-340: MAP-T wrong destination address | Ole Troan | 1 | -1/+1 |
2016-08-24 | VPP-321: Fix param order of unformat_lisp_eid_api | Filip Tehlar | 1 | -3/+2 |
2016-08-23 | VPP-323: Add LISP locator set index to reply API message | Filip Tehlar | 3 | -2/+42 |
2016-08-23 | Fix PCI vendor_id/device_id detection for SR-IOV devices | Damjan Marion | 4 | -21/+32 |
2016-08-23 | VPP-342: Don't allow remote mapping to overwrite local or static mapping | Filip Tehlar | 4 | -5/+22 |
2016-08-23 | dpdk: Remove obsolete VMXNET3 driver start/stop workaround | Damjan Marion | 5 | -128/+68 |
2016-08-22 | VPP-267: Style cleanup for vnet/vnet/pg | Calvin | 8 | -643/+682 |
2016-08-22 | VPP-270: Code style cleanup for vnet/vnet/ppp | Calvin | 5 | -124/+194 |
2016-08-22 | Raw export of IP6 packet with iOAM metadata | Shwetha | 12 | -124/+1735 |
2016-08-22 | Update CSIT tests 160815 -> 160821 | Jan | 1 | -1/+1 |
2016-08-19 | VPP-337 Add per interface IN filtering | Dave Barach | 24 | -200/+684 |
2016-08-19 | vhost-user: unmap previously configured memory if necessary | Steve Shin | 1 | -0/+3 |
2016-08-18 | tuntap_rx modification to handle jumbo packets ( > 2K bytes) | Steve Shin | 1 | -4/+13 |
2016-08-17 | Bump of JVPP version for new MASTER. | Keith Burns (alagalah) | 1 | -1/+1 |
2016-08-17 | VPP-202: L2-GRE over IPSecv16.12-rc0 | Matus Fabian | 21 | -26/+1887 |
2016-08-17 | VPP-336: Fix build order for jvpp_{core,registry}.la dependency on jvpp_commo... | Ed Warnicke | 1 | -0/+2 |
2016-08-17 | Coding standards cleanup in vnet/vnet/devices, fixes VPP-248 | Damjan Marion | 19 | -2975/+3646 |
2016-08-17 | VPP-205: documentation update | Marek Gradzki | 2 | -76/+113 |
2016-08-17 | VPP-261 Coding standards cleanup - vnet/vnet/lisp-gpe | Florin Coras | 6 | -1935/+2046 |
2016-08-17 | VPP-260 Coding standards cleanup - vnet/vnet/lisp-cp | Florin Coras | 11 | -2078/+2269 |
2016-08-17 | Fix coverity issues in IPSec code, fixes VPP-189 | Damjan Marion | 5 | -17/+29 |
2016-08-17 | Coding standards cleanup - remove trailing whitespace, fixes VPP-332 | Damjan Marion | 24 | -171/+175 |
2016-08-16 | Coding standards cleanup in vnet/vnet/devices/dpdk, partially fixes VPP-248 | Damjan Marion | 8 | -3635/+4146 |
2016-08-16 | VPP-205: jvpp plugin support. | Marek Gradzki | 57 | -1313/+2153 |
2016-08-16 | VPP-330 Track pending map-requests with a fifo | Florin Coras | 2 | -9/+12 |
2016-08-16 | Create python package for jvpp generation. | Ed Warnicke | 12 | -38/+55 |
2016-08-16 | VPP-258: Style change for l2tp | Calvin | 6 | -693/+792 |
2016-08-16 | Fix coverity issues in DPDK code, fixes VPP-189 | Damjan Marion | 3 | -7/+18 |
2016-08-16 | Fix coverity issues in vhost-user code, fixes VPP-189 | Damjan Marion | 1 | -1/+4 |
2016-08-15 | VPP251 - Code style vnet/vnet/ethernet | Keith Burns (alagalah) | 10 | -2034/+2330 |
2016-08-15 | VPP-266: style change for vnet/vnet/osi | Calvin | 4 | -103/+153 |
2016-08-15 | Vhost-User: Fix calculate memory region size | Jianfeng Tan | 1 | -3/+3 |
2016-08-15 | Update CSIT tests 160807 -> 160815 | Jan | 1 | -1/+1 |
2016-08-15 | VPP-257 Coding standards cleanup for vnet/vnet/l2 | Dave Barach | 34 | -5160/+6073 |
2016-08-15 | VPP-198: LISP map-resolver failover algorithm | Filip Tehlar | 4 | -60/+417 |
2016-08-15 | VPP-327 Coding standards cleanup for vppinfra | Dave Barach | 154 | -8448/+11293 |
2016-08-15 | VPP-236 Support 64-bit vector lengths, shared memory segments >4 GB | Dave Barach | 13 | -76/+264 |
2016-08-15 | VPP-189 Fix another batch of coverity warnings | Dave Barach | 4 | -6/+6 |
2016-08-12 | VPP-237: Checkstyle script to check for new checkstyle breakage | Ed Warnicke | 2 | -0/+76 |
2016-08-12 | VPP-237: indent fixes in prep for checkstyle | Ed Warnicke | 29 | -350/+373 |
2016-08-12 | VPP-237: Bracket VL_API_PACKED(...) macros, which indent mangles | Ed Warnicke | 1 | -0/+3 |
2016-08-12 | Bracket CLIB_PACKED(...) macros, which indent mangles | Dave Barach | 1 | -0/+4 |