summaryrefslogtreecommitdiff
path: root/include/linux/openvswitch.h
Commit message (Expand)AuthorAgeFilesLines
* userspace: Add SRv6 tunnel support.Nobuhiro MIKI2023-03-291-0/+1
* dpctl: Add support to count upcall packets.wangchuanlei2023-01-311-0/+14
* make: Remove the Linux datapath.Greg Rose2022-07-151-0/+1176
* Do not seemingly #include Linux-specific headers on other platforms.Ben Pfaff2014-08-041-616/+0
* datapath: reorder action netlink attribute definition for upstreamingAndy Zhou2014-07-241-3/+4
* datapath: Add basic MPLS support to kernelSimon Horman2014-06-241-5/+4
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-1/+2
* tunnel: Add support for matching on OAM packets.Jesse Gross2014-06-191-0/+1
* datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-06-191-1/+1
* openvswitch.h: Clarify use of key attributes.Jarno Rajahalme2014-04-281-1/+3
* openvswitch.h: Note that 64 bit ints are 4-aligned.Jarno Rajahalme2014-04-281-0/+1
* datapath: add hash actionAndy Zhou2014-04-211-1/+2
* openvswitch.h: rename hash action definitionAndy Zhou2014-04-201-2/+2
* dpif-netdev: Move hash function out of the recirc action, into its own actionAndy Zhou2014-04-161-12/+9
* datapath: Allow each vport to have an array of 'port_id's.Alex Wang2014-04-141-4/+9
* recirculation: Adjust ovs_key_attr ABIAndy Zhou2014-03-281-3/+4
* recirculation: Some cosmetic fixesYAMAMOTO Takashi2014-03-281-1/+2
* dpif-netdev: user space datapath recirculationAndy Zhou2014-03-251-1/+28
* datapath: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme2014-03-241-1/+3
* Always insert MPLS labels after VLAN tags.Ben Pfaff2014-02-061-4/+4
* datapath: Drop user features if old user space attempted to create datapathThomas Graf2013-12-161-1/+9
* datapath: Allow user space to announce ability to accept unaligned Netlink me...Thomas Graf2013-12-161-0/+4
* TCP flags matching support.Jarno Rajahalme2013-10-291-0/+1
* datapath: collect mega flow mask statsAndy Zhou2013-10-221-3/+14
* datapath: Add SCTP supportJoe Stringer2013-08-221-0/+6
* datapath: Mega flow implementationAndy Zhou2013-06-201-1/+8
* Make it more obvious that OVS_KEY_ATTR_MPLS may be an arraySimon Horman2013-05-011-2/+4
* datapath: Use ETH_ALEN to define ethernet addressesThomas Graf2013-03-291-6/+7
* datapath: Remove old patch interface definitions.Jesse Gross2013-03-151-9/+0
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-041-1/+10
* Add support for LISP tunnelingLorand Jakab2013-02-251-0/+1
* datapath: Remove CAPWAP tunneling support.Pravin B Shelar2013-02-191-1/+0
* Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff2013-02-151-5/+6
* User-Space MPLS actions and matchesSimon Horman2013-02-051-3/+33
* datapath: Remove kernel patch ports.Jesse Gross2013-01-281-1/+0
* datapath: Remove compatibility GRE identifier.Jesse Gross2013-01-281-3/+2
* datapath: Remove vport MAC address configuration.Jesse Gross2013-01-281-4/+2
* datapath: More flexible kernel/userspace tunneling attribute.Pravin B Shelar2013-01-181-15/+17
* include/linux/openvswitch.h: Make OVSP_LOCAL 32-bit.Jarno Rajahalme2013-01-071-1/+1
* datapath: Add support for VXLAN tunnels to Open vSwitchKyle Mestery2012-12-051-0/+1
* datapath: add skb mark matching and set actionAnsis Atteka2012-11-211-0/+1
* datapath: Shorten flow tunneling flags.Jesse Gross2012-11-061-3/+3
* datapath: Include OVS_KEY_ATTR_IPV4_TUNNEL in upstream range.Jesse Gross2012-11-061-1/+1
* datapath: Add Upstream id for GRE type.Pravin B Shelar2012-11-051-0/+1
* datapath: Add support for tun_key to Open vSwitch datapathKyle Mestery2012-10-201-1/+17
* datapath: 64-bit GRE supportPravin B Shelar2012-10-051-0/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* datapath: Reformat copyright messages.Jesse Gross2011-11-161-12/+12
* datapath: Don't drop packets with partial vlan tags.Ben Pfaff2011-11-141-2/+2
* datapath: Describe policy for extending flow key, implement needed changes.Ben Pfaff2011-11-141-19/+29