summaryrefslogtreecommitdiff
path: root/lib/netdev-vport.c
Commit message (Expand)AuthorAgeFilesLines
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* netdev: remove netdev_get_in4()Pravin B Shelar2016-03-241-1/+0
* tunneling: Enable IPv6 tuneling.Pravin B Shelar2016-03-241-8/+0
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-2/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* netdev: New field 'is_pmd' in netdev_class.Ilya Maximets2016-03-161-9/+11
* lib: Fix netbsd compilation error.Lance Richardson2016-02-231-0/+1
* tunneling: Disable IPv6 tunnelPravin B Shelar2016-02-171-0/+8
* netdev-vport: Add IPv6 support for build/push/pop tunnel headerThadeu Lima de Souza Cascardo2015-12-041-77/+153
* tunneling: add IPv6 support to netdev_tunnel_configJiri Benc2015-11-301-27/+62
* route: support IPv6 and use IPv4-mapped addressesThadeu Lima de Souza Cascardo2015-10-131-1/+1
* tunnel: Validate IP header for userspace tunneling.Jesse Gross2015-09-131-0/+27
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-8/+6
* tunneling: Remove gre64 tunnel support.Pravin B Shelar2015-08-201-2/+0
* dpif-netdev: Translate Geneve options per-flow, not per-packet.Jesse Gross2015-08-051-15/+11
* tunnels: Don't initialize unnecessary packet metadata.Jesse Gross2015-07-011-3/+13
* tunneling: Userspace datapath support for Geneve options.Jesse Gross2015-06-261-9/+20
* dpctl: cleaner dpctl output for tunnel ports.Pravin B Shelar2015-05-011-0/+2
* datapath: Add Stateless TCP Tunneling protocol.Pravin B Shelar2015-04-291-4/+13
* dp-packet: Rename 'dp_hash' in 'rss_hash'.Daniele Di Proietto2015-04-201-1/+1
* tunneling: Convert tunnel push/pop functions to act on single packets.Jesse Gross2015-04-091-110/+25
* tunneling: Add UDP checksum support for userspace tunnels.Jesse Gross2015-04-071-3/+34
* tunneling: Add userspace tunnel support for Geneve.Jesse Gross2015-04-071-1/+114
* tunneling: Factor out common UDP tunnel code.Jesse Gross2015-04-071-42/+63
* vxlan: Set FLOW_TNL_F_KEY for received packets.Jesse Gross2015-04-071-0/+1
* tunneling: Use flow flag for GRE checksum calculation.Jesse Gross2015-04-071-1/+1
* tunneling: Fix location of GRE checksums.Jesse Gross2015-04-071-4/+2
* tunneling: Add check for GRE protocol is Ethernet.Jesse Gross2015-04-071-0/+4
* tunneling: Include IP TTL in flow metadata.Jesse Gross2015-04-071-0/+1
* netdev-vport: Do not update netdev when there is no config change.Alex Wang2015-03-271-6/+10
* netdev: Fix user space tunneling for set_tunnel action.Ricky Li2015-03-261-4/+6
* tunnels: Enable UDP checksum computation for Geneve and VXLAN.Jesse Gross2015-03-241-1/+2
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-25/+22
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-10/+10
* tunnel: Provide framework for tunnel extensions for VXLAN-GBP and othersThomas Graf2015-02-061-0/+18
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* route-table: Remove Unregister.Pravin B Shelar2014-12-011-1/+0
* dpctl: Fix crash.Pravin B Shelar2014-11-211-2/+0
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-31/+486
* route-table: Use classifier to store routing table.Pravin B Shelar2014-11-031-1/+3
* 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 function for getting the numa node id of netdev.Alex Wang2014-09-121-0/+1
* netdev-vport: Fix use-after-free error in netdev_vport_route_changed().Ben Pfaff2014-06-241-2/+3
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-4/+11
* netdev-vport: Use dpif_port as base for tunnel backing port.Jesse Gross2014-06-131-16/+21
* netdev-vport: Checks tunnel status change when route-table is reset.Alex Wang2014-05-021-10/+86
* netdev: Add 'change_seq' back to netdev.Alex Wang2014-04-101-5/+3
* netdev-vport: Don't look for ovs-monitor-ipsec's pid file.Gurucharan Shetty2014-03-131-0/+2
* netdev: Globally track port status changesJoe Stringer2013-12-121-26/+5