summaryrefslogtreecommitdiff
path: root/lib/netdev-dummy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* netdev-dummy: fix crash with more than one passive connectionLance Richardson2016-07-221-8/+13
* netdev-provider: Apply batch object to netdev provider.William Tu2016-07-211-14/+9
* netdev-dummy: Add n_txq option.Ilya Maximets2016-07-081-25/+7
* netdev-dummy: Allow configuring the numa_id for testing purposes.Daniele Di Proietto2016-06-241-6/+19
* ofp-actions: Add truncate action.William Tu2016-06-241-0/+2
* netdev-dummy: Introduce sched_yield() in rxq_recv() for pmd devices.Daniele Di Proietto2016-06-071-0/+15
* netdev-dummy: Add multiqueue support to dummy-pmd.Ilya Maximets2016-06-061-21/+106
* netdev-dummy: Add dummy-pmd class.Ilya Maximets2016-06-061-68/+81
* netdev-dpdk: Use ->reconfigure() call to change rx/tx queues.Daniele Di Proietto2016-05-231-1/+1
* netdev: Add reconfigure request mechanism.Daniele Di Proietto2016-05-231-0/+1
* Add support for extended netdev statistics based on RFC 2819.mweglicx2016-05-061-1/+5
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-4/+4
* dp-packet: Fix use of uninitialised value at emc_lookup.William Tu2016-04-061-1/+0
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-18/+18
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* netdev: remove netdev_get_in4()Pravin B Shelar2016-03-241-15/+0
* netdev-dummy: change netdev seq on ip address change.Pravin B Shelar2016-03-241-0/+2
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-11/+53
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* netdev: New field 'is_pmd' in netdev_class.Ilya Maximets2016-03-161-0/+1
* netdev-dummy: Add a dummy queue.Ben Pfaff2016-01-201-7/+93
* Use ip_parse() and ipv6_parse() and variants in more places.Ben Pfaff2015-12-151-8/+6
* tests: Add tunnel-push-pop-ipv6 testsThadeu Lima de Souza Cascardo2015-12-041-4/+55