Age | Commit message (Expand) | Author | Files | Lines |
2023-07-28 | vnet: add vnet_register_device_class function |  Damjan Marion | 1 | -21/+23 |
2023-03-06 | interface: more cleaning after set flags is failed in vnet_create_sw_interface |  varasteh | 1 | -0/+1 |
2022-04-06 | interface: unregister node counters on interface delete |  Damjan Marion | 1 | -0/+2 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -2/+2 |
2022-03-23 | vppinfra: change vlib_register_node so it takes format string for node name |  Damjan Marion | 1 | -13/+5 |
2022-01-18 | vnet: distinguish between max_frame_size and MTU |  Damjan Marion | 1 | -12/+22 |
2022-01-17 | interface: improve MTU handling |  Damjan Marion | 1 | -1/+6 |
2022-01-17 | vnet: introduce vnet_error() |  Damjan Marion | 1 | -2/+9 |
2021-12-03 | interface: add multi tx-queues support for new tx infra |  Mohsin Kazmi | 1 | -0/+5 |
2021-11-19 | fib: Don't use [midchain] adjacencies to change an interface's feature arc |  Neale Ranns | 1 | -1/+30 |
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 |