summaryrefslogtreecommitdiff
path: root/lib/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-4/+4
* tunnels: Don't initialize unnecessary packet metadata.Jesse Gross2015-07-011-1/+1
* Merge remote-tracking branch 'origin/master' into ovn4Justin Pettit2015-06-181-1/+2
|\
| * netdev-dpdk: add dpdk vhost-user portsCiara Loftus2015-06-141-1/+2
* | netdev: Initialize at the beginning of netdev_unregister_provider().Ben Pfaff2015-06-161-0/+2
|/
* netdev-dpdk: Adapt the requested number of tx and rx queues.Daniele Di Proietto2015-05-221-0/+10
* tunneling: Invalid packets should be cleared.Jesse Gross2015-04-091-2/+1
* tunneling: Convert tunnel push/pop functions to act on single packets.Jesse Gross2015-04-091-6/+28
* netdev: Fix user space tunneling for set_tunnel action.Ricky Li2015-03-261-2/+4
* netdev-dpdk: add dpdk vhost-cuse portsKevin Traynor2015-03-191-1/+2
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-2/+2
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-4/+4
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-1/+1
* dpif: Fix initialization order.Pravin B Shelar2014-11-241-4/+0
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+34
* netdev-windows: New module.Nithin Raju2014-10-061-0/+5
* netdev: Fix error check.Alex Wang2014-09-251-1/+1
* netdev: Add function for configuring tx and rx queues.Alex Wang2014-09-151-0/+27
* 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-16/+25
* netdev: Add function for getting the numa node id of netdev.Alex Wang2014-09-121-0/+12
* lib/netdev: Do not use atomics when not needed.Jarno Rajahalme2014-08-291-14/+10
* netdev-dpdk: add dpdk rings to netdev-dpdkmaryam.tahhan2014-07-161-1/+2
* netdev: netdev_send accepts multiple packetsDaniele Di Proietto2014-06-231-6/+11
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-2/+2
* netdev-vport: Use dpif_port as base for tunnel backing port.Jesse Gross2014-06-131-1/+1
* vswitchd: Add error column to Interface table to store error conditionThomas Graf2014-05-191-5/+5
* netdev: Remove netdev from global shash when the user is changing interface c...Ryan Wilson2014-05-161-1/+25
* netdev: Safely increment refcount in netdev_open().Joe Stringer2014-05-051-3/+3
* netdev: Reuse netdev_ref() in netdev_rxq_open().Joe Stringer2014-05-051-4/+1
* netdev-vport: Checks tunnel status change when route-table is reset.Alex Wang2014-05-021-0/+35
* netdev: Fix an use of uninitialized mutex.Alex Wang2014-04-291-0/+1
* netdev: Initialize netdev_class_mutex.Gurucharan Shetty2014-04-251-1/+14
* netdev: Add 'change_seq' back to netdev.Alex Wang2014-04-101-3/+8
* dpif-netdev: Add DPDK netdev.Pravin2014-03-211-0/+2
* netdev: Add support multiqueue recv.Pravin2014-03-211-2/+16
* netdev: Rename netdev_rx to netdev_rxqPravin2014-03-211-20/+20
* dpif-netdev: Add poll-mode-device thread.Pravin2014-03-211-0/+6
* netdev: Send ofpbuf directly to netdev.Pravin2014-03-211-3/+3
* netdev: Extend rx_recv to pass multiple packets.Pravin2014-03-211-21/+4
* ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff2014-03-131-1/+0
* Use __linux__ instead of LINUX_DATAPATH in C code.Ben Pfaff2014-03-051-1/+1
* netdev: Change netdev_class_rwlock to recursive mutex, for POSIX safety.Ben Pfaff2014-02-191-31/+32
* netdev-linux: Read packet auxdata to obtain vlan_tidSimon Horman2014-01-161-0/+34
* netdev_class: Pass a struct ofpbuf * to rx_recv()Simon Horman2014-01-161-5/+3
* ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff2014-01-081-0/+1
* netdev: Globally track port status changesJoe Stringer2013-12-121-12/+3
* netdev: Log a warning when netdev_set_config() fails.Ben Pfaff2013-12-111-3/+9
* netdev: Fix deadlock when netdev_dump_queues() callback calls into netdev.Ben Pfaff2013-08-271-19/+67