Age | Commit message (Expand) | Author | Files | Lines |
2018-03-06 | when lb tcp in2out flow, | ahdj007 | 1 | -0/+1 |
2018-03-06 | reass frag_n should to be inited to 0 | ahdj007 | 1 | -0/+1 |
2018-03-06 | VOM: Fix state reconciliation | Mohsin Kazmi | 11 | -67/+165 |
2018-03-06 | glibc 2.27 fix | Marco Varlese | 2 | -0/+3 |
2018-03-06 | vppapigen: require service definition for singleton messages | Marek Gradzki | 1 | -7/+2 |
2018-03-06 | vppapigen: do not allow to define message as both request and reply | Marek Gradzki | 1 | -0/+4 |
2018-03-06 | vppapigen: require reply ID different than caller ID | Marek Gradzki | 1 | -0/+4 |
2018-03-06 | API: Add service definitions for events and singleton messages (second attempt) | Marek Gradzki | 9 | -77/+181 |
2018-03-05 | Revert "API: Add service definitions for events and singleton messages." | Ole Trøan | 9 | -181/+77 |
2018-03-05 | physmem: keep only one physmem_main | Damjan Marion | 6 | -9/+10 |
2018-03-05 | VCL async event handler | Keith Burns (alagalah) | 4 | -202/+653 |
2018-03-05 | SCTP: API to configure some tunables | Marco Varlese | 6 | -78/+129 |
2018-03-05 | IP6 link-local table | Neale Ranns | 23 | -220/+1071 |
2018-03-05 | Set DPDK_MLX4_PMD and DPDK_MLX5_PMD compile with default dlopen links | Amir Zeidner | 2 | -25/+0 |
2018-03-05 | API: Add service definitions for events and singleton messages. | Ole Troan | 9 | -77/+181 |
2018-03-05 | vlib: add functions to dynamically open/close PCI device | Damjan Marion | 2 | -3/+126 |
2018-03-05 | SCTP: retransmission in INIT/SHUTDOWN phase | Marco Varlese | 4 | -24/+124 |
2018-03-05 | vlib: vlib_buffer_free_internal optimizations | Damjan Marion | 1 | -53/+88 |
2018-03-05 | vlib: vfio code rework | Damjan Marion | 10 | -222/+411 |
2018-03-05 | vlib: rework PCI INTx support | Damjan Marion | 2 | -96/+75 |
2018-03-05 | tls: add stop listen handler | Florin Coras | 3 | -20/+144 |
2018-03-05 | NAT44 - unknown protocols work with forwarding | Matthew Smith | 1 | -6/+9 |
2018-03-04 | vlib: add PCI MSI-X interrupt support (vfio only) | Damjan Marion | 2 | -6/+197 |
2018-03-04 | vlib: map pci region by using vfio FD when vfio is used | Damjan Marion | 3 | -47/+89 |
2018-03-04 | vlib: fix vlib_pci_get_device_info on when not running as root | Damjan Marion | 1 | -4/+2 |
2018-03-04 | vppinfra: fix clib_mem_vm_ext_alloc non-shared allocations | Damjan Marion | 2 | -3/+9 |
2018-03-03 | VPPAPIGEN: Improve output module finding for out-of-tree builds. | Ole Troan | 1 | -2/+12 |
2018-03-03 | netlink: Use nl_pid 0 to play nice with others. | Jon Loeliger | 1 | -1/+1 |
2018-03-02 | tls: clib_mem_alloc context to avoid dangling references | Florin Coras | 1 | -30/+32 |
2018-03-02 | gitignore: negate "No core files" pattern in 'vpp-api/java' | Marek Gradzki | 1 | -0/+2 |
2018-03-02 | jvpp: object model for jvpp generator (VPP-1184) | Marek Gradzki | 19 | -2341/+2267 |
2018-03-02 | session: first approximation implementation of tls | Florin Coras | 28 | -168/+1763 |
2018-03-02 | tapv2: CLI and binary API fixes | Steven | 4 | -11/+11 |
2018-03-02 | NAT44: interface output feature and service host direct access (VPP-1176) | Matus Fabian | 2 | -6/+117 |
2018-03-01 | SCTP: API to delete a sub-connection | Marco Varlese | 4 | -2/+106 |
2018-03-01 | 6RD: Rewritten 6RD RFC5969 support. | Ole Troan | 19 | -730/+921 |
2018-03-01 | STN: Fix stn_rules_dump/details to follow API convention | Ole Troan | 3 | -8/+8 |
2018-03-01 | Fix ERSPAN encap to set EN bits in the header and add test case | John Lo | 2 | -9/+12 |
2018-03-01 | SCTP: API to add a sub-connection | Marco Varlese | 8 | -39/+248 |
2018-03-01 | PAPI: pycodestyle on vpp_papi.py | Ole Troan | 1 | -22/+36 |
2018-03-01 | session: zero out ips in local endpoint lookup only if local | Florin Coras | 3 | -29/+75 |
2018-02-28 | tapv2: abort in tap_create_if (VPP-1179) | Steven | 1 | -0/+1 |
2018-02-28 | at af_packet input, drop partial packets to prevent l4 checksum deadloop at o... | Chaoyu Jin | 1 | -4/+17 |
2018-02-28 | SCTP: handle COOKIE while in SHUTDOWN phase | Marco Varlese | 3 | -20/+40 |
2018-02-27 | vnet/interface: vnet_(put|get)frame_to_sw_interface is not worker thread aware | Steven | 1 | -2/+2 |
2018-02-27 | memif: Fix a message initialization problem in VAT | Jon Loeliger | 1 | -3/+2 |
2018-02-27 | sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is en... | Steven | 1 | -1/+1 |
2018-02-27 | VOM: interface: Fix the vhost user interface | Mohsin Kazmi | 2 | -1/+5 |
2018-02-27 | SRv6: API uses table-IDs not FIB indicies | Neale Ranns | 1 | -3/+3 |
2018-02-26 | Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform.... | Adrian Oanca | 2 | -8/+24 |