aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-01srv6-ad: fixing coverity issuesFrancois Clad1-8/+32
2018-02-01srv6-as: fixing coverity issuesFrancois Clad1-8/+32
2018-01-31Fix VNET_BUFFER_F_SPAN_CLONE flagDamjan Marion1-1/+1
2018-01-31RPMS: Also install C.py, JSON.py for vppapipgen.Jon Loeliger1-0/+3
2018-01-31vlib: allocating buffers on thread-x and freeing them on thread-y causesSteven4-25/+17
2018-01-31Improved tracing for the IP[46] not-enabled case.Neale Ranns6-24/+77
2018-01-31NAT66 1:1 mapping (VPP-1108)Matus Fabian11-2/+1557
2018-01-31NAT44: in2out output feature skip translation for already translated packets ...Matus Fabian3-15/+173
2018-01-31NAT44: Delete dynamic sessions matching new 1:1NAT (VPP-1158)Matus Fabian2-8/+83
2018-01-31NAT44: nat44_static_mapping_details protocol=0 if addr_only=0 (VPP-1158)Matus Fabian3-13/+22
2018-01-31Prep-work patch for congestion-controlMarco Varlese6-450/+670
2018-01-30Compile valloc.c, install header file, etc.Dave Barach2-1/+8
2018-01-30VPP-899: Run VPP under SELinuxBilly McFall15-23/+582
2018-01-30Arm system counter cleanupBrian Brooks2-18/+19
2018-01-30NAT: add missing CLI and API documentation (VPP-1142)Matus Fabian2-0/+105
2018-01-30NAT: replace format_vnet_sw_interface_name with format_vnet_sw_if_index_name ...Matus Fabian3-39/+33
2018-01-30Allow the provider of a midchain adjacency to pass context data that is retur...Neale Ranns15-30/+88
2018-01-29vcl: fix VPPCOM_ATTR_GET_LIBC_EPFD elogFlorin Coras1-10/+4
2018-01-29DRAFT ip4/6_frag to support DPO Style based Next NodeVijayabhaskar Katamreddy2-0/+15
2018-01-29memif: Add new API calls to manage memif socket names.Jon Loeliger7-102/+647
2018-01-29SRv6 dynamic proxy pluginFrancois Clad8-0/+1011
2018-01-29Remove last vestigies of auto-ip-table createNeale Ranns1-34/+4
2018-01-27session: use clib rwlocks instead of custom implementationFlorin Coras3-28/+10
2018-01-27First-fit virtual space allocatorDave Barach3-0/+700
2018-01-27Fix session/tcp coverity warningsFlorin Coras3-10/+22
2018-01-27jvpp: map VPP API enums to primitive typesMarek Gradzki2-3/+76
2018-01-27jvpp: use Python's logging APIMarek Gradzki10-34/+61
2018-01-27session: disconnect and echo client improvementsFlorin Coras7-23/+38
2018-01-26Add support for 18.01.John DeNisco5-62/+89
2018-01-26session: move builtin apps to their own folderFlorin Coras16-2296/+588
2018-01-26NAT44: fix ICMP error translation for endpoint dependent sessions (VPP-1150)Matus Fabian3-4/+186
2018-01-25NAT44: add opaque string tag to static mapping APIs (VPP-1147)Matus Fabian7-20/+91
2018-01-25vppinfra: add readers-writer lockFlorin Coras1-14/+98
2018-01-25session: add support for memfd segmentsFlorin Coras41-725/+1106
2018-01-25Event log entries for VCLKeith Burns (alagalah)1-1/+258
2018-01-2518.01 Release NotesDave Wallace1-3/+453
2018-01-25Update CSIT tests 180115 -> 180122Jan Gelety1-1/+1
2018-01-25VPP-1144: PAPI Import leads to duplicate type definition.Ole Troan1-0/+15
2018-01-25srv6-as: fixing versionFrancois Clad1-1/+2
2018-01-25NAT: nat.c refactor (split out CLI) (VPP-1140)Matus Fabian5-1549/+1836
2018-01-25fixup python ply package name for fedora >= 25Gabriel Ganne1-2/+2
2018-01-25make test: verify that /dev/shm is big enoughKlement Sekera2-0/+31
2018-01-25SRv6 masquerading proxy pluginFrancois Clad8-0/+794
2018-01-24Makefile: Add python-ply to RPM_DEPENDS list.Jon Loeliger1-3/+3
2018-01-24SCTP stack (RFC4960)Marco Varlese23-13/+8285
2018-01-24Improve the error reporting for a IP multicast RPF miss.Neale Ranns3-3/+25
2018-01-24Improve tunnel interface creation performanceJohn Lo8-90/+86
2018-01-24NAT44: asymmetrical static mapping and one-armed NAT (VPP-1138)Matus Fabian2-1/+74
2018-01-24docs: Clean up TOCDave Wallace4-4/+12
2018-01-24Adding a format function for bihash init routine to format the key, value, wh...Vijayabhaskar Katamreddy2-3/+28