aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2017-12-13GRE: fix single loop decap and add testNeale Ranns1-1/+1
2017-12-13Fix parameter mismatch in map-t codeJuraj Sloboda1-1/+1
2017-12-13VPP-1099 Fix create vxlan-gpe tunnel local 10::1 remote 20::1 vni 11 (for ipv6)Swarup Nayak1-0/+1
2017-12-13VPP-275 Coding standards cleanup - vnet/vnet/vxlan-gpesharath reddy5-1268/+1437
2017-12-12tcp/session: add make testsFlorin Coras1-11/+28
2017-12-12session: fix proxy removalFlorin Coras1-20/+68
2017-12-12Stats for Multicast FIBNeale Ranns2-0/+13
2017-12-12VPP-1092 Correcting ip punt delete flow, when recv if index valid but doesnt ...Swarup Nayak2-4/+10
2017-12-11session: generalize handling of network transportsFlorin Coras15-201/+263
2017-12-11ONE-33 "one statistics flush" throws assert when one counter not addedSwarup Nayak1-0/+3
2017-12-11VPP-273 Coding standards cleanup - vnet/vnet/unixsharath reddy8-794/+947
2017-12-11call unformat_free in some flow, remove unnecessary callsSwarup Nayak2-7/+17
2017-12-10BIER coverity FixNeale Ranns1-6/+8
2017-12-10tap_v2: fix issues reported by coverityDamjan Marion1-3/+3
2017-12-10update builtin UDP server to new vnet_session APIAndreas Schultz1-3/+25
2017-12-10make sure the very first fragment triggers an rx_callbackAndreas Schultz1-0/+1
2017-12-10VPP-1077 Add meaningful error info, when executing command with enable/disabl...Swarup Nayak3-12/+12
2017-12-09BIER in non-MPLS netowrksNeale Ranns34-518/+1017
2017-12-09VPP-249 Coding standards cleanup - vnet/vnet/dhcpkhemendra kumar8-2035/+2085
2017-12-08Remove the unused 'create VRF if needed' API parametersNeale Ranns2-7/+0
2017-12-08tapv2: multiple improvementsDamjan Marion10-126/+326
2017-12-08punt: fix tracing for partially traced chainsKlement Sekera1-4/+5
2017-12-07Corrected help string of show ip puntSwarup Nayak2-2/+2
2017-12-06VPP-259 Coding standards cleanup - vnet/vnet/lawful-interceptsatish.karunanithi3-182/+211
2017-12-06Label stack size exceeded fixNeale Ranns2-1/+19
2017-12-06session: support for rule tags overwritingFlorin Coras2-67/+156
2017-12-06UT: Repaired broken C unit tests (--enable-tests)Ole Troan1-9/+6
2017-12-06Restructure some files in LB to src/vnet to reuseHongjun Ni2-0/+141
2017-12-06Remove unused, uninteresting codeDave Barach2-744/+0
2017-12-05tap_v2: convert ring size from network to host orderMilan Lenco1-2/+2
2017-12-05Revert "FIB: optimise for src memory allocations"Neale Ranns5-264/+121
2017-12-04vnet: set vnet_buffer l2_hdr_offset and l3_hdr_offsetSteven1-0/+22
2017-12-04tap_v2: move code to vnet/devices/tapDamjan Marion6-4/+4
2017-12-04tapcli: change interface nameDamjan Marion1-1/+1
2017-12-04tap_v2: coverity strikes, again!Steven1-2/+3
2017-12-04virtio: zero data structs in virtio_vring_initDamjan Marion1-3/+3
2017-12-02tap_v2: multiple improvementsDamjan Marion8-104/+321
2017-12-02gpe: fix gpe enable/disable commandFlorin Coras1-1/+1
2017-12-01session: allocate cb messages from client ringFlorin Coras1-5/+5
2017-12-01vnet: fix a typo in vnet/buffer.cSteven1-1/+1
2017-12-01virtio: fix coverity warningsSteven2-6/+7
2017-11-30tap_v2: move netlink code to separate fileDamjan Marion3-76/+146
2017-11-30virtio: fast TAP interfaces with vhost-net backendDamjan Marion11-1/+1957
2017-11-30Fix CLI path parsing for via interface onlyNeale Ranns1-6/+6
2017-11-30af_packet: update tx_frame even when ring exhaustedFlorin Coras1-2/+2
2017-11-29Add some indent-off to the node declarations in ip4-forwardNeale Ranns1-19/+42
2017-11-29session: fix preallocation of local endpoint tableFlorin Coras7-34/+41
2017-11-29Include allocated table memory in 'sh fib mem' outputNeale Ranns17-31/+271
2017-11-29DES-CBC/3DES-CBC support for VPP IPSec Core“mukeshyadav1984”4-26/+57
2017-11-28VPP-246 Coding standards cleanup - vnet/vnet/classifykhemendra kumar10-1830/+2045