Age | Commit message (Expand) | Author | Files | Lines |
2023-07-25 | classify: add bpf support to pcap classifier |  Maxime Peim | 1 | -0/+66 |
2023-03-06 | interface: add the missing tag keyword in the cli helper |  Mohsin Kazmi | 1 | -1/+2 |
2023-03-01 | docs: fixed to use unified "pcap trace" command |  Nobuhiro MIKI | 1 | -1/+1 |
2023-01-25 | api: pcap capture api update |  Maxime Peim | 1 | -1/+1 |
2022-08-09 | interface: fix show_or_clear_hw_interfaces |  Mohammed Hawari | 1 | -1/+2 |
2022-08-05 | vnet: On rx-mode set, return error for an actual error. |  Wayne Morrison | 1 | -1/+6 |
2022-04-04 | vppinfra: make _vec_len() read-only |  Damjan Marion | 1 | -2/+2 |
2022-04-04 | interface: read only one line in show hardware |  Vratko Polak | 1 | -9/+16 |
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 |