summaryrefslogtreecommitdiff
path: root/lib/netdev-dummy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-48/+47
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-6/+6
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-6/+6
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-1/+66
* netdev: Add function for configuring tx and rx queues.Alex Wang2014-09-151-0/+1
* ofproto: Do not update stats on fake bond interface.Pravin B Shelar2014-09-151-13/+0
* netdev: Add n_txq to 'struct netdev'.Alex Wang2014-09-121-2/+2
* netdev: Add function for getting the numa node id of netdev.Alex Wang2014-09-121-0/+1
* unixctl: Make command description all lowercase.Alex Wang2014-09-111-1/+1
* packet-dpif: Add dpif_packet_{get, set}_hash()Daniele Di Proietto2014-08-291-0/+1
* lib/netdev-dummy: Use relaxed atomics for a trivial counter.Jarno Rajahalme2014-08-291-2/+2
* netdev: netdev_send accepts multiple packetsDaniele Di Proietto2014-06-231-29/+39
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-6/+12
* netdev-dummy: add appctl netdev-dummy/conn-state commandAndy Zhou2014-06-101-0/+92
* netdev: Add 'change_seq' back to netdev.Alex Wang2014-04-101-4/+2
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-13/+13
* netdev: Rename netdev_rx to netdev_rxqPravin2014-03-211-42/+42
* netdev: Send ofpbuf directly to netdev.Pravin2014-03-211-1/+6
* netdev: Extend rx_recv to pass multiple packets.Pravin2014-03-211-17/+10
* netdev-dummy: Reduce reconnect back off timeoutAndy Zhou2014-02-121-1/+1
* netdev-dummy: Fix reconnecting.Andy Zhou2014-02-121-14/+29
* netdev-dummy: disable periodic probingAndy Zhou2014-02-071-0/+1
* netdev-dummy: Add support for active streamAndy Zhou2014-01-231-155/+437
* lib/pcap-file: add 'ovs_' prefix to pcap functionsLuigi Rizzo2014-01-231-5/+5
* netdev_class: Pass a struct ofpbuf * to rx_recv()Simon Horman2014-01-161-6/+7
* netdev-dummy: Make netdev_rx_wait() wakeups work cross-thread for dummies.Ben Pfaff2014-01-081-0/+9
* netdev-dummy: Remove unused member 'listening' from struct netdev_dummy.Ben Pfaff2014-01-081-1/+0
* netdev: Globally track port status changesJoe Stringer2013-12-121-30/+4
* netdev: Make naming more consistentJoe Stringer2013-11-111-4/+4
* netdev-dummy: Count rx packets regardless of sourceSimon Horman2013-10-161-2/+5
* netdev-dummy: Add pcap feature.Ben Pfaff2013-10-091-1/+44
* netdev-dummy: Stop overriding patch vport type with dummy.YAMAMOTO Takashi2013-08-281-0/+3
* netdev: Fix deadlock when netdev_dump_queues() callback calls into netdev.Ben Pfaff2013-08-271-1/+3
* Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff2013-08-201-1/+1