Age | Commit message (Expand) | Author | Files | Lines |
2023-07-12 | linux-cp: fix crash on processing dump of routes | Alexander Chernavin | 1 | -3/+10 |
2023-07-11 | linux-cp: Basic MPLS support. | Adrian Pistol | 5 | -11/+419 |
2023-07-06 | api: lcp - Mark old message versions as deprecated | Ondrej Fabry | 1 | -2/+6 |
2023-06-05 | linux-cp: Fix add vs update on routes | Pim van Pelt | 3 | -58/+69 |
2023-05-26 | linux-cp: update adjs for subifs too when mac changes | Alexander Chernavin | 1 | -4/+21 |
2023-04-14 | linux-cp: Handle RTA_VIA routes. | Adrian Pistol | 1 | -2/+3 |
2023-04-11 | linux-cp: don't create tap for non-eth ifaces | Stanislav Zaikin | 1 | -0/+8 |
2023-03-21 | linux-cp: fix get_default_ns api method | Stanislav Zaikin | 1 | -13/+7 |
2023-02-02 | linux-cp: fix auto-sub-int | Stanislav Zaikin | 2 | -1/+5 |
2023-01-23 | vppapigen: enable codegen for stream message types | Stanislav Zaikin | 2 | -7/+7 |
2023-01-11 | linux-cp: Fix endianness in lcp response | Pim van Pelt | 1 | -1/+1 |
2022-12-12 | linux-cp: set severity of noisy message to debug | Matthew Smith | 1 | -1/+1 |
2022-11-23 | linux-cp: fix FIB_ENTRY_FLAG_ATTACHED | Alexander Skorichenko | 1 | -0/+10 |
2022-11-10 | linux-cp: fix lcp_itf_pair_create()'s memory leak | luoyaozu | 1 | -0/+3 |
2022-10-15 | linux-cp: fix infinite loop in CLI lcp default | luoyaozu | 1 | -3/+12 |
2022-09-19 | linux-cp: fix some CLI error messages | Matthew Smith | 1 | -79/+71 |
2022-08-26 | linux-cp: fix coverity 216937 | Andrew Yourtchenko | 1 | -1/+1 |
2022-08-23 | linux-cp: handle AF_BRIDGE neighbors | Matthew Smith | 1 | -2/+8 |
2022-08-19 | ipsec: enable UDP encap for IPv6 ESP tun protect | Matthew Smith | 1 | -0/+2 |
2022-08-11 | linux-cp: FIB lookup for P2MP tunnel interfaces | Matthew Smith | 1 | -4/+22 |
2022-07-21 | linux-cp: fix endianess for autoendian methods | Stanislav Zaikin | 1 | -9/+9 |
2022-07-19 | linux-cp: change namespace to netns | Stanislav Zaikin | 2 | -33/+28 |
2022-07-19 | linux-cp: API downgrade due to namespace keyword | Matthew Smith | 1 | -0/+5 |
2022-05-23 | linux-cp: fix display of link_speed | Anton Nikolaev | 1 | -1/+2 |
2022-04-26 | linux-cp: sync addr and neigh only for lcp interfaces | Stanislav Zaikin | 1 | -3/+30 |
2022-04-08 | linux-cp: fix setting mtu on hardware interfaces | Matthew Smith | 1 | -1/+1 |
2022-03-29 | linux-cp: fix tap interface attrs in case the sw pool realloc'd | Vladislav Grishenko | 1 | -18/+16 |
2022-03-29 | linux-cp: handle ipv4 routes when link goes down on subif | Alexander Chernavin | 1 | -17/+43 |
2022-03-29 | linux-cp: add support for table flush if multiple interfaces | Alexander Chernavin | 1 | -15/+39 |
2022-03-28 | linux-cp: Fix API response | Pim van Pelt | 1 | -5/+7 |
2022-03-27 | linux-cp: fix name formatting | Dmitry Valter | 1 | -1/+1 |
2022-03-25 | linux-cp: handle ipv4 routes when link goes down | Alexander Chernavin | 5 | -0/+163 |
2022-03-07 | linux-cp: handle ipv4 routes when interface is disabled | Alexander Chernavin | 1 | -2/+88 |
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 | linux-cp: ignore neighbors if ip addr is multicast | Alexander Chernavin | 1 | -0/+17 |
2022-03-03 | linux-cp: detect and delete stale entries after sync | Alexander Chernavin | 1 | -0/+95 |
2022-03-03 | linux-cp: resync with kernel after nl socket error | Alexander Chernavin | 2 | -27/+503 |
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-02-22 | linux-cp: Only enable/disable the punt feature on the 0<->1 transition | Neale Ranns | 1 | -9/+14 |
2022-01-30 | linux-cp: check if libmnl headers are present | Florin Coras | 1 | -0/+6 |
2022-01-28 | linux-cp: Fix coverity issue | Pim van Pelt | 1 | -1/+1 |
2022-01-28 | linux-cp: Linux Control Plane Netlink Listener | Neale Ranns | 8 | -16/+1768 |
2022-01-18 | linux-cp: fix possible null deref | Pim van Pelt | 1 | -0/+2 |
2022-01-11 | linux-cp: Add VPP->Linux synchronization | Pim van Pelt | 7 | -166/+697 |
2022-01-06 | tap: add num_tx_queues API | Nathan Skrzypczak | 1 | -0/+1 |
2021-11-26 | api: add helper macros for native endian | Mohsin Kazmi | 1 | -10/+2 |