Age | Commit message (Expand) | Author | Files | Lines |
2021-10-13 | interface: handle error during admin-up correctly | Matthew Smith | 1 | -3/+0 |
2021-10-04 | interface: free the output_node_thread_runtimes | Mohsin Kazmi | 1 | -0/+1 |
2021-10-04 | interface: remove the redundant vec_free on rx_queue_indices | Mohsin Kazmi | 1 | -1/+0 |
2021-10-04 | interface: remove the input_node_thread_index_by_queue | Mohsin Kazmi | 1 | -1/+0 |
2021-09-13 | interface: fix init fib_index_by_sw_if_index | Nathan Skrzypczak | 1 | -10/+0 |
2021-08-14 | ip: Fix crash in ip address add on sub-int without exact-match | Pim van Pelt | 1 | -0/+23 |
2021-07-28 | gre: set proper fib index for unnumbered interfaces, unset fib index before f... | Stanislav Zaikin | 1 | -1/+41 |
2021-05-31 | interface: fix vnet_sw_interface_update_unnumbered | Dave Barach | 1 | -6/+13 |
2021-05-28 | gso: fix the error handling | Mohsin Kazmi | 1 | -1/+0 |
2021-05-11 | interface: tx queue infra | Damjan Marion | 1 | -2/+6 |
2021-05-06 | memif: add severity to counters | Ole Troan | 1 | -4/+3 |
2021-05-01 | vlib: refactor trajectory trace debug feature | Benoît Ganne | 1 | -5/+0 |
2021-04-19 | interface: interface-output end node rework | Damjan Marion | 1 | -1/+19 |
2021-03-26 | vlib: convert foreach_vlib_main macro to be more gdb and clang-format friendly | Damjan Marion | 1 | -38/+35 |
2021-03-11 | vlib: refactor node function variants | Damjan Marion | 1 | -21/+15 |
2021-03-10 | interface: fix interface-output and interface-tx multiarch selection | Damjan Marion | 1 | -4/+19 |
2021-02-04 | vlib: "revert startup multi-arch variant configuration fix for interfaces" | Damjan Marion | 1 | -1/+1 |
2021-01-26 | interface: remove vnet_device_input_runtime_t | Mohammed Hawari | 1 | -2/+0 |
2021-01-25 | vlib: startup multi-arch variant configuration fix for interfaces | Radu Nicolau | 1 | -1/+1 |
2021-01-21 | interface: rx queue infra rework, part one | Damjan Marion | 1 | -1/+11 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -13/+13 |
2020-11-23 | interface: improve logging | Damjan Marion | 1 | -4/+46 |
2020-11-13 | interface: add multiarch support for per-interface tx node | Benoît Ganne | 1 | -2/+3 |
2020-10-19 | ip: Move the IP6 fib into ip6_[m]fib.c | Neale Ranns | 1 | -1/+1 |
2020-10-13 | stats: counters data model | Ole Troan | 1 | -1/+2 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode | Damjan Marion | 1 | -1/+1 |
2020-10-08 | l2: input performance | Neale Ranns | 1 | -13/+0 |
2020-09-09 | interface: support configuring RSS steering queues | Chenmin Sun | 1 | -0/+36 |
2020-07-16 | misc: add callback hooks and refactor pmc | Tom Seidenberg | 1 | -0/+4 |
2020-02-11 | misc: fix coverity warnings | Dave Barach | 1 | -2/+8 |
2019-12-19 | interface: Prevent bad inner-dot1q any exact-match configuration | Jon Loeliger | 1 | -0/+10 |
2019-12-04 | gre: Multi-point interfaces | Neale Ranns | 1 | -0/+10 |
2019-12-04 | gso: remove the interface count | Mohsin Kazmi | 1 | -1/+0 |
2019-10-09 | interface: callback to manage extra MAC addresses | Matthew Smith | 1 | -0/+42 |
2019-09-26 | misc: add vnet classify filter set support | Dave Barach | 1 | -0/+1 |
2019-08-27 | interface: Remove residual dpdk bonding code | Steven Luong | 1 | -9/+0 |
2019-07-31 | vppinfra: refactor test_and_set spinlocks to use clib_spinlock_t | jaszha03 | 1 | -4/+3 |
2019-06-18 | ipsec: ipsec-tun protect | Neale Ranns | 1 | -0/+24 |
2019-05-13 | vnet: remove macro definitions | Zhiyong Yang | 1 | -3/+0 |
2019-02-19 | tap gso: experimental support | Andrew Yourtchenko | 1 | -0/+6 |
2019-02-02 | Deprecate old mutliarch code, phase 1 | Damjan Marion | 1 | -2/+2 |
2018-11-08 | vnet: store hw interface speed in kbps instead of using flags | Damjan Marion | 1 | -2/+1 |
2018-10-30 | change mac address functions take const mac | Neale Ranns | 1 | -2/+2 |
2018-10-29 | interface-flags; fix coverity error found in conversion | Neale Ranns | 1 | -3/+28 |
2018-10-27 | Enumify interface flags | Neale Ranns | 1 | -10/+23 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -2/+2 |
2018-10-01 | API / CLI event-log tracing | Dave Barach | 1 | -121/+0 |
2018-09-25 | L2 BD: introduce a BD interface on which to send UU packets | Neale Ranns | 1 | -3/+4 |
2018-09-24 | Trivial: Clean up some typos. | Paul Vinciguerra | 1 | -3/+3 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes | Neale Ranns | 1 | -2/+6 |