Age | Commit message (Expand) | Author | Files | Lines |
2021-06-16 | api: remove custom dump |  Filip Tehlar | 3 | -3145/+3 |
2021-06-15 | ipsec: fix length check when adding footer+icv |  Benoît Ganne | 1 | -1/+2 |
2021-06-15 | tcp: prevent timer handler being called frequently |  liuyacan | 4 | -6/+18 |
2021-06-14 | nsh: api cleanup |  Filip Tehlar | 2 | -174/+8 |
2021-06-14 | vcl: improve shutdown() |  liuyacan | 6 | -54/+40 |
2021-06-14 | linux-cp: Add tests for tun devices |  Neale Ranns | 3 | -0/+46 |
2021-06-14 | pg: A Tunnel mode variant of a pg interface |  Neale Ranns | 5 | -24/+127 |
2021-06-13 | vlib: fix dangling reference in node_by_name hash |  Dave Barach | 1 | -1/+4 |
2021-06-12 | session: fix listener ct transport retrieval on accept |  Florin Coras | 1 | -6/+8 |
2021-06-12 | tcp: fix proto in port reuse check |  Florin Coras | 1 | -2/+2 |
2021-06-11 | session: half-open free only on main thread |  Florin Coras | 1 | -4/+3 |
2021-06-11 | gso: fix the gro re-ordering for packets with PSH |  Mohsin Kazmi | 1 | -25/+54 |
2021-06-11 | memif: fix crash with zero-copy slave |  Damjan Marion | 1 | -1/+1 |
2021-06-10 | vcl: touch fifo on epoll del only if session open |  Florin Coras | 1 | -3/+6 |
2021-06-10 | memif: fix the spinlock and unlock issue. |  fangtong | 1 | -1/+2 |
2021-06-09 | l2: fix vrrp prefix mac comparison |  Tianyu Li | 1 | -2/+2 |
2021-06-09 | cnat: fix spinlock |  Nathan Skrzypczak | 1 | -1/+4 |
2021-06-08 | fib: make sure dpo is valid even when path pool expands |  Benoît Ganne | 1 | -8/+22 |
2021-06-08 | fib: make sure adj is valid during walk |  Benoît Ganne | 1 | -0/+3 |
2021-06-08 | ipsec: fix async crypto frame leak |  Matthew Smith | 2 | -54/+50 |
2021-06-08 | vppinfra: pool_free_elts() now supports fixed-size pools |  Dave Barach | 3 | -29/+99 |
2021-06-07 | vcl: accept zero length writes |  Florin Coras | 1 | -7/+8 |
2021-06-07 | vcl: avoid multiple reads on peek |  Florin Coras | 1 | -0/+4 |
2021-06-07 | tls: change picotls plugin crypto module to accommodate new version picotls |  Simon Zhang | 2 | -3/+3 |
2021-06-07 | pg: Reduce the inclusion of pg.h |  Neale Ranns | 21 | -83/+87 |
2021-06-05 | vcl: epoll error handling fixes and improvements |  Florin Coras | 2 | -6/+22 |
2021-06-04 | ipsec: fix crypto ops in esp decrypt |  Benoît Ganne | 1 | -2/+7 |
2021-06-04 | dpdk: silence coverity warning on use of uninitialized value |  pibr | 1 | -0/+1 |
2021-06-04 | policer: fix vnet/policer cli <policer bind [unbind] name <name> <worker>> ha... |  jinshaohui | 1 | -2/+2 |
2021-06-03 | vcl: avoid updating errno on ldp init check |  Florin Coras | 1 | -71/+43 |
2021-06-03 | svm: release mem order for fifo chunk list CAS |  Florin Coras | 1 | -6/+9 |
2021-06-03 | session: avoid ct connects loop |  Florin Coras | 1 | -1/+2 |
2021-06-03 | session: lcl transport info on accept |  Florin Coras | 3 | -2/+5 |
2021-06-03 | linux-cp: use default adjacency |  Matthew Smith | 1 | -21/+16 |
2021-06-03 | fib: fix flags updates when adding routes with a udp encap path |  Arthur de Kerhor | 1 | -1/+1 |
2021-06-02 | vcl: ldp placeholder for SO_LINGER |  Florin Coras | 1 | -0/+3 |
2021-06-01 | srtp: cleanup build and default to disabled |  Florin Coras | 2 | -12/+1 |
2021-06-01 | udp: calculate inner checksums if needed before udp encap |  Arthur de Kerhor | 2 | -1/+7 |
2021-05-31 | nat: fix broken nat44-ed cli |  Ruslan Babayev | 2 | -10/+1 |
2021-05-31 | interface: fix vnet_sw_interface_update_unnumbered |  Dave Barach | 1 | -6/+13 |
2021-05-29 | tls: fix handling of failed connects |  Florin Coras | 1 | -16/+18 |
2021-05-29 | udp: add udp decapsulation |  Arthur de Kerhor | 5 | -10/+193 |
2021-05-29 | hsa: proxy listener support addition of fifo segments |  Florin Coras | 1 | -0/+1 |
2021-05-28 | tls: fix handling of failed accepts |  Florin Coras | 1 | -3/+12 |
2021-05-28 | svm: fix inadequate atomic load for chunk mgr |  Dave Wallace | 1 | -3/+3 |
2021-05-28 | gso: fix the error handling |  Mohsin Kazmi | 3 | -16/+52 |
2021-05-27 | vlib: handoff rework |  Damjan Marion | 5 | -282/+177 |
2021-05-27 | build: kindly ask python not to polute src/ |  Damjan Marion | 3 | -6/+7 |
2021-05-27 | dpdk: bump to 21.05 |  Fan Zhang | 2 | -12/+29 |
2021-05-27 | interface: add tx-queue cli support for new tx infra |  Mohsin Kazmi | 3 | -5/+109 |