Age | Commit message (Expand) | Author | Files | Lines |
2020-06-04 | nat: fixed input validation | Filip Varga | 7 | -21/+22 |
2020-06-04 | nat: add tracing for nat44-hairpinning | Klement Sekera | 3 | -15/+84 |
2020-06-03 | vlib: improve node interrupt handling | Damjan Marion | 3 | -47/+81 |
2020-06-03 | nat: refactor mss_clamping to not depend on snat_main_t | Ole Troan | 9 | -68/+83 |
2020-06-02 | ikev2: remove unused hash computation | Filip Tehlar | 1 | -4/+1 |
2020-06-01 | ip: fix IPv6 mask to prefix length conversion | Andreas Schultz | 2 | -20/+10 |
2020-06-01 | nat: update ip4-udp src port for checksum == 0 pkts | Dave Barach | 1 | -3/+6 |
2020-05-29 | lisp: fix api_format reference | Paul Vinciguerra | 1 | -2/+2 |
2020-05-29 | bonding: Revert adjust link state | Matthew Smith | 1 | -20/+3 |
2020-05-29 | lisp: fix api_format | Florin Coras | 1 | -6/+6 |
2020-05-29 | lisp: fix custom dump | Florin Coras | 2 | -16/+28 |
2020-05-29 | fib: Safe adj walk | Neale Ranns | 1 | -8/+15 |
2020-05-29 | gso: fix flag for inner header | Mohsin Kazmi | 1 | -2/+3 |
2020-05-29 | docs: Minor updates to feature.yaml files | John DeNisco | 2 | -6/+8 |
2020-05-29 | misc: ipfix-export unformat u16 collector_port fix | Elias Rudberg | 3 | -1/+20 |
2020-05-29 | misc: fix the pretty print for api trace | Mohsin Kazmi | 1 | -6/+6 |
2020-05-28 | tap: fix rx queue index | Mohsin Kazmi | 1 | -1/+2 |
2020-05-28 | dhcp: use per-thread vlib main instead of global one | Benoît Ganne | 1 | -2/+2 |
2020-05-27 | dhcp: vat support for the dhcp_client_dump API | Dave Barach | 6 | -8/+53 |
2020-05-27 | build: make address sanitizer options configurable with cmake | Damjan Marion | 4 | -2/+34 |
2020-05-27 | ipsec: Add/Del IPSec SA is not MP safe | Neale Ranns | 1 | -7/+0 |
2020-05-27 | ethernet: fix DMAC check and skip unnecessary ones (VPP-1868) | John Lo | 11 | -70/+172 |
2020-05-27 | dpdk: bump to DPDK v20.05 | Damjan Marion | 1 | -0/+7 |
2020-05-27 | vppinfra: fix SIGBUS in bihash init when running unpriviledged, take two | Damjan Marion | 1 | -1/+1 |
2020-05-27 | ip: reassembly: use correct IP header offset | Klement Sekera | 1 | -2/+7 |
2020-05-27 | bonding: adjust link state based on active slaves | Matthew Smith | 1 | -3/+20 |
2020-05-27 | nat: fix regarding vm arg for vlib_time_now call | Elias Rudberg | 1 | -1/+2 |
2020-05-27 | api: make vpp api handlers endian independent | Ole Troan | 5 | -9/+65 |
2020-05-26 | vcl: fix ldp fcntl64 | Florin Coras | 3 | -40/+24 |
2020-05-26 | fib: Fix interpose source reactivate | Neale Ranns | 1 | -0/+14 |
2020-05-26 | fib: Use basic hash for adjacency neighbour table | Neale Ranns | 1 | -82/+42 |
2020-05-26 | vcl: do not propagate epoll events if session closed | Florin Coras | 2 | -6/+17 |
2020-05-26 | pci: improve vfio logging | Damjan Marion | 3 | -20/+77 |
2020-05-26 | ipsec: DES/3DES fixing the iv_len for openssl crypto | Rajesh Goel | 1 | -1/+2 |
2020-05-25 | vcl: fix udp connected check | Florin Coras | 1 | -1/+1 |
2020-05-25 | tcp: fix sack block validation on wrap | Florin Coras | 2 | -1/+29 |
2020-05-25 | api: add new stream message convention | Ole Troan | 9 | -45/+226 |
2020-05-24 | dpdk: del warnings that duplicate counters in esp | Alexander Chernavin | 2 | -12/+0 |
2020-05-24 | vppinfra: fix SIGBUS in bihash init when running unpriviledged | Damjan Marion | 1 | -1/+1 |
2020-05-24 | vcl: add sendmsg/recvmsg for vlsh in ldp | Florin Coras | 1 | -65/+130 |
2020-05-24 | tcp: track buffer alloc failures | Florin Coras | 2 | -3/+21 |
2020-05-24 | ipsec: fixed chaining ops after add footer and icv | PiotrX Kleski | 1 | -8/+11 |
2020-05-22 | vppinfra: remove include | Damjan Marion | 1 | -1/+0 |
2020-05-22 | avf: interrupt mode, support for WB_ON_ITR | Damjan Marion | 2 | -57/+103 |
2020-05-22 | avf: improve link speed handling | Damjan Marion | 1 | -34/+36 |
2020-05-22 | nat: fix dslite session port allocation | Vladimir Ratnikov | 1 | -4/+4 |
2020-05-22 | nat: output fib index fix | Filip Varga | 1 | -69/+47 |
2020-05-21 | vlib: enforce buffer alloc return value check | Damjan Marion | 2 | -6/+7 |
2020-05-21 | vcl: support connected udp listens | Florin Coras | 4 | -0/+10 |
2020-05-21 | ip: Dual loop error in midchain chksum | Neale Ranns | 1 | -1/+1 |