Age | Commit message (Expand) | Author | Files | Lines |
2022-03-22 | session: use safe realloc for pools | Florin Coras | 5 | -74/+24 |
2022-03-22 | fib: refetech the adj after the walk in case the pool realloc'd | Vladislav Grishenko | 1 | -3/+15 |
2022-03-21 | session: linked list of events to be handled by main | Florin Coras | 3 | -56/+107 |
2022-03-21 | sr: fix srv6 definition of behavior associated to a LocalSID | Francesco Lombardo | 2 | -2/+2 |
2022-03-18 | session: add infra for safe pool reallocs | Florin Coras | 2 | -0/+148 |
2022-03-18 | udp: avoid grabbing vlib main if not needed | Florin Coras | 1 | -6/+4 |
2022-03-18 | vppinfra: refactor *_will_expand() functions | Damjan Marion | 10 | -23/+12 |
2022-03-18 | ip: fix assert in ip4_ttl_inc | Aloys Augustin | 1 | -1/+3 |
2022-03-18 | bfd: remove source IP check from session add | Klement Sekera | 1 | -55/+0 |
2022-03-15 | tcp: update error counters in listen node | Florin Coras | 1 | -9/+7 |
2022-03-15 | tcp: update persist timer if data acked | Florin Coras | 1 | -3/+7 |
2022-03-15 | flow: add generic flow pattern for 5G flow enhancement | Ting Xu | 2 | -32/+71 |
2022-03-11 | session: fix crash during client detach | Filip Tehlar | 1 | -1/+3 |
2022-03-10 | devices: remove the unused code from af_packet | Mohsin Kazmi | 2 | -6/+0 |
2022-03-10 | ipsec: remove the redundant code | Mohsin Kazmi | 1 | -1/+0 |
2022-03-09 | ip: IPv4 Fragmentation fix for l2fragmetable size | Neale Ranns | 1 | -10/+7 |
2022-03-09 | stats: refactor | Damjan Marion | 5 | -30/+147 |
2022-03-08 | classify: add API to retrieve punt ACL tables | Benoît Ganne | 2 | -0/+45 |
2022-03-08 | ipsec: input: drop by default for non-matching pkts | Zachary Leaf | 1 | -0/+14 |
2022-03-08 | ip: set fib_index before exiting input ACL node | Arthur de Kerhor | 1 | -40/+75 |
2022-03-07 | ip: Fixes for IPv6 and MPLS fragmentation | Neale Ranns | 2 | -52/+76 |
2022-03-04 | ip: rate-limit the sending of ICMP error messages | Neale Ranns | 2 | -2/+58 |
2022-03-04 | ip: fix overflow in ip6_ext_header_walk | Benoît Ganne | 1 | -1/+1 |
2022-03-04 | pg: fixing the cli | Mohsin Kazmi | 1 | -2/+0 |
2022-03-04 | pg: add support for ip mode through cli | Mohsin Kazmi | 1 | -2/+8 |
2022-03-04 | ipfix-export: fix the warning message for uninitialized variable | Mohsin Kazmi | 1 | -2/+2 |
2022-03-04 | classify: skip l2 header in CLI | Arthur de Kerhor | 1 | -14/+50 |
2022-03-04 | mpls: Fix the fragmentation in mpls-output. | Neale Ranns | 1 | -84/+80 |
2022-03-04 | tunnel: Fix the format of tunnel flags | Neale Ranns | 1 | -10/+17 |
2022-03-03 | vnet: use system time for pcap trace | Benoît Ganne | 1 | -0/+1 |
2022-03-03 | session: improve tx tracing | Florin Coras | 1 | -10/+10 |
2022-03-03 | ip: Path MTU DPO allocation function is public | Neale Ranns | 2 | -7/+23 |
2022-03-02 | tap: fix tun set mtu | Benoît Ganne | 1 | -1/+1 |
2022-03-01 | virtio: refactor code | Mohsin Kazmi | 19 | -355/+351 |
2022-02-28 | tls: handle read write ssl errors | Florin Coras | 2 | -0/+11 |
2022-02-28 | tls: Receive only when the app_session is available | Saravanan Murugesan | 1 | -0/+5 |
2022-02-24 | session: fix session layer socket read | Filip Tehlar | 1 | -2/+27 |
2022-02-23 | build: export missing header files required by hicn_plugin | Dave Wallace | 1 | -0/+2 |
2022-02-22 | vxlan: crash on assigning IP address to interface | Ed Warnicke | 2 | -8/+6 |
2022-02-22 | fib: fix adj_get crash | Rajith P R | 1 | -1/+1 |
2022-02-22 | fib: fix mpls db label overflow | Dmitry Valter | 1 | -1/+1 |
2022-02-18 | fib: Use the VLIB logger for adjacency debugging | Neale Ranns | 2 | -13/+13 |
2022-02-18 | vnet: add set_max_frame_size callbacks for several interfaces | Artem Glazychev | 2 | -0/+18 |
2022-02-18 | ipsec: fix vector after remove entry in spd | Gabriel Oginski | 1 | -1/+1 |
2022-02-17 | tls http srtp: fix session index for listeners | Florin Coras | 1 | -0/+1 |
2022-02-17 | ip: Move the IPv6 echo responder into the ping plugin | Neale Ranns | 1 | -187/+0 |
2022-02-17 | ipsec: Improve the handling of NAT-T keepalive messages | Neale Ranns | 1 | -8/+21 |
2022-02-16 | fib: Use the same adjacency that BFD is using | Neale Ranns | 3 | -30/+31 |
2022-02-16 | bfd: On a point to point link use the all zeros address for the peer. | Neale Ranns | 1 | -8/+12 |
2022-02-16 | ipfix-export: pass ipv4 addr to format fn for show | Paul Atkins | 1 | -3/+4 |