Age | Commit message (Expand) | Author | Files | Lines |
2018-02-25 | vapi: handle more magic | Klement Sekera | 1 | -3/+15 |
2018-02-25 | SCTP: fix connection memory corruption | Marco Varlese | 4 | -14/+23 |
2018-02-24 | Fix crypto session deletion crash | Matthew Smith | 1 | -6/+9 |
2018-02-24 | LDP: Refactor epoll_ctl wrapper. | Dave Wallace | 4 | -48/+348 |
2018-02-24 | u8x16_compare_byte_mask - optimize to use 128bit registers as suggested by Ni... | Adrian Oanca | 1 | -24/+9 |
2018-02-23 | VXLAN: Instance numbers now properly freed upon delete. | Jon Loeliger | 1 | -1/+1 |
2018-02-23 | VCL/LDP: Suppress trace output unless debug is enabled. | Dave Wallace | 2 | -26/+32 |
2018-02-23 | Convert a pcap file to a set of C initializers | Dave Barach | 3 | -2/+148 |
2018-02-23 | Disable scatter-gather for ENA | Matthew Smith | 1 | -0/+1 |
2018-02-23 | Add prefetch inlines, update bi-hash doc tags | Dave Barach | 2 | -12/+90 |
2018-02-22 | VOM: vhost-use interfaces | Neale Ranns | 7 | -15/+303 |
2018-02-22 | bihash table size perf/scale improvements | Dave Barach | 4 | -44/+84 |
2018-02-22 | VCL: Fix for vppcom_session_listen() q_len <= 0 crash | Keith Burns (alagalah) | 1 | -0/+3 |
2018-02-21 | vppinfra: change default cache line size 64 bytes | Damjan Marion | 1 | -10/+2 |
2018-02-21 | vppinfra: remove vector_iwmmxt.h | Damjan Marion | 3 | -127/+0 |
2018-02-21 | SCTP: minor refactor | Marco Varlese | 5 | -31/+50 |
2018-02-21 | add 'is_all_zero(x)' for NEON | Adrian Oanca | 1 | -0/+24 |
2018-02-21 | Adj Delegates; don't store raw pointers | Neale Ranns | 4 | -43/+37 |
2018-02-20 | Fix reset the vlan flags when main interface is deleted. | Steve Shin | 1 | -0/+2 |
2018-02-20 | SCTP: congestion control | Marco Varlese | 5 | -184/+251 |
2018-02-20 | vppinfra: autogerate vector typedefs and basic inline functions | Damjan Marion | 5 | -379/+83 |
2018-02-20 | Reset expired timer vector length after callback | Dave Barach | 1 | -1/+4 |
2018-02-20 | vppcomm refactor | Keith Burns (alagalah) | 1 | -428/+245 |
2018-02-20 | vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2 | Damjan Marion | 5 | -11/+7 |
2018-02-19 | dpdk: Fix MTU calc for NICs that support mtu<9216 | Nitin Saxena | 1 | -34/+66 |
2018-02-19 | Use neutral vector code for ethernet_frame_is_tagged | Damjan Marion | 3 | -41/+68 |
2018-02-19 | virtio: add missing tx lock when running multithreaded | Damjan Marion | 3 | -0/+10 |
2018-02-19 | VCL: config api prefix using env var. | Dave Wallace | 2 | -21/+95 |
2018-02-19 | Adjacency Delegate updates | Neale Ranns | 7 | -157/+287 |
2018-02-19 | VOM: acl: Some necessary fixes | Mohsin Kazmi | 3 | -7/+13 |
2018-02-18 | vlib: fix pci init | Damjan Marion | 1 | -2/+1 |
2018-02-18 | fix format_hexdump | Damjan Marion | 1 | -1/+2 |
2018-02-17 | vpp_papi: remove legacy way of calling VPP APIs | Klement Sekera | 1 | -7/+0 |
2018-02-17 | vpp_papi: reduce memory leaks | Klement Sekera | 1 | -12/+16 |
2018-02-17 | SCTP: 'multi-home' support | Marco Varlese | 6 | -186/+218 |
2018-02-16 | memif: VPP-1172: Ensure memif_create reply contains sw_if_index | Jon Loeliger | 1 | -1/+6 |
2018-02-16 | Adj: VFTs for adjacency sub-blocks | Ole Troan | 5 | -29/+69 |
2018-02-16 | Allow providers to override glean behaviour | Neale Ranns | 9 | -77/+110 |
2018-02-16 | Minor VXLAN/GRE Tunnel Encap Optimization and Cleanup | John Lo | 4 | -37/+53 |
2018-02-16 | VPP modified some state checking logic | Keith Burns (alagalah) | 1 | -72/+72 |
2018-02-15 | session: fix fifo allocation for empty connect seg-managers | Florin Coras | 1 | -1/+0 |
2018-02-15 | Revert "Allow interface types to override glean adjacency behaivour" | Ole Trøan | 9 | -95/+76 |
2018-02-15 | Revert "Adj: VFTs for adjacency sub-blocks" | Ole Trøan | 5 | -74/+29 |
2018-02-15 | Adj: VFTs for adjacency sub-blocks | Ole Troan | 5 | -29/+74 |
2018-02-15 | VOM: Fix broken Makefile | Mohsin Kazmi | 1 | -1/+1 |
2018-02-15 | SCTP: coverity warning fix | Marco Varlese | 1 | -1/+5 |
2018-02-15 | Allow interface types to override glean adjacency behaivour | Neale Ranns | 9 | -76/+95 |
2018-02-15 | dpdk: add support for DPDK 18.02, deprecate 17.08 | Damjan Marion | 4 | -24/+0 |
2018-02-15 | Optimize GRE Tunnel and add support for ERSPAN encap | John Lo | 12 | -358/+721 |
2018-02-15 | session: avoid session handle conflict with vcl | Florin Coras | 6 | -13/+63 |