Age | Commit message (Expand) | Author | Files | Lines |
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 | make test: VCL extended test cases | Dave Wallace | 1 | -16/+194 |
2018-03-02 | make test: add "EXTENDED_TESTS" to help output. | Dave Wallace | 1 | -0/+1 |
2018-03-02 | gitignore: negate "No core files" pattern in 'vpp-api/java' | Marek Gradzki | 1 | -0/+2 |
2018-03-02 | Add RPM buildtime dependency on mbedtls-devel | Matthew Smith | 1 | -0/+1 |
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 | 29 | -171/+1767 |
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 | 3 | -6/+161 |
2018-03-01 | Change tcp config to reflect some recent changes. | John DeNisco | 7 | -3/+3 |
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 | 22 | -731/+1230 |
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 | 4 | -11/+112 |
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-03-01 | make test: Add VCL LD_PRELOAD tests | Dave Wallace | 1 | -76/+117 |
2018-02-28 | Adjust vpp-selinux-policy postinstall | Matthew Smith | 1 | -1/+1 |
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 | Fix SELinux capabilities. Creating a tap interface with 'tap connect' was ret... | Victor Nguyen -T (victong2 - OTHERWISE PORTAGE at Cisco) | 1 | -2/+2 |
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 | make test: refactor vcl test cases | Dave Wallace | 2 | -89/+81 |
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 |
2018-02-26 | SCTP: Handle a COOKIE ECHO/ACK when a TCB Exists | Marco Varlese | 4 | -17/+146 |
2018-02-26 | SCTP: handle INIT corner-case handling | Marco Varlese | 4 | -5/+215 |
2018-02-26 | Fix current data offset to use vlib_buffer_get_current in input/output ACL | Steve Shin | 1 | -5/+5 |
2018-02-26 | vlib: use vfio fd for accessing PCI config space | Damjan Marion | 1 | -32/+29 |
2018-02-26 | Python: addressing PEP8 deprecation | Marco Varlese | 1 | -2/+2 |
2018-02-26 | update BIER scapy patch to match the scapy repo PR | Neale Ranns | 1 | -4/+2 |
2018-02-26 | IPv6 MLD; pointer address used as hash key | Neale Ranns | 1 | -3/+3 |
2018-02-26 | vnet: add 25G interface speed flag | Damjan Marion | 2 | -2/+10 |
2018-02-26 | vlib: add vlib_buffer_free_from_ring | Damjan Marion | 1 | -0/+26 |
2018-02-26 | vnet: add vnet_device_input_have_features function | Damjan Marion | 1 | -0/+7 |
2018-02-26 | vlib: fix formatting in pci_config.h | Damjan Marion | 1 | -103/+111 |
2018-02-25 | Fix bug in dpdk_crypto_session_disposal() | Matthew Smith | 1 | -0/+2 |
2018-02-25 | vapi: handle more magic | Klement Sekera | 1 | -3/+15 |
2018-02-25 | SCTP: fix connection memory corruption | Marco Varlese | 5 | -16/+26 |
2018-02-24 | dpdk: Add option to specify cache line size for dpdk build | Damjan Marion | 1 | -0/+2 |
2018-02-24 | Fix crypto session deletion crash | Matthew Smith | 1 | -6/+9 |
2018-02-24 | LDP: Refactor epoll_ctl wrapper. | Dave Wallace | 5 | -50/+350 |