summaryrefslogtreecommitdiff
path: root/lib/netdev-dummy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dpif-netdev: Check for PKT_RX_RSS_HASH flag.Daniele Di Proietto2015-09-111-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-13/+11
* treewide: Change doubled ";;" to single ";" in C code.Ben Pfaff2015-07-221-1/+1
* dummy: Introduce new --enable-dummy=system option.Ben Pfaff2015-06-161-19/+25
* netdev-dummy: Implement ARP responder.Ben Pfaff2015-06-161-0/+17
* netdev-dummy: Report EADDRNOTAVAIL when no IPv4 address is configured.Ben Pfaff2015-06-161-1/+2
* dp-packet: Remove 'list' member.Daniele Di Proietto2015-05-181-8/+40
* netdev-dummy: Fix null pointer deref in dummy_packet_conn_set_config().Ben Pfaff2015-04-211-2/+4
* dp-packet: Rename 'dp_hash' in 'rss_hash'.Daniele Di Proietto2015-04-201-1/+1
* hmap: Don't include ovs-atomic.h unnecessarily.Ben Pfaff2015-03-311-1/+2
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-2/+1