summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* datapath: Fix masked key serialization.Pravin B Shelar2015-02-271-1/+1
* datapath: Initialize unmasked key and uid len.Pravin B Shelar2015-02-271-0/+2
* datapath: Add support for unique flow IDs.Joe Stringer2015-02-277-97/+420
* compat: Add genlmsg_parse() helper function.Joe Stringer2015-02-271-0/+11
* datapath: Use sw_flow_key_range for key ranges.Joe Stringer2015-02-271-11/+9
* datapath: Refactor ovs_flow_tbl_insert().Joe Stringer2015-02-271-7/+14
* datapath: Refactor ovs_nla_fill_match().Joe Stringer2015-02-273-40/+46
* datapath: Fix return of uninitialized variable.Alex Wang2015-02-261-1/+2
* datapath: Account for "openvswitch: Add support for checksums on UDP tunnels."Jesse Gross2015-02-203-4/+12
* datapath: Backport upstream Geneve implementation.Jesse Gross2015-02-205-291/+377
* datapath: Account for "udp: Do not require sock in udp_tunnel_xmit_skb"Jesse Gross2015-02-204-19/+20
* datapath: Account for "vlan: introduce *vlan_hwaccel_push_inside helpers"Jesse Gross2015-02-202-8/+39
* datapath: Use additional common UDP functions for LISP.Jesse Gross2015-02-201-75/+26
* datapath: Account for "vxlan: Refactor vxlan driver to make use of the common...Jesse Gross2015-02-201-65/+16
* datapath: Consistently set skb->inner_protocol for tunnels.Jesse Gross2015-02-204-1/+6
* datapath: Account for "udp-tunnel: Add a few more UDP tunnel APIs"Jesse Gross2015-02-203-5/+145
* datapath: Enable OVS GSO to be used up to 3.18 if necessary.Jesse Gross2015-02-209-166/+165
* datapath: Fix net exit.Pravin B Shelar2015-02-202-2/+45
* datapath: Account for "udp: Generic functions to set checksum"Jesse Gross2015-02-204-0/+57
* datapath: Use udp_sock_create() for LISP.Jesse Gross2015-02-201-21/+11
* datapath: Account for "vxlan: Call udp_sock_create"Jesse Gross2015-02-201-24/+40
* datapath: Account for "udp: Add udp_sock_create for UDP tunnels to open liste...Jesse Gross2015-02-204-0/+141
* datapath: Remove compat vxlan_src_port().Jesse Gross2015-02-202-21/+0
* datapath: vxlan: Only set has-GBP bit in header if any other bits would be setThomas Graf2015-02-121-0/+3
* datapath: Account for "vxlan: Eliminate dependency on UDP socket in transmit ...Thomas Graf2015-02-063-10/+14
* datapath: Support VXLAN Group Policy extensionThomas Graf2015-02-067-19/+223
* datapath: Fix missing symbols when required to use own VXLAN stackThomas Graf2015-02-054-7/+14
* datapath: update exact match lookup hash value to avoid hash collisionAndy Zhou2015-02-031-1/+8
* datapath: Account for "netlink: make nlmsg_end() and genlmsg_end() void"Thomas Graf2015-02-031-3/+6
* datapath: Account for "genetlink: pass only network namespace to genl_has_lis...Thomas Graf2015-02-032-6/+15
* datapath: Allow for any level of nesting in flow attributesThomas Graf2015-02-031-51/+56
* datapath: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf2015-02-033-41/+49
* datapath: Account for "vxlan: add x-netns support"Thomas Graf2015-02-033-6/+6
* datapath: Account for "vxlan: Group Policy extension"Thomas Graf2015-02-033-28/+133
* datapath: Account for now exposed VXLAN definitionsThomas Graf2015-02-032-11/+38
* datapath: Account for "rename vlan_tx_* helpers since "tx" is misleading there"Thomas Graf2015-02-0312-24/+29
* dpif: Use separate OVS_PACKET_ATTR_PROBE for packet messgesThomas Graf2015-01-152-1/+6
* datapath: Bug setting vlan tci in compat functionThomas F Herbert2015-01-121-1/+1
* datapath: Account for new flags args of vxlan_sock_add()Thomas Graf2015-01-073-3/+3
* datapath: replace remaining users of arch_fast_hash with jhashThomas Graf2015-01-076-214/+2
* datapath: introduce rtnl ops stubThomas Graf2015-01-073-1/+25
* datapath: move vlan pop/push functions into common codeThomas Graf2015-01-073-73/+117
* datapath: move make_writable helper into common codeThomas Graf2015-01-073-25/+32
* datapath: Add __vlan_insert_tag() compat helper if not availableThomas Graf2015-01-071-0/+29
* datapath: Account for rename to vlan_insert_tag_set_proto()Thomas Graf2015-01-078-22/+27
* datapath: Consistently include VLAN header in flow and port stats.Ben Pfaff2015-01-062-3/+4
* datapath: Simplify vport_send() error handling.Pravin B Shelar2014-12-236-17/+37
* datapath: compat: introduce ovs_iptunnel_handle_offloads()Pravin B Shelar2014-12-236-75/+107
* datapath:compat: Fix build failure on old kernels.Pravin B Shelar2014-12-198-21/+45
* datapath: Fix MPLS action validation.Pravin B Shelar2014-12-194-14/+8