Age | Commit message (Expand) | Author | Files | Lines |
2022-03-11 | vlib: remoove unused field | Damjan Marion | 4 | -25/+1 |
2022-03-10 | vlib: init logging eearlier | Damjan Marion | 3 | -5/+9 |
2022-03-10 | dpdk: fix program vlans on ixgbevf | Dzmitry Sautsa | 1 | -2/+7 |
2022-03-10 | devices: remove the unused code from af_packet | Mohsin Kazmi | 2 | -6/+0 |
2022-03-10 | build: fix centos 8 steam build install-dep | Tianyu Li | 1 | -1/+1 |
2022-03-10 | ipsec: remove the redundant code | Mohsin Kazmi | 1 | -1/+0 |
2022-03-10 | tests: fix test failure with parrallel test | Tianyu Li | 7 | -56/+56 |
2022-03-09 | vppinfra: fix pool_free_elts | Florin Coras | 1 | -19/+18 |
2022-03-09 | ip: IPv4 Fragmentation fix for l2fragmetable size | Neale Ranns | 2 | -11/+9 |
2022-03-09 | vxlan: add l2 mode test | Artem Glazychev | 1 | -0/+59 |
2022-03-09 | stats: refactor | Damjan Marion | 36 | -1800/+1666 |
2022-03-09 | vat: fix vat_suspend crash | Damjan Marion | 2 | -2/+8 |
2022-03-08 | classify: add API to retrieve punt ACL tables | Benoît Ganne | 3 | -0/+55 |
2022-03-08 | ipsec: input: drop by default for non-matching pkts | Zachary Leaf | 4 | -11/+214 |
2022-03-08 | ip: set fib_index before exiting input ACL node | Arthur de Kerhor | 1 | -40/+75 |
2022-03-08 | crypto-ipsecmb: bump to ipsecmb v1.2 | Marcel Cornu | 2 | -1/+15 |
2022-03-07 | linux-cp: handle ipv4 routes when interface is disabled | Alexander Chernavin | 1 | -2/+88 |
2022-03-07 | ip: Fixes for IPv6 and MPLS fragmentation | Neale Ranns | 5 | -53/+191 |
2022-03-04 | linux-cp: fix issue of possibly closing negative fd | Alexander Chernavin | 1 | -5/+14 |
2022-03-04 | linux-cp: stop signaling read event on every notif | Alexander Chernavin | 1 | -7/+9 |
2022-03-04 | linux-cp: stop ignoring ENOBUFS while reading notif | Alexander Chernavin | 1 | -9/+2 |
2022-03-04 | api: harden api trace parsing | Benoît Ganne | 1 | -23/+22 |
2022-03-04 | ping: correct the fib-index used for the reply | Neale Ranns | 2 | -29/+62 |
2022-03-04 | ip: rate-limit the sending of ICMP error messages | Neale Ranns | 12 | -49/+107 |
2022-03-04 | linux-cp: ignore neighbors if ip addr is multicast | Alexander Chernavin | 1 | -0/+17 |
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 | vcl: validate vls_epoll_ctl inputs | Florin Coras | 1 | -2/+18 |
2022-03-03 | session: improve tx tracing | Florin Coras | 1 | -10/+10 |
2022-03-03 | linux-cp: detect and delete stale entries after sync | Alexander Chernavin | 1 | -0/+95 |
2022-03-03 | ipsec: remove ipsec vnet script | Ray Kinsella | 2 | -80/+14 |
2022-03-03 | linux-cp: resync with kernel after nl socket error | Alexander Chernavin | 2 | -27/+503 |
2022-03-03 | ip: Path MTU DPO allocation function is public | Neale Ranns | 2 | -7/+23 |
2022-03-03 | linux-cp: make check of message ts null-tolerant | Alexander Chernavin | 1 | -0/+3 |
2022-03-03 | linux-cp: reflect hw link state on tap on pair creation | Alexander Chernavin | 1 | -0/+14 |
2022-03-02 | linux-cp: lcp fib fixes | Vladimir Ratnikov | 1 | -5/+6 |
2022-03-02 | vcl: fix segment detach post api disconnect | Florin Coras | 2 | -9/+36 |
2022-03-02 | wireguard: improve sending WG interface dump details | Jon Loeliger | 2 | -2/+11 |
2022-03-02 | tap: fix tun set mtu | Benoît Ganne | 1 | -1/+1 |
2022-03-02 | build: fix missing dependency for library | Guillaume Solignac | 1 | -0/+4 |
2022-03-01 | hsa: add tps support for random closes | Florin Coras | 1 | -23/+94 |
2022-03-01 | virtio: refactor code | Mohsin Kazmi | 19 | -355/+351 |
2022-03-01 | vat2: include src/vlibmemory/vlib.api messages | Dave Wallace | 1 | -0/+3 |
2022-02-28 | tls: handle read write ssl errors | Florin Coras | 3 | -3/+42 |