aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Zeidner2-25/+0
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-02gitignore: negate "No core files" pattern in 'vpp-api/java'Marek Gradzki1-0/+2
2018-03-02jvpp: object model for jvpp generator (VPP-1184)Marek Gradzki19-2341/+2267
2018-03-02session: first approximation implementation of tlsFlorin Coras28-168/+1763
2018-03-02tapv2: CLI and binary API fixesSteven4-11/+11
2018-03-02NAT44: interface output feature and service host direct access (VPP-1176)Matus Fabian2-6/+117
2018-03-01SCTP: API to delete a sub-connectionMarco Varlese4-2/+106
2018-03-016RD: Rewritten 6RD RFC5969 support.Ole Troan19-730/+921
2018-03-01STN: Fix stn_rules_dump/details to follow API conventionOle Troan3-8/+8
2018-03-01Fix ERSPAN encap to set EN bits in the header and add test caseJohn Lo2-9/+12
2018-03-01SCTP: API to add a sub-connectionMarco Varlese8-39/+248
2018-03-01PAPI: pycodestyle on vpp_papi.pyOle Troan1-22/+36
2018-03-01session: zero out ips in local endpoint lookup only if localFlorin Coras3-29/+75
2018-02-28tapv2: abort in tap_create_if (VPP-1179)Steven1-0/+1
2018-02-28at af_packet input, drop partial packets to prevent l4 checksum deadloop at o...Chaoyu Jin1-4/+17
2018-02-28SCTP: handle COOKIE while in SHUTDOWN phaseMarco Varlese3-20/+40
2018-02-27vnet/interface: vnet_(put|get)frame_to_sw_interface is not worker thread awareSteven1-2/+2
2018-02-27memif: Fix a message initialization problem in VATJon Loeliger1-3/+2
2018-02-27sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is en...Steven1-1/+1
2018-02-27VOM: interface: Fix the vhost user interfaceMohsin Kazmi2-1/+5
2018-02-27SRv6: API uses table-IDs not FIB indiciesNeale Ranns1-3/+3
2018-02-26Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform....Adrian Oanca2-8/+24
2018-02-26SCTP: Handle a COOKIE ECHO/ACK when a TCB ExistsMarco Varlese4-17/+146
2018-02-26SCTP: handle INIT corner-case handlingMarco Varlese4-5/+215
2018-02-26Fix current data offset to use vlib_buffer_get_current in input/output ACLSteve Shin1-5/+5
2018-02-26vlib: use vfio fd for accessing PCI config spaceDamjan Marion1-32/+29
2018-02-26IPv6 MLD; pointer address used as hash keyNeale Ranns1-3/+3
2018-02-26vnet: add 25G interface speed flagDamjan Marion2-2/+10
2018-02-26vlib: add vlib_buffer_free_from_ringDamjan Marion1-0/+26