Age | Commit message (Expand) | Author | Files | Lines |
2019-07-24 | qos: QoS dump APIs | Neale Ranns | 10 | -123/+601 |
2019-07-24 | api: Disable tracing of memclnt_keepalive messages | Dave Barach | 1 | -6/+11 |
2019-07-24 | fib: Support the POP of a Psuedo Wire Control Word | Neale Ranns | 11 | -3/+435 |
2019-07-24 | dpdk: Prefetch correct size of rte_mbuf | Nitin Saxena | 1 | -1/+1 |
2019-07-24 | vapi: add python scripts to vpp-dev package | Vratko Polak | 2 | -8/+29 |
2019-07-24 | papi: add additional types to vpp_serializer | Paul Vinciguerra | 1 | -0/+3 |
2019-07-24 | memif: fix vector overflow when copying strings | Benoît Ganne | 1 | -19/+27 |
2019-07-24 | bonding: print the name on the cli when created | Mohsin Kazmi | 1 | -0/+6 |
2019-07-24 | tap: print the interface name on cli when created | Mohsin Kazmi | 2 | -0/+6 |
2019-07-24 | ipsec: GCM, Anti-replay and ESN fixess | Neale Ranns | 7 | -47/+135 |
2019-07-24 | tls: handle engine listen failure | Florin Coras | 1 | -1/+12 |
2019-07-24 | fib: remove unused input parameter | Zhiyong Yang | 1 | -5/+2 |
2019-07-24 | vppinfra: add mapped pcap file support | Gary Boon | 5 | -0/+767 |
2019-07-23 | api: binary api cleanup | Dave Barach | 22 | -40/+90 |
2019-07-23 | quic: Refactor connections closing and deletion | Aloys Augustin | 2 | -21/+81 |
2019-07-23 | udp: fix typo in udp connectinon flags | Dave Wallace | 1 | -1/+1 |
2019-07-23 | session: reorganize dispatch logic | Florin Coras | 3 | -153/+141 |
2019-07-23 | vlib: address vlib_error_t scaling issue | Dave Barach | 7 | -39/+37 |
2019-07-23 | udp: fix connection flags | Aloys Augustin | 1 | -3/+3 |
2019-07-23 | session: avoid postponing close | Florin Coras | 1 | -14/+0 |
2019-07-23 | tcp: generate closed notifications whenever tcp closes | Florin Coras | 2 | -1/+6 |
2019-07-23 | nat: fixed handoff in2out lookup of static mappings by external address | Filip Varga | 1 | -2/+2 |
2019-07-23 | devices: vhost handling VHOST_USER_SET_FEATURES | Steven Luong | 1 | -0/+1 |
2019-07-22 | bonding: fix create bond CLI | Zhiyong Yang | 2 | -2/+2 |
2019-07-22 | udp: support close with data | Florin Coras | 3 | -19/+41 |
2019-07-22 | quic: update quicly library | Aloys Augustin | 1 | -4/+4 |
2019-07-22 | gso: Fix the l3 packet gso segment size | Mohsin Kazmi | 1 | -1/+4 |
2019-07-22 | gtpu: fix missing trace issue | Zhiyong Yang | 1 | -0/+16 |
2019-07-22 | stats: fix use-after-free hash key string | Benoît Ganne | 2 | -9/+10 |
2019-07-19 | fib: FIB Entry tracking | Neale Ranns | 21 | -148/+468 |
2019-07-19 | session: improve event logging | Florin Coras | 4 | -60/+49 |
2019-07-19 | vcl: fix coverity warning | Florin Coras | 1 | -1/+2 |
2019-07-19 | bonding: add support for numa-only in lacp mode | Zhiyong Yang | 7 | -3/+62 |
2019-07-19 | session: Use parent_handle instead of transport_opts | Nathan Skrzypczak | 10 | -24/+25 |
2019-07-19 | vat: remove #if BUILTIN from vat_main_t definition | Dave Barach | 1 | -2/+0 |
2019-07-19 | api: fix coverity warning | Dave Barach | 1 | -3/+8 |
2019-07-19 | ipsec: register for port 4500 at INIT | Neale Ranns | 1 | -13/+5 |
2019-07-19 | vppinfra: fix OOM check in bihash | Andreas Schultz | 1 | -1/+1 |
2019-07-19 | ip: admin change affects intf IPv4 addr routes | Matthew G Smith | 1 | -7/+53 |
2019-07-18 | vcl: add QUIC support | Nathan Skrzypczak | 6 | -84/+423 |
2019-07-18 | session: Refactor invalid session idx/handle | Nathan Skrzypczak | 2 | -3/+1 |
2019-07-18 | build: add more src dirs for generate_json.py | Vratko Polak | 1 | -4/+7 |
2019-07-18 | tap: fix memory errors with create/delete API | Benoît Ganne | 1 | -7/+9 |
2019-07-18 | vlib: convert frame_index into real pointers | Andreas Schultz | 10 | -90/+52 |
2019-07-18 | lb: update api.c to use scaffolding from latest skel | Paul Vinciguerra | 4 | -43/+112 |
2019-07-17 | tcp: add node with no 6-tuple lookup | Vladimir Kropylev | 1 | -22/+96 |
2019-07-17 | quic: Add back stream connect condition | Nathan Skrzypczak | 1 | -1/+1 |
2019-07-17 | build: add targets for json api files | Paul Vinciguerra | 1 | -0/+94 |
2019-07-17 | session: move constants definition | Florin Coras | 2 | -2/+3 |
2019-07-17 | session: use llist in session node evt handling | Florin Coras | 4 | -68/+172 |