aboutsummaryrefslogtreecommitdiff
path: root/datapath
AgeCommit message (Expand)Author
2013-04-29datapath: Account for RHEL6.4 backports in compat layerThomas Graf
2013-04-29datapath: Use openvswitch_handle_frame hook in >=RHEL6.4 to live side by side...Thomas Graf
2013-03-13datapath: Check for Centos 6.4 backports.Jesse Gross
2013-03-12datapath: Reduce loop limit by one to 4.Jesse Gross
2013-03-05datapath: Fix circular dependency between bug.h and kernel.h.Jesse Gross
2013-02-22datapath: fix the calculation of checksum for vlan headerCong Wang
2013-02-08datapath: Fix ovs_vport_cmd_del return value on successRich Lane
2013-02-01tunneling: Don't send ICMP messages if no tunnel port is found.Jesse Gross
2013-01-25datapath: Clear struct ovs_key_ipv4_tunnel padding.Pravin B Shelar
2013-01-21datapath: Return correct error code when dumping flow actions.Jesse Gross
2013-01-21datapath: Don't dump partial action lists in flows.Ben Pfaff
2013-01-21Revert "datapath: Avoid null deref when GSO is for verifying header integrity...Jesse Gross
2013-01-21datapath: Move LRO check from transmit to receive.Jesse Gross
2013-01-21datapath: Avoid null deref when GSO is for verifying header integrity only.Ben Pfaff
2013-01-20datapath: Fix nelink attribute size for flow.Pravin B Shelar
2013-01-20datapath: Fix Flow dump operation.Pravin B Shelar
2013-01-18datapath: More flexible kernel/userspace tunneling attribute.Pravin B Shelar
2013-01-16datapath: support Linux 3.8 kernelJames Page
2013-01-16linux/Makefile.main.in, acinclude: preparation for linux 3.7.0+Isaku Yamahata
2012-12-31Make OVS_TUNNEL_ATTR_DST_IPV4 optional to allow configuration of null_ports.Jarno Rajahalme
2012-12-31datapath: Initialize tunnel_key pad member.Jesse Gross
2012-12-20datapath: linux2.7 s/pid/portid/gIsaku Yamahata
2012-12-20datapath: support Linux 3.7Isaku Yamahata
2012-12-17datapath: Zero out key when looking up null ports.Jesse Gross
2012-11-28datapath: Use RCU callback when detaching netdevices.Jesse Gross
2012-11-21datapath: add skb mark matching and set actionAnsis Atteka
2012-11-13datapath: add ipv6 'set' actionAnsis Atteka
2012-11-06tunnel: Zero keys if marked as not present.Jesse Gross
2012-11-06datapath: Allow GRE64 to use flow based tunneling.Jesse Gross
2012-11-06datapath: Shorten flow tunneling flags.Jesse Gross
2012-11-06datapath: Don't allow flows installed with only TUN_ID.Jesse Gross
2012-11-06datapath: Don't write into IPV4_TUNNEL data when using TUN_ID.Jesse Gross
2012-11-06datapath: Include OVS_KEY_ATTR_IPV4_TUNNEL in upstream range.Jesse Gross
2012-11-06datapath: Add missing bug.h filePravin B Shelar
2012-11-06datapath: improve ipv6_find_hdr() function for IPv6 'set' actionAnsis Atteka
2012-11-06datapath: Add ipv6_find_hdr() compatibility function.Ansis Atteka
2012-11-06datapath: Remove flow refcount functionality.Jesse Gross
2012-11-05datapath: Add support for 3.6 kernel.Pravin B Shelar
2012-11-05datapath: Remove tunnel header caching.Pravin B Shelar
2012-11-05datapath: Fix sparse warning for symbol 'BUILD_BUG_ON_NOT_POWER_OF_2'Pravin B Shelar
2012-11-05datapath: enable encap for capwap.Pravin B Shelar
2012-11-05datapath: Add Upstream id for GRE type.Pravin B Shelar
2012-11-05Process RARP packets with ethertype 0x8035 similar to ARP packets.Mehak Mahajan
2012-10-24datapath: Fix zero key tunnels.Pravin B Shelar
2012-10-24Allow processing of RARP packets.Mehak Mahajan
2012-10-20datapath: Tunnel port without destination IP.Pravin B Shelar
2012-10-20datapath: Optimize flow key match for non tunnel flows.Pravin B Shelar
2012-10-20datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery
2012-10-09datapath: Allow GRE64 tunnels without any key.Pravin B Shelar
2012-10-09datapath: Fix GRE tunnel without any key.Pravin B Shelar