summaryrefslogtreecommitdiff
path: root/lib/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* netdev: Make run and wait functions optional as documented.Ethan Jackson2013-08-211-2/+6
* netdev: Clean up on "construct" error in netdev_open().Ben Pfaff2013-08-111-0/+3
* netdev: Make netdev access thread-safe.Ben Pfaff2013-08-091-66/+167
* netdev: Adopt four-step alloc/construct/destruct/dealloc lifecycle.Ben Pfaff2013-08-091-84/+59
* netdev: Make netdev_from_name() take a reference to its returned netdev.Ben Pfaff2013-08-071-4/+13
* netdev: Make netdev_get_devices() take a reference to each netdev.Ben Pfaff2013-08-071-2/+3
* netdev: Minor formatting improvements.Ben Pfaff2013-08-021-4/+2
* Implement OpenFlow 1.3 queue stats duration feature.Ben Pfaff2013-07-261-2/+6
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-5/+5
* netdev: Support null netdev argument in netdev_ref().Ethan Jackson2013-06-271-3/+6
* add minimal NetBSD supportYAMAMOTO Takashi2013-05-221-1/+1
* netdev: New function netdev_ref().Ben Pfaff2013-05-221-0/+11
* netdev: Prevent using reserved namesAlex Wang2013-05-161-0/+38
* netdev: Get rid of netdev_dev.Ben Pfaff2013-05-101-222/+143
* netdev: Add new "struct netdev_rx" for capturing packets from a netdev.Ben Pfaff2013-05-101-48/+58
* netdev: Factor restoring flags into new "struct netdev_saved_flags".Ben Pfaff2013-05-101-72/+105