Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-02-16 | crypto: Fix for the crash in crypto | mgovind | 1 | -0/+4 |
2022-02-15 | tcp: Do not include the tcp_packet.h file in the ip4_packet.h | Neale Ranns | 12 | -97/+106 |
2022-02-14 | bfd: add per session counters | Klement Sekera | 4 | -28/+128 |
2022-02-14 | bfd: refactor code to fix misc warnings | Klement Sekera | 3 | -131/+110 |
2022-02-14 | fib: fix incorrect display of mpls fib_index | Rajith P R | 1 | -1/+1 |
2022-02-10 | session: use transport endpoint cfg for listen | Florin Coras | 7 | -10/+10 |
2022-02-10 | vlib: vlib frame bitmaps | Damjan Marion | 1 | -5/+3 |
2022-02-10 | tests: Fix the FIB UT | Neale Ranns | 1 | -2/+1 |
2022-02-10 | session: avoid debug half-open session pool contention | Florin Coras | 1 | -0/+11 |
2022-02-09 | fib: ip6 and mpls fib_table memory leaks on fib_table->ft_locks | Steven Luong | 3 | -2/+5 |
2022-02-09 | bfd: Add an update API that has create new or modify existing semantics | Neale Ranns | 4 | -22/+120 |
2022-02-07 | igmp: make sure fib_index is set before delivering to ip4-local | Benoît Ganne | 1 | -0/+2 |
2022-02-05 | session: track bytes dequeued in snd params | Florin Coras | 3 | -4/+6 |
2022-02-03 | ip nat: use ip rx sw_if_index in ip-local arc start | Florin Coras | 2 | -9/+8 |
2022-02-02 | bfd: restore the data within the packet after hash verification | Andrew Yourtchenko | 1 | -0/+5 |
2022-02-01 | gso: remove the assert if packet is geneve or gre encaped | Mohsin Kazmi | 1 | -4/+0 |
2022-02-01 | virtio: coverity woes -- divide by zero | Steven Luong | 1 | -0/+7 |
2022-01-31 | ip: reassembly - add a way to disable for forus | Klement Sekera | 11 | -34/+305 |
2022-01-31 | ip: fix length calculation in ip6-receive | Klement Sekera | 1 | -1/+1 |
2022-01-25 | ip: reassembly - fix missing ip6 owner thread init | Klement Sekera | 1 | -0/+1 |
2022-01-25 | bonding: refactor bonding hash functions to vnet/hash | Steven Luong | 5 | -294/+409 |
2022-01-24 | policer: fix memory leak | Leung Lai Yung | 1 | -1/+4 |
2022-01-24 | sr: fix coverity warning | Klement Sekera | 2 | -7/+0 |