Age | Commit message (Expand) | Author | Files | Lines |
2020-03-27 | virtio: fix link up/down flag | Mohsin Kazmi | 1 | -3/+9 |
2020-03-27 | virtio: fix the out of order descriptors in tx | Mohsin Kazmi | 4 | -8/+103 |
2020-03-10 | rdma: fix bug related to ring buffer | Elias Rudberg | 1 | -2/+2 |
2020-03-09 | mpls: adjust mpls-frag size to account for mpls header | John Lo | 1 | -1/+1 |
2020-03-04 | tap: misc fixes | Mohsin Kazmi | 4 | -49/+64 |
2020-02-29 | dpdk: TSO does not work for Cisco VIC | Steven Luong | 1 | -0/+11 |
2020-02-27 | avf: Handle chain buffer in TX properly | Steven Luong | 2 | -7/+140 |
2020-02-18 | mactime: remove unnecessary function declaration | Neale Ranns | 1 | -2/+0 |
2020-02-18 | papi: harden socket handling | Vratko Polak | 1 | -18/+24 |
2020-02-18 | papi: introduce read_blocking | Vratko Polak | 1 | -3/+29 |
2020-02-18 | api: comment, simplify and fix api socket read | Vratko Polak | 1 | -48/+80 |
2020-02-13 | classify: fix "show classify filter" debug CLI | Dave Barach | 1 | -3/+1 |
2020-02-13 | ikev2: correct byte order in api handlers | Aleksander Djuric | 1 | -10/+21 |
2020-02-12 | classify: "classify filter ..." debug CLI cleanup | Dave Barach | 1 | -7/+8 |
2020-02-12 | classify: vpp packet tracer support | Dave Barach | 4 | -33/+177 |
2020-02-06 | vppinfra: fix typo in tw_timer_template.c | Dave Barach | 1 | -1/+1 |
2020-02-06 | vppinfra: preserve total_cpu_time across clock freq adjustment | Dave Barach | 2 | -4/+17 |
2020-02-06 | pmalloc: always lock pages | Damjan Marion | 1 | -25/+11 |
2020-02-06 | lb: lb_add_del_vip and lb_add_del_as doesn't work. | Hongjun Ni | 2 | -4/+14 |
2020-02-06 | vlib: autogenerate <node> before <last-in-arc> constraints | Dave Barach | 4 | -1/+25 |
2020-02-06 | ikev2: fix memory leak in child SA | Filip Tehlar | 1 | -16/+15 |
2020-02-06 | api: configurable binary api client rx pthread fcn | Dave Barach | 2 | -19/+39 |
2020-02-06 | session: extra checks in session validation | Srikanth Akula | 3 | -15/+29 |
2020-02-06 | virtio: feature arc have higher priority than redirect | Damjan Marion | 1 | -3/+4 |
2020-02-06 | tcp: improve lost rxt heuristic | Florin Coras | 3 | -34/+55 |
2020-02-06 | session: re-set tx fifo event if out of buffers | Florin Coras | 1 | -1/+2 |
2020-02-06 | lacp: add actor steady state check prior to skip processing lacp pdu | Steven Luong | 4 | -51/+48 |
2020-01-29 | fib: refresh adj pointer after fib_walk_sync due to possible realloc | Steven Luong | 2 | -0/+20 |
2020-01-29 | devices: vhost: fix data offset on input | Benoît Ganne | 1 | -11/+1 |
2020-01-29 | bfd: reset peer discriminator on timeout | Klement Sekera | 1 | -0/+13 |
2020-01-28 | bonding: Add GSO support | Steven Luong | 2 | -2/+21 |
2020-01-28 | bonding: process lacp when bond is admin down | Matthew Smith | 1 | -1/+0 |
2020-01-28 | fib: Reload the adj after possible realloc (VPP-1822) | Neale Ranns | 1 | -0/+1 |
2020-01-23 | api: mark api_trace_command_fn thread-safe | Dave Barach | 1 | -1/+20 |
2020-01-22 | fib: Adjacency realloc during rewrite update walk (VPP-1822) | Neale Ranns | 1 | -4/+4 |
2020-01-20 | fib: FIB crash removing labelled route (VPP-1818) | Neale Ranns | 1 | -7/+12 |
2020-01-08 | l2: fix MAC learn counter update on adding MAC entry | John Lo | 1 | -1/+1 |
2020-01-04 | bonding: drop traffic on backup interface for active-backup mode | Steven Luong | 1 | -1/+12 |
2020-01-02 | gso: fix the number of buffers required for segmentation | Mohsin Kazmi | 1 | -1/+2 |
2020-01-01 | fib: Adjacency walk fix for IPv6 | Neale Ranns | 1 | -1/+1 |
2019-12-21 | vxlan: reuse inner packet flow hash for tunnel outer header load balance | Shawn Ji | 4 | -0/+31 |
2019-12-20 | api: fix dead client scan heap issue | Nathan Skrzypczak | 1 | -0/+4 |
2019-12-05 | vxlan: fix vxlan hw offload issue | Chenmin Sun | 1 | -1/+3 |
2019-12-03 | tcp: fix ip check in lookup validation | Florin Coras | 1 | -11/+17 |
2019-12-02 | ip: IP address and prefix types (moved from LISP) | Neale Ranns | 20 | -483/+525 |
2019-12-02 | classify: debug cli %v not %s | Dave Barach | 1 | -2/+2 |
2019-12-01 | vcl: if the ldp user send buf with 0 len, it will assert failed. | jiangxiaoming | 1 | -1/+1 |
2019-12-01 | dpdk: fix non-NULL terminated string | Benoît Ganne | 1 | -1/+1 |
2019-12-01 | virtio: fix use-after-free | Benoît Ganne | 1 | -1/+1 |
2019-11-28 | vlib: pci: fix non-NULL terminated C-string | Benoît Ganne | 1 | -2/+2 |