summaryrefslogtreecommitdiff
path: root/lib/netdev-dummy.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-dummy: Support multiple IP addresses.Nobuhiro MIKI2023-03-071-26/+44
* netdev-dummy: Allocate dummy_packet_stream on cacheline boundary.Mike Pattrick2023-02-031-5/+5
* netdev-dummy: Introduce per rxq/txq statistics.Maxime Coquelin2022-01-171-9/+78
* netdev-dummy: Silence the 'may be uninitialized' warning.Ilya Maximets2021-07-231-1/+1
* Avoid indeterminate statistics in offload implementations.Ben Pfaff2019-10-311-2/+8
* treewide: Use packet batch APIsPaul Chaignon2019-09-251-1/+1
* netdev-offload: Rename offload providers.Ilya Maximets2019-06-111-2/+2
* netdev: Dynamic per-port Flow API.Ilya Maximets2019-06-111-6/+18
* netdev-dummy: Add flow offloading related logs.Ilya Maximets2019-03-131-3/+63
* netdev-dummy: Set flow mark for offloaded flows.Ilya Maximets2019-03-131-12/+29
* netdev-dummy: Implement dummy put/del flow offload API.Ilya Maximets2019-03-131-3/+103
* odp-util: Improve log messages and error reporting for Netlink parsing.Ben Pfaff2019-02-251-6/+9
* treewide: Wider use of packet batch APIs.Ilya Maximets2018-12-111-3/+2
* netdev-dummy: Initialize new dummy ports as "up".Ben Pfaff2018-10-181-1/+1
* pcap-file: Add nanosecond resolution pcap support.Mark Michelson2018-10-051-7/+5
* netdev: Clean up class initialization.Ben Pfaff2018-08-271-84/+50
* netdev-provider: add class op to get block_idJohn Hurley2018-06-291-1/+2
* Embrace anonymous unions.Ben Pfaff2018-05-251-25/+25
* netdev: Add optional qfill output parameter to rxq_recv()Jan Scheurich2018-05-111-1/+7
* dp-packet: Add index to DP_PACKET_BATCH_FOR_EACH to prevent shadowing.Justin Pettit2018-02-281-1/+1
* flow: Add some L7 payload data to most L4 protocols that accept it.Ben Pfaff2018-01-271-4/+11
* netdev-dummy: Lock mutex when retrieving custom stats.Ben Pfaff2018-01-101-0/+2
* netdev: Custom statistics.Michal Weglicki2018-01-101-0/+36
* netdev: Remove useless cutlen.Ilya Maximets2017-12-201-1/+1
* netdev: Remove unused may_steal.Ilya Maximets2017-12-201-2/+2
* netdev-dummy: Reorder elements in dummy_packet_stream structure.Bhanuprakash Bodireddy2017-11-031-1/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* netdev-dummy: Avoid double-free in netdev_dummy_ip4addr().Yifeng Sun2017-11-021-1/+0
* netdev-dummy: Fix minor style variation.Joe Stringer2017-08-091-1/+1
* netdev-dummy: Close pcap files when dummy device is closed.Ben Pfaff2017-08-081-0/+6
* dp-packet: New function dp_packet_get_send_len().Ben Pfaff2017-08-021-3/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-6/+6
* flow: Refactor flow_compose() API.Andy Zhou2017-07-271-2/+4
* netdev-dummy: Fix setting length in recieve command.Ilya Maximets2017-07-251-9/+16
* userspace: Handling of versatile tunnel portsBen Pfaff2017-06-271-0/+1
* netdev: Adding a new netdev API to be used for offloading flowsPaul Blakey2017-06-141-0/+2
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-0/+5
* dp-packet: Enhance packet batch APIs.Andy Zhou2017-01-261-5/+5
* netdev-dummy: Add --len option for netdev-dummy/receive commandAndy Zhou2017-01-261-10/+28
* netdev: Add 'errp' to set_config().Daniele Di Proietto2017-01-111-1/+2
* netdev-dummy: Limits the number of tx/rx queues.nickcooper-zhangtonghao2017-01-101-0/+17
* netdev-dummy: Uses the NR_QUEUE instead of magic numbers.nickcooper-zhangtonghao2017-01-081-2/+2
* datapath: Checks the MTU for netdev-dummy ports.nickcooper-zhangtonghao2016-12-121-0/+7
* netdev: Set the default number of queues at removal from the databaseIlya Maximets2016-12-091-2/+2
* tests: Add a new MTU test.Daniele Di Proietto2016-08-151-1/+4
* netdev-dummy: Add dummy-internal class.Daniele Di Proietto2016-08-151-2/+12
* netdev: Pass 'netdev_class' to ->run() and ->wait().Daniele Di Proietto2016-08-151-2/+2
* netdev: Make netdev_set_mtu() netdev parameter non-const.Daniele Di Proietto2016-08-121-1/+1
* netdev-*: Do not use dp_packet_pad() in recv() functions.Daniele Di Proietto2016-07-291-2/+0
* dpif-netdev: XPS (Transmit Packet Steering) implementation.Ilya Maximets2016-07-271-1/+2