aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-07features: extend 'feature node not found' warning messageDamjan Marion1-2/+4
2018-03-07NAT44: allow to configure one interface only as output or input feature (VPP-...Matus Fabian1-0/+12
2018-03-07GBP: fix the runs before statement against the ACL nodeNeale Ranns1-2/+2
2018-03-07packet-generator: use default free listDamjan Marion2-63/+8
2018-03-07tls: enforce certificate verificationFlorin Coras11-169/+261
2018-03-07test: disable reassembly tests and system modification scriptDamjan Marion2-1/+0
2018-03-07VPPAPIGEN: Run tool directly from source tree.Ole Troan3-9/+8
2018-03-07VAPI: Ensure type definitions are generated in same order as .api file.Ole Troan2-4/+4
2018-03-06vlib: avoid crash if fill_free_list returns 0 buffersDamjan Marion1-1/+2
2018-03-06VCL registration handler added to session for polling sessionsKeith Burns (alagalah)1-6/+9
2018-03-06LB plugin: Fix Layer-4 checksum error in L3DSR.Yusuke Tatsumi1-0/+5
2018-03-06when lb tcp in2out flow,ahdj0071-0/+1
2018-03-06reass frag_n should to be inited to 0ahdj0071-0/+1
2018-03-06VOM: Fix state reconciliationMohsin Kazmi11-67/+165
2018-03-06glibc 2.27 fixMarco Varlese2-0/+3
2018-03-06vppapigen: require service definition for singleton messagesMarek Gradzki1-7/+2
2018-03-06vppapigen: do not allow to define message as both request and replyMarek Gradzki1-0/+4
2018-03-06vppapigen: require reply ID different than caller IDMarek Gradzki1-0/+4
2018-03-06API: Add service definitions for events and singleton messages (second attempt)Marek Gradzki9-77/+181
2018-03-05Revert "API: Add service definitions for events and singleton messages."Ole Trøan9-181/+77
2018-03-05physmem: keep only one physmem_mainDamjan Marion6-9/+10
2018-03-05VCL async event handlerKeith Burns (alagalah)4-202/+653
2018-03-05SCTP: API to configure some tunablesMarco Varlese6-78/+129
2018-03-05IP6 link-local tableNeale Ranns23-220/+1071
2018-03-05Set DPDK_MLX4_PMD and DPDK_MLX5_PMD compile with default dlopen linksAmir Zeidner3-25/+2
2018-03-05API: Add service definitions for events and singleton messages.Ole Troan9-77/+181
2018-03-05vlib: add functions to dynamically open/close PCI deviceDamjan Marion2-3/+126
2018-03-05SCTP: retransmission in INIT/SHUTDOWN phaseMarco Varlese4-24/+124
2018-03-05vlib: vlib_buffer_free_internal optimizationsDamjan Marion1-53/+88
2018-03-05vlib: vfio code reworkDamjan Marion10-222/+411
2018-03-05vlib: rework PCI INTx supportDamjan Marion2-96/+75
2018-03-05tls: add stop listen handlerFlorin Coras3-20/+144
2018-03-05NAT44 - unknown protocols work with forwardingMatthew Smith1-6/+9
2018-03-04vlib: add PCI MSI-X interrupt support (vfio only)Damjan Marion2-6/+197
2018-03-04vlib: map pci region by using vfio FD when vfio is usedDamjan Marion3-47/+89
2018-03-04vlib: fix vlib_pci_get_device_info on when not running as rootDamjan Marion1-4/+2
2018-03-04vppinfra: fix clib_mem_vm_ext_alloc non-shared allocationsDamjan Marion2-3/+9
2018-03-03VPPAPIGEN: Improve output module finding for out-of-tree builds.Ole Troan1-2/+12
2018-03-03netlink: Use nl_pid 0 to play nice with others.Jon Loeliger1-1/+1
2018-03-02tls: clib_mem_alloc context to avoid dangling referencesFlorin Coras1-30/+32
2018-03-02make test: VCL extended test casesDave Wallace1-16/+194
2018-03-02make test: add "EXTENDED_TESTS" to help output.Dave Wallace1-0/+1
2018-03-02gitignore: negate "No core files" pattern in 'vpp-api/java'Marek Gradzki1-0/+2
2018-03-02Add RPM buildtime dependency on mbedtls-develMatthew Smith1-0/+1
2018-03-02jvpp: object model for jvpp generator (VPP-1184)Marek Gradzki19-2341/+2267
2018-03-02session: first approximation implementation of tlsFlorin Coras29-171/+1767
2018-03-02tapv2: CLI and binary API fixesSteven4-11/+11
2018-03-02NAT44: interface output feature and service host direct access (VPP-1176)Matus Fabian3-6/+161
2018-03-01Change tcp config to reflect some recent changes.John DeNisco7-3/+3
2018-03-01SCTP: API to delete a sub-connectionMarco Varlese4-2/+106