summaryrefslogtreecommitdiff
path: root/lib/netdev.h
Commit message (Expand)AuthorAgeFilesLines
* netdev: Fix typo in comment.Ben Pfaff2016-06-031-1/+1
* netdev-native-tnl: Introduce ip_build_header()Pravin B Shelar2016-05-231-1/+19
* netdev-dpdk: Use ->reconfigure() call to change rx/tx queues.Daniele Di Proietto2016-05-231-2/+1
* netdev: Add reconfigure request mechanism.Daniele Di Proietto2016-05-231-0/+4
* dpif-netdev: Fix memory leak in tunnel header pop action.Pravin B Shelar2016-05-181-1/+1
* dpif-netdev: create batch objectPravin B Shelar2016-05-181-7/+5
* netdev: Return number of packet from netdev_pop_header()Pravin B Shelar2016-05-181-1/+1
* Break netdev.h into private and public partsBen Warren2016-04-141-65/+1
* netdev: remove netdev_get_in4()Pravin B Shelar2016-03-241-2/+0
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-1/+9
* dpif-netdev: Add dpif-netdev/pmd-rxq-show appctl command.Ilya Maximets2016-02-221-0/+1
* dpif-netdev: Allow different numbers of rx queues for different ports.Ilya Maximets2016-02-041-0/+1
* tunneling: add IPv6 support to netdev_tunnel_configJiri Benc2015-11-301-2/+2
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-3/+3
* dpdk: Ditch MAX_PKT_BURST macro.Ethan Jackson2015-05-191-1/+1
* netdev: Fix user space tunneling for set_tunnel action.Ricky Li2015-03-261-1/+3
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-5/+5
* tunnel: Provide framework for tunnel extensions for VXLAN-GBP and othersThomas Graf2015-02-061-0/+2
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+9
* 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