Age | Commit message (Expand) | Author | Files | Lines |
2022-01-18 | misc: fix coverity warnings | Dave Barach | 1 | -0/+6 |
2022-01-18 | vnet: distinguish between max_frame_size and MTU | Damjan Marion | 1 | -10/+0 |
2022-01-17 | vnet: introduce vnet_error() | Damjan Marion | 1 | -1/+4 |
2021-12-03 | interface: add multi tx-queues support for new tx infra | Mohsin Kazmi | 1 | -10/+150 |
2021-10-06 | docs: vnet comment nitfixes | Nathan Skrzypczak | 1 | -4/+5 |
2021-09-22 | interface: allow an interface's index to be given in 'sh int' | Neale Ranns | 1 | -0/+15 |
2021-09-08 | interface: add custom interface name support | Steven Luong | 1 | -0/+49 |
2021-08-11 | fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_t | Neale Ranns | 1 | -5/+5 |
2021-07-28 | gre: set proper fib index for unnumbered interfaces, unset fib index before f... | Stanislav Zaikin | 1 | -2/+17 |
2021-07-08 | interface: unable to to assign tx queue to last worker thread | Steven Luong | 1 | -4/+3 |
2021-05-27 | interface: add tx-queue cli support for new tx infra | Mohsin Kazmi | 1 | -0/+97 |
2021-04-22 | misc: add filter for specific error for pcap trace | Benoît Ganne | 1 | -1/+12 |
2021-03-05 | interface: move vnet_pcap_t to vnet | Damjan Marion | 1 | -1/+2 |
2021-03-02 | classify: fix crash if no pcap filter has been configured | Benoît Ganne | 1 | -1/+2 |
2021-02-26 | interface: fix sh int rx | Nathan Skrzypczak | 1 | -1/+1 |
2021-01-26 | interface: remove vnet_device_input_runtime_t | Mohammed Hawari | 1 | -98/+0 |
2021-01-22 | interface: fix rx-placement api/cli for new infra | Mohammed Hawari | 1 | -43/+34 |
2021-01-21 | interface: rx queue infra rework, part one | Damjan Marion | 1 | -20/+69 |
2020-12-15 | classify: add pcap/trace classfier mgmt API calls | Jon Loeliger | 1 | -5/+3 |
2020-12-14 | misc: refactor clib_bitmap_foreach macro | Damjan Marion | 1 | -6/+6 |
2020-12-14 | misc: move to new pool_foreach macros | Damjan Marion | 1 | -10/+10 |
2020-11-13 | ethernet: mac must support 64-bits loads | Benoît Ganne | 1 | -2/+2 |
2020-10-08 | interface: shorten vnet_hw_if_rx_mode | Damjan Marion | 1 | -11/+11 |
2020-10-08 | l2: input performance | Neale Ranns | 1 | -21/+2 |
2020-09-09 | interface: support configuring RSS steering queues | Chenmin Sun | 1 | -0/+83 |
2020-09-02 | misc: fix pcap [rx|tx|drop] filename stem overflow | Benoît Ganne | 1 | -1/+1 |
2020-08-06 | misc: harmonize names | Dave Barach | 1 | -1/+2 |
2020-08-05 | interface: add pcap trace data preallocation | Dave Barach | 1 | -4/+46 |
2020-07-24 | interface: fix show/clear hardware-interfaces string overflow | Benoît Ganne | 1 | -5/+19 |
2020-06-16 | interface: add minimal vpp pkt trace for error-drop | Dave Barach | 1 | -1/+1 |
2020-01-27 | classify: pcap / packet trace debug CLI bugs | Dave Barach | 1 | -1/+1 |
2020-01-14 | classify: Reduce the include dependencies on vnet_classify.h | Neale Ranns | 1 | -0/+1 |
2019-12-19 | interface: Prevent bad inner-dot1q any exact-match configuration | Jon Loeliger | 1 | -3/+3 |
2019-11-12 | interface: Allow VLAN tag-rewrite on non-sub-interfaces too. | Jon Loeliger | 1 | -2/+26 |
2019-10-09 | interface: callback to manage extra MAC addresses | Matthew Smith | 1 | -0/+152 |
2019-09-26 | misc: add vnet classify filter set support | Dave Barach | 1 | -7/+15 |
2019-09-23 | misc: unify pcap rx / tx / drop trace | Dave Barach | 1 | -65/+120 |
2019-09-23 | interface: use the correct condition for checking if the pcap fd is open | Andrew Yourtchenko | 1 | -1/+1 |
2019-09-20 | misc: classifier-based packet trace filter | Dave Barach | 1 | -2/+19 |
2019-09-10 | misc: clean up "pcap [rx|tx] trace" debug CLI | Dave Barach | 1 | -168/+149 |
2019-08-20 | fix pcap_write function | Jack Xu | 1 | -0/+2 |
2019-08-01 | interface: fix pcap tx/rx trace cli handling | John Lo | 1 | -9/+4 |
2019-05-17 | Add a debug-CLI leak-checker | Dave Barach | 1 | -26/+14 |
2019-05-03 | mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL, | Steven Luong | 1 | -0/+1 |
2019-04-16 | vpp-1647: fix typo in pcap_trace_command_internal | Dave Barach | 1 | -1/+1 |
2019-04-05 | fix pcap_trace cli output issue | Jack Xu | 1 | -2/+4 |
2019-02-26 | Move pcap rx/tx trace code out of the dpdk plugin | Dave Barach | 1 | -0/+286 |
2018-11-13 | L2 feautre bitmaps output verbose/non-verbose mode | Neale Ranns | 1 | -2/+3 |
2018-10-23 | c11 safe string handling support | Dave Barach | 1 | -1/+1 |
2018-09-26 | vnet: show interface rx-placement may display garbage characters | Steven | 1 | -1/+1 |