summaryrefslogtreecommitdiff
path: root/lib/netdev.h
Commit message (Expand)AuthorAgeFilesLines
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-3/+5
* 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-1/+0
* netdev: Add n_txq to 'struct netdev'.Alex Wang2014-09-121-2/+3
* netdev: Add function for getting the numa node id of netdev.Alex Wang2014-09-121-0/+1
* netdev: netdev_send accepts multiple packetsDaniele Di Proietto2014-06-231-1/+2
* dpif-netdev: use dpif_packet structure for packetsDaniele Di Proietto2014-06-231-2/+4
* vswitchd: Add error column to Interface table to store error conditionThomas Graf2014-05-191-1/+1
* netdev: Remove netdev from global shash when the user is changing interface c...Ryan Wilson2014-05-161-0/+1
* netdev: Add 'change_seq' back to netdev.Alex Wang2014-04-101-0/+1
* netdev: Add support multiqueue recv.Pravin2014-03-211-1/+2
* netdev: Rename netdev_rx to netdev_rxqPravin2014-03-211-12/+12
* dpif-netdev: Add poll-mode-device thread.Pravin2014-03-211-1/+4
* netdev: Send ofpbuf directly to netdev.Pravin2014-03-211-1/+1
* netdev: Extend rx_recv to pass multiple packets.Pravin2014-03-211-1/+3
* netdev: Globally track port status changesJoe Stringer2013-12-121-2/+0
* netdev: Fix deadlock when netdev_dump_queues() callback calls into netdev.Ben Pfaff2013-08-271-5/+36
* netdev: Make netdev access thread-safe.Ben Pfaff2013-08-091-1/+17
* Implement OpenFlow 1.3 queue stats duration feature.Ben Pfaff2013-07-261-0/+3
* netdev: New function netdev_ref().Ben Pfaff2013-05-221-0/+1
* netdev: Prevent using reserved namesAlex Wang2013-05-161-0/+1
* netdev: Add new "struct netdev_rx" for capturing packets from a netdev.Ben Pfaff2013-05-101-8/+13
* netdev: Factor restoring flags into new "struct netdev_saved_flags".Ben Pfaff2013-05-101-10/+18
* OpenFlow-level flow-based tunneling support.Jarno Rajahalme2013-05-101-0/+2
* netdev: Remove netdev_is_open(), which has no users.Ben Pfaff2013-04-011-2/+0
* netdev: Remove netdev_exists(), which has no users.Ben Pfaff2013-04-011-1/+0
* netdev: Update comment.Ben Pfaff2013-02-281-4/+5
* ofproto-dpif: Implement patch ports in userspace.Ethan Jackson2013-01-241-0/+1
* netdev: Parse and make available tunnel configuration.Ethan Jackson2013-01-151-0/+28
* netdev: Rename get_drv_info() to get_status().Ethan Jackson2013-01-031-2/+2
* ofproto: Report 0 Mbps when speed not available instead of 100 Mbps.Ben Pfaff2012-11-031-1/+2
* lib: New data structure - smap.Ethan Jackson2012-06-141-9/+9
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* netdev: Rename netdev->get_status() to netdev->get_drv_info().Pravin B Shelar2012-03-221-1/+1
* netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff2012-03-071-6/+29
* ofproto-dpif-sflow: allow sFlow to infer the agent device.Luca Giraudo2011-12-061-0/+1
* netdev: Remove netdev_get_vlan_vid().Ben Pfaff2011-11-231-3/+0
* vswitchd: New column "link_resets".Ethan Jackson2011-10-171-0/+1
* Remove netdev_find_dev_by_in4Simon Horman2011-09-221-2/+0
* test-openflowd: Allow specifying port type on --ports option.Ben Pfaff2011-09-131-0/+2
* datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar2011-09-121-0/+1
* netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff2011-08-081-7/+1
* netdev: Decouple creating and configuring network devices.Ben Pfaff2011-08-081-2/+1
* netdev: Clean up and refactor packet receive interface.Ben Pfaff2011-08-081-7/+1
* netdev: Remove monitors and notifiers.Ethan Jackson2011-05-311-9/+0
* netdev: New Function netdev_change_seq().Ethan Jackson2011-05-311-0/+2
* netdev: Take responsibility for polling MII registers.Ethan Jackson2011-05-201-1/+1
* bond: Bonds never sleep if carrier changes.Ethan Jackson2011-05-171-0/+1
* Convert remaining network-byte-order "uint<N>_t"s into "ovs_be<N>"s.Ben Pfaff2011-05-161-1/+2
* netdev: Use sset instead of svec in netdev interface.Ben Pfaff2011-03-311-5/+5