Age | Commit message (Expand) | Author | Files | Lines |
2020-10-15 | vlib: add cgo-friendly plugin registration support |  Dave Barach | 2 | -9/+128 |
2020-10-15 | build: forward dependencies to arch-specific libs |  Aloys Augustin | 3 | -5/+10 |
2020-10-15 | ethernet: fix Ethernet DMAC checks |  Ivan Shvedunov | 1 | -7/+12 |
2020-10-15 | vcl: refactor session state enum |  Florin Coras | 4 | -159/+159 |
2020-10-15 | misc: 20.09 Release Notes |  Andrew Yourtchenko | 1 | -1/+655 |
2020-10-14 | crypto: fixed ipsec_mb lib dependencies |  PiotrX Kleski | 5 | -19/+24 |
2020-10-14 | mpls: no per-MPLS-tunnel tx node |  Neale Ranns | 3 | -98/+161 |
2020-10-14 | nat: Fix ICMP bypass session creation |  Vladimir Isaev | 1 | -0/+6 |
2020-10-14 | cnat: Fix backend LB |  Nathan Skrzypczak | 1 | -1/+1 |
2020-10-14 | build: add missing dnf-plugins-core package on centos-8 |  Dave Wallace | 1 | -1/+1 |
2020-10-14 | vlib: avoid clipping in show error |  Florin Coras | 1 | -4/+4 |
2020-10-14 | vcl: set STATE_UPDATED state when connect with non-blocking socket! |  fanyf | 1 | -1/+4 |
2020-10-14 | vcl: app_name format type error |  jiangxiaoming | 1 | -1/+1 |
2020-10-13 | tcp: fix bt acked_sacked on recovery |  Florin Coras | 1 | -2/+3 |
2020-10-13 | session: listeners verbose format alignment |  Florin Coras | 1 | -3/+3 |
2020-10-13 | svm: fix coverity warning |  Florin Coras | 1 | -2/+2 |
2020-10-13 | tcp: fix listener trace coverity warning |  Florin Coras | 1 | -6/+2 |
2020-10-13 | session: allow custom config of segment baseva |  Florin Coras | 1 | -0/+2 |
2020-10-13 | stats: counters data model |  Ole Troan | 17 | -131/+373 |
2020-10-13 | ikev2: fix initial contact cleanup |  Filip Tehlar | 2 | -306/+562 |
2020-10-13 | ikev2: fix coverity warning |  Filip Tehlar | 1 | -5/+21 |
2020-10-13 | ikev2: fix memory leak in auth routine |  Filip Tehlar | 1 | -0/+4 |
2020-10-12 | l2: mark l2 fib uninitialized after clearing |  Matthew Smith | 1 | -0/+2 |
2020-10-12 | misc: clang-11 and gcc-10 support |  Damjan Marion | 5 | -6/+6 |
2020-10-12 | ip: IP6 incorrectly disabled on removing first ip6 prefix |  Neale Ranns | 1 | -1/+3 |
2020-10-12 | tcp: use 100us timer resolution |  Florin Coras | 1 | -4/+4 |
2020-10-12 | vcl svm: segments improvements |  Florin Coras | 4 | -25/+47 |
2020-10-12 | tcp: fix connection reuse with no listener |  Florin Coras | 1 | -0/+6 |
2020-10-12 | nat: set fib index for bypass session |  Vladimir Isaev | 2 | -1/+2 |
2020-10-12 | lldp: fix typo in mac address constant |  Dmitry Vakhrushev | 1 | -1/+1 |
2020-10-12 | lldp: fix memory leakage |  Dmitry Vakhrushev | 1 | -6/+16 |
2020-10-10 | session: app_name should format with %v |  jiangxiaoming | 2 | -4/+6 |
2020-10-10 | misc: clib_unix_warning usage error |  jiangxiaoming | 2 | -5/+5 |
2020-10-09 | avf: add add_del_mac_address handler |  Damjan Marion | 2 | -33/+89 |
2020-10-09 | acl: move nonip nodes to separate file |  Damjan Marion | 3 | -221/+296 |
2020-10-09 | wireguard: park the timer process |  Dave Barach | 5 | -2/+68 |
2020-10-09 | vlib: save signal handler data to global vbls |  Dave Barach | 1 | -4/+4 |
2020-10-09 | nat: ipfix logging separation & refactor |  Filip Varga | 14 | -263/+240 |
2020-10-08 | tcp: treat pending timers as active |  Florin Coras | 3 | -3/+4 |
2020-10-08 | tcp: custom geometry for timer wheel |  Florin Coras | 5 | -25/+83 |
2020-10-08 | vppinfra: memory leak be gone |  Dave Barach | 1 | -1/+1 |
2020-10-08 | pg: Choose the input interface from the stream's rx |  Neale Ranns | 2 | -2/+4 |
2020-10-08 | gre: MPLS over GRE does not select correct fixup function |  Neale Ranns | 3 | -3/+110 |
2020-10-08 | l2: Fix compile error on unused next_index |  Neale Ranns | 1 | -3/+0 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode |  Damjan Marion | 21 | -93/+88 |
2020-10-08 | pci: add vlib_pci_get_msix_file_index |  Damjan Marion | 2 | -0/+13 |
2020-10-08 | ip-neighbor: Grat ARPs from different subnet are dropped |  Neale Ranns | 3 | -6/+41 |
2020-10-08 | l2: input performance |  Neale Ranns | 17 | -530/+724 |
2020-10-08 | virtio: fix the trace |  Mohsin Kazmi | 1 | -23/+19 |
2020-10-08 | nat: use proper type for counters |  Klement Sekera | 1 | -2/+2 |