aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/interface_cli.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-58/+0
2023-11-08dev: interrupt mode supportDamjan Marion1-0/+30
2023-07-25classify: add bpf support to pcap classifierMaxime Peim1-0/+66
2023-03-06interface: add the missing tag keyword in the cli helperMohsin Kazmi1-1/+2
2023-03-01docs: fixed to use unified "pcap trace" commandNobuhiro MIKI1-1/+1
2023-01-25api: pcap capture api updateMaxime Peim1-1/+1
2022-08-09interface: fix show_or_clear_hw_interfacesMohammed Hawari1-1/+2
2022-08-05vnet: On rx-mode set, return error for an actual error.Wayne Morrison1-1/+6
2022-04-04vppinfra: make _vec_len() read-onlyDamjan Marion1-2/+2
2022-04-04interface: read only one line in show hardwareVratko Polak1-9/+16
2022-01-18misc: fix coverity warningsDave Barach1-0/+6
2022-01-18vnet: distinguish between max_frame_size and MTUDamjan Marion1-10/+0
2022-01-17vnet: introduce vnet_error()Damjan Marion1-1/+4
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi1-10/+150
2021-10-06docs: vnet comment nitfixesNathan Skrzypczak1-4/+5
2021-09-22interface: allow an interface's index to be given in 'sh int'Neale Ranns1-0/+15
2021-09-08interface: add custom interface name supportSteven Luong1-0/+49
2021-08-11fib: A 16-8-8 and a 8-8-8-8 versions of an ip4_fib_tNeale Ranns1-5/+5
2021-07-28gre: set proper fib index for unnumbered interfaces, unset fib index before f...Stanislav Zaikin1-2/+17
2021-07-08interface: unable to to assign tx queue to last worker threadSteven Luong1-4/+3
2021-05-27interface: add tx-queue cli support for new tx infraMohsin Kazmi1-0/+97
2021-04-22misc: add filter for specific error for pcap traceBenoît Ganne1-1/+12
2021-03-05interface: move vnet_pcap_t to vnetDamjan Marion1-1/+2
2021-03-02classify: fix crash if no pcap filter has been configuredBenoît Ganne1-1/+2
2021-02-26interface: fix sh int rxNathan Skrzypczak1-1/+1
2021-01-26interface: remove vnet_device_input_runtime_tMohammed Hawari1-98/+0
2021-01-22interface: fix rx-placement api/cli for new infraMohammed Hawari1-43/+34
2021-01-21interface: rx queue infra rework, part oneDamjan Marion1-20/+69
2020-12-15classify: add pcap/trace classfier mgmt API callsJon Loeliger1-5/+3
2020-12-14misc: refactor clib_bitmap_foreach macroDamjan Marion1-6/+6
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-10/+10
2020-11-13ethernet: mac must support 64-bits loadsBenoît Ganne1-2/+2
2020-10-08interface: shorten vnet_hw_if_rx_modeDamjan Marion1-11/+11
2020-10-08l2: input performanceNeale Ranns1-21/+2
2020-09-09interface: support configuring RSS steering queuesChenmin Sun1-0/+83
2020-09-02misc: fix pcap [rx|tx|drop] filename stem overflowBenoît Ganne1-1/+1
2020-08-06misc: harmonize namesDave Barach1-1/+2
2020-08-05interface: add pcap trace data preallocationDave Barach1-4/+46
2020-07-24interface: fix show/clear hardware-interfaces string overflowBenoît Ganne1-5/+19
2020-06-16interface: add minimal vpp pkt trace for error-dropDave Barach1-1/+1
2020-01-27classify: pcap / packet trace debug CLI bugsDave Barach1-1/+1
2020-01-14classify: Reduce the include dependencies on vnet_classify.hNeale Ranns1-0/+1
2019-12-19interface: Prevent bad inner-dot1q any exact-match configurationJon Loeliger1-3/+3
2019-11-12interface: Allow VLAN tag-rewrite on non-sub-interfaces too.Jon Loeliger1-2/+26
2019-10-09interface: callback to manage extra MAC addressesMatthew Smith1-0/+152
2019-09-26misc: add vnet classify filter set supportDave Barach1-7/+15
2019-09-23misc: unify pcap rx / tx / drop traceDave Barach1-65/+120
2019-09-23interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko1-1/+1
2019-09-20misc: classifier-based packet trace filterDave Barach1-2/+19
2019-09-10misc: clean up "pcap [rx|tx] trace" debug CLIDave Barach1-168/+149