summaryrefslogtreecommitdiff
path: root/datapath
Commit message (Expand)AuthorAgeFilesLines
* 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
* datapath: Account for already defined NETIF_F_GSO_ENCAP_ALLThomas Graf2014-12-091-0/+3
* datapath: Check if nla_is_last() is available in <net/netlink.h>Thomas Graf2014-12-091-1/+1
* datapath: Add UFID interface to openvswitch.h.Joe Stringer2014-12-022-0/+32
* datapath: Use ccflags-y instead of deprecated EXTRA_CFLAGSThomas Graf2014-12-011-5/+5
* datapath: Don't validate IPv6 label masks.Joe Stringer2014-11-251-1/+1
* datapath: compat: Fix build on RHEL 6.6Pravin B Shelar2014-11-192-1/+7
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+31
* datapath: fix coding style.Pravin B Shelar2014-11-099-216/+198
* datapath: Fix few mpls issues.Pravin B Shelar2014-11-0912-47/+135
* datapath: Rename last_action() as nla_is_last() and move to netlink.hSimon Horman2014-11-092-8/+10
* datapath: Convert dp rcu read operation to locked operationsPravin B Shelar2014-11-041-7/+7
* datapath: Fix compat checks for ipv6_skip_exthdr()Pravin B Shelar2014-11-032-7/+7
* doc: Convert docs to Markdown languageThomas Graf2014-10-282-26/+26
* datapath: Use upstream ipv6_find_hdr().Pravin B Shelar2014-10-233-16/+23
* datapath: Fix comment style.Pravin B Shelar2014-10-2310-21/+41
* datapath: Replace __force type cast with rcu_dereference_raw().Pravin B Shelar2014-10-233-6/+6
* datapath: net: make skb_gso_segment error handling more robustPravin B Shelar2014-10-211-0/+2
* datapath: fix a use after freeLi RongQing2014-10-171-5/+6
* datapath: use vport instead of pFabian Frederick2014-10-171-2/+2
* datapath: compat: Fix compilation 3.11Pravin B Shelar2014-10-137-9/+9
* datapath: Add support for RHEL-7 / CentOS-7 kernel.Pravin B Shelar2014-10-0311-13/+40
* datapath: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-10-037-127/+187
* datapath: avoid hard coding OVS_VPORT_TYPE_GENEVEAndy Zhou2014-10-021-1/+1
* datapath: Constify various function argumentsThomas Graf2014-09-2312-44/+47
* datapath: Restore OVS_CB after skb_segment.Pravin B Shelar2014-09-231-0/+4
* datapath: Fix double free when ovs_nla_copy_actions() failsThomas Graf2014-09-231-1/+1
* datapath: compat: Fix compilation for 2.6.32 kernelPravin B Shelar2014-09-211-1/+1
* datapath: Remove pkt_key from OVS_CB.Pravin B Shelar2014-09-206-219/+148
* datapath: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier2014-09-202-4/+21
* datapath: Provide compatibility for kernels up to 3.17Thomas Graf2014-09-2015-34/+100
* datapath: fix sparse warning.Pravin B Shelar2014-09-201-3/+3
* datapath: change the data type of error status to atomic_long_tLi RongQing2014-09-202-26/+13
* datapath: Remove support to set vport stats.Pravin B Shelar2014-09-203-45/+15
* datapath: Improve robustness of this_cpu_ptr definition in compat layerAndy Zhou2014-09-153-11/+4
* datapath: Add IS_ERR_OR_NULL for backward compatibility.Pravin B Shelar2014-09-121-0/+7
* openvswitch: rename ->sync to ->syncpWANG Cong2014-09-122-7/+7