Age | Commit message (Expand) | Author | Files | Lines |
2018-07-08 | vhost: Add multi-versioning support | Mohsin Kazmi | 7 | -1536/+1675 |
2018-07-07 | Pipes | Neale Ranns | 14 | -7/+1479 |
2018-07-06 | svm: add unidirectional message queue | Florin Coras | 5 | -8/+510 |
2018-07-05 | add stat segment size configuration | Dave Barach | 2 | -1/+29 |
2018-07-05 | vxlan:use bihash_24_8 for ipv6 lookup | Eyal Bari | 3 | -116/+167 |
2018-07-05 | VPP-1335 vapi crash when memclnt_keepalive received | Klement Sekera | 7 | -22/+66 |
2018-07-04 | Fix clib_bitmap_next_clear() function when no clear bits left | John Lo | 1 | -0/+3 |
2018-07-04 | fix VPP-1312 Invalid UDP packet length in ipsec | Klement Sekera | 2 | -27/+24 |
2018-07-04 | openSUSE: add python2-ply dependency | Marco Varlese | 1 | -3/+3 |
2018-07-04 | Do not override skip-cores if set in startup.conf | Damjan Marion | 1 | -4/+2 |
2018-07-04 | IP FIB dump - incorrect table-ID for deag paths | Neale Ranns | 1 | -1/+1 |
2018-07-04 | Remove unused members from ip4_fib_t | Neale Ranns | 2 | -9/+3 |
2018-07-04 | add 'src-lookup' keyword for FIB paths | Neale Ranns | 1 | -0/+4 |
2018-07-03 | Set main thread affinity before main heap is allocated | Damjan Marion | 2 | -7/+28 |
2018-07-03 | vom: Add cross connect support | Mohsin Kazmi | 6 | -0/+762 |
2018-07-03 | tcp: update snd_una_max for retranmsits | Florin Coras | 3 | -4/+9 |
2018-07-02 | Add per-numa page allocation info to 'show memory' | Damjan Marion | 3 | -2/+71 |
2018-07-02 | Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index setting | Vijayabhaskar Katamreddy | 3 | -2/+2 |
2018-07-02 | make_test: add icmp packet size sweep and icmp echo tests | Jan Gelety | 2 | -47/+201 |
2018-07-02 | dpdk: bump default DPDK version to 18.05 | Damjan Marion | 1 | -1/+1 |
2018-06-30 | tcp: fix single loop prefetch | Florin Coras | 2 | -3/+9 |
2018-06-30 | cli: Validate cli_file_index on quit command | Steve Shin | 1 | -0/+4 |
2018-06-30 | session: send tx notification to app | Florin Coras | 3 | -188/+229 |
2018-06-30 | bitmap: add nocheck variants for bit ops | Florin Coras | 2 | -20/+54 |
2018-06-29 | memif: minor fixes | Damjan Marion | 2 | -9/+9 |
2018-06-29 | VPP-1324 SIGSEGV vl_msg_api_handler_with_vm_node() | Lukasz Majczak | 2 | -11/+21 |
2018-06-29 | VPPAPIGEN: use SOURCE_DATE_EPOCH for datestring | Nirmoy Das | 1 | -1/+2 |
2018-06-29 | CSIT-1148: VPPAPIGEN 2nd level import of .api ignored | Ole Troan | 1 | -4/+5 |
2018-06-29 | ipsec: fix VPP-1333 - crash in ipsec policy cli | Klement Sekera | 1 | -0/+6 |
2018-06-29 | igmp: bugfix and minor improvements | Jakub Grajciar | 5 | -76/+60 |
2018-06-29 | Removing the static keyword do_fragment routines, so that could be accessed o... | Vijayabhaskar Katamreddy | 2 | -3/+8 |
2018-06-29 | IP4 Router Alert option handling for IGMP | Neale Ranns | 6 | -15/+162 |
2018-06-29 | bihash key compare improvements | Damjan Marion | 3 | -12/+10 |
2018-06-28 | vcl: move binary api and cfg to separate files | Florin Coras | 9 | -1956/+2081 |
2018-06-28 | Fix mheap_get_aligned() performance jackpot | Dave Barach | 2 | -3/+64 |
2018-06-28 | vcl: refactor vcl session | Florin Coras | 2 | -201/+202 |
2018-06-28 | jvpp: pass tuple of classes to isinstance() | Marek Gradzki | 1 | -3/+3 |
2018-06-28 | make test: fix profiling | Klement Sekera | 1 | -1/+1 |
2018-06-28 | libmemif: fixing head/tail arithmetics & queue reallocation | Milan Lenco | 2 | -11/+6 |
2018-06-28 | reassembly: optimize bihash usage | Klement Sekera | 2 | -45/+38 |
2018-06-28 | ip: vectorized ip checksum | Damjan Marion | 3 | -69/+147 |
2018-06-27 | vcl: refactor debugging | Florin Coras | 3 | -1800/+756 |
2018-06-27 | Tune pool_get / pool_put | Dave Barach | 2 | -7/+56 |
2018-06-27 | acl: fix for loop initial declaration | Florin Coras | 1 | -1/+2 |
2018-06-27 | avf: binary API and configurable RX/TX queue size | Jakub Grajciar | 10 | -13/+580 |
2018-06-27 | gcc8 and Wstringop-truncation | Marco Varlese | 4 | -9/+13 |
2018-06-27 | jvpp: cleanup generation of swap functions for custom types | Marek Gradzki | 1 | -8/+5 |
2018-06-27 | make test: easy profiling via make test PROFILE=1 | Klement Sekera | 2 | -2/+25 |
2018-06-27 | jvpp: add support for unions (VPP-1322) | Marek Gradzki | 6 | -50/+277 |
2018-06-27 | vppinfra: add vector horizontal add and byte swap (SSE4.2 & AVX2) | Damjan Marion | 2 | -0/+31 |